| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | KeepParameterUtils.spec.ts | 41 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 …]
|
| D | SourceMapMergingUtil.spec.ts | 72 const actual = mergeSourceMap(previousMap as RawSourceMap, currentMap as RawSourceMap); constant
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | keyword_completion_data_test.cpp | 59 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/ |
| D | stringLiteral_demo_02-assert-expectation.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
|
| D | stringLiteral_demo_01-assert-expectation.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8').toString(); constant
|
| D | interface_demo_01-assert-expectation.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
|
| D | namespace_api_01-assert-expectation.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
|
| /arkcompiler/ets_runtime/test/aottest/formatrangetoparts/ |
| D | formatrangetoparts.js | 23 function compare(actual, expected) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
| D | return_promise_to_js_test.js | 19 function equal(actual, expected) { argument
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/ |
| D | test.py | 65 actual = subprocess.run(cmd, variable
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/ |
| D | test.py | 69 actual = subprocess.run(cmd, variable
|
| /arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
| D | objectcloneproperties.js | 36 var actual = arr.flatMap(fn); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 66 EcmaStringAccessor actual = EcmaStringAccessor(fromNativePointer->ToString(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/ |
| D | TestRunner.ts | 164 const actual = fs.readFileSync(actualPath).toString(); constant 201 const actual = actualReport.nodes[i]; constant
|
| /arkcompiler/ets_frontend/arkguard/scripts/ |
| D | execute_result_statistics.js | 106 const compareExpected = function(filePath, actual, expectation) { argument
|
| D | grammar_test.py | 418 self, file_path, actual, expectation, actual_path, expectation_file argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.cpp | 38 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/ |
| D | LintTest.ts | 125 const actual = actualNodes[i]; constant
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_memory_region_test.cpp | 27 uint8_t actual = data[i / BITS_PER_BYTE] >> (i % BITS_PER_BYTE); in CompareData() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | bit_memory_region_test.cpp | 28 uint8_t actual = data[i / BITS_PER_BYTE] >> (i % BITS_PER_BYTE); in CompareData() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_analytics.cpp | 148 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/ |
| D | jsonstringifier.js | 152 var actual = []; variable 184 var actual = []; variable
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| D | all_utils.py | 101 def assert_equal(actual, expected): argument
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers.cpp | 35 bool Match(const std::string &actual, const std::string &expected) in Match()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1174 …r<Type *, Type *> ComputeConditionalSubtypes(TypeRelation *relation, Type *condition, Type *actual) in ComputeConditionalSubtypes()
|