/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/ |
H A D | create-verify-cerchainvalidator-object.md | 68 …let uint8ArrayOfCaCertDataLen = new Uint8Array(new Uint16Array([uint8ArrayOfCaCertData.byteLength]… 74 …let uint8ArrayOf2ndCaCertDataLen = new Uint8Array(new Uint16Array([uint8ArrayOf2ndCaCertData.byteL…
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | create-verify-cerchainvalidator-object.md | 68 …let uint8ArrayOfCaCertDataLen = new Uint8Array(new Uint16Array([uint8ArrayOfCaCertData.byteLength]… 74 …let uint8ArrayOf2ndCaCertDataLen = new Uint8Array(new Uint16Array([uint8ArrayOf2ndCaCertData.byteL…
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | sys_event.rs | 120 Uint16Array, enumerator
|
H A D | macros.rs | 77 hisysevent::HiSysEventParamType::Uint16Array
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-Prefetcher.md | 317 const view16 = new Uint16Array(buffer);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkcompiler.md | 80 …/@arkts.collections.d.ets中TypedArray(包括Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint…
|
/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 …ffer](#collectionsarraybuffer)实现。目前支持包括Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint… 2597 let uint16Array: collections.Uint16Array = new collections.Uint16Array(); 2635 let uint16Array: collections.Uint16Array = new collections.Uint16Array(12); 3776 返回TypedArray指定索引位置的元素,适用于Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Float32… 3803 let uint16Array = collections.Uint16Array.from([1, 2, 4]);
|
H A D | js-apis-util.md | 4718 TypedArray类型的辅助类型,包括Int8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint16Array、Uint32… 4814 检查输入的value是否是Uint16Array数组类型。 4830 | boolean | 判断的结果,如果是内置包含的Uint16Array数组类型为true,反之为false。 | 4836 let result = type.isUint16Array(new Uint16Array([]));
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 580 …e类、Sendable容器(Array、Map、Set、Int8Array、Int16Array、Int32Array、Uint8Array、Uint16Array、Uint32Array)、JS…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-Prefetcher.md | 307 const view16 = new Uint16Array(buffer);
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-collections-introduction.md | 11 …-collections.md#collectionstypedarray)(Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint…
|
/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/zh-cn/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 2165 class DerivedFromArray extends Uint16Array {}; 2168 let arr2 = new Uint16Array([4, 5, 6]);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2555 …collectionsarraybuffer). Currently, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Ui… 2597 let uint16Array: collections.Uint16Array = new collections.Uint16Array(); 2635 let uint16Array: collections.Uint16Array = new collections.Uint16Array(12); 3776 …is API is applicable to Int8Array, Int16Array, Int32Array, Uint8Array, Uint16Array, Uint32Array, F… 3803 let uint16Array = collections.Uint16Array.from([1, 2, 4]);
|
H A D | js-apis-util.md | 4719 …ing: Int8Array, Int16Array, Int32Array, Uint8Array, Uint8ClampedArray, Uint16Array, Uint32Array, F… 4815 Checks whether the input value is of the Uint16Array type. 4831 | boolean | Returns **true** if the input value is of the Uint16Array type; returns **false** other… 4837 let result = type.isUint16Array(new Uint16Array([]));
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-about-array.md | 913 isTypedarray(new Uint16Array([1, 2, 3, 4]));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | QueryKVJsTest.js | 746 var u16 = new Uint16Array([-21, 31]);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-collections-introduction.md | 11 …lections.md#collectionstypedarray) (Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Ui…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | QueryDataJsTest.js | 794 var u16 = new Uint16Array([-21,31]);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-array.md | 913 isTypedarray(new Uint16Array([1, 2, 3, 4]));
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 2292 class DerivedFromArray extends Uint16Array {}; 2295 let arr2 = new Uint16Array([4, 5, 6]);
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 676 | isUint16Array(value: Object): boolean | Checks whether the input value is of the **Uint16Array** … 1451 var result = proc.isUint16Array(new Uint16Array([]));
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 580 …ainer (Array, Map, Set, Int8Array, Int16Array, Int32Array, Uint8Array, Uint16Array and Uint32Array…
|