/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_break_iterator_fuzzer.cc | 42 for (int32_t p = bi->first(); p != icu::BreakIterator::DONE; p = bi->next()) in LLVMFuzzerTestOneInput()
|
H A D | icu_break_iterator_utf32_fuzzer.cc | 42 for (int32_t p = bi->first(); p != icu::BreakIterator::DONE; p = bi->next()) in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
H A D | RemarkParser.h | 52 virtual Expected<std::unique_ptr<Remark>> next() = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | iterator_range.h | 64 return make_range(std::next(begin(t), n), end(t)); in drop_begin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AvoidTrailingCall.cpp | 100 MachineBasicBlock::iterator MBBI = std::next(LastRealInstr.getReverse()); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | lexer.h | 35 /// Returns the next token in the input stream. 37 Token next();
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localeprioritylist.h | 63 const Locale &next() override {
|
H A D | ruleiter.h | 99 * @param pos upon input, the index of the next character to return. If a 112 * Returns the next character using the given options, or DONE if there 113 * are no more characters, and advance the position to the next 125 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec); 152 * int c = iterator.next(...); 189 * by future calls to next()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | usetiter.h | 43 * while (it.next()) { 89 * iterating over code points using <tt>next()</tt>, or if 115 * Create an iterator over nothing. <tt>next()</tt> and 132 * code point range, depending on whether <tt>next()</tt> or 167 * advanced to the next item, or until the iterator is deleted. 174 * Advances the iteration position to the next element in the set, 188 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 195 UBool next(); 198 * Returns the next element in the set, either a code point range 209 * <tt>next()</t [all...] |
/third_party/toybox/toys/example/ |
H A D | skeleton.c | 81 TT.s.d = TT.s.d->next; in skeleton_main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringParameterDeclaration7ES5iterable.js | 22 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | emptyAssignmentPatterns02_ES5iterable.js | 14 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | emptyAssignmentPatterns04_ES5iterable.js | 14 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | neverInference.js | 18 type Node<T> = { value: T, next: Node<T> } | null
|
/third_party/skia/docs/examples/ |
H A D | count_verbs.cpp | 21 SkPath::Verb verb = it.next(pts); in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkDeferredDisplayList.h | 51 void next();
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | restorecon.h | 199 struct dir_xattr *next; member
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_tree.h | 46 struct cil_tree_node *next; //Each element in the list points to the next element member
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | hashtab.h | 34 hashtab_ptr_t next; member
|
H A D | sidtab.h | 22 struct sidtab_node *next; member 36 unsigned int next_sid; /* next SID to allocate */
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | ctxt.rs | 49 let mut combined = match errors.next() { in check()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | dir.rs | 22 next: Option<u64>, 42 next: None, 50 self.next = Some(0); in rewind() 55 if let Some(next) = self.next.take() { in read() 56 match crate::backend::fs::syscalls::_seek(self.fd.as_fd(), next as i64, SEEK_SET) { in read() 188 fn next(&mut self) -> Option<Self::Item> { in next() functions
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | ctxt.rs | 49 let mut combined = match errors.next() { in check()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_config.h | 848 * next - Pointer to next blob in the configuration 850 struct wpa_config_blob *next; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ibss_rsn.h | 30 struct ibss_rsn_peer *next; member
|