| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JavaScriptTypedArrayTest.kt | 88 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 D | TestUtils.kt | 10 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 D | ConcatIterator.kt | 7 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 D | ConcatIterator.kt | 7 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 D | ConcatIterator.kt | 7 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 D | ConcatIterator.kt | 7 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 D | withMod.js | 139 const [first, second] = line.trim().split(' '); 140 if (first === 'at') { 144 const plugins = treeStackLines.map(first => { 148 …first === 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 D | ABI47_0_0conversions.h | 84 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 D | ABI48_0_0conversions.h | 84 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 D | ABI49_0_0graphicsConversions.h | 83 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 D | PaymentPassFinder.swift | 24 ….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 D | PaymentPassFinder.swift | 24 ….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 D | PaymentPassFinder.swift | 20 ….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 D | NewestShadowNodesRegistry.cpp | 25 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 D | NewestShadowNodesRegistry.cpp | 25 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 D | jsengine.rb | 41 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 D | NewestShadowNodesRegistry.cpp | 25 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 D | NewestShadowNodesRegistry.cpp | 25 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 D | JsiHostObject.cpp | 88 .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 D | JsiHostObject.cpp | 88 .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 D | ExpoReactDelegate.swift | 19 ….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 D | PushProvisioningUtils.swift | 50 ….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 D | PushProvisioningUtils.swift | 50 ….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 D | ASN1Decoder.swift | 78 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 D | UpdateListItem.tsx | 16 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}
|