Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 15 of 15) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9547/
Dpoc.cpp29 int const fds[] = {0, 0}; in main() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java109 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/
DCrossProcessExceptionTest.java143 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in doCommand() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerTraceMonitor.java114 ParcelFileDescriptor[] fds = getInstrumentation().getUiAutomation() in executeShellCommand() local
/cts/tests/aslr/src/
DAslrMallocTest.cpp71 int fds[2]; in GetAddress() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_SyncTest.cpp45 jint* fds = static_cast<jint*>(env->GetPrimitiveArrayCritical(fds_array, nullptr)); in syncPoll() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java70 private void validateShellResults( in validateShellResults()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSyncTest.java117 private static native boolean nSyncPoll(int[] fds, int[] status); in nSyncPoll()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java178 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java144 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dlocal_poc.h54 int *fds; member
/cts/tests/tests/content/src/android/content/res/cts/
DAssetFileDescriptor_AutoCloseInputStreamTest.java498 final FileDescriptor[] fds = Os.pipe(); in testNonSeekableInputStream() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferTest.cpp322 int fds[2]; in TEST() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp401 int fds[2]; in checkFdRepeat() local
416 int fds[2]; in TEST_P() local
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp490 struct pollfd fds; in sync_wait() local