Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 71) sorted by relevance

123

/expo/packages/expo-modules-core/src/uuid/lib/
H A Dv35.ts5 const bytes: number[] = []; constant
16 const bytes: number[] = new Array(str.length); constant
44 const bytes = hashfunc(namespace.concat(value)); constant
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt116 val bytes = Base64.decode(this, 0) in String() constant
128 val bytes = Parcel.obtain().run { in toBase64() constant
130 val bytes = marshall() in toBase64() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt116 val bytes = Base64.decode(this, 0) in String() constant
128 val bytes = Parcel.obtain().run { in toBase64() constant
130 val bytes = marshall() in toBase64() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt116 val bytes = Base64.decode(this, 0) in String() constant
128 val bytes = Parcel.obtain().run { in toBase64() constant
130 val bytes = marshall() in toBase64() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/activityresult/
H A DDataPersistor.kt116 val bytes = Base64.decode(this, 0) in String() constant
128 val bytes = Parcel.obtain().run { in toBase64() constant
130 val bytes = marshall() in toBase64() constant
/expo/android/expoview/src/main/java/host/exp/exponent/network/
H A DExpoBody.kt13 fun bytes(): ByteArray method
H A DOkHttpV1ExpoResponse.kt17 override fun bytes(): ByteArray = responseBody.bytes() in string() method in host.exp.exponent.network.OkHttpV1ExpoResponse.OkHttpV1ExpoBody
/expo/ios/versioned/sdk49/ExpoRandom/
H A DRandomModule.swift17 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/packages/expo-random/ios/
H A DRandomModule.swift17 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/ios/versioned/sdk48/ExpoRandom/
H A DRandomModule.swift17 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/ios/versioned/sdk47/ExpoRandom/
H A DRandomModule.swift17 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dsha1.js21 function sha1(bytes) { argument
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h40 const uint8_t* bytes() const { in bytes() function
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h43 const uint8_t* bytes() const { in bytes() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h43 const uint8_t* bytes() const { in bytes() function
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h43 const uint8_t* bytes() const { in bytes() function
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h43 const uint8_t* bytes() const { in bytes() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h43 const uint8_t* bytes() const { in bytes() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h43 const uint8_t* bytes() const { in bytes() function
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkData.h40 const uint8_t* bytes() const { in bytes() function
/expo/packages/expo-auth-session/src/
H A DPKCE.ts11 const bytes = Crypto.getRandomBytes(input.length); constant
/expo/ios/versioned/sdk48/ExpoCrypto/
H A DCryptoModule.swift29 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/ios/versioned/sdk49/ExpoCrypto/
H A DCryptoModule.swift29 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/packages/expo-crypto/ios/
H A DCryptoModule.swift29 var bytes = [UInt8](repeating: 0, count: length) in getRandomBase64String() variable
/expo/packages/expo-clipboard/src/web/
H A DUtils.ts17 const bytes = new Array(end - begin); constant

123