/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
D | objectcloneproperties.js | 36 var actual = arr.flatMap(fn); variable 45 actual = [].flatMap.call(arrLike, fn); 46 print(actual);
|
/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/ |
D | interface_demo_01-assert.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8'); constant 60 assert.strictEqual(actual.trim(), expectation.trim());
|
D | stringLiteral_demo_02-assert.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8'); constant 41 assert.strictEqual(actual.trim(), expectation.trim());
|
D | namespace_api_01-assert.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8'); constant 29 assert.strictEqual(actual.trim(), expectation.trim());
|
D | stringLiteral_demo_01-assert.ts | 21 const actual = fs.readFileSync(filePath, 'utf-8').toString(); constant 38 assert.strictEqual(actual.trim(), expectation.trim());
|
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/ |
D | formatrangetoparts.js | 23 function compare(actual, expected, message) { argument 24 for (const [i, actualEntry, expectedEntry] of zip(actual, expected)) {
|
/arkcompiler/ets_frontend/ts2panda/tests/utils/ |
D | base.ts | 129 export function checkInstructions(actual: IRNode[], expected: IRNode[], checkFn?: Function): boolea… 134 if (actual.length !== expected.length) { 135 console.log("actual.length:" + actual.length + " expected.length:" + expected.length); 139 for (let i = 0; i < actual.length; ++i) { 140 if (!checkFn(actual[i], expected[i])) {
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | gate.cpp | 40 OpCode actual = GetInGateConst(idx)->GetOpCode(); in CheckInputOpcode() local 41 if (actual != expected) { in CheckInputOpcode() 43 " actual:" + GateMetaData::Str(actual) + ")", idx); in CheckInputOpcode() 49 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckInputMachineType() local 56 if (actual == MachineType::ARCH) { in CheckInputMachineType() 57 actual = isArch64 ? MachineType::I64 : MachineType::I32; in CheckInputMachineType() 59 if (actual != expected) { in CheckInputMachineType() 61 MachineTypeToStr(expected) + " actual:" + MachineTypeToStr(actual) + ")", idx); in CheckInputMachineType() 67 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckNotInputMachineType() local 68 if (actual == notExpected) { in CheckNotInputMachineType() [all …]
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | absint_checks.md | 3 ### Physical compatibility of arguments to instructions and actual parameters to methods 19 Checks of compatibility of objects in arguments to instructions and actual parameters to methods. 37 Can help inconsistency between method signature and type of actual return value
|
/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 28 ASSERT_EQ(expected & 1, actual & 1); in CompareData()
|
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
D | intrinsic_codegen_test.inl.erb | 27 …"") // actual expected message is "This line should be unreachable" but sometimes gtest does not …
|
/arkcompiler/toolchain/build/third_party_gn/musl/ |
D | musl_config.gni | 27 # in the musl repository,but the actual compilation is mipsel
|
/arkcompiler/runtime_core/compiler/docs/ |
D | avoid-calculating-start-of-array.md | 6 the address of the actual array data has to be infered from the object address.
|
D | interface_inline_cache.md | 100 because Method* is 8bit align, so Method* can be compressed. So the actual range we can store is:
|
D | plt.md | 61 parameter in actual method call. Jump by register value operation is used instead of call to return…
|
/arkcompiler/runtime_core/docs/ |
D | code_metainfo.md | 135 | METHOD_HI | Hi 32-bit part of the method pointer (actual only for jit) | 136 | METHOD_LOW | Low 32-bit part of the method pointer (actual only for jit) |
|
D | design-of-interpreter.md | 89 1. The format uses raw offsets as the main access method to the actual data and doesn't 102 select the optimal size based on actual code base.
|
D | glossary.md | 12 compilation" are used to indicate that the source code or bytecode is compiled before actual
|
D | runtime-compiled_code-interaction.md | 174 The Bridge Function sets up the Boundary Frame and performs the call to the actual runtime function.
|
D | doxygen.config | 1191 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
|
/arkcompiler/toolchain/build/config/aosp/ |
D | config.gni | 77 # # Toolchain root directory for each build. The actual binaries are inside
|
/arkcompiler/ets_frontend/test262/ |
D | eshost.patch | 90 - // we must copy the test file with its actual name.
|
/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | execution.py | 85 actual function name: {func_str}'
|