/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/ |
D | ChildProcessLauncher.java | 232 Log.d(TAG, "on connect callback, pid=%d", mConnection.getPid()); in onServiceConnected() 246 public int getPid() { in getPid() method in ChildProcessLauncher 248 return mConnection == null ? NULL_PROCESS_HANDLE : mConnection.getPid(); in getPid() 268 if (getPid() != 0) { in onChildProcessDied() 275 Log.d(TAG, "stopping child connection: pid=%d", mConnection.getPid()); in stop()
|
D | ChildProcessConnection.java | 340 public int getPid() { in getPid() method in ChildProcessConnection 598 Log.w(TAG, "The connection is not bound for %d", getPid()); in addStrongBinding() 611 Log.w(TAG, "The connection is not bound for %d", getPid()); in removeStrongBinding() 630 Log.w(TAG, "The connection is not bound for %d", getPid()); in addModerateBinding() 643 Log.w(TAG, "The connection is not bound for %d", getPid()); in removeModerateBinding()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | BaseUsbConnection.java | 55 public abstract int getPid(); in getPid() method in BaseUsbConnection 75 return CONNECT_INTENT + getVid() + ":" + getPid(); in getConnectIntent() 79 return USB_PERMISSION_RESPONSE_INTENT + getVid() + ":" + getPid(); in getUsbPermissionResponseIntent() 189 "Looking for TeensyUSB VID=0x%x PID=0x%x", getVid(), getPid())); in findUsbDevice()
|
D | WaltUsbConnection.java | 62 public int getPid() { in getPid() method in WaltUsbConnection
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | SyncDebuggee.java | 42 public String getPid() { in getPid() method in SyncDebuggee 67 synchronizer.sendMessage(getPid()); in onStart()
|
/external/libchrome/base/test/android/java/src/org/chromium/base/ |
D | MultiprocessTestClientLauncher.java | 97 int pid = connection.getPid(); 106 assert sPidToLauncher.get(connection.getPid()) 108 sPidToLauncher.remove(connection.getPid()); 220 int pid = launcher.mLauncher.getPid(); in launchClient()
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | Offline.java | 92 prepareFile(getPid()); in enableMemoryMappedData() 124 private static int getPid() throws IOException { in getPid() method in Offline
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/ |
D | TestChildProcessConnection.java | 61 public int getPid() { in getPid() method in TestChildProcessConnection
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/programmer/ |
D | BootloaderConnection.java | 26 public int getPid() { in getPid() method in BootloaderConnection
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPUnitDebuggeeProcessWrapper.java | 330 private int getPid(Path proc) throws IOException { in getPid() method in JDWPUnitDebuggeeProcessWrapper 347 int pid = getPid(cur); in FindPidFor()
|
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/ |
D | OcAgentNodeUtilsTest.java | 62 assertThat(processIdentifier.getPid()).isEqualTo(54321); in getProcessIdentifier()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | Process.java | 85 public Integer getPid() { in getPid() method in Process
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptProcessMonitor.java | 244 ((TextView) itemView.findViewById(R.id.process_status)).setText("PID " + process.getPid()); in getView()
|