HomeSort by relevance Sort by last modified time
    Searched refs:PID (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/linux-kselftest/tools/testing/selftests/ftrace/samples/
unresolved.tc 4 kill -INT $PID
  /device/google/marlin/
init.foreground.sh 6 PID=`pgrep -x spi6`
7 echo -n $PID > /dev/cpuset/foreground/tasks
9 PID=`pgrep -x nanohub`
10 echo -n $PID > /dev/cpuset/foreground/tasks
  /external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh 7 PID=0
12 # Verifies that the given job is running and returns the pid.
20 PID=0
30 # Now make sure that upstart has the pid that we would expect for this job
33 echo "Upstart not able to track pid for job: $upstart_job"
47 PID=$upstart_pid
60 if [ $PID -le 0 ] ; then
65 OLD_PID=$PID
66 kill -KILL $PID
72 if [ $PID -gt 0 ] ; the
    [all...]
  /external/iputils/ninfod/
ninfod.sh.in 4 PID=/var/run/ninfod.pid
20 kill `cat $PID`
26 kill `cat $PID`
  /system/extras/ANRdaemon/
ANRdaemon_get_trace.sh 12 PID=$(adb $DEVICE shell "ps | grep anrd")
19 PID=$(echo "$PID" | awk '{ print $2 }')
20 adb $DEVICE shell "kill -s SIGUSR1 $PID"
26 adb $DEVICE shell "lsof -p $PID" | grep $TRACE_FILE > /dev/null
30 adb $DEVICE shell "lsof -p $PID" | grep "$TRACE_FILE" > /dev/null
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
cpuhotplug_testsuite.sh 57 # pid_is_valid(PID)
59 # Checks if the given $PID is still running. Returns a true value if
64 PID=$1
65 ps --pid ${PID} --no-header | grep ${PID}
69 # kill_pid(PID)
76 PID=$1
77 kill -9 $PID > /dev/null 2>&1
  /tools/loganalysis/src/com/android/loganalysis/item/
LowMemoryKillerItem.java 32 public static final String PID = "PID";
39 PID, PROCESS_NAME, ADJUSTMENT));
49 * Get the pid of the killed process.
52 return (int) getAttribute(PID);
56 * Set the pid of the killed process.
58 public void setPid(int pid) {
59 setAttribute(PID, pid);
TracesItem.java 35 public static final String PID = "PID";
42 PID, APP, STACK));
52 * Get the PID of the event.
55 return (Integer) getAttribute(PID);
59 * Set the PID of the event.
61 public void setPid(Integer pid) {
62 setAttribute(PID, pid);
  /development/scripts/
gdbclient 47 local PID=$1
49 if [ -z "$PID" ]; then
50 echo "Usage: gdbclient <pid|processname> [port number]"
92 # check if user specified a name -> resolve to pid
93 if [[ ! "$PID" =~ ^[0-9]+$ ]] ; then
94 PROCESS_NAME=$PID
95 PID=$(pid --exact $PROCESS_NAME)
96 if [ -z "$PID" ]; then
97 echo "Error: couldn't resolve pid by process name: $PROCESS_NAME
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyPermissionsTest.java 42 private static final int PID = 12345;
61 .enforcePermission(anyString(), eq(PID), eq(UID), eq(MSG));
63 .enforcePermission(anyString(), eq(PID), eq(UID), eq(MSG));
74 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG);
84 android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE, PID, UID, MSG);
86 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG));
92 android.Manifest.permission.READ_PHONE_STATE, PID, UID, MSG);
96 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG));
102 android.Manifest.permission.READ_PHONE_STATE, PID, UID, MSG);
104 mMockContext, () -> mMockTelephony, SUB_ID, PID, UID, PACKAGE, MSG))
    [all...]
  /external/strace/
strace-log-merge 4 # STRACE_LOG.PID files and sorts them, printing result on the standard output.
35 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
61 pid=$(printf "%-5s" $suffix)
65 sed -n "s/^\($dd:\)\?\($dd:\)\?\($ds\.\)\?$ds /\2\4\6\7 $pid \0/p" < "$file"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
attr-pid-directive-1.d 2 #name: C6X PID attribute, directives 1
4 #source: attr-pid-directive-1.s
attr-pid-opts-mpid-no.d 2 #name: C6X PID attribute, -mpid=no
attr-pid-directive-2.d 2 #name: C6X PID attribute, directives 2
4 #source: attr-pid-directive-2.s
attr-pid-opts-mpid-far.d 2 #name: C6X PID attribute, -mpid=far
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
attr-pid-00.d 1 #name: C6X PID attribute merging, 0 0
4 #source: attr-pid-0.s
5 #source: attr-pid-0.s
attr-pid-01.d 1 #name: C6X PID attribute merging, 0 1
4 #source: attr-pid-0.s
5 #source: attr-pid-1.s
attr-pid-02.d 1 #name: C6X PID attribute merging, 0 2
4 #source: attr-pid-0.s
5 #source: attr-pid-2.s
attr-pid-10.d 1 #name: C6X PID attribute merging, 1 0
4 #source: attr-pid-1.s
5 #source: attr-pid-0.s
attr-pid-20.d 1 #name: C6X PID attribute merging, 2 0
4 #source: attr-pid-2.s
5 #source: attr-pid-0.s
  /external/autotest/client/common_lib/cros/
power_cycle_usb_util_unittest.py 15 PID = '0001'
43 self.LSUSB_DEVICE_OUTPUT, self.VID, self.PID)
46 self.LSUSB_DEVICE_OUTPUT_NONE, self.VID, self.PID)
49 self.LSUSB_DEVICE_OUTPUT_MULTI, self.VID, self.PID)
power_cycle_usb_util.py 75 def power_cycle_usb_vidpid(dut, board, vid, pid):
77 Power cycle a usb port on DUT via peripharel's VID and PID.
79 When only the VID and PID of the peripharel is known, a search is needed
80 to decide which port it connects to by its VID and PID and look up the gpio
87 @param pid: Product ID of the peripharel device.
89 @raise KeyError if the target device wasn't found by given VID and PID.
92 bus_idx, port_idx = get_port_number_from_vidpid(dut, vid, pid)
94 raise KeyError('Couldn\'t find target device, {}:{}.'.format(vid, pid))
105 def get_port_number_from_vidpid(dut, vid, pid):
114 @param pid: Product ID of the peripharel device
    [all...]
  /external/skia/platform_tools/android/bin/
android_gdb_app 44 PID=$($ADB shell ps | grep ${activityShort} | awk '{print $2}')
45 echo "Attaching to pid: $PID"
46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
  /external/skqp/platform_tools/android/bin/
android_gdb_app 44 PID=$($ADB shell ps | grep ${activityShort} | awk '{print $2}')
45 echo "Attaching to pid: $PID"
46 $ADB $DEVICE_SERIAL shell /data/local/tmp/gdbserver :$PORT --attach $PID &
  /external/elfutils/tests/
run-stack-d-test.sh 78 PID 13654 - core
88 PID 13654 - core
99 PID 13654 - core
108 PID 13654 - core

Completed in 364 milliseconds

1 2 3 4 5 6