Home
last modified time | relevance | path

Searched refs:Uint32Array (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-collections.md2599 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 Djs-apis-util.md3755 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 Djs-apis-arkts-collections.md2599 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 Djs-apis-util.md3756 …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 DUdmfJsTest.js1129 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 Djs-apidiff-graphic.md22 |删除|类名:sourcefile;<br>方法or属性:type Uint32List = Uint32Array \| webgl.GLuint[];|NA|webgl2.d.ts|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event.rs126 Uint32Array, enumerator
H A Dmacros.rs91 hisysevent::HiSysEventParamType::Uint32Array
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-graphic.md22 |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 DX2DFast.js40 this.vertexUint32 = new Uint32Array(this.vertexArray);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/
H A Dchangelogs-arkcompiler.md80 …ctions.d.ets中TypedArray(包括Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint32Array)的map接口
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dhigh-performance-programming.md170 …t8Array、Uint8Array、Uint8ClampedArray、Int16Array、Uint16Array、Int32Array、Uint32Array、Float32Array、Fl…
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v5.0-beta1.md580 …器(Array、Map、Set、Int8Array、Int16Array、Int32Array、Uint8Array、Uint16Array、Uint32Array)、JSON解析成Sendabl…
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-collections-introduction.md11 …ionstypedarray)(Int8Array、Uint8Array、Int16Array、Uint16Array、Int32Array、Uint32Array、Uint8ClampedArr…
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/
H A Djs_buffer.ts283 Int32Array | Uint32Array | Float32Array | Float64Array;
2138 Int32Array, Uint32Array, Float32Array, Float64Array];
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/
H A Dchangelogs-arkcompiler.md80 …rray (including Int8Array/Uint8Array/Int16Array/Uint16Array/Int32Array/Uint32Array) in the **/inte…
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DQueryKVJsTest.js752 var u32 = new Uint32Array([-21, 31]);
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-collections-introduction.md11 …pedarray) (Int8Array, Uint8Array, Int16Array, Uint16Array, Int32Array, Uint32Array, Uint8ClampedAr…
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DQueryDataJsTest.js800 var u32 = new Uint32Array([-21, 31]);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-graphic.md88 …rcefile;<br>方法or属性:type Uint32List = Uint32Array \| GLuint[];|类名:sourcefile;<br>方法or属性:type Uint32…
/ohos5.0/commonlibrary/ets_utils/
H A DREADME.en.md677 | isUint32Array(value: Object): boolean | Checks whether the input value is of the **Uint32Array** …
1457 var result = proc.isUint32Array(new Uint32Array([]));
H A DREADME.md1746 | isUint32Array(value: Object): boolean | 检查输入的value是否是Uint32Array数组类型。 |
2733 var result = proc.isUint32Array(new Uint32Array([]));
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v5.0-beta1.md580 …p, Set, Int8Array, Int16Array, Int32Array, Uint8Array, Uint16Array and Uint32Array), JSON parsing …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-graphic.md88 …ame: type Uint32List = Uint32Array \| GLuint[];|Class name: sourcefile;<br>Method or attribute nam…