/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9547/ |
D | poc.cpp | 29 int const fds[] = {0, 0}; in main() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | ShellCommandUtils.java | 109 ParcelFileDescriptor[] fds = executeShellCommandRweInternal(command); in executeCommandForStream() local 135 ParcelFileDescriptor[] fds = executeShellCommandRweInternal(command); in executeCommand() local 178 ParcelFileDescriptor[] fds = executeShellCommandRweInternal(command); in executeCommandForBytes() local 263 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS() local 295 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | CrossProcessExceptionTest.java | 143 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in doCommand() local
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerTraceMonitor.java | 114 ParcelFileDescriptor[] fds = getInstrumentation().getUiAutomation() in executeShellCommand() local
|
/cts/tests/aslr/src/ |
D | AslrMallocTest.cpp | 71 int fds[2]; in GetAddress() local
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_SyncTest.cpp | 45 jint* fds = static_cast<jint*>(env->GetPrimitiveArrayCritical(fds_array, nullptr)); in syncPoll() local
|
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
D | UiAutomationShellTest.java | 70 private void validateShellResults( in validateShellResults()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SyncTest.java | 117 private static native boolean nSyncPoll(int[] fds, int[] status); in nSyncPoll()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | MetricsRecorder.java | 178 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | SystemUtil.java | 144 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/ |
D | local_poc.h | 54 int *fds; member
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | AssetFileDescriptor_AutoCloseInputStreamTest.java | 498 final FileDescriptor[] fds = Os.pipe(); in testNonSeekableInputStream() local
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferTest.cpp | 322 int fds[2]; in TEST() local
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_native_aidl_client.cpp | 401 int fds[2]; in checkFdRepeat() local 416 int fds[2]; in TEST_P() local
|
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 490 struct pollfd fds; in sync_wait() local
|