Home
last modified time | relevance | path

Searched refs:typedarray (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jerryScript/
H A DjerryScript.pro39 $${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray \
154 …$${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int1…
156 …$${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int3…
158 …$${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-int8…
159 …H}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-help…
160 …H}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray-prot…
161 …ATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-typedarray.c \
163 …$${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-uint…
165 …$${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-uint…
167 …$${ROOT_PATH}/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-uint…
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-collections.md2847 | start | number | 是 | 源起始位置下标,如果`start < 0`,则会从`start + typedarray.length`位置开始。 |
2848 | end | number | 否 | 源终止位置下标,如果`end < 0`,则会从`end + typedarray.length`位置终止。默认为ArkTS TypedArray的长度。|
2969 | start | number | 否 | 开始填充的索引,如果`start < 0`,则会从`start + typedarray.length`位置开始。默认值为0。|
2970 | end | number | 否 | 结束填充的索引,如果`end < 0`,则会到`end + typedarray.length`位置结束。默认为ArkTS TypedArray的长度。|
3449 | start | number | 否 | 开始索引,如果`start < 0`,则会从`start + typedarray.length`位置开始。默认为0。 |
3450 | end | number | 否 | 结束索引(不包括该元素),如果`end < 0`,则会到`end + typedarray.length`位置结束。默认为ArkTS TypedA…
3528 | begin | number | 否 | 开始索引,如果`begin < 0`,则会从`begin + typedarray.length`位置开始。默认值为0。 |
3529 | end | number | 否 | 结束索引(不包括该元素),如果`end < 0`,则会到`end + typedarray.length`位置结束。默认为ArkTS TypedA…
3566 | index | number | 是 | 要返回的Array元素的索引(从零开始),取值为整数。如果`index < 0`,则会访问`index + typedarray.length`位…
3605 | fromIndex | number | 否 | 开始搜索的索引,如果`fromIndex < 0`,则会从`fromIndex + typedarray.length`位置开始。默认值为0…
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dnapi.md285 - 标准库接口中出参length返回typedarray的元素数量,而OpenHarmony的该导出接口返回typedarray中元素的字节长度。
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-collections.md2847 …range. If a negative number is passed in, it refers to the index of **start + typedarray.length**.|
2848 …. If a negative number is passed in, it refers to the index of **end + typedarray.length**. The de…
2969 …If a negative number is passed in, it refers to the index of **start + typedarray.length**. The de…
2970 …. If a negative number is passed in, it refers to the index of **end + typedarray.length**. The de…
3449 …If a negative number is passed in, it refers to the index of **start + typedarray.length**. The de…
3450 …. If a negative number is passed in, it refers to the index of **end + typedarray.length**. The de…
3528 …If a negative number is passed in, it refers to the index of **begin + typedarray.length**. The de…
3529 …. If a negative number is passed in, it refers to the index of **end + typedarray.length**. The de…
3566 …teger. If a negative number is passed in, it refers to the index of **index + typedarray.length**.|
3605 … negative number is passed in, it refers to the index of **fromIndex + typedarray.length**. The de…
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp975 napi_value typedarray = nullptr; variable
976 napi_create_typedarray(env, napi_int8_array, arrayBufferSize, arrayBuffer, 0, &typedarray);
977 ASSERT_NE(typedarray, nullptr);
979 napi_is_typedarray(env, typedarray, &isTypedArray);
988 …napi_get_typedarray_info(env, typedarray, &typedarrayType, &typedarrayLength, &typedarrayBufferPtr,
8085 napi_value typedarray = nullptr; variable
8086 auto res = napi_create_typedarray(env, napi_int8_array, 0, boolean, 0, &typedarray);
8105 napi_value typedarray = nullptr; variable
8107 arrayBuffer, 0, &typedarray);
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m.md171 …ttypedarrayinfo) ([JSVM_Env](#jsvm_env) env, [JSVM_Value](#jsvm_value) typedarray, [JSVM_Typedarra…
3205 JSVM_EXTERN JSVM_Status OH_JSVM_GetTypedarrayInfo (JSVM_Env env, JSVM_Value typedarray, JSVM_Typeda…
3219 | typedarray | 表示要查询其属性的TypedArray。 |
H A Djsvm_8h.md105 …M_Env](_j_s_v_m.md#jsvm_env) env, [JSVM_Value](_j_s_v_m.md#jsvm_value) typedarray, [JSVM_Typedarra…
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2745 napi_value typedarray, in napi_get_typedarray_info() argument
2753 CHECK_ARG(env, typedarray); in napi_get_typedarray_info()
2755 auto value = LocalValueFromJsValue(typedarray); in napi_get_typedarray_info()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Djsvm-data-types-interfaces.md1017 创建typedarray,以Int32Array为例:
/ohos5.0/docs/en/application-dev/reference/common/
H A D_j_s_v_m.md171 …ttypedarrayinfo) ([JSVM_Env](#jsvm_env) env, [JSVM_Value](#jsvm_value) typedarray, [JSVM_Typedarra…
3205 JSVM_EXTERN JSVM_Status OH_JSVM_GetTypedarrayInfo (JSVM_Env env, JSVM_Value typedarray, JSVM_Typeda…
3219 | typedarray | TypedArray whose properties are to be queried.|
H A Djsvm_8h.md105 …M_Env](_j_s_v_m.md#jsvm_env) env, [JSVM_Value](_j_s_v_m.md#jsvm_value) typedarray, [JSVM_Typedarra…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md3458 …rmation; <br/> 8.The array is not of type int32; <br/> 9.The length of typedarray is smaller than …
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md3450 …formation; <br> 8.The array is not of type int32; <br> 9.The length of typedarray is smaller than …