Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJavaScriptTypedArrayTest.kt88 val first = buffer.get(0) in <lambda>() constant
132 val first = typedArray[0] in <lambda>() constant
147 val first = typedArray[0] in <lambda>() constant
159 val first = typedArray[0] in <lambda>() constant
174 val first = typedArray[0] in <lambda>() constant
186 val first = typedArray[0] in <lambda>() constant
201 val first = typedArray[0] in <lambda>() constant
213 val first = typedArray[0] in <lambda>() constant
228 val first = typedArray[0] in <lambda>() constant
240 val first = typedArray[0] in <lambda>() constant
[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/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/
H A DConcatIterator.kt7 private val first: Iterator<T>, constant in expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
13 if (first.hasNext()) { in hasNext()
14 first.next() in hasNext()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/
H A DConcatIterator.kt7 private val first: Iterator<T>, constant in abi48_0_0.expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
13 if (first.hasNext()) { in hasNext()
14 first.next() in hasNext()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/
H A DConcatIterator.kt7 private val first: Iterator<T>, constant in abi47_0_0.expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
13 if (first.hasNext()) { in hasNext()
14 first.next() in hasNext()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/
H A DConcatIterator.kt7 private val first: Iterator<T>, constant in abi49_0_0.expo.modules.kotlin.ConcatIterator
10 override fun hasNext(): Boolean = first.hasNext() || second.hasNext() in hasNext()
13 if (first.hasNext()) { in hasNext()
14 first.next() in hasNext()
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithMod.js139 const [first, second] = line.trim().split(' ');
140 if (first === 'at') {
144 const plugins = treeStackLines.map(first => {
148first === null || first === void 0 ? void 0 : (_first$match = first.match(/^(\bwith[A-Z].*?\b)/)) …
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0conversions.h84 if (pair.first == "x") { in fromRawValue()
86 } else if (pair.first == "y") { in fromRawValue()
115 if (pair.first == "width") { in fromRawValue()
117 } else if (pair.first == "height") { in fromRawValue()
155 if (pair.first == "top") { in fromRawValue()
157 } else if (pair.first == "left") { in fromRawValue()
159 } else if (pair.first == "bottom") { in fromRawValue()
161 } else if (pair.first == "right") { in fromRawValue()
199 if (pair.first == "topLeft") { in fromRawValue()
201 } else if (pair.first == "topRight") { in fromRawValue()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0conversions.h84 if (pair.first == "x") { in fromRawValue()
86 } else if (pair.first == "y") { in fromRawValue()
115 if (pair.first == "width") { in fromRawValue()
117 } else if (pair.first == "height") { in fromRawValue()
155 if (pair.first == "top") { in fromRawValue()
157 } else if (pair.first == "left") { in fromRawValue()
159 } else if (pair.first == "bottom") { in fromRawValue()
161 } else if (pair.first == "right") { in fromRawValue()
199 if (pair.first == "topLeft") { in fromRawValue()
201 } else if (pair.first == "topRight") { in fromRawValue()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0graphicsConversions.h83 if (pair.first == "x") { in fromRawValue()
85 } else if (pair.first == "y") { in fromRawValue()
114 if (pair.first == "width") { in fromRawValue()
116 } else if (pair.first == "height") { in fromRawValue()
154 if (pair.first == "top") { in fromRawValue()
156 } else if (pair.first == "left") { in fromRawValue()
158 } else if (pair.first == "bottom") { in fromRawValue()
160 } else if (pair.first == "right") { in fromRawValue()
198 if (pair.first == "topLeft") { in fromRawValue()
200 } else if (pair.first == "topRight") { in fromRawValue()
[all …]
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DPaymentPassFinder.swift24 ….first(where: { $0.secureElementPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.s…
27 ….first(where: { $0.paymentPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.payment…
48 ….first(where: { $0.secureElementPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.s…
51 ….first(where: { $0.paymentPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.payment…
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DPaymentPassFinder.swift24 ….first(where: { $0.secureElementPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.s…
27 ….first(where: { $0.paymentPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.payment…
48 ….first(where: { $0.secureElementPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.s…
51 ….first(where: { $0.paymentPass?.primaryAccountIdentifier == primaryAccountIdentifier && $0.payment…
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DPaymentPassFinder.swift20 ….first(where: { $0.secureElementPass?.primaryAccountNumberSuffix == last4 && $0.secureElementPass?…
23 ….first(where: { $0.paymentPass?.primaryAccountNumberSuffix == last4 && $0.paymentPass?.passActivat…
44 ….first(where: { $0.secureElementPass?.primaryAccountNumberSuffix == last4 && $0.secureElementPass?…
47 ….first(where: { $0.paymentPass?.primaryAccountNumberSuffix == last4 && $0.paymentPass?.passActivat…
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp25 return it != map_.cend() ? it->second.first : nullptr; in get()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove()
58 shadowNode = map_[parentTag].first; in remove()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp25 return it != map_.cend() ? it->second.first : nullptr; in get()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove()
58 shadowNode = map_[parentTag].first; in remove()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/
H A Djsengine.rb41 project = installer.generated_aggregate_targets.first.user_project
42 target = project.targets.first
53 project = installer.generated_aggregate_targets.first.user_project
54 target = project.native_targets.first
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp25 return it != map_.cend() ? it->second.first : nullptr; in get()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove()
58 shadowNode = map_[parentTag].first; in remove()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Registries/
H A DNewestShadowNodesRegistry.cpp25 return it != map_.cend() ? it->second.first : nullptr; in get()
31 it->second.first = shadowNode; in update()
39 auto shadowNode = map_[tag].first; in remove()
58 shadowNode = map_[parentTag].first; in remove()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp88 .first->second.asFunction(runtime); in get()
120 propNames.push_back(jsi::PropNameID::forAscii(runtime, it->first)); in getPropertyNames()
124 propNames.push_back(jsi::PropNameID::forUtf8(runtime, it->first)); in getPropertyNames()
128 if (getters.count(it->first) == 0) { in getPropertyNames()
129 propNames.push_back(jsi::PropNameID::forUtf8(runtime, it->first)); in getPropertyNames()
135 propNames.push_back(jsi::PropNameID::forAscii(runtime, it->first)); in getPropertyNames()
139 propNames.push_back(jsi::PropNameID::forAscii(runtime, it->first)); in getPropertyNames()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp88 .first->second.asFunction(runtime); in get()
120 propNames.push_back(jsi::PropNameID::forAscii(runtime, it->first)); in getPropertyNames()
124 propNames.push_back(jsi::PropNameID::forUtf8(runtime, it->first)); in getPropertyNames()
128 if (getters.count(it->first) == 0) { in getPropertyNames()
129 propNames.push_back(jsi::PropNameID::forUtf8(runtime, it->first)); in getPropertyNames()
135 propNames.push_back(jsi::PropNameID::forAscii(runtime, it->first)); in getPropertyNames()
139 propNames.push_back(jsi::PropNameID::forAscii(runtime, it->first)); in getPropertyNames()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/ReactDelegates/
H A DExpoReactDelegate.swift19 ….first(where: { _ in true }) ?? ABI47_0_0RCTBridge(delegate: delegate, launchOptions: launchOption… in createBridge()
28 ….first(where: { _ in true }) ?? ABI47_0_0EXAppSetupDefaultRootView(bridge, moduleName, initialProp… in createRootView()
35 .first(where: { _ in true }) ?? UIViewController() in createRootViewController()
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/pushprovisioning/
H A DPushProvisioningUtils.swift50 ….first(where: { $0.secureElementPass?.primaryAccountNumberSuffix == last4 && $0.secureElementPass?… in getPassLocation()
53 ….first(where: { $0.paymentPass?.primaryAccountNumberSuffix == last4 && $0.paymentPass?.passActivat… in getPassLocation()
60 ….first(where: { $0.secureElementPass?.primaryAccountNumberSuffix == last4 && $0.secureElementPass?… in getPassLocation()
63 ….first(where: { $0.paymentPass?.primaryAccountNumberSuffix == last4 && $0.paymentPass?.passActivat… in getPassLocation()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/PushProvisioning/
H A DPushProvisioningUtils.swift50 ….first(where: { $0.secureElementPass?.primaryAccountNumberSuffix == last4 && $0.secureElementPass?… in getPassLocation()
53 ….first(where: { $0.paymentPass?.primaryAccountNumberSuffix == last4 && $0.paymentPass?.passActivat… in getPassLocation()
60 ….first(where: { $0.secureElementPass?.primaryAccountNumberSuffix == last4 && $0.secureElementPass?… in getPassLocation()
63 ….first(where: { $0.paymentPass?.primaryAccountNumberSuffix == last4 && $0.paymentPass?.passActivat… in getPassLocation()
/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1Decoder.swift78 if let value = contentData.first { in parse()
84 while contentData.first == 0 { in parse()
169 let first = Int(contentData.remove(at: 0)) in decodeOid() variable
231 let first = iterator.next() in getContentLength() variable
233 guard first != nil else { in getContentLength()
237 if (first! & 0x80) != 0 { // long in getContentLength()
238 let octetsToRead = first! - 0x80 in getContentLength()
249 return UInt64(first!) in getContentLength()
/expo/home/components/
H A DUpdateListItem.tsx16 first: boolean;
20 export function UpdateListItem({ id, message, createdAt, manifestPermalink, first, last }: Props) {
30 roundedTop={first ? 'large' : undefined}
34 borderTopWidth: first ? 1 : 0,
40 roundedTop={first ? 'large' : undefined}

12345678910>>...43