Home
last modified time | relevance | path

Searched defs:data2 (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/promiserejectinfo_fuzzer/
Dpromiserejectinfo_fuzzer.cpp39 void *data2 = static_cast<void*>(new std::string("test")); in PromiseRejectInfoNewFuzzTest() local
110 void *data2 = static_cast<void*>(new std::string("test")); in PromiseRejectInfoGetReasonFuzzTest() local
129 void *data2 = static_cast<void*>(new std::string("test")); in PromiseRejectInfoGetOperationFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp208 std::vector<uint8_t> data2 {'a', 'b', 'c', 'd', 'z', 'x', 0}; in TEST_F() local
267 std::vector<uint8_t> data2 {'w', 'o', 'r', 'l', 'd', '!', 0}; in TEST_F() local
325 std::vector<uint16_t> data2 {'a', 'b', 0xab, 0xdc, 'z', 0}; in TEST_F() local
345 std::vector<char> data2(len + 1); in TEST_F() local
371 std::vector<char> data2(subStrLen + 1); in TEST_F() local
398 std::vector<char> data2 {'H', 'e', 'l', 'l', 'o', 'w', 'o', 'r', 'l', 'd', '!', 0}; in TEST_F() local
407 std::vector<char> data2 {'H', 'e', 'l', 'l', 'o', 'w', 'o', 'r', 'l', 'd', '!', 0}; in TEST_F() local
485 std::vector<char> data2 {'a', 'b', 'c', 'd', 'f', 0}; in TEST_F() local
516 std::vector<char> data2 {'a', 'b', 's', 0}; in TEST_F() local
597 …std::vector<uint8_t> data2(string1->GetDataMUtf8(), string1->GetDataMUtf8() + data.size() - 1); /… in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule69.ts30 let data2: Number[] = [1, 2, 3, 4] variable
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule69.ts30 let data2: Number[] = [1, 2, 3, 4] variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp110 std::vector<uint8_t> data2 {0xc2, 0xa7, 0x34, 0x00}; in TEST_F() local
120 std::vector<uint8_t> data2 {0x02, 0x07, 0x04, 0x00}; in TEST_F() local
130 std::vector<uint8_t> data2 {0xc2, 0xa7, 0x33, 0x00}; in TEST_F() local
140 std::vector<uint8_t> data2 {0xc2, 0xa7, 0x00}; in TEST_F() local
174 std::vector<uint16_t> data2 {0xffc3, 0x33, 0x55, 0x00}; in TEST_F() local
184 std::vector<uint16_t> data2 {0xffc3, 0x34, 0x00}; in TEST_F() local
507 std::vector<uint16_t> data2 {'a', 'b', 0xab, 0xdc, 'z', 0}; in TEST_F() local
528 std::vector<uint8_t> data2 {'b', 'c', 'd', 0}; in TEST_F() local
606 std::vector<uint8_t> data2 {'a', 'b', 'c', 'd', 'z', 'x', 0}; in TEST_F() local
755 std::vector<uint8_t> data2 {'a', 'b', 'c', 'd', 'e', 0}; in TEST_F() local
Dstring_table_test.cpp172 std::vector<uint8_t> data2 {0x02, 0x00}; in SweepObjectInTable() local
209 std::vector<uint8_t> data2 {0x02, 0x00}; in SweepNonMovableObjectInTable() local
249 std::vector<uint8_t> data2 {0x02}; in SweepHumongousObjectInTable() local
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp638 Span<const uint16_t> data2(str2->GetDataUtf16(), str1->GetLength()); in StringsAreEqual() local
642 Span<const uint8_t> data2(str2->GetDataMUtf8(), str1->GetLength()); in StringsAreEqual() local
673 Span<const uint8_t> data2(mutf8Data, utf16Length); in StringsAreEqualMUtf8() local
692 Span<const uint16_t> data2(utf16Data, utf16DataLength); in StringsAreEqualUtf16() local
709 Span<const uint16_t> data2(utf16Data, utf16DataLength); in IsMutf8EqualsUtf16() local
723 Span<const uint16_t> data2(utf16Data, utf16DataLength); in IsMutf8EqualsUtf16() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h82 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern()
Decma_string.cpp522 const uint8_t *data2 = EcmaString::GetUtf8DataFlat(right, bufRightUft8); in StringsAreEqualDiffUtfEncoding() local
528 const uint16_t *data2 = EcmaString::GetUtf16DataFlat(right, bufRightUft16); in StringsAreEqualDiffUtfEncoding() local
534 const uint8_t *data2 = EcmaString::GetUtf8DataFlat(right, bufRightUft8); in StringsAreEqualDiffUtfEncoding() local
540 const uint16_t *data2 = EcmaString::GetUtf16DataFlat(right, bufRightUft16); in StringsAreEqualDiffUtfEncoding() local
638 Span<const uint8_t> data2(dataAddr, dataLen); in StringIsEqualUint8Data() local
661 Span<const uint16_t> data2(utf16Data, utf16Len); in StringsAreEqualUtf16() local
Dtagged_dictionary.cpp62 Span<const uint8_t> data2(str, size); in IsMatch() local
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js47 let data2 = [new ClassA(1, 10), , new ClassA(3, 30), , new ClassA(4, 40), new ClassA(2, 20), new Cl… variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1484 JSTaggedValue data2 = JSTypedArray::FastGetPropertyByIndex(thread, typedArray.GetTaggedValue(), in HWTEST_F_L0() local
Djs_serializer_test.cpp1725 std::pair<uint8_t *, size_t> data2 = serializer2->ReleaseBuffer(); in HWTEST_F_L0() local