Home
last modified time | relevance | path

Searched refs:next (Results 2926 - 2950 of 5983) sorted by relevance

1...<<111112113114115116117118119120>>...240

/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_break_iterator_fuzzer.cc42 for (int32_t p = bi->first(); p != icu::BreakIterator::DONE; p = bi->next()) in LLVMFuzzerTestOneInput()
H A Dicu_break_iterator_utf32_fuzzer.cc42 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 DRemarkParser.h52 virtual Expected<std::unique_ptr<Remark>> next() = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator_range.h64 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 DX86AvoidTrailingCall.cpp100 MachineBasicBlock::iterator MBBI = std::next(LastRealInstr.getReverse()); in runOnMachineFunction()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.h35 /// Returns the next token in the input stream.
37 Token next();
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.h63 const Locale &next() override {
H A Druleiter.h99 * @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 Dusetiter.h43 * 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 Dskeleton.c81 TT.s.d = TT.s.d->next; in skeleton_main()
/third_party/typescript/tests/baselines/reference/
H A DdestructuringParameterDeclaration7ES5iterable.js22 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DemptyAssignmentPatterns02_ES5iterable.js14 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DemptyAssignmentPatterns04_ES5iterable.js14 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DneverInference.js18 type Node<T> = { value: T, next: Node<T> } | null
/third_party/skia/docs/examples/
H A Dcount_verbs.cpp21 SkPath::Verb verb = it.next(pts); in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkDeferredDisplayList.h51 void next();
/third_party/selinux/libselinux/include/selinux/
H A Drestorecon.h199 struct dir_xattr *next; member
/third_party/selinux/libsepol/cil/src/
H A Dcil_tree.h46 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 Dhashtab.h34 hashtab_ptr_t next; member
H A Dsidtab.h22 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 Dctxt.rs49 let mut combined = match errors.next() { in check()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Ddir.rs22 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 Dctxt.rs49 let mut combined = match errors.next() { in check()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_config.h848 * 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 Dibss_rsn.h30 struct ibss_rsn_peer *next; member

Completed in 9 milliseconds

1...<<111112113114115116117118119120>>...240