Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h67 struct Process { struct
68 pid_t pid = -1;
69 bool initialized = false;
70 bool died = false;
94 pid_t pid; // Process of the debug info argument
150 using Process = JITDebugReader_impl::Process; variable
Dcmd_debug_unwind.cpp237 bool Process() override { in Process() function in simpleperf::__anon7f0d915e0111::SampleUnwinder
371 bool Process() override { in Process() function in simpleperf::__anon7f0d915e0111::TestFileGenerator
520 bool Process() override { in Process() function in simpleperf::__anon7f0d915e0111::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/gtest_isolated/
DOptions.cpp311 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