/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | thread_memory_shared.md | 14 function normalProcess(int32Array: Int32Array) { 21 function atomicsProcess(int32Array: Int32Array) { 54 // 由于SharedArrayBuffer是原始二进制数据缓冲区,无法直接使用,所以这里转换为Int32Array类型进行后续操作 55 let int32Array: Int32Array = new Int32Array(sab); 114 flag: Int32Array; 116 this.flag= new Int32Array(sab); // 其视图为只有一位的int数组(1 = 4bytes * 8 / 32bit) 216 let whichLineToWrite: Int32Array = new Int32Array(this.sabForLine); 263 let whichLineToWrite: Int32Array = new Int32Array(sabForLine);
|
H A D | high-performance-programming.md | 170 常见的TypedArray包括:Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Uint16Array、Int32Array、Uint32Arra…
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | shared-arraybuffer-object.md | 10 这里提供了一个简单示例,使用TaskPool传递一个Int32Array对象,具体实现如下: 16 function transferAtomics(arg1: Int32Array) { 25 let int32 = new Int32Array(sab);
|
H A D | arkts-collections-introduction.md | 11 ….md#collectionstypedarray)(Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint32Array、Uint…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | shared-arraybuffer-object.md | 10 The following is a simple example of using TaskPool to transfer an Int32Array object: 16 function transferAtomics(arg1: Int32Array) { 25 let int32 = new Int32Array(sab);
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | thread_memory_shared.md | 14 function normalProcess(int32Array: Int32Array) { 21 function atomicsProcess(int32Array: Int32Array) { 54 …not be directly used. Therefore, SharedArrayBuffer is converted to the Int32Array type for subsequ… 55 let int32Array: Int32Array = new Int32Array(sab); 114 flag: Int32Array; 116 this.flag= new Int32Array(sab); // The view is a one-bit int array (1 = 4 bytes * 8 / 32 bits). 217 let whichLineToWrite: Int32Array = new Int32Array(this.sabForLine); 264 let whichLineToWrite: Int32Array = new Int32Array(sabForLine);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-graphic.md | 19 |删除|类名:sourcefile;<br>方法or属性:type Int32List = Int32Array \| GLint[];|NA|webgl.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2555 …ctionsarraybuffer)实现。目前支持包括Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint32Array、Uint… 2598 let int32Array: collections.Int32Array = new collections.Int32Array(); 2636 let int32Array: collections.Int32Array = new collections.Int32Array(12); 2716 let int32Array: collections.Int32Array = collections.Int32Array.from([1, 2, 3, 4, 5, 6]); 2910 let int32Array: collections.Int32Array = new collections.Int32Array(arrayLike); 2951 let int32Array: collections.Int32Array = new collections.Int32Array(arrayLike); 3765 let int32Array: collections.Int32Array = collections.Int32Array.from([1, 2, 3, 4, 5, 6]); 3776 返回TypedArray指定索引位置的元素,适用于Int8Array,Int16Array,Int32Array,Uint8Array,Uint16Array,Uint32Array,Float32… 3799 let int32Array = collections.Int32Array.from([1, 2, 4]);
|
H A D | js-apis-util.md | 3755 ArrayBufferView辅助类型包括:Int8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint32Array、Floa… 4304 检查输入的value是否是Int32Array数组类型。 4320 | boolean | 判断的结果,如果是内置包含的Int32Array数组类型为true,反之为false。 | 4326 let result = type.isInt32Array(new Int32Array([])); 4718 TypedArray类型的辅助类型,包括Int8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint16Array、Uint32…
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | sys_event.rs | 123 Int32Array, enumerator
|
H A D | macros.rs | 84 hisysevent::HiSysEventParamType::Int32Array
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-graphic.md | 19 |Deleted|Class name: sourcefile;<br>Method or attribute name: type Int32List = Int32Array \| GLint[…
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-arkts-utils.md | 402 let i32a = new Int32Array(sab); 410 let i32a = new Int32Array(sab);
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-array.md | 13 …类构造器构造TypedArray类型的数据。TypedArray的子类有:Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Int32Array等。 30 | napi_create_typedarray | 用于在Node-API模块中创建指定类型的TypedArray,例如Uint8Array、Int32Array等,通常用于将Node-API模块… 696 // TypedArray的子类有: Int8Array Uint8Array Uint8ClampedArray Int16Array Int32Array等
|
H A D | use-jsvm-about-array.md | 13 …构造 TypedArray 类型的数据。TypedArray 的子类有:Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Int32Array 等。
|
H A D | jsvm-data-types-interfaces.md | 1017 创建typedarray,以Int32Array为例: 1116 创建一个Int32Array,并获取其长度,byteoffset等信息。
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkcompiler.md | 80 …ections.d.ets中TypedArray(包括Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint32Array)的map…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2555 …raybuffer). Currently, Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Ui… 2598 let int32Array: collections.Int32Array = new collections.Int32Array(); 2636 let int32Array: collections.Int32Array = new collections.Int32Array(12); 2716 let int32Array: collections.Int32Array = collections.Int32Array.from([1, 2, 3, 4, 5, 6]); 2910 let int32Array: collections.Int32Array = new collections.Int32Array(arrayLike); 2951 let int32Array: collections.Int32Array = new collections.Int32Array(arrayLike); 3765 let int32Array: collections.Int32Array = collections.Int32Array.from([1, 2, 3, 4, 5, 6]); 3776 …x in this TypedArray. This API is applicable to Int8Array, Int16Array, Int32Array, Uint8Array, Uin… 3799 let int32Array = collections.Int32Array.from([1, 2, 4]);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-array.md | 13 …* include **Int8Array**, **Uint8Array**, **Uint8ClampedArray**, **Int16Array**, and **Int32Array**. 30 …TypedArray** object of the specified type, such as **Uint8Array** or **Int32Array**. You can use t… 695 …lasses of TypedArray include Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, and 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/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/test/unittest/pasteboardapi/ |
H A D | PasteBoardPromiseJsunit.test.js | 1375 let int32view50 = new Int32Array(dataXml50); 1395 let newAppXmlView50 = new Int32Array(newAppXml50); 1396 let newImageIpgView50 = new Int32Array(newImageIpg50);
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 750 ArkTS支持通过索引访问`TypedArray`(例如`Int32Array`)中的元素。 805 let arr = new Int32Array(1); 2114 ArkTS仅支持使用展开运算符展开数组、`Array`的子类和`TypedArray`(例如`Int32Array`)。仅支持使用在以下场景中:
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/ |
H A D | js_buffer.ts | 283 Int32Array | Uint32Array | Float32Array | Float64Array; 2138 Int32Array, Uint32Array, Float32Array, Float64Array];
|
/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/faqs/ |
H A D | faqs-arkts-utils.md | 380 let i32a = new Int32Array(sab); 388 let i32a = new Int32Array(sab);
|