Home
last modified time | relevance | path

Searched refs:Int8Array (Results 1 – 25 of 61) sorted by relevance

123

/expo/packages/expo-modules-core/ios/Swift/TypedArrays/
H A DTypedArray.swift12 case .Int8Array: in create()
13 return Int8Array(jsTypedArray) in create()
H A DConcreteTypedArrays.swift6 public final class Int8Array: GenericTypedArray<Int8> {} class
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/TypedArrays/
H A DTypedArray.swift12 case .Int8Array: in create()
13 return Int8Array(jsTypedArray) in create()
H A DConcreteTypedArrays.swift6 public final class Int8Array: GenericTypedArray<Int8> {} class
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/TypedArrays/
H A DTypedArray.swift12 case .Int8Array: in create()
13 return Int8Array(jsTypedArray) in create()
H A DConcreteTypedArrays.swift6 public final class Int8Array: GenericTypedArray<Int8> {} class
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/TypedArrays/
H A DTypedArray.swift12 case .Int8Array: in create()
13 return Int8Array(jsTypedArray) in create()
H A DConcreteTypedArrays.swift6 public final class Int8Array: GenericTypedArray<Int8> {} class
/expo/packages/expo-standard-web-crypto/src/
H A DgetRandomValues.ts6 | Int8Array
29 !(values instanceof Int8Array) &&
/expo/apps/native-component-list/src/screens/
H A DCryptoScreen.tsx44 name: 'new Int8Array(100)',
45 value: new Int8Array(100),
118 { name: 'new Int8Array(100).fill(2)', value: new Int8Array(100).fill(2) },
/expo/packages/expo-standard-web-crypto/src/__tests__/
H A DgetRandomValues-test.ts10 ['Int8Array', Int8Array],
58 ['Int8Array', Int8Array],
/expo/packages/expo-modules-core/build/
H A DTypedArrays.types.d.ts2 export type IntBasedTypedArray = Int8Array | Int16Array | Int32Array;
/expo/packages/expo-modules-core/src/
H A DTypedArrays.types.ts2 export type IntBasedTypedArray = Int8Array | Int16Array | Int32Array;
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/
H A DTypedArrayTypeConverter.kt13 import expo.modules.kotlin.typedarray.Int8Array
28 class Int8ArrayTypeConverter(isOptional: Boolean) : BaseTypeArrayConverter<Int8Array>(isOptional) { in convertNonOptional()
29 override fun wrapJavaScriptTypedArray(value: JavaScriptTypedArray) = Int8Array(value) in convertNonOptional()
/expo/packages/expo-standard-web-crypto/build/
H A DgetRandomValues.d.ts1 type IntegerArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | …
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/
H A DTypedArrayTypeConverter.kt13 import abi49_0_0.expo.modules.kotlin.typedarray.Int8Array
28 class Int8ArrayTypeConverter(isOptional: Boolean) : BaseTypeArrayConverter<Int8Array>(isOptional) { in convertNonOptional()
29 override fun wrapJavaScriptTypedArray(value: JavaScriptTypedArray) = Int8Array(value) in convertNonOptional()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/types/
H A DTypedArrayTypeConverter.kt12 import abi47_0_0.expo.modules.kotlin.typedarray.Int8Array
27 class Int8ArrayTypeConverter(isOptional: Boolean) : BaseTypeArrayConverter<Int8Array>(isOptional) { in convertNonOptional()
28 override fun wrapJavaScriptTypedArray(value: JavaScriptTypedArray) = Int8Array(value) in convertNonOptional()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/
H A DTypedArrayTypeConverter.kt12 import abi48_0_0.expo.modules.kotlin.typedarray.Int8Array
27 class Int8ArrayTypeConverter(isOptional: Boolean) : BaseTypeArrayConverter<Int8Array>(isOptional) { in convertNonOptional()
28 override fun wrapJavaScriptTypedArray(value: JavaScriptTypedArray) = Int8Array(value) in convertNonOptional()
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJavaScriptTypedArray.h10 Int8Array = 1,
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJavaScriptTypedArray.h10 Int8Array = 1,
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJavaScriptTypedArray.h10 Int8Array = 1,
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJavaScriptTypedArray.h10 Int8Array = 1,
/expo/packages/expo-modules-core/ios/Tests/
H A DTypedArraysSpec.swift111 Function("int8_subscript_get") { (array: Int8Array, index: Int) in in definition()
115 Function("int8_subscript_set") { (array: Int8Array, index: Int, value: Int8) in in definition()
/expo/apps/test-suite/tests/
H A DCrypto.js8 const dv1 = new Int8Array(a);
9 const dv2 = new Int8Array(b);
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DTypedArraysSpec.swift111 Function("int8_subscript_get") { (array: Int8Array, index: Int) in in definition()
115 Function("int8_subscript_set") { (array: Int8Array, index: Int, value: Int8) in in definition()

123