Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
DJITDebugReader.h160 struct Process { struct
161 pid_t pid = -1;
162 bool initialized = false;
186 bool ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info); argument
Dcmd_debug_unwind.cpp237 bool Process() override { in Process() function in simpleperf::__anon4dd368030111::SampleUnwinder
371 bool Process() override { in Process() function in simpleperf::__anon4dd368030111::TestFileGenerator
520 bool Process() override { in Process() function in simpleperf::__anon4dd368030111::ReportGenerator
/system/core/init/fuzzer/
Dinit_parser_fuzzer.cpp131 void InitParserFuzzer::Process() { in Process() function in InitParserFuzzer
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py51 class Process(object): class
/system/testing/gtest_extras/
DOptions.cpp310 bool Options::Process(const std::vector<const char*>& args, std::vector<char*>* child_args) { in Process() function in android::gtest_extras::Options
/system/core/fastboot/fuzzer/
Dfastboot_fuzzer.cpp263 void FastbootFuzzer::Process(const uint8_t* data, size_t size) { in Process() function in FastbootFuzzer