Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/debug/tests/
H A DABI47_0_0DebugStringConvertibleTest.cpp16 SharedDebugStringConvertibleList empty; in TEST() local
18 "View", "hello", empty, empty); in TEST()
26 SharedDebugStringConvertibleList empty; in TEST() local
28 std::make_shared<DebugStringConvertibleItem>("x", "1", empty, empty)}; in TEST()
30 "View", "hello", props, empty); in TEST()
40 std::make_shared<DebugStringConvertibleItem>("Child", "a", empty, empty)}; in TEST()
42 "View", "hello", empty, children); in TEST()
54 std::make_shared<DebugStringConvertibleItem>("x", "1", empty, empty)}; in TEST()
71 "height", "100", empty, empty), in TEST()
73 "width", "200", empty, empty)}; in TEST()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/debug/tests/
H A DABI49_0_0DebugStringConvertibleTest.cpp16 SharedDebugStringConvertibleList empty; in TEST() local
18 "View", "hello", empty, empty); in TEST()
26 SharedDebugStringConvertibleList empty; in TEST() local
28 std::make_shared<DebugStringConvertibleItem>("x", "1", empty, empty)}; in TEST()
30 "View", "hello", props, empty); in TEST()
40 std::make_shared<DebugStringConvertibleItem>("Child", "a", empty, empty)}; in TEST()
42 "View", "hello", empty, children); in TEST()
54 std::make_shared<DebugStringConvertibleItem>("x", "1", empty, empty)}; in TEST()
71 "height", "100", empty, empty), in TEST()
73 "width", "200", empty, empty)}; in TEST()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/debug/tests/
H A DABI48_0_0DebugStringConvertibleTest.cpp16 SharedDebugStringConvertibleList empty; in TEST() local
18 "View", "hello", empty, empty); in TEST()
26 SharedDebugStringConvertibleList empty; in TEST() local
28 std::make_shared<DebugStringConvertibleItem>("x", "1", empty, empty)}; in TEST()
30 "View", "hello", props, empty); in TEST()
40 std::make_shared<DebugStringConvertibleItem>("Child", "a", empty, empty)}; in TEST()
42 "View", "hello", empty, children); in TEST()
54 std::make_shared<DebugStringConvertibleItem>("x", "1", empty, empty)}; in TEST()
71 "height", "100", empty, empty), in TEST()
73 "width", "200", empty, empty)}; in TEST()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/debug/
H A DABI47_0_0DebugStringConvertible.cpp37 if (!childrenString.empty() && !trailing.empty()) { in getDebugChildrenDescription()
64 value + (children.empty() ? "" : "(" + children + ")"); in getDebugPropsDescription()
66 " " + name + (valueAndChildren.empty() ? "" : "=" + valueAndChildren); in getDebugPropsDescription()
69 if (!propsString.empty()) { in getDebugPropsDescription()
84 if (nameString.empty() && valueString.empty()) { in getDebugDescription()
90 if (nameString.empty()) { in getDebugDescription()
102 (valueString.empty() ? "" : "=" + valueString) + in getDebugDescription()
103 (propsString.empty() ? "" : " " + propsString) + in getDebugDescription()
104 (childrenString.empty() ? "/>" in getDebugDescription()
H A DABI47_0_0DebugStringConvertible.h174 value + (children.empty() ? "" : "(" + children + ")"); in getDebugPropsDescription()
176 " " + name + (valueAndChildren.empty() ? "" : "=" + valueAndChildren); in getDebugPropsDescription()
179 if (!propsString.empty()) { in getDebugPropsDescription()
203 if (!childrenString.empty() && !separator.empty()) { in getDebugChildrenDescription()
220 if (nameString.empty() && valueString.empty()) { in getDebugDescription()
226 if (nameString.empty()) { in getDebugDescription()
238 (valueString.empty() ? "" : "=" + valueString) + in getDebugDescription()
239 (propsString.empty() ? "" : " " + propsString) + in getDebugDescription()
240 (childrenString.empty() ? "/>" in getDebugDescription()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/debug/
H A DABI49_0_0DebugStringConvertible.cpp36 if (!childrenString.empty() && !trailing.empty()) { in getDebugChildrenDescription()
63 value + (children.empty() ? "" : "(" + children + ")"); in getDebugPropsDescription()
65 " " + name + (valueAndChildren.empty() ? "" : "=" + valueAndChildren); in getDebugPropsDescription()
68 if (!propsString.empty()) { in getDebugPropsDescription()
83 if (nameString.empty() && valueString.empty()) { in getDebugDescription()
89 if (nameString.empty()) { in getDebugDescription()
101 (valueString.empty() ? "" : "=" + valueString) + in getDebugDescription()
102 (propsString.empty() ? "" : " " + propsString) + in getDebugDescription()
103 (childrenString.empty() ? "/>" in getDebugDescription()
H A DABI49_0_0DebugStringConvertible.h183 value + (children.empty() ? "" : "(" + children + ")"); in getDebugPropsDescription()
185 " " + name + (valueAndChildren.empty() ? "" : "=" + valueAndChildren); in getDebugPropsDescription()
188 if (!propsString.empty()) { in getDebugPropsDescription()
212 if (!childrenString.empty() && !separator.empty()) { in getDebugChildrenDescription()
229 if (nameString.empty() && valueString.empty()) { in getDebugDescription()
235 if (nameString.empty()) { in getDebugDescription()
247 (valueString.empty() ? "" : "=" + valueString) + in getDebugDescription()
248 (propsString.empty() ? "" : " " + propsString) + in getDebugDescription()
249 (childrenString.empty() ? "/>" in getDebugDescription()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/debug/
H A DABI48_0_0DebugStringConvertible.cpp36 if (!childrenString.empty() && !trailing.empty()) { in getDebugChildrenDescription()
63 value + (children.empty() ? "" : "(" + children + ")"); in getDebugPropsDescription()
65 " " + name + (valueAndChildren.empty() ? "" : "=" + valueAndChildren); in getDebugPropsDescription()
68 if (!propsString.empty()) { in getDebugPropsDescription()
83 if (nameString.empty() && valueString.empty()) { in getDebugDescription()
89 if (nameString.empty()) { in getDebugDescription()
101 (valueString.empty() ? "" : "=" + valueString) + in getDebugDescription()
102 (propsString.empty() ? "" : " " + propsString) + in getDebugDescription()
103 (childrenString.empty() ? "/>" in getDebugDescription()
H A DABI48_0_0DebugStringConvertible.h174 value + (children.empty() ? "" : "(" + children + ")"); in getDebugPropsDescription()
176 " " + name + (valueAndChildren.empty() ? "" : "=" + valueAndChildren); in getDebugPropsDescription()
179 if (!propsString.empty()) { in getDebugPropsDescription()
203 if (!childrenString.empty() && !separator.empty()) { in getDebugChildrenDescription()
220 if (nameString.empty() && valueString.empty()) { in getDebugDescription()
226 if (nameString.empty()) { in getDebugDescription()
238 (valueString.empty() ? "" : "=" + valueString) + in getDebugDescription()
239 (propsString.empty() ? "" : " " + propsString) + in getDebugDescription()
240 (childrenString.empty() ? "/>" in getDebugDescription()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0ModuleRegistry.cpp56 if (modules.empty()) { in registerModules()
60 if (modules_.empty() && unknownModules_.empty()) { in registerModules()
65 bool addToNames = !modulesByName_.empty(); in registerModules()
68 if (!unknownModules_.empty()) { in registerModules()
104 if (modulesByName_.empty() && !modules_.empty()) { in getConfig()
181 if (!methodNames.empty()) { in getConfig()
183 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()
185 if (!syncMethodIds.empty()) { in getConfig()
192 if (config.size() == 2 && config[1].empty()) { in getConfig()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0ModuleRegistry.cpp56 if (modules.empty()) { in registerModules()
60 if (modules_.empty() && unknownModules_.empty()) { in registerModules()
65 bool addToNames = !modulesByName_.empty(); in registerModules()
68 if (!unknownModules_.empty()) { in registerModules()
104 if (modulesByName_.empty() && !modules_.empty()) { in getConfig()
181 if (!methodNames.empty()) { in getConfig()
183 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()
185 if (!syncMethodIds.empty()) { in getConfig()
192 if (config.size() == 2 && config[1].empty()) { in getConfig()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0ModuleRegistry.cpp56 if (modules.empty()) { in registerModules()
60 if (modules_.empty() && unknownModules_.empty()) { in registerModules()
65 bool addToNames = !modulesByName_.empty(); in registerModules()
68 if (!unknownModules_.empty()) { in registerModules()
103 if (modulesByName_.empty() && !modules_.empty()) { in getConfig()
180 if (!methodNames.empty()) { in getConfig()
182 if (!promiseMethodIds.empty() || !syncMethodIds.empty()) { in getConfig()
184 if (!syncMethodIds.empty()) { in getConfig()
191 if (config.size() == 2 && config[1].empty()) { in getConfig()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/detail/
H A DABI48_0_0SerialExecutor.cpp41 wakeup_.wait(lock, [this] { return finish_ || !funcs_.empty(); }); in runLoop()
43 if (!funcs_.empty()) { in runLoop()
48 shouldExit = funcs_.empty() && finish_; in runLoop()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/detail/
H A DABI47_0_0SerialExecutor.cpp41 wakeup_.wait(lock, [this] { return finish_ || !funcs_.empty(); }); in runLoop()
43 if (!funcs_.empty()) { in runLoop()
48 shouldExit = funcs_.empty() && finish_; in runLoop()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/detail/
H A DABI49_0_0SerialExecutor.cpp41 wakeup_.wait(lock, [this] { return finish_ || !funcs_.empty(); }); in runLoop()
43 if (!funcs_.empty()) { in runLoop()
48 shouldExit = funcs_.empty() && finish_; in runLoop()
/expo/packages/@expo/cli/src/api/rest/cache/
H A DFileSystemCache.ts22 const { bodyStreamIntegrity, empty, expiration } = metaData; constant
25 delete metaData.empty;
32 const bodyStream = empty
73 metaCopy.empty = true;
/expo/packages/expo-secure-store/src/__tests__/__snapshots__/
H A DSecureStore-test.native.ts.snap.android3 …keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
5 …keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
7 …keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
9 …keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
11 …keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
H A DSecureStore-test.native.ts.snap.ios3 …keys 1`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
5 …keys 2`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
7 …keys 3`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
9 …keys 4`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
11 …keys 5`] = `[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only a…
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h138 static const JsiFunctionMap empty; in getExportedFunctionMap() local
139 return empty; in getExportedFunctionMap()
146 static const JsiPropertyGettersMap empty; in getExportedPropertyGettersMap() local
147 return empty; in getExportedPropertyGettersMap()
154 static const JsiPropertySettersMap empty; in getExportedPropertySettersMap() local
155 return empty; in getExportedPropertySettersMap()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.h138 static const JsiFunctionMap empty; in getExportedFunctionMap() local
139 return empty; in getExportedFunctionMap()
146 static const JsiPropertyGettersMap empty; in getExportedPropertyGettersMap() local
147 return empty; in getExportedPropertyGettersMap()
154 static const JsiPropertySettersMap empty; in getExportedPropertySettersMap() local
155 return empty; in getExportedPropertySettersMap()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0EventQueue.cpp66 if (!stateUpdateQueue_.empty()) { in enqueueStateUpdate()
89 if (eventQueue_.empty()) { in flushEvents()
106 if (stateUpdateQueue_.empty()) { in flushStateUpdates()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0EventQueue.cpp66 if (!stateUpdateQueue_.empty()) { in enqueueStateUpdate()
89 if (eventQueue_.empty()) { in flushEvents()
106 if (stateUpdateQueue_.empty()) { in flushStateUpdates()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkStringView.h25 return !str.empty() && str.front() == c; in starts_with()
37 return !str.empty() && str.back() == c; in ends_with()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0AttributedString.cpp50 if (fragment.string.empty()) { in appendFragment()
60 if (fragment.string.empty()) { in prependFragment()
102 return fragments_.empty(); in isEmpty()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0conversions.h64 if (config.empty() || !config.isObject()) { in parseAnimationConfig()
80 if (animationTypeParam.empty() || !animationTypeParam.isString()) { in parseAnimationConfig()
101 if (animationPropertyParam.empty() || !animationPropertyParam.isString()) { in parseAnimationConfig()
178 if (config.empty() || !config.isObject()) { in parseLayoutAnimationConfig()

12345678910>>...22