Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h186 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp71 auto predicate = circuit.NewGate(circuit.Icmp( in HWTEST_F_L0() local