Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 23 of 23) sorted by relevance

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java113 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/
Drotation_rig.py36 def cmd_send(vid, pid, cmd_str): argument
61 def set_relay_channel_state(vid, pid, channel, relay_state): argument
Dhardware.py56 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/
DProcfsTest.java30 int pid = android.os.Process.myPid(); in onCreate() local
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessErrorStateInfoTest.java42 int pid = 2; in testWriteToParcel() local
76 int pid = 2; in testReadFromParcel() local
/cts/hostsidetests/jdwpsecurity/app/src/com/android/cts/jdwpsecurity/
DJdwpTest.java24 int pid = android.os.Process.myPid(); in main() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java44 int pid = 2; in testInputBinding() local
/cts/hostsidetests/security/securityPatch/CVE-2016-8427/
Dpoc.c85 int pid; in main() local
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java167 int pid = -1; in startTestApp() local
208 private int[] lookForTidsInProcess(int pid) throws Exception { in lookForTidsInProcess()
/cts/hostsidetests/seccomp/app/jni/
Dandroid_seccomp_cts_app_SeccompDeviceTest.cpp41 int pid = fork(); in testSyscallBlocked() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_OSFeatures.cpp63 pid_t pid = fork(); in android_os_cts_OSFeatures_hasSeccompSupport() local
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAoapInterface.java125 final int pid = device.getProductId(); in isDeviceInAoapMode() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DAoapInterface.java130 final int pid = device.getProductId(); in isDeviceInAoapMode() local
/cts/tests/aslr/src/
DAslrMallocTest.cpp74 auto pid = fork(); in GetAddress() local
/cts/tests/tests/debug/libdebugtest/
Dandroid_debug_cts.cpp51 pid_t pid = fork(); in run_test() local
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java46 void onTraceEntry(String threadName, int pid, int tid, String eventType, String args); in onTraceEntry()
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp71 pid_t pid; in init() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java324 final int pid = android.os.Process.myPid(); in testFilenames() local
/cts/tests/tests/externalservice/src/android/externalservice/cts/
DExternalServiceTest.java287 int pid; field in ExternalServiceTest.ServiceIdentity
/cts/tests/tests/media/src/android/media/cts/
DAudioPlaybackConfigurationTest.java151 Integer pid = (Integer) getClientPidMethod.invoke(config, (Object[]) null); in testGetterMediaPlayer() local
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java1230 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/
Dgamepad_register_device.json6 "pid": 0x2c40, number
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java299 String pid = getDevice().getProcessPid("system_server"); in waitForBroadcastIdle() local