HomeSort by relevance Sort by last modified time
    Searched defs:wfd (Results 1 - 25 of 25) sorted by null

  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.cc 39 WritableFontDataPtr wfd = new WritableFontData(ba); local
40 return wfd.Detach();
50 WritableFontDataPtr wfd = new WritableFontData(ba); local
51 return wfd.Detach();
readable_font_data.cc 43 ReadableFontDataPtr wfd = new ReadableFontData(ba); local
44 return wfd.Detach();
158 int32_t ReadableFontData::CopyTo(WritableFontData* wfd) {
159 return array_->CopyTo(wfd->BoundOffset(0),
160 wfd->array_,
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 56 WritableFontDataPtr wfd; local
57 wfd.Attach(WritableFontData::CreateWritableFontData(b));
58 if (IsCollection(wfd)) {
59 LoadCollection(wfd, output);
63 font.Attach(LoadSingleOTF(wfd));
85 WritableFontDataPtr wfd; local
86 wfd.Attach(WritableFontData::CreateWritableFontData(b));
87 if (IsCollection(wfd)) {
88 LoadCollectionForBuilding(wfd, output);
92 builder.Attach(LoadSingleOTFForBuilding(wfd, 0))
170 WritableFontDataPtr wfd; local
    [all...]
  /external/sfntly/cpp/src/test/
font_parsing_test.cc 63 WritableFontDataPtr wfd; local
64 wfd.Attach(gdef_builder->Data());
67 wfd->ReadBytes(0, &(b[0]), 0, TTF_LENGTH[SAMPLE_TTF_FEAT]);
font_data_test.cc 82 FillTestFontDataWithShortsForSearching(WritableFontData* wfd,
92 wfd->WriteUShort(offset, lower_data[i]);
99 wfd->WriteUShort(offset, upper_data[i]);
103 return wfd;
109 WritableFontDataPtr wfd; local
110 wfd.Attach(WritableFontData::CreateWritableFontData(array_setup_offset[0]));
111 FillTestFontDataWithShortsForSearching(wfd,
120 int32_t found = wfd->SearchUShort(array_setup_offset[1],
179 void WriteFontDataWithSingleByte(ReadableFontData* rfd, WritableFontData* wfd) {
182 wfd->WriteByte(index, b)
319 WritableFontDataPtr wfd = new WritableFontData(ba); local
    [all...]
  /external/libppp/src/
server.c 98 int ssize = sizeof ss, wfd; local
103 wfd = accept(s->fd, sa, &ssize);
104 if (wfd < 0)
107 close(wfd);
108 wfd = -1;
111 wfd = -1;
113 if (wfd >= 0)
125 close(wfd);
126 wfd = -1;
140 close(wfd);
    [all...]
  /system/core/toolbox/
cat.c 159 int wfd; local
161 wfd = fileno(stdout);
163 if (fstat(wfd, &sbuf) == 0) {
175 if ((nw = write(wfd, buf + off, (size_t)nr)) < 0)
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 256 * event. To that extent, we create a single wfd and overlapped as a means
321 struct winfd wfd = INVALID_WINFD; local
330 wfd.itransfer = itransfer;
331 wfd.cancel_fn = cancel_fn;
339 wfd.rw = RW_READ;
341 wfd.rw = RW_WRITE;
358 wfd.fd = i;
364 &wfd.handle, 0, TRUE, DUPLICATE_SAME_ACCESS)) {
366 wfd.handle = handle;
373 wfd.handle = handle
427 struct winfd wfd; local
453 struct winfd wfd; local
479 struct winfd wfd; local
    [all...]
wince_usb.c 591 struct winfd wfd = fd_to_winfd(transfer_priv->pollable_fd.fd); local
593 wfd.itransfer = NULL;
594 CloseHandle(wfd.handle);
618 struct winfd wfd; local
640 wfd = usbi_create_fd(eventHandle, direction_in ? RW_READ : RW_WRITE, itransfer, &wince_cancel_transfer);
641 if (wfd.fd < 0) {
646 transfer_priv->pollable_fd = wfd;
652 ret = UkwIssueControlTransfer(priv->dev, flags, setup, buf, bufLen, &transfer->actual_length, wfd.overlapped);
655 transfer->length, &transfer->actual_length, wfd.overlapped);
841 // let handle_callback free the event using the transfer wfd
    [all...]
windows_usb.c 2862 struct winfd wfd; local
2955 struct winfd wfd; local
3083 struct winfd wfd; local
3877 struct winfd wfd; local
3985 struct winfd wfd; local
    [all...]
  /frameworks/base/core/java/android/os/
FileObserver.java 92 int wfd = startWatching(m_fd, path, mask); local
94 Integer i = new Integer(wfd);
95 if (wfd >= 0) {
108 public void onEvent(int wfd, int mask, String path) {
113 WeakReference weak = m_observers.get(wfd);
114 if (weak != null) { // can happen with lots of events from a dead wfd
117 m_observers.remove(wfd);
135 private native void stopWatching(int fd, int wfd);
  /bootable/recovery/minadbd/
fdevent.c 370 fd_set rfd, wfd, efd; local
373 memcpy(&wfd, &write_fds, sizeof(fd_set));
378 n = select(select_n, &rfd, &wfd, &efd, NULL);
389 FD_ZERO(&wfd);
407 if(FD_ISSET(i, &wfd)) { events |= FDE_WRITE; n--; }
  /external/qemu/
posix-aio-compat.c 57 int rfd, wfd; member in struct:PosixAioState
510 ret = write(posix_aio_state->wfd, &byte, sizeof(byte));
645 s->wfd = fds[1];
648 fcntl(s->wfd, F_SETFL, O_NONBLOCK);
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 40 const u8 *wfd; member in struct:ieee802_11_elems
  /frameworks/native/cmds/dumpstate/
utils.c 508 int wfd = inotify_add_watch(ifd, traces_path, IN_CLOSE_WRITE); local
509 if (wfd < 0) {
  /system/core/adb/
fdevent.c 370 fd_set rfd, wfd, efd; local
373 memcpy(&wfd, &write_fds, sizeof(fd_set));
378 n = select(select_n, &rfd, &wfd, &efd, NULL);
389 FD_ZERO(&wfd);
407 if(FD_ISSET(i, &wfd)) { events |= FDE_WRITE; n--; }
  /external/netcat/
netcat.c 764 int n, wfd = fileno(stdin); local
775 pfd[1].fd = wfd;
806 if ((n = read(wfd, buf, plen)) < 0)
  /external/openssh/
channels.h 98 int wfd; /* write fd */ member in struct:Channel
103 int wfd_isatty; /* wfd is a tty */
  /external/qemu/telephony/
sysdeps_posix.c 423 fd_set rfd, wfd, efd; local
428 memcpy(&wfd, &_s_fdsets[1], sizeof(fd_set));
446 n = select( _s_maxfd+1, &rfd, &wfd, &efd, timeout);
463 if(FD_ISSET(i, &wfd)) events |= SYS_EVENT_WRITE;
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 328 wpabuf_put_data(buf, dev_info, 2); /* WFD Device Info */
329 wpabuf_put_data(buf, dev_info + 4, 2); /* WFD Device Max Throughput */
365 /* Build WFD Session Info */
381 p2p_dbg(group->p2p, "WFD: WFD Session Info: %u descriptors",
433 struct wpabuf *wfd = wpabuf_dup(group->wfd_ie); local
434 ie = wpabuf_concat(wfd, ie);
592 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 454 fd_set wfd; local
488 FD_ZERO(&wfd);
493 FD_SET(ctxt->fd, &wfd);
497 (void) select(ctxt->fd + 1, NULL, &wfd, NULL, &tv);
849 fd_set wfd; local
949 FD_ZERO(&wfd);
950 FD_SET(s, &wfd);
956 switch (select(s + 1, NULL, &wfd, &xfd, &tv))
958 switch (select(s + 1, NULL, &wfd, NULL, &tv))
984 if (FD_ISSET(s, &wfd)
    [all...]
  /external/libxml2/
nanohttp.c 452 fd_set wfd; local
486 FD_ZERO(&wfd);
491 FD_SET(ctxt->fd, &wfd);
495 (void) select(ctxt->fd + 1, NULL, &wfd, NULL, &tv);
847 fd_set wfd; local
947 FD_ZERO(&wfd);
948 FD_SET(s, &wfd);
954 switch (select(s + 1, NULL, &wfd, &xfd, &tv))
956 switch (select(s + 1, NULL, &wfd, NULL, &tv))
982 if (FD_ISSET(s, &wfd)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 1247 Ptr<WritableFontData> wfd; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 17 package com.android.settings.wfd;
330 // show buttons for Pause/Resume when a WFD session is established
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 3349 struct wpabuf *wfd; local
    [all...]

Completed in 1197 milliseconds