Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 25) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfSectionImplTest.cpp107 bool finished; in TYPED_TEST_P() local
108 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
124 bool finished; in TYPED_TEST_P() local
125 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
142 bool finished; in TYPED_TEST_P() local
143 ASSERT_FALSE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
158 bool finished; in TYPED_TEST_P() local
159 ASSERT_TRUE(this->section_->Eval(&cie, &this->memory_, loc_regs, &regs, &finished)); in TYPED_TEST_P()
160 ASSERT_FALSE(finished); in TYPED_TEST_P()
176 bool finished; in TYPED_TEST_P() local
[all …]
DDwarfSectionTest.cpp63 bool finished; in TEST_F() local
64 ASSERT_FALSE(section_->Step(0x1000, nullptr, nullptr, &finished)); in TEST_F()
74 bool finished; in TEST_F() local
75 ASSERT_FALSE(section_->Step(0x1000, nullptr, nullptr, &finished)); in TEST_F()
88 bool finished; in TEST_F() local
89 ASSERT_FALSE(section_->Step(0x1000, nullptr, nullptr, &finished)); in TEST_F()
106 bool finished; in TEST_F() local
107 ASSERT_TRUE(section_->Step(0x1000, nullptr, &process, &finished)); in TEST_F()
132 bool finished; in TEST_F() local
133 ASSERT_TRUE(section_->Step(0x1000, nullptr, &process, &finished)); in TEST_F()
[all …]
DElfInterfaceArmTest.cpp266 bool finished; in TEST_F() local
267 ASSERT_FALSE(interface.StepExidx(0x7000, nullptr, nullptr, &finished)); in TEST_F()
281 ASSERT_FALSE(interface.StepExidx(0x7000, &regs, &process_memory_, &finished)); in TEST_F()
287 ASSERT_FALSE(interface.StepExidx(0x7000, &regs, &process_memory_, &finished)); in TEST_F()
292 ASSERT_TRUE(interface.StepExidx(0x7000, &regs, &process_memory_, &finished)); in TEST_F()
294 ASSERT_FALSE(finished); in TEST_F()
302 ASSERT_TRUE(interface.StepExidx(0x8000, &regs, &process_memory_, &finished)); in TEST_F()
307 ASSERT_FALSE(interface.StepExidx(0x8000, &regs, &process_memory_, &finished)); in TEST_F()
328 bool finished; in TEST_F() local
329 ASSERT_TRUE(interface.StepExidx(0x7000, &regs, &process_memory_, &finished)); in TEST_F()
[all …]
DElfFake.cpp55 bool ElfInterfaceFake::Step(uint64_t, Regs* regs, Memory*, bool* finished) { in Step() argument
62 if (entry.pc == 0 && entry.sp == 0 && !entry.finished) { in Step()
70 *finished = entry.finished; in Step()
DElfFake.h36 StepData(uint64_t pc, uint64_t sp, bool finished) : pc(pc), sp(sp), finished(finished) {} in StepData()
39 bool finished; member
DElfTest.cpp138 bool finished; in TEST_F() local
139 ASSERT_FALSE(elf.Step(0, nullptr, nullptr, &finished)); in TEST_F()
338 bool finished; in TEST_F() local
339 EXPECT_CALL(*interface, Step(0x1000, &regs, &process_memory, &finished)) in TEST_F()
342 ASSERT_TRUE(elf.Step(0x1000, &regs, &process_memory, &finished)); in TEST_F()
/system/core/libunwindstack/
DElfInterfaceArm.cpp103 bool ElfInterfaceArm::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in Step() argument
108 return ElfInterface32::Step(pc, regs, process_memory, finished) || in Step()
109 StepExidx(pc, regs, process_memory, finished); in Step()
112 bool ElfInterfaceArm::StepExidx(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in StepExidx() argument
138 *finished = (regs_arm->pc() == 0) ? true : false; in StepExidx()
142 *finished = true; in StepExidx()
DLocalUnwinder.cpp115 bool finished = false; in Unwind() local
118 } else if (!elf->Step(step_pc, regs.get(), process_memory_.get(), &finished)) { in Unwind()
119 finished = true; in Unwind()
136 if (finished || frame_info->size() == max_frames || in Unwind()
DElfInterfaceArm.h75 bool Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) override;
77 bool StepExidx(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished);
DUnwinder.cpp227 bool finished = false; in Unwind() local
251 } else if (elf->Step(step_pc, regs_, process_memory_.get(), &finished)) { in Unwind()
267 if (finished) { in Unwind()
DElfInterface.cpp459 bool ElfInterface::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in Step() argument
466 if (debug_frame != nullptr && debug_frame->Step(pc, regs, process_memory, finished)) { in Step()
472 if (eh_frame != nullptr && eh_frame->Step(pc, regs, process_memory, finished)) { in Step()
477 gnu_debugdata_interface_->Step(pc, regs, process_memory, finished)) { in Step()
DElf.cpp182 bool Elf::Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished) { in Step() argument
189 return interface_->Step(rel_pc, regs, process_memory, finished); in Step()
DDwarfSection.cpp39 bool DwarfSection::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished) { in Step() argument
62 return Eval(it->second.cie, process_memory, it->second, regs, finished); in Step()
475 bool* finished) { in Eval() argument
546 *finished = (cur_regs->pc() == 0) ? true : false; in Eval()
/system/core/lmkd/tests/
Dlmkd_test.cpp181 bool finished; member
193 data->finished = false; in add_pressure()
207 data->finished = (allocated_size >= data->total_size); in add_pressure()
258 if (data->finished) { in runMemStressTest()
274 data->finished = false; in runMemStressTest()
/system/extras/simpleperf/
Dworkload.cpp185 bool finished = false; in WaitChildProcess() local
189 finished = true; in WaitChildProcess()
205 return finished; in WaitChildProcess()
/system/extras/cppreopts/
Dcppreopts.rc32 setprop sys.cppreopt finished
40 setprop sys.cppreopt finished
/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h107 bool Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished);
135 Regs* regs, bool* finished) override;
DElf.h72 bool Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished);
DElfInterface.h67 virtual bool Step(uint64_t rel_pc, Regs* regs, Memory* process_memory, bool* finished);
/system/testing/gtest_extras/
DIsolate.cpp417 size_t finished = 0; in RunAllTests() local
419 while (finished < tests_.size()) { in RunAllTests()
424 finished += CheckTestsFinished(); in RunAllTests()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h704 nested(false), finished(false), minalign_(1), force_defaults_(false),
727 finished = false;
781 assert(finished);
804 finished = true;
1362 finished = true;
1385 bool finished;
/system/security/keystore/
Dkeymaster_worker.cpp642 bool finished = false; in finish() local
644 operationMap_.removeOperation(token, finished && rc.isOk()); in finish()
646 if (!finished) in finish()
701 finished = true; in finish()
/system/extras/ioblame/
DREADME106 app(s), and when finished with the app, hit ^C ONCE on
/system/core/init/
DREADME.md337 is finished. A service that is not marked as updatable cannot be overridden by
769 the boot sequence has finished, the trace report is obtained from the device
/system/core/rootdir/
Dinit.rc614 # Set indication (checked by vold) that we have finished this action