| /external/webrtc/modules/video_coding/ |
| D | rtp_frame_reference_finder_unittest.cc | 75 int64_t pid = frame->id.picture_id; in OnCompleteFrame() local 101 int32_t pid = kNoPictureId, in InsertVp8() 120 int32_t pid = kNoPictureId, in InsertVp9Gof() 149 int32_t pid = kNoPictureId, in InsertVp9Flex() 184 int64_t pid = picture_id_offset; in CheckReferences() local 203 void CheckReferencesGeneric(int64_t pid, T... refs) const { in CheckReferencesGeneric() 208 void CheckReferencesVp8(int64_t pid, T... refs) const { in CheckReferencesVp8() 213 void CheckReferencesVp9(int64_t pid, uint8_t sidx, T... refs) const { in CheckReferencesVp9() 218 void CheckReferencesH264(int64_t pid, T... refs) const { in CheckReferencesH264() 401 uint16_t pid = Rand(); in TEST_F() local [all …]
|
| D | frame_buffer2_unittest.cc | 259 uint16_t pid = Rand(); in TEST_F() local 269 uint16_t pid = Rand(); in TEST_F() local 295 uint16_t pid = Rand(); in TEST_F() local 308 uint16_t pid = Rand(); in TEST_F() local 334 uint16_t pid = Rand(); in TEST_F() local 350 uint16_t pid = Rand(); in TEST_F() local 366 uint16_t pid = Rand(); in TEST_F() local 398 uint16_t pid = Rand(); in TEST_F() local 418 uint16_t pid = Rand(); in TEST_F() local 433 uint16_t pid = Rand(); in TEST_F() local [all …]
|
| /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 | 93 def power_cycle_usb_vidpid(dut, board, vid, pid, pause=1): argument 123 def get_port_number_from_vidpid(dut, vid, pid): argument 151 def get_bus_dev_id(lsusb_output, vid, pid): argument 223 def get_all_port_number_from_vidpid(dut, vid, pid): argument 252 def get_all_bus_dev_id(lsusb_output, vid, pid): argument 282 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/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/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/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/tensorflow/tensorflow/python/client/ |
| D | timeline.py | 65 def _create_event(self, ph, category, name, pid, tid, timestamp): argument 91 def emit_pid(self, name, pid): argument 105 def emit_tid(self, name, pid, tid): argument 121 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument 138 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument 153 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument 168 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument 186 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument 203 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument 220 def emit_counter(self, category, name, pid, timestamp, counter, value): argument [all …]
|
| /external/perfetto/test/trace_processor/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/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/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/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 241 pid_t pid; in final_run() local 285 static struct action_list_seed* mark_as_terminated_process(pid_t pid) in mark_as_terminated_process() 301 static void waitforpid(pid_t pid) in waitforpid() 310 pid_t pid; in run_action_from_list() local 346 pid_t pid; in halt_poweroff_reboot_handler() local 381 pid_t pid; in restart_init_handler() local 423 pid_t pid; in pause_handler() local 504 pid_t pid = waitpid(-1, NULL, suspected_WNOHANG); in init_main() local
|
| /external/perfetto/src/traced/probes/ps/ |
| D | process_stats_data_source.cc | 154 while (int32_t pid = ReadNextNumericDir(*proc_dir)) { in WriteAllProcesses() local 190 for (int32_t pid : pids) { in WriteProcessTree() local 205 for (int32_t pid : pids) in OnRenamePids() local 218 void ProcessStatsDataSource::WriteProcessOrThread(int32_t pid) { in WriteProcessOrThread() 275 void ProcessStatsDataSource::WriteProcess(int32_t pid, in WriteProcess() 339 std::string ProcessStatsDataSource::ReadProcPidFile(int32_t pid, in ReadProcPidFile() 349 base::ScopedDir ProcessStatsDataSource::OpenProcTaskDir(int32_t pid) { in OpenProcTaskDir() 399 ProcessStatsDataSource::GetOrCreateStatsProcess(int32_t pid) { in GetOrCreateStatsProcess() 459 while (int32_t pid = ReadNextNumericDir(*proc_dir)) { in WriteAllProcessStats() local 511 bool ProcessStatsDataSource::WriteMemCounters(int32_t pid, in WriteMemCounters() [all …]
|
| /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/strace/ |
| D | ucopy.c | 51 static ssize_t strace_process_vm_readv(pid_t pid, in strace_process_vm_readv() 65 vm_read_mem(const pid_t pid, void *const laddr, in vm_read_mem() 106 umoven_peekdata(const int pid, kernel_ulong_t addr, unsigned int len, in umoven_peekdata() 164 const int pid = tcp->pid; in umoven() local 201 umovestr_peekdata(const int pid, kernel_ulong_t addr, unsigned int len, in umovestr_peekdata() 270 const int pid = tcp->pid; in umovestr() local
|
| /external/igt-gpu-tools/lib/tests/ |
| D | igt_describe.c | 174 pid_t pid; in do_fork() local 206 static int _wait(pid_t pid, int *status) { in _wait() 228 pid_t pid = do_fork(fake_argc, fake_argv, &outfd, &errfd); in main() local 248 pid_t pid = do_fork(fake_argc, fake_argv, &outfd, &errfd); in main() local 268 pid_t pid = do_fork(fake_argc, fake_argv, &outfd, &errfd); in main() local
|
| /external/libchrome/base/process/ |
| D | internal_aix.cc | 36 FilePath GetProcPidDir(pid_t pid) { in GetProcPidDir() 51 pid_t pid; in ProcDirSlotToPid() local 79 bool ReadProcStats(pid_t pid, struct psinfo* info) { in ReadProcStats() 133 int64_t ReadProcStatsAndGetFieldAsInt64(pid_t pid, ProcStatsFields field_num) { in ReadProcStatsAndGetFieldAsInt64() 144 size_t ReadProcStatsAndGetFieldAsSizeT(pid_t pid, ProcStatsFields field_num) { in ReadProcStatsAndGetFieldAsSizeT()
|
| /external/toybox/toys/other/ |
| D | taskset.c | 37 #define sched_setaffinity(pid, size, cpuset) \ argument 39 #define sched_getaffinity(pid, size, cpuset) \ argument 45 static void do_taskset(pid_t pid, int quiet) in do_taskset() 106 pid_t pid = strtol(toys.optargs[toys.optc-1], &c, 10); in taskset_main() local
|
| /external/bcc/libbpf-tools/ |
| D | opensnoop.bpf.c | 31 bool trace_allowed(u32 tgid, u32 pid) in trace_allowed() 55 u32 pid = id; in tracepoint__syscalls__sys_enter_open() local 73 u32 pid = id; in tracepoint__syscalls__sys_enter_openat() local 91 u32 pid = bpf_get_current_pid_tgid(); in trace_exit() local
|