OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pidstr
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/callgrind/
callgrind_control.in
402
$
pidstr
= "PID $pid: ";
403
if ($pid >0) { print $
pidstr
.$cmd{$pid}; }
407
#print " " x length $
pidstr
;
/external/dbus/dbus/
dbus-sysdeps-util-win.c
86
char
pidstr
[20];
local
108
if (snprintf (
pidstr
, sizeof (
pidstr
), "%lu\n", pid) < 0)
118
bytes_to_write = strlen (
pidstr
);;
125
res = WriteFile (hnd,
pidstr
+ total, bytes_to_write - total,
[
all
...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java
290
String
pidStr
= line.substring(index, index2);
291
int pid = Integer.parseInt(
pidStr
);
[
all
...]
Completed in 108 milliseconds