HomeSort by relevance Sort by last modified time
    Searched defs:fds (Results 276 - 300 of 393) sorted by null

<<111213141516

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 396 FontData[] fds = font.getFontData(); local
397 fds[0].setStyle(SWT.BOLD);
402 fds[0].setHeight((int) ((SY + 1) * 3./4. * 72./display.getDPI().y)); method
403 // Note: win32 implementation always uses fds[0] so we change just that one.
405 font = new Font(display, fds);
  /system/bt/btif/src/
btif_sock_l2cap.cc 274 int fds[2]; local
286 if (socketpair(AF_LOCAL, SOCK_SEQPACKET, 0, fds)) {
291 sock->our_fd = fds[0];
292 sock->app_fd = fds[1];
    [all...]
btif_sock_rfc.cc 204 int fds[2] = {INVALID_FD, INVALID_FD}; local
205 if (socketpair(AF_LOCAL, SOCK_STREAM, 0, fds) == -1) {
214 slot->fd = fds[0];
215 slot->app_fd = fds[1];
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 2050 fd_set fds; local
2518 fd_set fds; local
    [all...]
  /external/android-clat/
clatd_test.cpp 431 int fds[2]; local
432 if (socketpair(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK, 0, fds)) {
446 read_fd = fds[1];
447 write_fd = fds[0];
451 read_fd = fds[0];
452 write_fd = fds[1];
    [all...]
  /external/curl/tests/server/
sockfilt.c 690 curl_socket_t fd; /* the original input handle (indexed by fds) */
705 int error, fds; local
749 for(fds = 0; fds < nfds; fds++) {
753 if(FD_ISSET(fds, readfds))
756 if(FD_ISSET(fds, writefds))
759 if(FD_ISSET(fds, exceptfds))
764 data[nfd].fd = curlx_sitosk(fds);
765 if(fds == fileno(stdin))
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 1268 fd_set fds; local
1270 FD_ZERO(&fds);
1271 FD_SET(0, &fds);
1272 FD_SET(dev->fd, &fds);
1273 ret = select(dev->fd + 1, &fds, NULL, NULL, &timeout);
1279 } else if (FD_ISSET(0, &fds)) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 251 FileDescriptor[] fds = mSocket.getAncillaryFileDescriptors(); local
252 if (DBG) Log.d(TAG, "socket fd passed by stack fds: " + Arrays.toString(fds));
253 if (fds == null || fds.length != 1) {
254 Log.e(TAG, "socket fd passed from stack failed, fds: " + Arrays.toString(fds));
259 as.mPfd = new ParcelFileDescriptor(fds[0]);
260 as.mSocket = LocalSocket.createConnectedLocalSocket(fds[0]);
  /frameworks/base/core/java/android/content/
ContentProvider.java 1835 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); local
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 423 final FileDescriptor[] fds = Os.pipe(); local
425 new ParcelFileDescriptor(fds[0]),
426 new ParcelFileDescriptor(fds[1]) };
445 final FileDescriptor[] fds = Os.pipe(); local
447 new ParcelFileDescriptor(fds[0], comm[0]),
448 new ParcelFileDescriptor(fds[1], comm[1]) };
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 920 StructPollfd fds[] = new StructPollfd[] { local
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 505 // File descriptors to our pipe. fds[0] corresponds to the read end and
506 // fds[1] to the write end.
507 int fds[2]; local
508 ASSERT_EQ(0, pipe2(fds, O_NONBLOCK)) << errno;
512 fcntl(fds[0], F_SETPIPE_SZ, 1 << 20);
517 nativeHandle->data[0] = fds[1];
530 if (read(fds[0], &buff, 1) != 1) {
533 EXPECT_EQ(0, close(fds[0])) << errno;
534 EXPECT_EQ(0, close(fds[1])) << errno;
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp 2050 fd_set fds; local
2518 fd_set fds; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 119 int fds[2]; local
421 if (pipe(fds))
428 if ((fds[0] == 0) || (fds[1] == 0))
430 if (pipe(fds))
438 m_pipe_in = fds[0];
439 m_pipe_out = fds[1];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 199 ULONG fds; member in struct:__anon65303
  /art/profman/
profman.cc 391 // Get the APKs from the collection of FDs.
401 Usage("The number of apk-fds must match the number of dex-locations.");
409 Usage("The number of apk-fds must match the number of dex-locations.");
452 // Get the dex locations from the apk fds.
1235 << descriptor << " at index " << i << ": " << fds[i]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 1113 fd_set fds; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 2097 int fds[3]; local
    [all...]
  /external/mesa3d/src/intel/tools/
aubinator.c 1172 int fds[2]; local
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 741 struct pollfd *fds; member in struct:__anon33489
762 n = _Py_write(self->fd_devpoll, self->fds, size);
800 self->fds[self->n_fds].fd = fd;
801 self->fds[self->n_fds].events = POLLREMOVE;
809 self->fds[self->n_fds].fd = fd;
810 self->fds[self->n_fds].events = (signed short)events;
863 self->fds[self->n_fds].fd = fd;
864 self->fds[self->n_fds].events = POLLREMOVE;
920 dvp.dp_fds = self->fds;
964 num1 = PyLong_FromLong(self->fds[i].fd)
1070 struct pollfd *fds; local
    [all...]
  /external/strace/
strace.c 481 int fds[2]; local
484 if (pipe(fds) < 0)
487 set_cloexec_flag(fds[1]); /* never fails */
495 close(fds[1]);
496 if (fds[0] != 0) {
497 if (dup2(fds[0], 0))
499 close(fds[0]);
507 close(fds[0]);
509 fp = fdopen(fds[1], "w");
1235 int fds[2] local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 1095 Int *fds = (Int *) VKI_CMSG_DATA(cm); local
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 550 // officially know we have fds.
1284 int* fds = NULL; local
2306 int* fds = NULL; local
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 1449 int fds[2]; local
    [all...]
  /system/core/logcat/
logcat.cpp 94 int fds[2]; // From popen call member in struct:android_logcat_context_internal
133 context->fds[0] = -1;
134 context->fds[1] = -1;
181 if (context->fds[1] == fileno(context->output)) {
182 context->fds[1] = -1;
190 if (context->fds[1] == context->output_fd) {
191 context->fds[1] = -1;
217 if (context->fds[1] == fileno(context->error)) {
218 context->fds[1] = -1;
227 if (context->fds[1] == context->error_fd) context->fds[1] = -1
    [all...]

Completed in 1046 milliseconds

<<111213141516