Searched defs:Process (Results 1 – 3 of 3) sorted by relevance
120 struct Process { struct121 pid_t pid = -1;122 bool initialized = false;123 bool died = false;147 void ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info); argument
51 class Process(object): class
214 bool Options::Process(const std::vector<const char*>& args, std::vector<const char*>* child_args) { in Process() function in android::gtest_extras::Options