Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DKeepParameterUtils.spec.ts41 const actual = shouldKeepCurFileParamerters(ast, config); constant
59 const actual = shouldKeepCurFileParamerters(ast, config); constant
77 const actual = shouldKeepCurFileParamerters(ast, config); constant
104 const actual = shouldKeepParameter(node, config, mangledSymbolNames, checker); constant
115 const actual = shouldKeepParameter(node, config, mangledSymbolNames, checker); constant
125 const actual = shouldKeepParameter(customNode, config, mangledSymbolNames, checker); constant
135 const actual = shouldKeepParameter(node, config, mangledSymbolNames, checker); constant
145 const actual = shouldKeepParameter(node, config, mangledSymbolNames, checker); constant
161 const actual = shouldKeepParameter(node, config, mangledSymbolNames, checker); constant
177 const actual = shouldKeepParameter(node, config, mangledSymbolNames, checker); constant
[all …]
DSourceMapMergingUtil.spec.ts72 const actual = mergeSourceMap(previousMap as RawSourceMap, currentMap as RawSourceMap); constant
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dkeyword_completion_data_test.cpp59 std::vector<std::string> actual; in TEST_F() local
73 std::vector<std::string> actual; in TEST_F() local
87 std::vector<std::string> actual; in TEST_F() local
101 std::vector<std::string> actual; in TEST_F() local
115 std::vector<std::string> actual; in TEST_F() local
131 std::vector<std::string> actual; in TEST_F() local
145 std::vector<std::string> actual; in TEST_F() local
158 std::vector<std::string> actual; in TEST_F() local
171 std::vector<std::string> actual; in TEST_F() local
/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/
DstringLiteral_demo_02-assert-expectation.ts21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
DstringLiteral_demo_01-assert-expectation.ts21 const actual = fs.readFileSync(filePath, 'utf-8').toString(); constant
Dinterface_demo_01-assert-expectation.ts21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
Dnamespace_api_01-assert-expectation.ts21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js23 function compare(actual, expected) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_promise_to_js_test.js19 function equal(actual, expected) { argument
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/
Dtest.py65 actual = subprocess.run(cmd, variable
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/
Dtest.py69 actual = subprocess.run(cmd, variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js36 var actual = arr.flatMap(fn); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dnative_pointer_test.cpp66 EcmaStringAccessor actual = EcmaStringAccessor(fromNativePointer->ToString(thread)); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DTestRunner.ts164 const actual = fs.readFileSync(actualPath).toString(); constant
201 const actual = actualReport.nodes[i]; constant
/arkcompiler/ets_frontend/arkguard/scripts/
Dexecute_result_statistics.js106 const compareExpected = function(filePath, actual, expectation) { argument
Dgrammar_test.py418 self, file_path, actual, expectation, actual_path, expectation_file argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp38 OpCode actual = GetInGateConst(idx)->GetOpCode(); in CheckInputOpcode() local
47 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckInputMachineType() local
65 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckNotInputMachineType() local
75 OpCode actual = gatePtr->GetOpCode(); in CheckGeneralState() local
85 OpCode actual = gatePtr->GetOpCode(); in CheckState() local
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DLintTest.ts125 const actual = actualNodes[i]; constant
/arkcompiler/runtime_core/libpandabase/tests/
Dbit_memory_region_test.cpp27 uint8_t actual = data[i / BITS_PER_BYTE] >> (i % BITS_PER_BYTE); in CompareData() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbit_memory_region_test.cpp28 uint8_t actual = data[i / BITS_PER_BYTE] >> (i % BITS_PER_BYTE); in CompareData() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp148 static void DumpMetric(const char *msg, T actual, T prediction) in DumpMetric()
155 static void DumpPauseMetric(const char *msg, uint64_t actual, uint64_t prediction, uint64_t totalPa… in DumpPauseMetric()
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js152 var actual = []; variable
184 var actual = []; variable
/arkcompiler/toolchain/test/autotest/aw/
Dall_utils.py101 def assert_equal(actual, expected): argument
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp35 bool Match(const std::string &actual, const std::string &expected) in Match()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1174 …r<Type *, Type *> ComputeConditionalSubtypes(TypeRelation *relation, Type *condition, Type *actual) in ComputeConditionalSubtypes()