/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2599 let uint32Array: collections.Uint32Array = new collections.Uint32Array(); 2637 let uint32Array: collections.Uint32Array = new collections.Uint32Array(12); 2670 let array: collections.Uint32Array = new collections.Uint32Array(arrayLike); 2747 let array: collections.Uint32Array = collections.Uint32Array.from(arrayLike); 2776 let array: collections.Uint32Array = collections.Uint32Array.from<number>( 2783 let array: collections.Uint32Array = collections.Uint32Array.from<string>( 2790 let array: collections.Uint32Array = collections.Uint32Array.from<string>( 2821 let array: collections.Uint32Array = collections.Uint32Array.from(set); 2828 let array: collections.Uint32Array = collections.Uint32Array.from( 2991 new collections.Uint32Array(arrayLike).fill(4); // Uint32Array [4, 4, 4] [all …]
|
H A D | js-apis-util.md | 3755 ArrayBufferView辅助类型包括:Int8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint32Array、Floa… 4718 …t8Array、Int16Array、Int32Array、Uint8Array、Uint8ClampedArray、Uint16Array、Uint32Array、Float32Array、Fl… 4846 检查输入的value是否是Uint32Array数组类型。 4862 | boolean | 判断的结果,如果是内置包含的Uint32Array数组类型为true,反之为false。 | 4868 let result = type.isUint32Array(new Uint32Array([]));
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-collections.md | 2599 let uint32Array: collections.Uint32Array = new collections.Uint32Array(); 2637 let uint32Array: collections.Uint32Array = new collections.Uint32Array(12); 2670 let array: collections.Uint32Array = new collections.Uint32Array(arrayLike); 2747 let array: collections.Uint32Array = collections.Uint32Array.from(arrayLike); 2776 let array: collections.Uint32Array = collections.Uint32Array.from<number>( 2783 let array: collections.Uint32Array = collections.Uint32Array.from<string>( 2790 let array: collections.Uint32Array = collections.Uint32Array.from<string>( 2821 let array: collections.Uint32Array = collections.Uint32Array.from(set); 2828 let array: collections.Uint32Array = collections.Uint32Array.from( 2991 new collections.Uint32Array(arrayLike).fill(4); // Uint32Array [4, 4, 4] [all …]
|
H A D | js-apis-util.md | 3756 …ing: Int8Array, Int16Array, Int32Array, Uint8Array, Uint8ClampedArray, Uint32Array, Float32Array, … 4719 …y, Int16Array, Int32Array, Uint8Array, Uint8ClampedArray, Uint16Array, Uint32Array, Float32Array, … 4847 Checks whether the input value is of the Uint32Array type. 4863 | boolean | Returns **true** if the input value is of the Uint32Array type; returns **false** other… 4869 let result = type.isUint32Array(new Uint32Array([]));
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
H A D | UdmfJsTest.js | 1129 let view1 = new Uint32Array(dataUri); 1134 let view2 = new Uint32Array(data1); 1186 let view1 = new Uint32Array(dataUri); 1222 let view2 = new Uint32Array(data1); 1251 let view1 = new Uint32Array(dataUri); 1266 let view2 = new Uint32Array(data1); 1287 let view1 = new Uint32Array(dataUri); 1302 let view2 = new Uint32Array(data1); 1624 let view1 = new Uint32Array(data); 1661 let view2 = new Uint32Array(value.details.key2); [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-graphic.md | 22 |删除|类名:sourcefile;<br>方法or属性:type Uint32List = Uint32Array \| webgl.GLuint[];|NA|webgl2.d.ts|
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | sys_event.rs | 126 Uint32Array, enumerator
|
H A D | macros.rs | 91 hisysevent::HiSysEventParamType::Uint32Array
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-graphic.md | 22 |Deleted|Class name: sourcefile;<br>Method or attribute name: type Uint32List = Uint32Array \| webg…
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | X2DFast.js | 40 this.vertexUint32 = new Uint32Array(this.vertexArray);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkcompiler.md | 80 …ctions.d.ets中TypedArray(包括Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint32Array)的map接口
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | high-performance-programming.md | 170 …t8Array、Uint8Array、Uint8ClampedArray、Int16Array、Uint16Array、Int32Array、Uint32Array、Float32Array、Fl…
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 580 …器(Array、Map、Set、Int8Array、Int16Array、Int32Array、Uint8Array、Uint16Array、Uint32Array)、JSON解析成Sendabl…
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-collections-introduction.md | 11 …ionstypedarray)(Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint32Array、Uint8ClampedArr…
|
/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 …rray (including Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint32Array) in the **/inte…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | QueryKVJsTest.js | 752 var u32 = new Uint32Array([-21, 31]);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-collections-introduction.md | 11 …pedarray) (Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Uint8ClampedAr…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | QueryDataJsTest.js | 800 var u32 = new Uint32Array([-21, 31]);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-graphic.md | 88 …rcefile;<br>方法or属性:type Uint32List = Uint32Array \| GLuint[];|类名:sourcefile;<br>方法or属性:type Uint32…
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 677 | isUint32Array(value: Object): boolean | Checks whether the input value is of the **Uint32Array** … 1457 var result = proc.isUint32Array(new Uint32Array([]));
|
H A D | README.md | 1746 | isUint32Array(value: Object): boolean | 检查输入的value是否是Uint32Array数组类型。 | 2733 var result = proc.isUint32Array(new Uint32Array([]));
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0-beta1.md | 580 …p, Set, Int8Array, Int16Array, Int32Array, Uint8Array, Uint16Array and Uint32Array), JSON parsing …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-graphic.md | 88 …ame: type Uint32List = Uint32Array \| GLuint[];|Class name: sourcefile;<br>Method or attribute nam…
|