Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 60) sorted by relevance

123

/expo/packages/@expo/cli/src/api/__tests__/
H A DupdateDevelopmentSession-test.ts11 const scope = nock(getExpoApiBaseUrl()) constant
29 const scope = nock(getExpoApiBaseUrl()) constant
51 const scope = nock(getExpoApiBaseUrl()) constant
75 const scope = nock(getExpoApiBaseUrl()) constant
H A DgetProjectDevelopmentCertificate-test.ts16 const scope = nock(getExpoApiBaseUrl()) constant
27 const scope = nock(getExpoApiBaseUrl()) constant
H A DgetExpoGoIntermediateCertificate-test.ts16 const scope = nock(getExpoApiBaseUrl()) constant
28 const scope = nock(getExpoApiBaseUrl()) constant
H A DgetVersions-test.ts12 const scope = nock(getExpoApiBaseUrl()) constant
20 const scope = nock(getExpoApiBaseUrl()) constant
H A DgetNativeModuleVersions-test.ts12 const scope = nock(getExpoApiBaseUrl()) constant
27 const scope = nock(getExpoApiBaseUrl()) constant
/expo/packages/@expo/cli/src/utils/__tests__/
H A DdownloadExpoGoAsync-test.ts30 const scope = nock(getExpoApiBaseUrl()) constant
44 const scope = nock(getExpoApiBaseUrl()) constant
69 const scope = nock(getExpoApiBaseUrl()) constant
103 const scope = nock(getExpoApiBaseUrl()) constant
135 const scope = nock(getExpoApiBaseUrl()) constant
H A Durl-test.ts22 const scope = nock('http://example.com').get('/').reply(504, ''); constant
27 const scope = nock('http://example.com').get('/').reply(200, ''); constant
/expo/packages/@expo/cli/src/api/rest/__tests__/
H A Dclient-test.ts14 const scope = nock(getExpoApiBaseUrl()) constant
47 const scope = nock(getExpoApiBaseUrl()) constant
75 const scope = nock(getExpoApiBaseUrl()).post('/v2/test').reply(500, 'Something went wrong'); constant
H A DwrapFetchWithProgress-test.ts23 const scope = nock(url) constant
70 const scope = nock(url).get('/asset').reply(200, ''); constant
/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DMetroBundlerDevServer-test.ts100 const scope = nock('http://localhost:8081') constant
145 const scope = nock('http://localhost:8081') constant
/expo/packages/@expo/cli/src/api/user/__tests__/
H A Dotp-test.ts184 const scope = nock(getExpoApiBaseUrl()) constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/permissions/requesters/
H A DLegacyLocationRequester.kt42 val scope = in parseAndroidPermissions() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/permissions/requesters/
H A DLegacyLocationRequester.kt42 val scope = in parseAndroidPermissions() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/permissions/requesters/
H A DLegacyLocationRequester.kt42 val scope = in parseAndroidPermissions() constant
/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DbundledNativeModules-test.ts17 const scope = nock(getExpoApiBaseUrl()) constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI47_0_0MessageConverters.cpp74 m::debugger::Scope scope; in makeCallFrame() local
85 m::debugger::Scope scope; in makeCallFrame() local
99 m::debugger::Scope scope; in makeCallFrame() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0MessageConverters.cpp74 m::debugger::Scope scope; in makeCallFrame() local
85 m::debugger::Scope scope; in makeCallFrame() local
99 m::debugger::Scope scope; in makeCallFrame() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0MessageConverters.cpp74 m::debugger::Scope scope; in makeCallFrame() local
85 m::debugger::Scope scope; in makeCallFrame() local
99 m::debugger::Scope scope; in makeCallFrame() local
/expo/packages/expo-auth-session/build/
H A DTokenRequest.types.d.ts144 scope?: string; property
184 scope?: string; property
/expo/packages/expo-auth-session/src/
H A DTokenRequest.types.ts159 scope?: string; property
201 scope?: string; property
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp27 auto scope = jsi::Scope(*runtimeManager.lock()->runtime); in triggerUI() local
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp27 auto scope = jsi::Scope(*runtimeManager.lock()->runtime); in triggerUI() local
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp27 auto scope = jsi::Scope(*runtimeManager.lock()->runtime); in triggerUI() local
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DScheduler.cpp27 auto scope = jsi::Scope(*runtimeManager.lock()->runtime); in triggerUI() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0Differentiator.cpp216 ViewNodePairScope &scope, in sliceChildShadowNodeViewPairsRecursivelyV2()
264 ViewNodePairScope &scope, in sliceChildShadowNodeViewPairsV2()
299 ViewNodePairScope &scope, in sliceChildShadowNodeViewPairsFromViewNodePair()
399 ViewNodePairScope &scope, in updateMatchedPairSubtrees()
622 ViewNodePairScope &scope, in calculateShadowViewMutationsFlattener()
1083 ViewNodePairScope &scope, in calculateShadowViewMutationsV2()

123