/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 113 String pid = mDevice.executeAdbCommand("shell", "pidof", app); in getPID() local 143 private LogScanResult scanLog(String pid, String searchString) throws Exception { in scanLog() 150 …private LogScanResult scanLog(String pid, String searchString, String endString) throws Exception { in scanLog() 232 String pid = getPID(DEBUG_APP); in testDebugLayerLoadVulkan() local 270 String pid = getPID(RELEASE_APP); in testReleaseLayerLoadVulkan() local 302 String pid = getPID(DEBUG_APP); in testDebugNotEnabledVulkan() local 334 String pid = getPID(DEBUG_APP); in testDebugWrongAppVulkan() local 366 String pid = getPID(DEBUG_APP); in testDebugNoLayersEnabledVulkan() local 393 String pid = getPID(RELEASE_APP); in testSystemPropertyEnableVulkan() local 434 String pid = getPID(DEBUG_APP); in testSystemPropertyIgnoreVulkan() local
|
/cts/apps/CameraITS/tools/ |
D | rotation_rig.py | 36 def cmd_send(vid, pid, cmd_str): argument 61 def set_relay_channel_state(vid, pid, channel, relay_state): argument
|
D | hardware.py | 56 def __init__(self, name, vid, pid, cfg, inf): argument 77 def _build_device(self, name, vid, pid, cfg, inf): argument
|
/cts/hostsidetests/os/test-apps/ProcfsTestApp/src/android/os/procfs/ |
D | ProcfsTest.java | 30 int pid = android.os.Process.myPid(); in onCreate() local
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessErrorStateInfoTest.java | 42 int pid = 2; in testWriteToParcel() local 76 int pid = 2; in testReadFromParcel() local
|
/cts/hostsidetests/jdwpsecurity/app/src/com/android/cts/jdwpsecurity/ |
D | JdwpTest.java | 24 int pid = android.os.Process.myPid(); in main() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputBindingTest.java | 44 int pid = 2; in testInputBinding() local
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8427/ |
D | poc.c | 85 int pid; in main() local
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | ProcfsHostTests.java | 167 int pid = -1; in startTestApp() local 208 private int[] lookForTidsInProcess(int pid) throws Exception { in lookForTidsInProcess()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 41 int pid = fork(); in testSyscallBlocked() local
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_OSFeatures.cpp | 63 pid_t pid = fork(); in android_os_cts_OSFeatures_hasSeccompSupport() local
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
D | AoapInterface.java | 125 final int pid = device.getProductId(); in isDeviceInAoapMode() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | AoapInterface.java | 130 final int pid = device.getProductId(); in isDeviceInAoapMode() local
|
/cts/tests/aslr/src/ |
D | AslrMallocTest.cpp | 74 auto pid = fork(); in GetAddress() local
|
/cts/tests/tests/debug/libdebugtest/ |
D | android_debug_cts.cpp | 51 pid_t pid = fork(); in run_test() local
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTest.java | 46 void onTraceEntry(String threadName, int pid, int tid, String eventType, String args); in onTraceEntry()
|
/cts/suite/audio_quality/lib/src/ |
D | SignalProcessingImpl.cpp | 71 pid_t pid; in init() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextTest.java | 324 final int pid = android.os.Process.myPid(); in testFilenames() local
|
/cts/tests/tests/externalservice/src/android/externalservice/cts/ |
D | ExternalServiceTest.java | 287 int pid; field in ExternalServiceTest.ServiceIdentity
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioPlaybackConfigurationTest.java | 151 Integer pid = (Integer) getClientPidMethod.invoke(config, (Object[]) null); in testGetterMediaPlayer() local
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxHostTest.java | 1230 public int pid; field in SELinuxHostTest.ProcessDetails 1238 ProcessDetails(String label, String user, int pid, int ppid, String procTitle) { in ProcessDetails() 1272 int pid = Integer.parseInt(m.group(3)); in createProcMap() local
|
/cts/tests/tests/hardware/res/raw/ |
D | gamepad_register_device.json | 6 "pid": 0x2c40, number
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 299 String pid = getDevice().getProcessPid("system_server"); in waitForBroadcastIdle() local
|