Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAFCProtocol.ts21 magic: typeof AFC_MAGIC; property
403 const magic = data.slice(0, 8).toString('ascii'); constant
404 if (magic !== AFC_MAGIC) {
412 magic,
453 const magic = Buffer.from(AFC_MAGIC); constant
454 magic.copy(header);
/expo/apps/bare-expo/e2e/utils/
H A Dreport.js23 const { magic, failed, failures, results } = JSON.parse(input);
33 jestExpect(magic).toBe('[TEST-SUITE-END]');
/expo/apps/test-suite/screens/
H A DTestScreen.js141 magic: '[TEST-SUITE-INPROGRESS]', property
162 magic: '[TEST-SUITE-END]', // NOTE: Runner/Run.js waits to see this property
/expo/packages/@expo/metro-config/build/
H A DrewriteRequestUrl.js.map1 …atform = searchParams.get('platform') ?? 'web';\n\n debug('Rewriting magic request url to ent…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJavaScriptLoader.mm141 // The RAM bundle has a magic number in the 4 first bytes `(0xFB0BD1E5)`.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJavaScriptLoader.mm141 // The RAM bundle has a magic number in the 4 first bytes `(0xFB0BD1E5)`.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTJavaScriptLoader.mm141 // The RAM bundle has a magic number in the 4 first bytes `(0xFB0BD1E5)`.