Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js36 var actual = arr.flatMap(fn); variable
45 actual = [].flatMap.call(arrLike, fn);
46 print(actual);
/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/
Dinterface_demo_01-assert.ts21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
60 assert.strictEqual(actual.trim(), expectation.trim());
DstringLiteral_demo_02-assert.ts21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
41 assert.strictEqual(actual.trim(), expectation.trim());
Dnamespace_api_01-assert.ts21 const actual = fs.readFileSync(filePath, 'utf-8'); constant
29 assert.strictEqual(actual.trim(), expectation.trim());
DstringLiteral_demo_01-assert.ts21 const actual = fs.readFileSync(filePath, 'utf-8').toString(); constant
38 assert.strictEqual(actual.trim(), expectation.trim());
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js23 function compare(actual, expected, message) { argument
24 for (const [i, actualEntry, expectedEntry] of zip(actual, expected)) {
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts129 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/
Dgate.cpp40 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/
Dabsint_checks.md3 ### 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/
Dbit_memory_region_test.cpp27 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/
Dintrinsic_codegen_test.inl.erb27 …"") // actual expected message is "This line should be unreachable" but sometimes gtest does not …
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_config.gni27 # in the musl repository,but the actual compilation is mipsel
/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md6 the address of the actual array data has to be infered from the object address.
Dinterface_inline_cache.md100 because Method* is 8bit align, so Method* can be compressed. So the actual range we can store is:
Dplt.md61 parameter in actual method call. Jump by register value operation is used instead of call to return…
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md135 | 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) |
Ddesign-of-interpreter.md89 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.
Dglossary.md12 compilation" are used to indicate that the source code or bytecode is compiled before actual
Druntime-compiled_code-interaction.md174 The Bridge Function sets up the Boundary Frame and performs the call to the actual runtime function.
Ddoxygen.config1191 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni77 # # Toolchain root directory for each build. The actual binaries are inside
/arkcompiler/ets_frontend/test262/
Deshost.patch90 - // we must copy the test file with its actual name.
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py85 actual function name: {func_str}'