/external/rust/crates/mio/src/sys/windows/ |
D | event.rs | 5 use super::afd; 27 self.flags |= afd::POLL_RECEIVE in set_readable() 32 self.flags |= afd::POLL_SEND; in set_writable() 47 pub(crate) const READABLE_FLAGS: u32 = afd::POLL_RECEIVE 48 | afd::POLL_DISCONNECT 49 | afd::POLL_ACCEPT 50 | afd::POLL_ABORT 51 | afd::POLL_CONNECT_FAIL; 52 pub(crate) const WRITABLE_FLAGS: u32 = afd::POLL_SEND | afd::POLL_ABORT | afd::POLL_CONNECT_FAIL; 53 pub(crate) const ERROR_FLAGS: u32 = afd::POLL_CONNECT_FAIL; [all …]
|
D | selector.rs | 1 use super::afd::{self, Afd, AfdPollInfo}; 75 let afd = Afd::new(&self.cp)?; localVariable 76 let arc = Arc::new(afd); 94 afd: Arc<Afd>, field 121 if (self.user_evts & afd::KNOWN_EVENTS & !self.pending_evts) == 0 { in update() 147 self.poll_info.handles[0].events = self.user_evts | afd::POLL_LOCAL_CLOSE; in update() 153 self.afd in update() 190 self.afd.cancel(&mut *self.iosb)?; in cancel() 211 afd_events = afd::POLL_CONNECT_FAIL; in feed_event() 214 } else if self.poll_info.handles[0].events & afd::POLL_LOCAL_CLOSE != 0 { in feed_event() [all …]
|
D | afd.rs | 203 let afd = Afd { fd }; localVariable 204 cp.add_handle(token, &afd.fd)?; 210 _ => Ok(afd),
|
D | mod.rs | 1 mod afd; module
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | ApkAssets.java | 27 AssetFileDescriptor afd = null; in open() local 30 afd = manager.openNonAssetFd(fileName); in open() 31 return new long[] {afd.getParcelFileDescriptor().detachFd(), afd.getStartOffset(), in open() 32 afd.getLength()}; in open() 50 if (afd != null) { in open() 51 afd.close(); in open()
|
D | ContentUriUtils.java | 74 AssetFileDescriptor afd = getAssetFileDescriptor(uriString); in openContentUriForRead() local 75 if (afd != null) { in openContentUriForRead() 76 return afd.getParcelFileDescriptor().detachFd(); in openContentUriForRead() 137 AssetFileDescriptor afd = in getAssetFileDescriptor() local 139 if (afd != null && afd.getStartOffset() != 0) { in getAssetFileDescriptor() 143 afd.close(); in getAssetFileDescriptor() 149 return afd; in getAssetFileDescriptor()
|
/external/toybox/toys/posix/ |
D | cpio.c | 84 int pipe, afd = FLAG(o), empty = 1; in cpio_main() local 99 afd = pipe; in cpio_main() 110 afd = xcreate(TT.F, perm, 0644); in cpio_main() 122 if (1>(len = readall(afd, toybuf+size, 110-size))) break; in cpio_main() 136 tofree = name = strpad(afd, x8u(toybuf+94), 110); in cpio_main() 168 data = strpad(afd, size, 0); in cpio_main() 188 if (size < sizeof(toybuf)) data = strpad(afd, size, 0); in cpio_main() 189 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main() 278 xwrite(afd, toybuf, llen); in cpio_main() 279 xwrite(afd, name, nlen); in cpio_main() [all …]
|
/external/strace/tests-m32/ |
D | recvfrom.c | 79 int afd = accept(lfd, 0, 0); in main() local 80 if (afd < 0) in main() 85 test_sockname_syscall(afd); in main()
|
/external/strace/tests/ |
D | recvfrom.c | 79 int afd = accept(lfd, 0, 0); in main() local 80 if (afd < 0) in main() 85 test_sockname_syscall(afd); in main()
|
/external/strace/tests-mx32/ |
D | recvfrom.c | 79 int afd = accept(lfd, 0, 0); in main() local 80 if (afd < 0) in main() 85 test_sockname_syscall(afd); in main()
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | utils.py | 174 return [afd for afd, _ in results]
|
/external/tcpdump/tests/ |
D | pgm_group_addr_asan.out | 1 …one], proto PGM (113), length 768, options (unknown 89 [bad length 232]), bad cksum 5959 (->5afd)!)
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | TextClassifierImpl.java | 476 try (AssetFileDescriptor afd = bestModel.open(context.getAssets())) { in getAnnotatorImpl() argument 477 annotatorImpl = new AnnotatorModel(afd); in getAnnotatorImpl() 495 try (AssetFileDescriptor afd = bestModel.open(context.getAssets())) { in getLangIdImpl() argument 496 langIdImpl = new LangIdModel(afd); in getLangIdImpl() 515 try (AssetFileDescriptor afd = bestModel.open(context.getAssets())) { in getActionsImpl() argument 516 actionsImpl = new ActionsSuggestionsModel(afd); in getActionsImpl()
|
/external/libtextclassifier/java/src/com/android/textclassifier/common/ |
D | ModelFileManager.java | 430 LangIdModel::getVersion, afd -> ModelFile.LANGUAGE_INDEPENDENT); in create() 452 try (AssetFileDescriptor afd = new AssetFileDescriptor(pfd, 0, file.length())) { in createFromRegularFile() argument 454 file.getAbsolutePath(), modelType, afd, /* isAsset= */ false); in createFromRegularFile()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowContentResolverTest.java | 754 …AssetFileDescriptor afd = contentResolver.openTypedAssetFileDescriptor(Uri.parse("content://" + AU… in openTypedAssetFileDescriptor_shouldOpenDescriptor() local 756 FileDescriptor descriptor = afd.getFileDescriptor(); in openTypedAssetFileDescriptor_shouldOpenDescriptor()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Retirements.tab | 34 arf Arafundi S Split into three languages: Andai [afd]; Nanubae [afk]; Tapei [afp] 2008-01-14
|
D | iso-639-3_Name_Index.tab | 113 afd Andai Andai
|
D | iso-639-3.tab | 110 afd I L Andai
|
D | language-subtag-registry | 1737 Subtag: afd
|
/external/pdfium/testing/resources/ |
D | bug_555784.in | 45 …aee /aef /af0 /af1 /af2 /af3 /af4 /af5 /af6 /af7 /af8 /af9 /afa /afb /afc /afd /afe /aff /a100 /a1…
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest.sym | 652 1afd 4 98 3838
|
D | omap_reorder_bbs.sym | 1864 4afd 6 56 2079
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 5671 STACK CFI 3afd .cfa: $rsp 16 +
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 4964 "afd~e",
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |