Home
last modified time | relevance | path

Searched defs:result (Results 1 - 25 of 833) sorted by relevance

12345678910>>...34

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_tagged_number_test.cpp33 JSTaggedNumber result = number1 - number2; in HWTEST_F_L0() local
55 JSTaggedNumber result = number1 * number2; in HWTEST_F_L0() local
73 JSTaggedNumber result; HWTEST_F_L0() local
[all...]
H A Djs_api_arraylist_iterator_test.cpp61 JSTaggedValue result = JSAPIArrayListIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
83 JSTaggedValue result = JSAPIArrayListIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_api_hashmap_iterator_test.cpp64 JSTaggedValue result = JSAPIHashMapIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
77 JSTaggedValue result = JSAPIHashMapIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
85 JSHandle<JSTaggedValue> result = in HWTEST_F_L0() local
H A Djs_api_plain_array_iterator_test.cpp64 JSTaggedValue result = JSAPIPlainArrayIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_handle_test.cpp160 JSTaggedType result = *reinterpret_cast<JSTaggedType *>(globalString); in HWTEST_F_L0() local
H A Djs_api_lightweightmap_iterator_test.cpp71 JSTaggedValue result = JSAPILightWeightMapIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
84 JSTaggedValue result = JSAPILightWeightMapIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
92 JSHandle<JSTaggedValue> result = in HWTEST_F_L0() local
H A Djs_api_lightweightset_iterator_test.cpp64 JSTaggedValue result = JSAPILightWeightSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
77 JSTaggedValue result = JSAPILightWeightSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Djs_api_hashset_iterator_test.cpp64 JSTaggedValue result = JSAPIHashSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
77 JSTaggedValue result = JSAPIHashSetIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
85 JSHandle<JSTaggedValue> result = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/regexpflagd/
H A Dregexpflagd.js24 var result = regexpNames.exec(users); variable
[all...]
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dstep.js53 var result = await testAwait(); variable
/arkcompiler/runtime_core/libpandabase/tests/
H A Dunix_native_stack_test.cpp37 std::string result = ""; in HWTEST() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DeveryChildInParentRange.cpp22 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
H A DreferenceTypeAnnotationIsNull.cpp24 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
H A DarithmeticOperationValid.cpp40 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
H A DeveryChildHasValidParent.cpp23 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
H A Darrayfindlast.js24 var result = -1; variable
[all...]
/arkcompiler/ets_runtime/test/moduletest/arraymap/
H A Darraymap.js44 var result = a.map(function() {}); variable
/arkcompiler/runtime_core/compiler/tests/
H A Dmove_constants_test.cpp88 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
163 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
260 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
333 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
408 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
469 bool result = GetGraph()->RunPass<MoveConstants>(); TEST_F() local
572 bool result = GetGraph()->RunPass<MoveConstants>(); TEST_F() local
629 bool result = GetGraph()->RunPass<MoveConstants>(); TEST_F() local
694 bool result = GetGraph()->RunPass<MoveConstants>(); TEST_F() local
723 bool result = GetGraph()->RunPass<MoveConstants>(); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_common.cpp27 PandaString result = OffsetToHexStr(offset); in OffsetAsHexStr() local
/arkcompiler/ets_frontend/test262/
H A Dbabel-preprocessor.js
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dfile_path_helper_test.cpp32 bool result = RealPath(filePath, realPath, false); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_intl.cpp34 JSHandle<JSArray> result = JSArray::CreateArrayFromList(thread, elements); in GetCanonicalLocales() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dwork_space_chunk.h52 uintptr_t result = NewArea(size); in Allocate() local
/arkcompiler/ets_runtime/test/moduletest/number/
H A Dnumber.js160 var result = ""; variable
[all...]
/arkcompiler/runtime_core/libpandabase/os/
H A Dnative_stack.cpp21 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile() argument

Completed in 6 milliseconds

12345678910>>...34