Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 128) sorted by relevance

123456

/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts40 const hash = await createProjectHashAsync(projectRoot); constant
50 const hash = await createProjectHashAsync(projectRoot); constant
61 const hash = await createProjectHashAsync(projectRoot); constant
71 const hash = await createProjectHashAsync(projectRoot); constant
83 const hash = await createProjectHashAsync(projectRoot); constant
93 const hash = await createProjectHashAsync(projectRoot); constant
H A Dbare-test.ts35 const hash = await createProjectHashAsync(projectRoot); constant
45 const hash = await createProjectHashAsync(projectRoot); constant
55 const hash = await createProjectHashAsync(projectRoot); constant
65 const hash = await createProjectHashAsync(projectRoot, { platforms: ['android'] }); constant
/expo/packages/expo-image/build/utils/thumbhash/
H A Dthumbhash.js115 export function thumbHashToRGBA(hash) { argument
194 export function thumbHashToAverageRGBA(hash) { argument
218 export function thumbHashToApproximateAspectRatio(hash) { argument
324 export function thumbHashToDataURL(hash) { argument
/expo/packages/expo-asset/build/
H A DPlatformUtils.js35 export async function downloadAsync(uri, hash, type, name) { argument
45 async function _downloadAsyncManagedEnv(uri, hash, type, name) { argument
68 async function _downloadAsyncUnmanagedEnv(uri, hash, type) { argument
H A DAsset.js35 hash = null; field in Asset
131 hash: meta.hash, property
161 hash, field
H A DLocalAssets.web.js1 export function getLocalAssetUri(hash, type) { argument
H A DLocalAssets.js11 export function getLocalAssetUri(hash, type) { argument
/expo/packages/expo-updates/e2e/fixtures/
H A DUpdates.e2e.ts116 const hash = await Update.copyBundleToStaticFolder( constant
166 const hash = 'invalid-hash'; constant
202 const hash = await Update.copyBundleToStaticFolder( constant
281 const hash = await Update.copyBundleToStaticFolder( constant
341 const hash = await Update.copyBundleToStaticFolder( constant
381 const hash = await Update.copyBundleToStaticFolder( constant
466 const hash = await Update.copyBundleToStaticFolder( constant
521 const hash = await Update.copyBundleToStaticFolder( constant
729 const hash = await Update.copyBundleToStaticFolder( constant
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h28 static uint32_t Mix(uint32_t hash) { in Mix()
43 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h28 static uint32_t Mix(uint32_t hash) { in Mix()
43 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h33 static uint32_t Mix(uint32_t hash) { in Mix()
48 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h33 static uint32_t Mix(uint32_t hash) { in Mix()
48 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h33 static uint32_t Mix(uint32_t hash) { in Mix()
48 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h33 static uint32_t Mix(uint32_t hash) { in Mix()
48 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h33 static uint32_t Mix(uint32_t hash) { in Mix()
48 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkChecksum.h33 static uint32_t Mix(uint32_t hash) { in Mix()
48 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts59 const hash = createBundleHash(bundle); constant
105 const hash = constant
/expo/home/utils/
H A DgetSnackId.ts8 const hash = sha1(Constants.installationId).toLowerCase(); constant
/expo/packages/expo-asset/src/
H A DAsset.ts55 hash: string | null = null; property in Asset
191 const { uri, hash } = selectAssetSource(meta); constant
/expo/packages/expo-image/build/utils/
H A DresolveHashString.js1 function hashToUri(type, hash) { argument
/expo/packages/expo-modules-core/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash() function
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash() function
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash() function
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/
H A DFieldOption.swift27 public func hash(into hasher: inout Hasher) { in hash() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Utils/
H A DABI49_0_0RCTReactTaggedView.mm51 {

123456