Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 1646) sorted by relevance

12345678910>>...66

/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp85 static nub_bool_t AddProcessToMap(nub_process_t pid, MachProcessSP &procSP) { in AddProcessToMap()
112 static nub_bool_t GetProcessSP(nub_process_t pid, MachProcessSP &procSP) { in GetProcessSP()
163 const pid_t pid = (pid_t)death_event.ident; in kqueue_thread() local
217 static bool spawn_kqueue_thread(pid_t pid) { in spawn_kqueue_thread()
253 const pid_t pid = (pid_t)(intptr_t)arg; in waitpid_thread() local
303 static bool spawn_waitpid_thread(pid_t pid) { in spawn_waitpid_thread()
353 pid_t pid = processSP->LaunchForDebug( in DNBProcessLaunch() local
480 pid_t pid = INVALID_NUB_PROCESS; in DNBProcessAttach() local
712 nub_process_t pid; in DNBProcessAttachWait() local
791 nub_bool_t DNBProcessDetach(nub_process_t pid) { in DNBProcessDetach()
[all …]
/external/webrtc/modules/video_coding/
Drtp_frame_reference_finder_unittest.cc75 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 …]
Dframe_buffer2_unittest.cc259 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/
Dsched.proto19 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/
Dpower_cycle_usb_util.py93 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/
Dht_affinity.c43 #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/angle/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
DTestStatusReporter.java25 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/autotest/client/bin/
Dparallel.py71 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-m32/
Dtest_ucopy.c48 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/
Dtest_ucopy.c48 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-mx32/
Dtest_ucopy.c48 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/jemalloc_new/test/unit/
Dfork.c9 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/perfetto/test/trace_processor/dynamic/
Dconnected_flow_data.json3 …{"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/tensorflow/tensorflow/python/client/
Dtimeline.py64 def _create_event(self, ph, category, name, pid, tid, timestamp): argument
90 def emit_pid(self, name, pid): argument
104 def emit_tid(self, name, pid, tid): argument
120 def emit_region(self, timestamp, duration, pid, tid, category, name, args): argument
137 def emit_obj_create(self, category, name, timestamp, pid, tid, object_id): argument
152 def emit_obj_delete(self, category, name, timestamp, pid, tid, object_id): argument
167 def emit_obj_snapshot(self, category, name, timestamp, pid, tid, object_id, argument
185 def emit_flow_start(self, name, timestamp, pid, tid, flow_id): argument
202 def emit_flow_end(self, name, timestamp, pid, tid, flow_id): argument
219 def emit_counter(self, category, name, pid, timestamp, counter, value): argument
[all …]
/external/perfetto/test/trace_processor/parsing/
Dflow_events_json_v1.json5 "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
Dflow_events_json_v2.json5 "pid": 15902, number
17 "pid": 15903, number
30 "pid": 15875, number
42 "pid": 15774, number
55 "pid": 15874, number
67 "pid": 15875, number
78 "pid": 15875, number
/external/toybox/toys/pending/
Dinit.c27 pid_t pid; member
247 pid_t pid; in final_run() local
291 static struct action_list_seed* mark_as_terminated_process(pid_t pid) in mark_as_terminated_process()
307 static void waitforpid(pid_t pid) in waitforpid()
316 pid_t pid; in run_action_from_list() local
352 pid_t pid; in halt_poweroff_reboot_handler() local
387 pid_t pid; in restart_init_handler() local
429 pid_t pid; in pause_handler() local
510 pid_t pid = waitpid(-1, NULL, suspected_WNOHANG); in init_main() local
/external/libbrillo/brillo/minijail/
Dminijail.cc83 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/
Dprocess_reaper_test.cc21 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/clang/test/Analysis/
Dvfork.c10 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/traced/probes/ps/
Dprocess_stats_data_source.cc153 while (int32_t pid = ReadNextNumericDir(*proc_dir)) { in WriteAllProcesses() local
188 for (int32_t pid : pids) { in WriteProcessTree() local
203 for (int32_t pid : pids) in OnRenamePids() local
216 void ProcessStatsDataSource::WriteProcessOrThread(int32_t pid) { in WriteProcessOrThread()
237 void ProcessStatsDataSource::WriteProcess(int32_t pid, in WriteProcess()
280 std::string ProcessStatsDataSource::ReadProcPidFile(int32_t pid, in ReadProcPidFile()
289 base::ScopedDir ProcessStatsDataSource::OpenProcTaskDir(int32_t pid) { in OpenProcTaskDir()
340 ProcessStatsDataSource::GetOrCreateStatsProcess(int32_t pid) { in GetOrCreateStatsProcess()
400 while (int32_t pid = ReadNextNumericDir(*proc_dir)) { in WriteAllProcessStats() local
452 bool ProcessStatsDataSource::WriteMemCounters(int32_t pid, in WriteMemCounters()
[all …]
/external/llvm-project/clang/test/Analysis/
Dvfork.c10 pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f1() local
62 pid_t pid = vfork(); // expected-warning{{Call to function 'vfork' is insecure}} in f2() local
118 pid_t pid; in f4() local
/external/igt-gpu-tools/lib/tests/
Digt_describe.c174 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/
Dinternal_aix.cc36 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/perfetto/src/profiling/common/
Dproc_utils.cc31 bool GetProcFile(pid_t pid, const char* file, char* filename_buf, size_t size) { in GetProcFile()
84 bool GetCmdlineForPID(pid_t pid, std::string* name) { in GetCmdlineForPID()
127 ForEachPid([pids](pid_t pid) { in FindAllProfilablePids()
143 ForEachPid([&cmdlines, pids](pid_t pid) { in FindPidsForCmdlines()
156 base::Optional<std::string> ReadStatus(pid_t pid) { in ReadStatus()
178 const pid_t pid = *it; in RemoveUnderAnonThreshold() local

12345678910>>...66