Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJavaScriptTypedArrayTest.kt89 val second = buffer.get(1) in <lambda>() constant
133 val second = typedArray[1] in <lambda>() constant
148 val second = typedArray[1] in <lambda>() constant
160 val second = typedArray[1] in <lambda>() constant
175 val second = typedArray[1] in <lambda>() constant
187 val second = typedArray[1] in <lambda>() constant
202 val second = typedArray[1] in <lambda>() constant
214 val second = typedArray[1] in <lambda>() constant
229 val second = typedArray[1] in <lambda>() constant
241 val second = typedArray[1] in <lambda>() constant
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0conversions.h79 auto const animationTypeParam = typeIt->second; in parseAnimationConfig()
100 auto const animationPropertyParam = propertyIt->second; in parseAnimationConfig()
123 if (durationIt->second.isDouble()) { in parseAnimationConfig()
124 duration = durationIt->second.asDouble(); in parseAnimationConfig()
134 if (delayIt->second.isDouble()) { in parseAnimationConfig()
135 delay = delayIt->second.asDouble(); in parseAnimationConfig()
145 springDampingIt->second.isDouble()) { in parseAnimationConfig()
146 if (springDampingIt->second.isDouble()) { in parseAnimationConfig()
147 springDamping = (Float)springDampingIt->second.asDouble(); in parseAnimationConfig()
157 if (initialVelocityIt->second.isDouble()) { in parseAnimationConfig()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0conversions.h79 auto const animationTypeParam = typeIt->second; in parseAnimationConfig()
100 auto const animationPropertyParam = propertyIt->second; in parseAnimationConfig()
123 if (durationIt->second.isDouble()) { in parseAnimationConfig()
124 duration = durationIt->second.asDouble(); in parseAnimationConfig()
134 if (delayIt->second.isDouble()) { in parseAnimationConfig()
135 delay = delayIt->second.asDouble(); in parseAnimationConfig()
145 springDampingIt->second.isDouble()) { in parseAnimationConfig()
146 if (springDampingIt->second.isDouble()) { in parseAnimationConfig()
147 springDamping = (Float)springDampingIt->second.asDouble(); in parseAnimationConfig()
157 if (initialVelocityIt->second.isDouble()) { in parseAnimationConfig()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0conversions.h79 auto const animationTypeParam = typeIt->second; in parseAnimationConfig()
100 auto const animationPropertyParam = propertyIt->second; in parseAnimationConfig()
123 if (durationIt->second.isDouble()) { in parseAnimationConfig()
124 duration = durationIt->second.asDouble(); in parseAnimationConfig()
134 if (delayIt->second.isDouble()) { in parseAnimationConfig()
135 delay = delayIt->second.asDouble(); in parseAnimationConfig()
145 springDampingIt->second.isDouble()) { in parseAnimationConfig()
146 if (springDampingIt->second.isDouble()) { in parseAnimationConfig()
147 springDamping = (Float)springDampingIt->second.asDouble(); in parseAnimationConfig()
157 if (initialVelocityIt->second.isDouble()) { in parseAnimationConfig()
[all …]
/expo/packages/expo-modules-test-core/android/src/main/java/org/unimodules/test/core/
H A DTestUtils.kt10 fun assertSetsEqual(first: Set<*>, second: Set<*>, message: String = "") { in assertSetsEqual()
11 if (!first.all { second.contains(it) }) { in assertSetsEqual()
12 throw ComparisonFailure(message, first.toString(), second.toString()) in assertSetsEqual()
16 fun assertListsEqual(first: List<*>?, second: List<*>?, message: String = "") { in assertListsEqual()
17 if (first == second) return in assertListsEqual()
19 if (first == null || second == null) { in assertListsEqual()
20 throw throw ComparisonFailure(message, first.toString(), second.toString()) in assertListsEqual()
23 if (!first.toTypedArray().contentDeepEquals(second.toTypedArray())) { in assertListsEqual()
24 throw ComparisonFailure(message, first.toString(), second.toString()) in assertListsEqual()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0accessibilityPropsConversions.h148 if (checked->second.hasType<std::string>()) { in fromRawValue()
155 if ((bool)checked->second == true) { in fromRawValue()
227 if (label->second.hasType<std::string>()) { in fromRawValue()
241 if (min->second.hasType<int>()) { in fromRawValue()
242 result.min = (int)min->second; in fromRawValue()
248 if (max->second.hasType<int>()) { in fromRawValue()
249 result.max = (int)max->second; in fromRawValue()
255 if (now->second.hasType<int>()) { in fromRawValue()
256 result.now = (int)now->second; in fromRawValue()
262 if (text->second.hasType<std::string>()) { in fromRawValue()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0accessibilityPropsConversions.h147 if (checked->second.hasType<std::string>()) { in fromRawValue()
154 if ((bool)checked->second == true) { in fromRawValue()
225 if (label->second.hasType<std::string>()) { in fromRawValue()
239 if (min->second.hasType<int>()) { in fromRawValue()
240 result.min = (int)min->second; in fromRawValue()
246 if (max->second.hasType<int>()) { in fromRawValue()
247 result.max = (int)max->second; in fromRawValue()
253 if (now->second.hasType<int>()) { in fromRawValue()
254 result.now = (int)now->second; in fromRawValue()
260 if (text->second.hasType<std::string>()) { in fromRawValue()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0accessibilityPropsConversions.h147 if (checked->second.hasType<std::string>()) { in fromRawValue()
154 if ((bool)checked->second == true) { in fromRawValue()
225 if (label->second.hasType<std::string>()) { in fromRawValue()
239 if (min->second.hasType<int>()) { in fromRawValue()
240 result.min = (int)min->second; in fromRawValue()
246 if (max->second.hasType<int>()) { in fromRawValue()
247 result.max = (int)max->second; in fromRawValue()
253 if (now->second.hasType<int>()) { in fromRawValue()
254 result.now = (int)now->second; in fromRawValue()
260 if (text->second.hasType<std::string>()) { in fromRawValue()
[all …]
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
35 for (auto handler : handlersIt->second) { in processEvent()
36 handlersForEvent.push_back(handler.second); in processEvent()
52 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
H A DNewestShadowNodesRegistry.cpp25 return it != map_.cend() ? it->second.first : nullptr; in get()
31 it->second.first = shadowNode; in update()
55 Tag parentTag = it->second.second; in remove()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
35 for (auto handler : handlersIt->second) { in processEvent()
36 handlersForEvent.push_back(handler.second); in processEvent()
52 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
35 for (auto handler : handlersIt->second) { in processEvent()
36 handlersForEvent.push_back(handler.second); in processEvent()
52 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
35 for (auto handler : handlersIt->second) { in processEvent()
36 handlersForEvent.push_back(handler.second); in processEvent()
52 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/
H A DConcatIterator.kt8 private val second: Iterator<T> constant in expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
16 second.next()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/
H A DConcatIterator.kt8 private val second: Iterator<T> constant in abi48_0_0.expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
16 second.next()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/
H A DConcatIterator.kt8 private val second: Iterator<T> constant in abi47_0_0.expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
16 second.next()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/
H A DConcatIterator.kt8 private val second: Iterator<T> constant in abi49_0_0.expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
16 second.next()
/expo/packages/expo-gl/common/
H A DEXGLContextManager.cpp42 if (iter == manager.contextMap.end() || iter->second.ctx == nullptr) { in ContextGet()
45 return {iter->second.ctx, std::shared_lock(iter->second.mutex)}; in ContextGet()
71 std::unique_lock lock = getUniqueLockSafely(iter->second.mutex); in ContextDestroy()
72 delete iter->second.ctx; in ContextDestroy()
73 iter->second.ctx = nullptr; in ContextDestroy()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
34 for (auto handler : handlersIt->second) { in processEvent()
35 handlersForEvent.push_back(handler.second); in processEvent()
65 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
34 for (auto handler : handlersIt->second) { in processEvent()
35 handlersForEvent.push_back(handler.second); in processEvent()
65 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
34 for (auto handler : handlersIt->second) { in processEvent()
35 handlersForEvent.push_back(handler.second); in processEvent()
65 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXGLContextManager.cpp42 if (iter == manager.contextMap.end() || iter->second.ctx == nullptr) { in ContextGet()
45 return {iter->second.ctx, std::shared_lock(iter->second.mutex)}; in ContextGet()
71 std::unique_lock lock = getUniqueLockSafely(iter->second.mutex); in ContextDestroy()
72 delete iter->second.ctx; in ContextDestroy()
73 iter->second.ctx = nullptr; in ContextDestroy()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Registries/
H A DEventHandlerRegistry.cpp17 eventMappings[handlerIt->second->eventName].erase(id); in unregisterEventHandler()
18 if (eventMappings[handlerIt->second->eventName].empty()) { in unregisterEventHandler()
19 eventMappings.erase(handlerIt->second->eventName); in unregisterEventHandler()
34 for (auto handler : handlersIt->second) { in processEvent()
35 handlersForEvent.push_back(handler.second); in processEvent()
65 return (it != eventMappings.end()) && (!(it->second).empty()); in isAnyHandlerWaitingForEvent()
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXGLContextManager.cpp23 if (iter == manager.contextMap.end() || iter->second.ctx == nullptr) { in ContextGet()
26 return {iter->second.ctx, std::shared_lock(iter->second.mutex)}; in ContextGet()
52 std::unique_lock lock(iter->second.mutex); in ContextDestroy()
53 delete iter->second.ctx; in ContextDestroy()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXGLContextManager.cpp23 if (iter == manager.contextMap.end() || iter->second.ctx == nullptr) { in ContextGet()
26 return {iter->second.ctx, std::shared_lock(iter->second.mutex)}; in ContextGet()
52 std::unique_lock lock(iter->second.mutex); in ContextDestroy()
53 delete iter->second.ctx; in ContextDestroy()

12345678910>>...24