Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 45) sorted by relevance

12

/expo/packages/expo-updates/ios/Tests/
H A DResponseHeaderDataSpec.swift11 let header = "string=\"string-0000\", true=?1, false=?0, integer=47, decimal=47.5" in spec() variable
24 let header = "branch-name=\"rollout-1\", data=:w4ZibGV0w6ZydGUK:, list=(1 2)" in spec() variable
33 let header = "abc=123;a=1;b=2" in spec() variable
42 let header = "" in spec() variable
49 let header = "bad dictionary" in spec() variable
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/
H A DManifestResponse.kt11 fun header(name: String): String? { in header() method in expo.modules.updates.manifest.ManifestResponse
15 fun header(name: String, defaultValue: String): String? { in header() method in expo.modules.updates.manifest.ManifestResponse
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JSBundleType.cpp19 ScriptTag parseTypeFromHeader(const BundleHeader &header) { in parseTypeFromHeader()
42 bool isHermesBytecodeBundle(const BundleHeader &header) { in isHermesBytecodeBundle()
H A DABI48_0_0JSIndexedRAMBundle.cpp51 uint32_t header[3]; in init() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JSBundleType.cpp19 ScriptTag parseTypeFromHeader(const BundleHeader &header) { in parseTypeFromHeader()
42 bool isHermesBytecodeBundle(const BundleHeader &header) { in isHermesBytecodeBundle()
H A DABI47_0_0JSIndexedRAMBundle.cpp51 uint32_t header[3]; in init() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JSBundleType.cpp19 ScriptTag parseTypeFromHeader(const BundleHeader &header) { in parseTypeFromHeader()
42 bool isHermesBytecodeBundle(const BundleHeader &header) { in isHermesBytecodeBundle()
H A DABI49_0_0JSIndexedRAMBundle.cpp51 uint32_t header[3]; in init() local
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DresolvePlatform-test.ts31 for (const header of ['expo-platform', 'exponent-platform']) { constant
/expo/tools/src/code-review/
H A Dreports.ts37 function header(outputs: ReviewOutput[]): string { function
/expo/packages/expo-camera/plugin/src/
H A DwithCamera.ts59 const header = createGeneratedHeaderComment(newSrc, tag, comment); constant
/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts224 const header = await readHermesHeaderAsync(file); constant
229 const header = await readHermesHeaderAsync(file); constant
/expo/packages/@expo/config-plugins/src/utils/
H A DgenerateCode.ts50 const header = createGeneratedHeaderComment(newSrc, tag, comment); constant
/expo/packages/expo-image/src/utils/thumbhash/
H A Dthumbhash.ts220 const header = hash[0] | (hash[1] << 8) | (hash[2] << 16); constant
244 const header = hash[3]; constant
248 const ly = isLandscape ? header & 7 : hasAlpha ? 5 : 7; constant
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DUsbmuxProtocol.ts67 const header = Buffer.alloc(USBMUXD_HEADER_SIZE); constant
H A DLockdownProtocol.ts97 const header = Buffer.alloc(LOCKDOWN_HEADER_SIZE); constant
/expo/docs/public/static/examples/v47.0.0/filesystem/
H A DApp.js64 header: { property
/expo/docs/public/static/examples/v46.0.0/filesystem/
H A DApp.js64 header: { property
/expo/docs/public/static/examples/v48.0.0/filesystem/
H A DApp.js64 header: { property
/expo/docs/public/static/examples/v49.0.0/filesystem/
H A DApp.js64 header: { property
/expo/docs/public/static/examples/unversioned/filesystem/
H A DApp.js64 header: { property
/expo/docs/public/static/code/
H A DsendNotificationToAPNS.js12 header: { property
/expo/packages/@expo/cli/src/utils/
H A DmergeGitIgnorePaths.ts93 const header = createGeneratedHeaderComment(sourceGitIgnore); constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/
H A DABI47_0_0MapBuffer.cpp26 auto header = reinterpret_cast<Header const *>(bytes_.data()); in MapBuffer() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/
H A DABI48_0_0MapBuffer.cpp25 auto header = reinterpret_cast<Header const *>(bytes_.data()); in MapBuffer() local

12