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

1 2

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
writable_font_data.cc 41 WritableFontDataPtr wfd = new WritableFontData(ba); local
42 return wfd.Detach();
52 WritableFontDataPtr wfd = new WritableFontData(ba); local
53 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/chromium_org/third_party/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/chromium_org/third_party/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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 198 WIN32_FIND_DATA wfd; local
199 hfind = FindFirstFile(ptszFile,&wfd);
203 pfad->dwFileAttributes = wfd.dwFileAttributes;
204 pfad->ftCreationTime = wfd.ftCreationTime;
205 pfad->ftLastAccessTime = wfd.ftLastAccessTime;
206 pfad->ftLastWriteTime = wfd.ftLastWriteTime;
207 pfad->nFileSizeHigh = wfd.nFileSizeHigh;
208 pfad->nFileSizeLow = wfd.nFileSizeLow;
  /system/core/toolbox/upstream-netbsd/bin/cat/
cat.c 298 int wfd; local
300 wfd = fileno(stdout);
301 if (wfd < 0)
307 if (fstat(wfd, &sbuf) == 0 && sbuf.st_blksize > 0 &&
323 if ((nw = write(wfd, buf + off, (size_t)nr)) < 0)
  /bootable/recovery/uncrypt/
uncrypt.c 64 int wfd, off64_t offset)
66 lseek64(wfd, offset, SEEK_SET);
69 ssize_t wrote = write(wfd, buffer + written, size - written);
233 int wfd = -1; local
235 wfd = open(blk_dev, O_WRONLY);
236 if (wfd < 0) {
253 if (write_at_offset(buffers[head], sb.st_blksize, wfd, (off64_t)sb.st_blksize * block) != 0) {
292 if (write_at_offset(buffers[head], sb.st_blksize, wfd, (off64_t)sb.st_blksize * block) != 0) {
308 close(wfd);
  /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 597 struct winfd wfd = fd_to_winfd(transfer_priv->pollable_fd.fd); local
599 wfd.itransfer = NULL;
600 CloseHandle(wfd.handle);
624 struct winfd wfd; local
646 wfd = usbi_create_fd(eventHandle, direction_in ? RW_READ : RW_WRITE, itransfer, &wince_cancel_transfer);
647 if (wfd.fd < 0) {
652 transfer_priv->pollable_fd = wfd;
658 ret = UkwIssueControlTransfer(priv->dev, flags, setup, buf, bufLen, &transfer->actual_length, wfd.overlapped);
661 transfer->length, &transfer->actual_length, wfd.overlapped);
847 // let handle_callback free the event using the transfer wfd
    [all...]
  /frameworks/base/core/java/android/os/
FileObserver.java 89 int wfd = startWatching(m_fd, path, mask); local
91 Integer i = new Integer(wfd);
92 if (wfd >= 0) {
105 public void onEvent(int wfd, int mask, String path) {
110 WeakReference weak = m_observers.get(wfd);
111 if (weak != null) { // can happen with lots of events from a dead wfd
114 m_observers.remove(wfd);
132 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 36 const u8 *wfd; member in struct:ieee802_11_elems
  /system/core/adb/
fdevent.c 361 fd_set rfd, wfd, efd; local
364 memcpy(&wfd, &write_fds, sizeof(fd_set));
369 n = select(select_n, &rfd, &wfd, &efd, NULL);
380 FD_ZERO(&wfd);
398 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/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 339 wpabuf_put_data(buf, dev_info, 2); /* WFD Device Info */
340 wpabuf_put_data(buf, dev_info + 4, 2); /* WFD Device Max Throughput */
376 /* Build WFD Session Info */
392 p2p_dbg(group->p2p, "WFD: WFD Session Info: %u descriptors",
470 struct wpabuf *wfd = wpabuf_dup(group->wfd_ie); local
471 ie = wpabuf_concat(wfd, ie);
629 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
  /frameworks/native/cmds/dumpstate/
utils.c 565 int wfd = inotify_add_watch(ifd, traces_path, IN_CLOSE_WRITE); local
566 if (wfd < 0) {
  /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...]

Completed in 1809 milliseconds

1 2