Home
last modified time | relevance | path

Searched defs:finished (Results 1 – 20 of 20) sorted by relevance

/system/unwinding/libunwindstack/tests/
DDwarfSectionImplTest.cpp84 bool finished; in TYPED_TEST_P() local
101 bool finished; in TYPED_TEST_P() local
119 bool finished; in TYPED_TEST_P() local
135 bool finished; in TYPED_TEST_P() local
153 bool finished; in TYPED_TEST_P() local
163 bool finished; in TYPED_TEST_P() local
173 bool finished; in TYPED_TEST_P() local
184 bool finished; in TYPED_TEST_P() local
217 bool finished; in TYPED_TEST_P() local
235 bool finished; in TYPED_TEST_P() local
[all …]
DDwarfSectionTest.cpp70 bool finished; in TEST_F() local
82 bool finished; in TEST_F() local
97 bool finished; in TEST_F() local
116 bool finished; in TEST_F() local
143 bool finished; in TEST_F() local
164 bool finished; in TEST_F() local
DElfInterfaceArmTest.cpp266 bool finished; in TEST_F() local
328 bool finished; in TEST_F() local
352 bool finished; in TEST_F() local
375 bool finished; in TEST_F() local
402 bool finished; in TEST_F() local
DElfFake.cpp56 bool ElfInterfaceFake::Step(uint64_t, Regs* regs, Memory*, bool* finished, bool* is_signal_frame) { in Step()
DElfTest.cpp141 bool finished; in TEST_F() local
384 bool finished; in TEST_F() local
DElfFake.h39 bool finished; member
/system/unwinding/libunwindstack/
DElfInterfaceArm.cpp103 bool ElfInterfaceArm::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
113 bool ElfInterfaceArm::StepExidx(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in StepExidx()
DDwarfSection.cpp46 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
500 bool* finished) { in Eval()
DUnwinder.cpp216 bool finished = false; in Unwind() local
DElf.cpp199 bool Elf::Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
DElfInterface.cpp449 bool ElfInterface::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
/system/extras/simpleperf/
Dworkload.cpp206 bool finished = false; in WaitChildProcess() local
/system/chre/apps/test/chqts/src/general_test/
Dbasic_sensor_test_base.cc325 bool finished = true; in finishTest() local
/system/unwinding/libunwindstack/benchmarks/
DEvalBenchmark.cpp65 bool finished; in RunBenchmark() local
/system/memory/lmkd/tests/
Dlmkd_test.cpp183 bool finished; member
/system/extras/simpleperf/scripts/test/
Ddo_test.py273 def finished(self) -> bool: member in TestProcess
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp90 bool finished = i + 1 == step_count; in ElfPushFakeStepData() local
/system/testing/gtest_extras/
DIsolate.cpp452 size_t finished = 0; in RunAllTests() local
/system/vold/
DUtils.cpp777 pid_t finished = wait(&status); in ForkExecvpTimeout() local
/system/memory/lmkd/
Dlmkd.cpp2216 static void stop_wait_for_proc_kill(bool finished) { in stop_wait_for_proc_kill()