/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | sys_event.rs | 117 Int16Array, enumerator
|
H A D | macros.rs | 70 hisysevent::HiSysEventParamType::Int16Array
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkcompiler.md | 80 /interface/sdk-js/arkts/@arkts.collections.d.ets中TypedArray(包括Int8Array/Uint8Array/Int16Array/Uint1…
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | high-performance-programming.md | 170 常见的TypedArray包括:Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Uint16Array、Int32Array、Uint32Arra…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2555 一种线性数据结构,底层基于[ArkTS ArrayBuffer](#collectionsarraybuffer)实现。目前支持包括Int8Array、Uint8Array、Int16Array、U… 2596 let int16Array: collections.Int16Array = new collections.Int16Array(); 2634 let int16Array: collections.Int16Array = new collections.Int16Array(12); 3776 返回TypedArray指定索引位置的元素,适用于Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Float32… 3797 let int16Array = collections.Int16Array.from([1, 2, 4]);
|
H A D | js-apis-util.md | 3755 ArrayBufferView辅助类型包括:Int8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint32Array、Floa… 4272 检查输入的value是否是Int16Array数组类型。 4288 | boolean | 判断的结果,如果是内置包含的Int16Array数组类型为true,反之为false。 | 4294 let result = type.isInt16Array(new Int16Array([])); 4718 TypedArray类型的辅助类型,包括Int8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint16Array、Uint32…
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-array.md | 13 …类构造器构造TypedArray类型的数据。TypedArray的子类有:Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Int32Array等。 696 // TypedArray的子类有: Int8Array Uint8Array Uint8ClampedArray Int16Array Int32Array等
|
H A D | use-jsvm-about-array.md | 13 …构造 TypedArray 类型的数据。TypedArray 的子类有:Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Int32Array 等。
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 580 - 支持Sendable共享内存的数据类型,包括Sendable类、Sendable容器(Array、Map、Set、Int8Array、Int16Array、Int32Array、Uint8Arr…
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-array.md | 13 …rray** include **Int8Array**, **Uint8Array**, **Uint8ClampedArray**, **Int16Array**, and **Int32Ar… 695 // The child classes of TypedArray include Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, an…
|
H A D | use-jsvm-about-array.md | 13 …rray** include **Int8Array**, **Uint8Array**, **Uint8ClampedArray**, **Int16Array**, and **Int32Ar…
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-collections-introduction.md | 11 …-apis-arkts-collections.md#collectionstypedarray)(Int8Array、Uint8Array、Int16Array、Uint16Array、Int3…
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/ |
H A D | js_buffer.ts | 282 type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | 2137 let typeArr = [Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array,
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkcompiler.md | 80 **map** API of TypedArray (including Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint32A…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2555 …rayBuffer](#collectionsarraybuffer). Currently, Int8Array, Uint8Array, Int16Array, Uint16Array, In… 2596 let int16Array: collections.Int16Array = new collections.Int16Array(); 2634 let int16Array: collections.Int16Array = new collections.Int16Array(12); 3776 …a given index in this TypedArray. This API is applicable to Int8Array, Int16Array, Int32Array, Uin… 3797 let int16Array = collections.Int16Array.from([1, 2, 4]);
|
H A D | js-apis-util.md | 3756 **ArrayBufferView** is a helper type representing any of the following: Int8Array, Int16Array, Int3… 4273 Checks whether the input value is of the Int16Array type. 4289 | boolean | Returns **true** if the input value is of the Int16Array type; returns **false** otherw… 4295 let result = type.isInt16Array(new Int16Array([])); 4719 **TypedArray** is a helper type representing any of the following: Int8Array, Int16Array, Int32Arra…
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 658 | isInt16Array(value: Object): boolean | Checks whether the input value is of the **Int16Array** ty… 1264 var result = proc.isBigInt64Array(new Int16Array([])); 1270 var result = proc.isBigUint64Array(new Int16Array([])); 1339 var result = proc.isInt16Array(new Int16Array([]));
|
H A D | README.md | 1727 | isInt16Array(value: Object): boolean | 检查输入的value是否是Int16Array数组类型。 | 2540 var result = proc.isBigInt64Array(new Int16Array([])); 2546 var result = proc.isBigUint64Array(new Int16Array([])); 2615 var result = proc.isInt16Array(new Int16Array([]));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | QueryKVJsTest.js | 743 var i16 = new Int16Array([-21, 31]);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-collections-introduction.md | 11 …is-arkts-collections.md#collectionstypedarray) (Int8Array, Uint8Array, Int16Array, Uint16Array, In…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | QueryDataJsTest.js | 791 var i16 = new Int16Array([-21,31]);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 3675 // TypeCode 类型枚举较多,示例代码以Int16Array为例 3682 let int16View = new Int16Array(buffer); 3728 // TypeCode 类型枚举较多,示例代码以Int16Array为例 3735 let int16View = new Int16Array(buffer); 3749 let readInt16View = new Int16Array(result);
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 580 …ng the Sendable class, Sendable container (Array, Map, Set, Int8Array, Int16Array, Int32Array, Uin…
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 3659 // In this example, the value of TypeCode is Int16Array. 3666 let int16View = new Int16Array(buffer); 3712 // In this example, the value of TypeCode is Int16Array. 3719 let int16View = new Int16Array(buffer); 3733 let readInt16View = new Int16Array(result);
|