| /external/ltp/include/ | 
| D | tst_sched.h | 21 static inline int sys_sched_setparam(pid_t pid, const struct sched_param *param)  in sys_sched_setparam() 26 static inline int sys_sched_getparam(pid_t pid, struct sched_param *param)  in sys_sched_getparam() 31 static inline int sys_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)  in sys_sched_setscheduler() 36 static inline int sys_sched_getscheduler(pid_t pid)  in sys_sched_getscheduler() 41 static inline int libc_sched_setparam(pid_t pid, const struct sched_param *param)  in libc_sched_setparam() 46 static inline int libc_sched_getparam(pid_t pid, struct sched_param *param)  in libc_sched_getparam() 51 static inline int libc_sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)  in libc_sched_setscheduler() 56 static inline int libc_sched_getscheduler(pid_t pid)  in libc_sched_getscheduler()
  | 
| /external/perfetto/test/trace_processor/diff_tests/android/ | 
| D | android_blocking_calls_cuj_metric.py | 38 def add_main_thread_atrace(trace, ts, ts_end, buf, pid):  argument 43 def add_async_trace(trace, ts, ts_end, buf, pid):  argument 63 def add_cuj_with_blocking_calls(trace, cuj_name, pid):  argument 120 def add_all_blocking_calls_in_cuj(trace, pid):  argument 142 def add_overlapping_cujs_with_blocking_calls(trace, start_ts, pid):  argument 164 def add_cuj_with_named_binder_transaction(pid, rx_pid):  argument 189 def add_process(trace, package_name, uid, pid):  argument
  | 
| /external/perfetto/protos/perfetto/trace/ftrace/ | 
| D | sched.proto | 19   optional int32 pid = 2;  field 25   optional int32 pid = 1;  field 36   optional int32 pid = 2;  field 43   optional int32 pid = 2;  field 50   optional int32 pid = 2;  field 55   optional int32 pid = 2;  field 67   optional int32 pid = 2;  field 72   optional int32 pid = 2;  field 76   optional int32 pid = 2;  field 83   optional int32 pid = 4;  field
  | 
| /external/autotest/client/common_lib/cros/ | 
| D | power_cycle_usb_util.py | 98 def power_cycle_usb_vidpid(dut, board, vid, pid, pause=1):  argument 128 def get_port_number_from_vidpid(dut, vid, pid):  argument 156 def get_bus_dev_id(lsusb_output, vid, pid):  argument 228 def get_all_port_number_from_vidpid(dut, vid, pid):  argument 257 def get_all_bus_dev_id(lsusb_output, vid, pid):  argument 287 def get_target_all_gpio(dut, board, vid, pid):  argument
  | 
| /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ | 
| D | ht_affinity.c | 43 #define sched_setaffinity(pid, cpusetsize, mask) syscall(__NR_sched_setaffinity, pid, cpusetsize, m…  argument 44 #define sched_getaffinity(pid, cpusetsize, mask) syscall(__NR_sched_getaffinity, pid, cpusetsize, m…  argument 52 	pid_t pid;  in HT_SetAffinity()  local 129 unsigned long get_porc_affinity(pid_t pid)  in get_porc_affinity() 151 	pid_t pid;  in HT_GetAffinity()  local 183 	pid_t pid;  in HT_InheritAffinity()  local
  | 
| /external/webrtc/modules/video_coding/ | 
| D | frame_buffer2_unittest.cc | 239   uint16_t pid = Rand();  in TEST_F()  local 249   const uint16_t pid = Rand();  in TEST_F()  local 272   uint16_t pid = Rand();  in TEST_F()  local 299   uint16_t pid = Rand();  in TEST_F()  local 312   uint16_t pid = Rand();  in TEST_F()  local 337   uint16_t pid = Rand();  in TEST_F()  local 353   uint16_t pid = Rand();  in TEST_F()  local 368   uint16_t pid = Rand();  in TEST_F()  local 398   uint16_t pid = Rand();  in TEST_F()  local 417   uint16_t pid = Rand();  in TEST_F()  local [all …] 
 | 
| /external/angle/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ | 
| D | TestStatusReporter.java | 25     public void testRunStarted(int pid)  in testRunStarted() 30     public void testRunFinished(int pid)  in testRunFinished() 35     private void sendTestRunBroadcast(String action, int pid)  in sendTestRunBroadcast() 43     public void uncaughtException(int pid, Throwable ex)  in uncaughtException()
  | 
| /external/cronet/testing/android/reporter/java/src/org/chromium/test/reporter/ | 
| D | TestStatusReporter.java | 23     public void testRunStarted(int pid) {  in testRunStarted() 27     public void testRunFinished(int pid) {  in testRunFinished() 31     private void sendTestRunBroadcast(String action, int pid) {  in sendTestRunBroadcast() 38     public void uncaughtException(int pid, Throwable ex) {  in uncaughtException()
  | 
| /external/autotest/client/bin/ | 
| D | parallel.py | 71 def _check_for_subprocess_exception(temp_dir, pid):  argument 99 def fork_waitfor(tmp, pid):  argument 107 def fork_waitfor_timed(tmp, pid, timeout):  argument 135 def fork_nuke_subprocess(tmp, pid):  argument
  | 
| /external/strace/tests-mx32/ | 
| D | test_ucopy.c | 48 strace_process_vm_readv(pid_t pid,  in strace_process_vm_readv() 63 call_process_vm_readv(const int pid, long *const addr)  in call_process_vm_readv() 81 call_ptrace_peekdata(const int pid, long *const addr)  in call_ptrace_peekdata() 87 test_ucopy(bool (*fn)(int pid, long *addr))  in test_ucopy() 95 	pid_t pid = fork();  in test_ucopy()  local
  | 
| /external/strace/tests-m32/ | 
| D | test_ucopy.c | 48 strace_process_vm_readv(pid_t pid,  in strace_process_vm_readv() 63 call_process_vm_readv(const int pid, long *const addr)  in call_process_vm_readv() 81 call_ptrace_peekdata(const int pid, long *const addr)  in call_ptrace_peekdata() 87 test_ucopy(bool (*fn)(int pid, long *addr))  in test_ucopy() 95 	pid_t pid = fork();  in test_ucopy()  local
  | 
| /external/strace/tests/ | 
| D | test_ucopy.c | 48 strace_process_vm_readv(pid_t pid,  in strace_process_vm_readv() 63 call_process_vm_readv(const int pid, long *const addr)  in call_process_vm_readv() 81 call_ptrace_peekdata(const int pid, long *const addr)  in call_ptrace_peekdata() 87 test_ucopy(bool (*fn)(int pid, long *addr))  in test_ucopy() 95 	pid_t pid = fork();  in test_ucopy()  local
  | 
| /external/tensorflow/tensorflow/python/client/ | 
| D | timeline.py | 61   def _create_event(self, ph, category, name, pid, tid, timestamp):  argument 87   def emit_pid(self, name, pid):  argument 101   def emit_tid(self, name, pid, tid):  argument 117   def emit_region(self, timestamp, duration, pid, tid, category, name, args):  argument 134   def emit_obj_create(self, category, name, timestamp, pid, tid, object_id):  argument 149   def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id):  argument 164   def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id,  argument 182   def emit_flow_start(self, name, timestamp, pid, tid, flow_id):  argument 199   def emit_flow_end(self, name, timestamp, pid, tid, flow_id):  argument 216   def emit_counter(self, category, name, pid, timestamp, counter, value):  argument [all …] 
 | 
| /external/perfetto/test/trace_processor/diff_tests/dynamic/ | 
| D | connected_flow_data.json | 3 …{"args":{"name":"MainProcess"},"cat":"__metadata","name":"process_name","ph":"M","pid":100,"tid":0…  number 6         "pid": 100,  number 18         "pid": 100,  number 30         "pid": 100,  number 43         "pid": 100,  number 55         "pid": 100,  number 67         "pid": 100,  number 79         "pid": 100,  number 92         "pid": 100,  number 105         "pid": 100,  number [all …] 
 | 
| /external/perfetto/test/trace_processor/diff_tests/parsing/ | 
| D | flow_events_json_v1.json | 5         "pid": 15902,  number 15         "pid": 15902,  number 26         "pid": 15903,  number 36         "pid": 15903,  number 46         "pid": 15875,  number 56         "pid": 15875,  number 66         "pid": 15774,  number 76         "pid": 15774,  number 87         "pid": 15874,  number 98         "pid": 15874,  number
  | 
| D | flow_events_json_v2.json | 5         "pid": 15902,  number 19         "pid": 15903,  number 34         "pid": 15875,  number 46         "pid": 15774,  number 61         "pid": 15874,  number 75         "pid": 15875,  number 87         "pid": 15875,  number 97         "pid": 15875,  number
  | 
| /external/angle/build/android/gtest_apk/java/src/org/chromium/build/gtest_apk/ | 
| D | TestStatusReceiver.java | 42         void testRunStarted(int pid);  in testRunStarted() 43         void testRunFinished(int pid);  in testRunFinished() 44         void uncaughtException(int pid, String stackTrace);  in uncaughtException() 69         int pid = intent.getIntExtra(TestStatusIntent.EXTRA_PID, 0);  in onReceive()  local
  | 
| /external/jemalloc_new/test/unit/ | 
| D | fork.c | 9 wait_for_child_exit(int pid) {  in wait_for_child_exit() 34 	pid_t pid;  in TEST_BEGIN()  local 79 	int pid = fork();  in do_fork_thd()  local 118 		int pid = fork();  in TEST_BEGIN()  local
  | 
| /external/cronet/build/android/gtest_apk/java/src/org/chromium/build/gtest_apk/ | 
| D | TestStatusReceiver.java | 42         void testRunStarted(int pid);  in testRunStarted() 43         void testRunFinished(int pid);  in testRunFinished() 44         void uncaughtException(int pid, String stackTrace);  in uncaughtException() 65         int pid = intent.getIntExtra(TestStatusIntent.EXTRA_PID, 0);  in onReceive()  local
  | 
| /external/perfetto/src/traced/probes/ps/ | 
| D | process_stats_data_source.cc | 150   while (int32_t pid = ReadNextNumericDir(*proc_dir)) {  in WriteAllProcesses()  local 177   for (const auto pid : pids) {  in WriteAllProcesses()  local 195   for (int32_t pid : pids) {  in WriteProcessTree()  local 210   for (int32_t pid : pids)  in OnRenamePids()  local 230     const auto pid = it->tgid;  in OnFds()  local 250 void ProcessStatsDataSource::WriteProcessOrThread(int32_t pid) {  in WriteProcessOrThread() 307 void ProcessStatsDataSource::WriteProcess(int32_t pid,  in WriteProcess() 376 std::string ProcessStatsDataSource::ReadProcPidFile(int32_t pid,  in ReadProcPidFile() 431 ProcessStatsDataSource::GetOrCreateStatsProcess(int32_t pid) {  in GetOrCreateStatsProcess() 488   while (int32_t pid = ReadNextNumericDir(*proc_dir)) {  in WriteAllProcessStats()  local [all …] 
 | 
| /external/libbrillo/brillo/minijail/ | 
| D | minijail.cc | 83 bool Minijail::Run(struct minijail* jail, vector<char*> args, pid_t* pid) {  in Run() 88   pid_t pid;  in RunSync()  local 98                        pid_t* pid,  in RunPipe() 111                         pid_t* pid,  in RunPipes() 127                            pid_t* pid,  in RunEnvPipes() 143                              pid_t* pid) {  in RunAndDestroy() 159                                  pid_t* pid,  in RunPipeAndDestroy() 168                                   pid_t* pid,  in RunPipesAndDestroy() 180                                      pid_t* pid,  in RunEnvPipesAndDestroy()
  | 
| /external/libbrillo/brillo/ | 
| D | process_reaper_test.cc | 21   pid_t pid = fork();  in ForkChildAndExit()  local 30   pid_t pid = fork();  in ForkChildAndKill()  local 75   pid_t pid = ForkChildAndExit(123);  in TEST_F()  local 92     pid_t pid = ForkChildAndExit(exit_value);  in TEST_F()  local 111   pid_t pid = ForkChildAndKill(SIGKILL);  in TEST_F()  local 122   pid_t pid = ForkChildAndExit(0);  in TEST_F()  local
  | 
| /external/toybox/toys/pending/ | 
| D | init.c | 27   pid_t pid;  member 243   pid_t pid;  in final_run()  local 287 static struct action_list_seed* mark_as_terminated_process(pid_t pid)  in mark_as_terminated_process() 303 static void waitforpid(pid_t pid)  in waitforpid() 312   pid_t pid;  in run_action_from_list()  local 348   pid_t pid;  in halt_poweroff_reboot_handler()  local 383   pid_t pid;  in restart_init_handler()  local 425   pid_t pid;  in pause_handler()  local 506       pid_t pid = waitpid(-1, NULL, suspected_WNOHANG);  in init_main()  local
  | 
| /external/clang/test/Analysis/ | 
| D | vfork.c | 10   pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}}  in f1()  local 40   pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}}  in f2()  local 96       pid_t pid;  in f4()  local
  | 
| /external/perfetto/src/trace_processor/importers/ftrace/ | 
| D | ftrace_parser.cc | 564   uint32_t pid = static_cast<uint32_t>(raw_pid);  in ParseFtraceEvent()  local 1260                                     uint32_t pid,  in ParseSchedWaking() 1274   uint32_t pid = static_cast<uint32_t>(ex.pid());  in ParseSchedProcessFree()  local 1306                               uint32_t pid,  in ParsePrint() 1335 void FtraceParser::ParseZero(int64_t timestamp, uint32_t pid, ConstBytes blob) {  in ParseZero() 1343                                             uint32_t pid,  in ParseSdeTracingMarkWrite() 1359                                             uint32_t pid,  in ParseDpuTracingMarkWrite() 1375                                             uint32_t pid,  in ParseG2dTracingMarkWrite() 1391                                              uint32_t pid,  in ParseMaliTracingMarkWrite() 1407                                              uint32_t pid,  in ParseLwisTracingMarkWrite() [all …] 
 |