Home
last modified time | relevance | path

Searched defs:res1 (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp85 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
Dstack_reference_check_test.cpp101 bool res1 = env->GetObjectRefType(static_cast<ets_object>(ets_str1)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/
Dtest-ts-ternary-operator-1.ts18 const res1 = a < b ? (a < c ? a : c) : (b < c ? b : c); constant
/arkcompiler/ets_runtime/test/moduletest/stringreplaceall/
Dstringreplaceall.js25 let res1 = str1.replaceAll("o", "o-o"); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp106 auto res1 = helper(0); in TEST() local
119 auto res1 = helper(0).ValueOr(1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dexpected_test.cpp108 auto res1 = Helper(0U); in TEST() local
121 auto res1 = Helper(0U).ValueOr(1U); in TEST() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp325 …JSHandle<JSTaggedValue> res1 = moduleManager->HostResolveImportedModule(jsPandaFile.get(), baseFil… in HWTEST_F_L0() local
349 JSTaggedValue res1 = moduleManager->GetModuleValueInner(0, moduleRecord); in HWTEST_F_L0() local
381 JSTaggedValue res1 = moduleManager->GetModuleNamespaceInternal(localNameHandle.GetTaggedValue(), in HWTEST_F_L0() local
401 int res1 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local
422 …JSHandle<JSTaggedValue> res1 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName1, base… in HWTEST_F_L0() local
431 JSHandle<JSTaggedValue> res1 = moduleManager->TryGetImportedModule(moduleName); in HWTEST_F_L0() local
608 CString res1 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local
643 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; in HWTEST_F_L0() local
703 std::pair<bool, ModuleTypes> res1 = SourceTextModule::CheckNativeModule(requestName1); in HWTEST_F_L0() local
753 CString res1 = "moduleName"; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js54 var res1 = testStr.match(pattern); variable
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
Dstringsplit.js34 let res1 = shortString.split(''); variable
/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js24 let res1 = numberArray1.sort(); variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js41 var res1 = lineString1.replace(re1, "X"); variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp130 auto res1 = parser1.Parse(expected); variable
/arkcompiler/ets_runtime/test/aottest/string_add/
Dstring_add.ts147 let res1 = `string`; variable
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js131 let res1 = obj[key1]; variable
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp854 auto res1 = p1.Parse(source1); variable
1175 auto res1 = p1.Parse(source1); variable
1398 auto res1 = p1.Parse(source1); variable
1432 auto res1 = p1.Parse(source1); variable
1467 auto res1 = p1.Parse(source1); variable
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js27 let res1 = numObj1.toString(); variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp54 BoundsRange res1 = r1.Neg(); in TEST_F() local
72 BoundsRange res1 = r1.Abs(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp177 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
Djs_bigint_test.cpp817 JSHandle<BigInt> res1 = BigInt::SignedRightShift(thread, bigint1, shift1); in HWTEST_F_L0() local
873 JSHandle<BigInt> res1 = BigInt::LeftShift(thread, bigint1, shift1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1179 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), propert… in HWTEST_F_L0() local
1261 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), proper… in HWTEST_F_L0() local
1324 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addStri… in HWTEST_F_L0() local
1636 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local
1681 void *res1 = object->GetNativePointerField(vm_, 33); in HWTEST_F_L0() local
1704 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local
1723 void *res1 = vm_->GetLoop(); in HWTEST_F_L0() local
1894 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local
1945 Local<JSValueRef> res1 = object->Get(vm_, 12); in HWTEST_F_L0() local
1976 bool res1 = object->Has(vm_, num); in HWTEST_F_L0() local
Djsnapi_second_tests.cpp187 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local
204 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local
330 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local
364 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local
1065 Local<JSValueRef> res1 = set->GetValue(vm_, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp212 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/
Dfile_test.cpp378 bool res1 = CheckSecureMem(value1, 0); // 0: size variable
/arkcompiler/ets_runtime/test/moduletest/arraysort/
Darraysort.js236 var res1 = Array.prototype.sort.call("m", Uint8Array); variable
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js705 const res1 = /abc/g; constant

12