Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/obfuscation_validation/
DstringLiteral_demo_01-assert.ts6 const actual = fs.readFileSync(filePath, 'utf-8').toString(); constant
Dinterface_demo_01-assert.ts6 const actual = fs.readFileSync(filePath, 'utf-8'); constant
Dnamespace_api_01-assert.ts6 const actual = fs.readFileSync(filePath, 'utf-8'); constant
DstringLiteral_demo_02-assert.ts6 const actual = fs.readFileSync(filePath, 'utf-8'); constant
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js23 function compare(actual, expected, message) { argument
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js36 var actual = arr.flatMap(fn); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp40 OpCode actual = GetInGateConst(idx)->GetOpCode(); in CheckInputOpcode() local
49 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckInputMachineType() local
67 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckNotInputMachineType() local
77 OpCode actual = gatePtr->GetOpCode(); in CheckGeneralState() local
/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