| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_tagged_number_test.cpp | 33 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 D | js_api_arraylist_iterator_test.cpp | 61 JSTaggedValue result = JSAPIArrayListIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 83 JSTaggedValue result = JSAPIArrayListIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| H A D | js_api_hashmap_iterator_test.cpp | 64 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 D | js_api_plain_array_iterator_test.cpp | 64 JSTaggedValue result = JSAPIPlainArrayIterator::Next(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| H A D | js_handle_test.cpp | 160 JSTaggedType result = *reinterpret_cast<JSTaggedType *>(globalString); in HWTEST_F_L0() local
|
| H A D | js_api_lightweightmap_iterator_test.cpp | 71 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
|
| /arkcompiler/ets_runtime/test/moduletest/regexpflagd/ |
| H A D | regexpflagd.js | 24 var result = regexpNames.exec(users); variable [all...] |
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| H A D | step.js | 53 var result = await testAwait(); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | unix_native_stack_test.cpp | 37 std::string result = ""; in HWTEST() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | everyChildInParentRange.cpp | 22 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
|
| H A D | referenceTypeAnnotationIsNull.cpp | 24 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
|
| H A D | arithmeticOperationValid.cpp | 40 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
|
| H A D | everyChildHasValidParent.cpp | 23 auto result = std::make_tuple(CheckDecision::CORRECT, CheckAction::CONTINUE); in operator ()() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfindlast/ |
| H A D | arrayfindlast.js | 24 var result = -1; variable [all...] |
| /arkcompiler/ets_runtime/test/moduletest/arraymap/ |
| H A D | arraymap.js | 44 var result = a.map(function() {}); variable
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | move_constants_test.cpp | 88 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 D | cflow_common.cpp | 27 PandaString result = OffsetToHexStr(offset); in OffsetAsHexStr() local
|
| /arkcompiler/ets_frontend/test262/ |
| H A D | babel-preprocessor.js | |
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | file_path_helper_test.cpp | 32 bool result = RealPath(filePath, realPath, false); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_intl.cpp | 34 JSHandle<JSArray> result = JSArray::CreateArrayFromList(thread, elements); in GetCanonicalLocales() local
|
| /test/testfwk/developer_test/examples/calculator/src/ |
| H A D | calculator.cpp | 19 int result = e1 + e2;
in Add() local 28 int result = e1 - e2;
in Sub() local 34 int result = e1 * e2;
in Mul() local 50 int result = e1 / e2; Div() local [all...] |
| /test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/ |
| H A D | aie_client_callback.h | 29 void OnResult(const DataInfo &result, int resultCode, int requestId) in OnResult() argument
|
| /test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
| H A D | string_utils_test.cpp | 68 std::string result = FormatString("%d", 10001); in HWTEST_F() local
|
| /test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/utils/ |
| H A D | common_utils.cpp | 21 std::string result; in GetStringArgument() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | work_space_chunk.h | 52 uintptr_t result = NewArea(size); in Allocate() local
|