Home
last modified time | relevance | path

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

/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.cpp38 OpCode actual = GetInGateConst(idx)->GetOpCode(); in CheckInputOpcode() local
47 MachineType actual = GetInGateConst(idx)->GetMachineType(); in CheckInputMachineType() local
66 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