Home
last modified time | relevance | path

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

12

/system/testing/gtest_extras/tests/
DOptionsTest.cpp38 bool parsed = options.Process(cur_args, &child_args); in TEST()
49 bool parsed = options.Process(cur_args, &child_args); in TEST()
60 bool parsed = options.Process(cur_args, &child_args); in TEST()
70 ASSERT_TRUE(options.Process(cur_args, &child_args)); in TEST()
91 ASSERT_TRUE(options.Process(cur_args, &child_args)); in TEST()
101 bool parsed = options.Process(cur_args, &child_args); in TEST()
111 ASSERT_TRUE(options.Process(cur_args, &child_args)); in TEST()
120 ASSERT_TRUE(options.Process(cur_args, &child_args)); in TEST()
130 bool parsed = options.Process(cur_args, &child_args); in TEST()
140 ASSERT_TRUE(options.Process(cur_args, &child_args)); in TEST()
[all …]
/system/extras/simpleperf/
DJITDebugReader.h120 struct Process { struct
147 void ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info); argument
148 bool InitializeProcess(Process& process);
151 bool ReadRemoteMem(Process& process, uint64_t remote_addr, uint64_t size, void* data);
152 bool ReadDescriptors(Process& process, Descriptor* jit_descriptor, Descriptor* dex_descriptor);
157 bool ReadNewCodeEntries(Process& process, const Descriptor& descriptor,
161 bool ReadNewCodeEntriesImpl(Process& process, const Descriptor& descriptor,
165 void ReadJITCodeDebugInfo(Process& process, const std::vector<CodeEntry>& jit_entries,
167 void ReadDexFileDebugInfo(Process& process, const std::vector<CodeEntry>& dex_entries,
180 std::unordered_map<pid_t, Process> processes_;
DJITDebugReader.cpp199 Process& process = it->second; in ReadAllProcesses()
227 void JITDebugReader::ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info) { in ReadProcess()
297 bool JITDebugReader::InitializeProcess(Process& process) { in InitializeProcess()
381 bool JITDebugReader::ReadRemoteMem(Process& process, uint64_t remote_addr, uint64_t size, in ReadRemoteMem()
399 bool JITDebugReader::ReadDescriptors(Process& process, Descriptor* jit_descriptor, in ReadDescriptors()
435 bool JITDebugReader::ReadNewCodeEntries(Process& process, const Descriptor& descriptor, in ReadNewCodeEntries()
447 bool JITDebugReader::ReadNewCodeEntriesImpl(Process& process, const Descriptor& descriptor, in ReadNewCodeEntriesImpl()
485 void JITDebugReader::ReadJITCodeDebugInfo(Process& process, in ReadJITCodeDebugInfo()
527 void JITDebugReader::ReadDexFileDebugInfo(Process& process, in ReadDexFileDebugInfo()
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java134 private static Process executeCommand(String command) throws IOException { in executeCommand()
136 Process p; in executeCommand()
151 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()
194 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()
212 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
298 Process p; in writePatchedDataToSession()
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java67 private Process simpleperfProcess;
204 Process process = new ProcessBuilder() in findSimpleperfInTempDir()
216 Process process = new ProcessBuilder() in findSimpleperfInTempDir()
227 Process process; in checkIfPerfEnabled()
/system/sepolicy/prebuilts/api/28.0/private/
Dmls6 # Process constraints
9 # Process transition: Require equivalence unless the subject is trusted.
13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
Dbpfloader.te6 # Process need CAP_NET_ADMIN to run bpf programs as cgroup filter
/system/sepolicy/prebuilts/api/27.0/private/
Dmls6 # Process constraints
9 # Process transition: Require equivalence unless the subject is trusted.
13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
/system/sepolicy/prebuilts/api/26.0/private/
Dmls6 # Process constraints
9 # Process transition: Require equivalence unless the subject is trusted.
13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
/system/sepolicy/prebuilts/api/26.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
Dvold.te76 # For vold Process::killProcessesWithOpenFiles function.
/system/sepolicy/prebuilts/api/27.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/prebuilts/api/28.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/prebuilts/api/29.0/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/public/
Dshared_relro.te1 # Process which creates/updates shared RELRO files to be used by other apps.
/system/sepolicy/private/
Dmls6 # Process constraints
9 # Process transition: Require equivalence unless the subject is trusted.
13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
/system/sepolicy/prebuilts/api/29.0/private/
Dmls6 # Process constraints
9 # Process transition: Require equivalence unless the subject is trusted.
13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
/system/testing/gtest_extras/
DOptions.h35 bool Process(const std::vector<const char*>& args, std::vector<const char*>* child_args);
DIsolateMain.cpp156 if (!options.Process(args, &child_args)) { in IsolateMain()
DOptions.cpp214 bool Options::Process(const std::vector<const char*>& args, std::vector<const char*>* child_args) { in Process() function in android::gtest_extras::Options
/system/update_engine/common/
Dsubprocess.cc78 brillo::Process* proc) { in LaunchProcess()
280 return proc_return_code != brillo::Process::kErrorExitStatus; in SynchronousExecFlags()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py45 from data_types import Process
308 process = Process("", 0)
Ddata_types.py51 class Process(object): class
/system/vold/
DAndroid.bp118 "Process.cpp",
/system/netd/server/
DAndroid.bp173 "Process.cpp",

12