| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_atomics_test.cpp | 41 JSTypedArray *CreateTypedArray(JSThread *thread, const JSHandle<TaggedArray> &array, DataViewType type) in CreateTypedArray() argument 260 auto array = CreateArrayList(thread, arrVals, 3); in HWTEST_F_L0() local 302 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 323 auto array = CreateArrayList(thread, arrVals, 10); HWTEST_F_L0() local 335 auto array = CreateArrayList(thread, arrVals, 10); HWTEST_F_L0() local 352 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 364 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 380 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 415 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 427 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 443 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 455 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 471 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 483 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 499 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 511 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 592 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local 604 auto array = CreateArrayList(thread, arrVals, arrVals.size()); HWTEST_F_L0() local [all...] |
| H A D | builtins_promise_test.cpp | 53 JSHandle<JSTaggedValue> array = BuiltinsBase::GetCallArg(argv, 0); in TestPromiseAllThenOnResolved() local [all...] |
| H A D | builtins_typedarray_test.cpp | 73 JSArray *array = JSArray::Cast(GetThis(argv)->GetTaggedObject()); in TestForEachFunc() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_stub_builder.h | 50 GateRef array;
member
|
| H A D | ntype_bytecode_lowering.cpp | 207 GateRef array = builder_.CreateArray(kind, 0, builder_.Int64(length), flag); in LowerNTypedCreateEmptyArray() local 229 GateRef array = in LowerNTypedCreateArrayWithBuffer() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.cpp | 190 void AstDumper::SerializeArray(std::vector<const ir::AstNode *> array) in SerializeArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 660 JSHandle<JSArray> array = factory->NewJSArray(); in ConvertToArray() local
|
| H A D | containers_plainarray.cpp | 99 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Clear() local 153 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Has() local 187 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in Get() local 288 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetIndexOfKey() local 309 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); in GetIndexOfValue() local 330 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); IsEmpty() local 362 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); GetKeyAt() local 395 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); Remove() local 427 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); RemoveAt() local 473 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); RemoveRangeFrom() local 507 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); SetValueAt() local 540 JSAPIPlainArray *array = JSAPIPlainArray::Cast(self->GetTaggedObject()); GetValueAt() local [all...] |
| H A D | containers_lightweightset.cpp | 525 JSHandle<JSArray> array = factory->NewJSArray(); in ToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| H A D | containers_plainarray_test.cpp | 253 JSHandle<JSAPIPlainArray> array = CreateJSAPIPlainArray(); in HWTEST_F_L0() local
|
| H A D | containers_vector_test.cpp | 601 JSHandle<JSArray> array = factory->NewJSArray();
in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_hashmap.cpp | 41 JSTaggedType *array = hashArray->GetData(); in HasValue() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| H A D | MQTTProperties.h | 123 MQTTProperty *array; /**< array of properties */ member
|
| /test/xts/acts/commonlibrary/thirdparty/ubsan/entry/src/main/cpp/ |
| H A D | napi_init.cpp | 88 int array[5] = {0};
in Bounds() local
|
| /test/xts/acts/security/crypto_framework_napi_BasicTest/src/ |
| H A D | crypto_framework_asym_key_test.cpp | 306 uint8_t array[] = {48, 50, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43, 129, 4, 0, in HWTEST_F() local 334 uint8_t array[] = { 48, 90, 48, 20, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 9, 43, 36, 3, in HWTEST_F() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | tls_securetransport.c | 70 static int import_pem(URLContext *h, char *path, CFArrayRef *array) in import_pem() argument 137 CFArrayRef array = NULL; in load_ca() local
|
| /third_party/benchmark/src/ |
| H A D | string_util.cc | 95 const char* const* array = in ExponentToPrefix() local
|
| /third_party/benchmark/tools/gbench/ |
| H A D | report.py | 11 from numpy import array namespace
|
| /third_party/cJSON/ |
| H A D | cJSON.h | 181 CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array); variable [all...] |
| /third_party/cJSON/tests/ |
| H A D | cjson_add.c | 434 cJSON *array = NULL; in cJSON_add_array_should_add_array() local
|
| /third_party/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 392 ConstReference( const ::std::tuple<ElementPointer, Size>& array) ConstReference() argument 397 Copy(const ::std::tuple<ElementPointer, Size>& array) Copy() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | TextTrieMap.java | 419 private static char[] subArray(char[] array, int start) { in subArray() argument 428 private static char[] subArray(char[] array, int start, int limit) { in subArray() argument [all...] |
| H A D | TrieBuilder.java | 203 protected static final boolean equal_int(int[] array, in argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | cpdtrtst.cpp | 250 UnicodeString *array=split(ID, 0x003b, count); in TestGetSetAdoptTransliterator() local [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | measunit.h | 3776 auto array = splitToSingleUnitsImpl(length, status); in splitToSingleUnits() local
|