Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java108 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForStream() local
134 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommand() local
172 ParcelFileDescriptor[] fds = executeShellCommandRwe(command); in executeCommandForBytes() local
257 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandPreS() local
289 ParcelFileDescriptor[] fds = uiAutomation().executeShellCommandRw(command); in executeCommandForBytesPreS() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9547/
Dpoc.cpp29 int const fds[] = {0, 0}; in main() local
/cts/tests/tests/os/src/android/os/cts/
DCrossProcessExceptionTest.java141 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in doCommand() local
/cts/tests/aslr/src/
DAslrMallocTest.cpp71 int fds[2]; in GetAddress() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationShellTest.java70 private void validateShellResults( in validateShellResults()
/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/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.java191 final var fds = automation.executeShellCommandRwe(cmd); in runShellCommandWithStdIn() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java142 ParcelFileDescriptor[] fds = automation.executeShellCommandRwe(cmd); in runShellCommandOrThrow() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dlocal_poc.h54 int *fds; member
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferTest.cpp297 int fds[2]; in TEST() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp382 int fds[2]; in checkFdRepeat() local
397 int fds[2]; in TEST_P() local
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp406 struct pollfd fds; in sync_wait() local