/external/oprofile/opjitconv/ |
opjitconv.c | 437 char * pid; member in struct:procid 449 if (!strcmp(id->pid, proc_id)) { 463 this_proc->pid = proc_id; 473 free(id->pid);
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
ProcessLauncherQt.cpp | 145 setpriority(PRIO_PROCESS, webProcess->pid(), 10);
|
/hardware/ti/omap3/dspbridge/inc/ |
drv.h | 231 UINT pid; member in struct:PROCESS_CONTEXT
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
klm_prot.h | 29 int pid; member in struct:klm_lock
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AdbHelper.java | 115 * @param pid the process pid to connect to. 121 Device device, int pid) 133 byte[] req = createJdwpForwardRequest(pid); 173 * containing "####jwdp:{pid}". 174 * @param pid the jdwp process pid on the device. 176 private static byte[] createJdwpForwardRequest(int pid) { 177 String reqStr = String.format("jdwp:%1$d", pid); //$NON-NLS-1$
|
Device.java | 347 public String getClientName(int pid) { 350 if (c.getClientData().getPid() == pid) { 380 boolean hasClient(int pid) { 383 if (client.getClientData().getPid() == pid) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
DisplayLog.java | 103 String pidName = Integer.toString(event.pid); 157 String pidName = Integer.toString(event.pid); 165 // pid) at this point, there isn't anything else to display. 182 * @param pid 189 private void logValue(String date, String pid, String event, String valueName, 194 item.setText(1, pid); 279 mLogTable, "pid",
|
/system/core/adb/ |
transport_usb.c | 132 int is_adb_interface(int vid, int pid, int usb_class, int usb_subclass, int usb_protocol)
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 30 mPid = creds.pid;
|
/system/extras/tests/sdcard/ |
testcase.h | 117 pid_t pid() const { return mPid; } function in class:android_test::TestCase
|
/external/dnsmasq/src/ |
dnsmasq.c | 58 static volatile pid_t pid = 0; variable 113 umask(022); /* known umask, create leases and pid files as 0644 */ 298 pid_t pid; local 304 if ((pid = fork()) == -1) 308 if (pid != 0) 328 if ((pid = fork()) == -1) 331 if (pid != 0) 568 pid = getpid(); 708 if (pid == 0) 715 else if (pid != getpid() [all...] |
/sdk/emulator/qtools/ |
trace_reader.cpp | 193 event->pid = trace_->FindCurrentPid(event->time); 219 event->pid = trace_->FindCurrentPid(event->time); 241 event->pid = trace_->FindCurrentPid(event->time); 428 // Open the trace.pid file 429 char *fname = CreateTracePath(filename, ".pid"); 452 event->pid = decoder_->Decode(false); 457 event->pid = decoder_->Decode(false); 516 event->pid = decoder_->Decode(false); 610 method_record->pid = prev_pid_; 752 // Open the qtrace.pid fil [all...] |
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
CubeWallpaper2.java | 117 int pid = getResources().getIdentifier(prefix + "points", "array", getPackageName()); local 120 String [] p = getResources().getStringArray(pid);
|
/external/chromium/chrome/browser/renderer_host/ |
chrome_render_message_filter.cc | 231 void ChromeRenderMessageFilter::OnRendererTcmalloc(base::ProcessId pid, 233 AboutTcmallocRendererCallback(pid, output);
|
/external/clang/www/demo/ |
index.cgi | 68 my ( $source, $pid, $result ) = @_; 72 print LOG "[$time] [$remotehost]: $pid\n"; 348 my $pid = $$; 438 addlog( $source, $pid, $UnhilightedResult );
|
/external/dbus/dbus/ |
dbus-credentials.c | 145 * @param pid the process ID 150 dbus_pid_t pid) 152 credentials->unix_pid = pid;
|
/external/dhcpcd/ |
configure.c | 70 pid_t pid; local 79 switch (pid = vfork()) { 94 return pid; 184 snprintf(env[2], e, "pid=%d", getpid()); 301 pid_t pid; local 322 pid = exec_script(argv, env); 323 if (pid == -1) 325 else if (pid != 0) { 327 while (waitpid(pid, &status, 0) == -1) {
|
/external/dropbear/ |
loginrec.c | 235 logininfo *login_alloc_entry(int pid, const char *username, 241 (void)login_init_entry(newli, pid, username, hostname, line); 263 login_init_entry(struct logininfo *li, int pid, const char *username, 270 li->pid = pid; 516 cray_retain_utmp(ut, li->pid); 526 ut->ut_pid = li->pid; 608 utx->ut_pid = li->pid; [all...] |
/external/oprofile/daemon/liblegacy/ |
init.c | 226 opd_handle_exec(note->pid, note->tgid); 275 verbprintf(vsamples, "%.6u: EIP: 0x%.8lx pid: %.6d\n", 276 i, buffer[i].eip, buffer[i].pid);
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbevents.c | 349 int pid; local 352 pid = 0; 353 while ( (pid == 0) && ((entry=readdir(proc)) != NULL) ) { 365 pid = SDL_atoi(entry->d_name); 371 return pid; 379 int pid; local 397 while ( !available && (pid=find_pid(proc, "gpm")) > 0 ) { 398 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsevents.c | 323 int pid; local 326 pid = 0; 327 while ( (pid == 0) && ((entry=readdir(proc)) != NULL) ) { 339 pid = atoi(entry->d_name); 345 return pid; 353 int pid; local 366 while ( (pid=find_pid(proc, "gpm")) > 0 ) { 367 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid);
|
/external/valgrind/main/coregrind/ |
m_options.c | 174 // Print the PID. Assume that it's not longer than 10 chars -- 175 // reasonable since 'pid' is an Int (ie. 32 bits). 176 Int pid = VG_(getpid)(); local 178 j += VG_(sprintf)(&out[j], "%d", pid);
|
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 130 log.debug("Setting timeout timer %i sec on %s (process %s)", timeout, test_suite.test_file_name(), tst.pid) 140 handle = ctypes.windll.kernel32.OpenProcess(PROCESS_TERMINATE, False, tst.pid) 146 os.kill(tst.pid, signal.SIGTERM) 147 log.error("Timeout, process '%s' (%i) was terminated", test_suite.test_file_name(), tst.pid)
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 151 executive.kill_process(process.pid) 161 executive.kill_process(process.pid) 200 # Maximum pid number on Linux is 32768 by default
|
/frameworks/base/cmds/installd/ |
commands.c | 443 static int wait_dexopt(pid_t pid, const char* apk_path) 452 got_pid = waitpid(pid, &status, 0); 459 if (got_pid != pid) { 461 (int) pid, (int) got_pid, strerror(errno)); 535 pid_t pid; local 536 pid = fork(); 537 if (pid == 0) { 555 res = wait_dexopt(pid, apk_path);
|