| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test.cpp | 85 std::vector<ets_boolean> res1 = {buf, buf + length}; in TEST_F() local 124 std::vector<ets_byte> res1 = {buf, buf + length}; in TEST_F() local 163 std::vector<ets_char> res1 = {buf, buf + length}; in TEST_F() local 202 std::vector<ets_short> res1 = {buf, buf + length}; in TEST_F() local 241 std::vector<ets_int> res1 = {buf, buf + length}; in TEST_F() local 280 std::vector<ets_long> res1 = {buf, buf + length}; in TEST_F() local 319 std::vector<ets_float> res1 = {buf, buf + length}; in TEST_F() local 358 std::vector<ets_double> res1 = {buf, buf + length}; in TEST_F() local
|
| D | stack_reference_check_test.cpp | 101 bool res1 = env->GetObjectRefType(static_cast<ets_object>(ets_str1)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayincludesindexof/ |
| D | arrayincludesindexof.js | 97 const res1 = arr.indexOf(x); constant 105 const res1 = arr.indexOf(undefined); constant 160 const res1 = arr.indexOf(x); constant
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
| D | test-ts-ternary-operator-1.ts | 18 const res1 = a < b ? (a < c ? a : c) : (b < c ? b : c); constant
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplaceall/ |
| D | stringreplaceall.js | 25 let res1 = str1.replaceAll("o", "o-o"); variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | expected_test.cpp | 108 auto res1 = Helper(0U); in TEST() local 121 auto res1 = Helper(0U).ValueOr(1U); in TEST() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | expected_test.cpp | 106 auto res1 = helper(0); in TEST() local 119 auto res1 = helper(0).ValueOr(1); in TEST() local
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraymap/ |
| D | typedarraymap.js | 16 let res1 = true; variable
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 54 var res1 = testStr.match(pattern); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 34 let res1 = shortString.split(''); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysortcase/ |
| D | arraysortcase.js | 24 let res1 = numberArray1.sort(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
| D | stringreplace.js | 41 var res1 = lineString1.replace(re1, "X"); variable
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | excluded_keys_test.cpp | 130 auto res1 = parser1.Parse(expected); variable
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 603 JSHandle<JSTaggedValue> res1 = in HWTEST_F_L0() local 629 JSTaggedValue res1 = moduleManager->GetModuleValueInner(0, moduleRecord); in HWTEST_F_L0() local 661 JSTaggedValue res1 = moduleManager->GetModuleNamespaceInternal(localNameHandle.GetTaggedValue(), in HWTEST_F_L0() local 681 int res1 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local 701 …JSHandle<JSTaggedValue> res1 = ecmascript::NapiModuleLoader::GetModuleNameSpace(thread, recordName… in HWTEST_F_L0() local 710 JSHandle<JSTaggedValue> res1 = moduleManager->TryGetImportedModule(moduleName); in HWTEST_F_L0() local 980 CString res1 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local 1015 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; in HWTEST_F_L0() local 1141 CString res1 = "moduleName"; in HWTEST_F_L0() local 1154 CString res1 = "moduleName"; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/test/aottest/string_add/ |
| D | string_add.ts | 147 let res1 = `string`; variable
|
| /arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
| D | ecmastringtable.js | 131 let res1 = obj[key1]; variable
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/literals/ |
| D | literals_test.cpp | 213 AbckitLiteral *res1 = g_implM->createLiteralString(file, "asdf", strlen("asdf")); in TEST_F() local 234 AbckitLiteral *res1 = g_implM->createLiteralString(file, "asdf", strlen("asdf")); in TEST_F() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 854 auto res1 = p1.Parse(source1); variable 1179 auto res1 = p1.Parse(source1); variable 1409 auto res1 = p1.Parse(source1); variable 1443 auto res1 = p1.Parse(source1); variable 1478 auto res1 = p1.Parse(source1); variable
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 54 BoundsRange res1 = r1.Neg(); in TEST_F() local 72 BoundsRange res1 = r1.Abs(); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 27 let res1 = numObj1.toString(); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 177 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1209 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), propert… in HWTEST_F_L0() local 1291 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), proper… in HWTEST_F_L0() local 1354 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addStri… in HWTEST_F_L0() local 1713 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 1758 void *res1 = object->GetNativePointerField(vm_, 33); in HWTEST_F_L0() local 1781 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local 1800 void *res1 = vm_->GetLoop(); in HWTEST_F_L0() local 1971 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local 2022 Local<JSValueRef> res1 = object->Get(vm_, 12); in HWTEST_F_L0() local 2053 bool res1 = object->Has(vm_, num); in HWTEST_F_L0() local
|
| D | jsnapi_second_tests.cpp | 196 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 213 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 339 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local 373 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local 1076 Local<JSValueRef> res1 = set->GetValue(vm_, 0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_test.cpp | 212 JSHandle<EcmaString> res1(thread, reinterpret_cast<EcmaString *>(result1.GetRawData())); in HWTEST_F_L0() local 271 JSHandle<EcmaString> res1(thread, reinterpret_cast<EcmaString *>(result1.GetRawData())); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 378 bool res1 = CheckSecureMem(value1, 0); // 0: size variable
|