Home
last modified time | relevance | path

Searched refs:next (Results 3951 - 3975 of 6167) sorted by relevance

1...<<151152153154155156157158159160>>...247

/third_party/skia/third_party/externals/icu/source/common/
H A Dlocavailable.cpp147 const char* next(int32_t *resultLength, UErrorCode&) override {
H A Dunistr_case.cpp174 for (Edits::Iterator ei = edits.getCoarseChangesIterator(); ei.next(errorCode);) { in caseMap()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h67 * and previous() could not be used after setIndex(), next(), first(), and current().
73 * At any time, next() returns the next normalized code point (UChar32),
93 * next() returns a code point from at or after the getIndex()
94 * from before the next() call. After the next() call, the getIndex()
95 * might have moved to where the next code point will be returned from
96 * (from a next() or current() call).
109 * With multiple iteration calls, this is repeated until the next piece
121 * For example, if getIndex() is different after next() tha
[all...]
/third_party/toybox/lib/
H A Ddirtree.c166 ddt = &((*ddt)->next); in dirtree_recurse()
/third_party/toybox/porting/liteos_a/lib/
H A Ddirtree.c173 ddt = &((*ddt)->next); in dirtree_recurse()
/third_party/typescript/tests/baselines/reference/
H A DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js78 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DdestructuringParameterDeclaration3ES5iterable.js56 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DdestructuringVariableDeclaration1ES5iterable.js50 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dalgorithm.h85 return std::next(first, std::distance(middle, last)); in RotateImpl()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp76 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
/third_party/rust/crates/syn/codegen/src/
H A Dsnapshot.rs110 printable.into_iter().next().unwrap() in format_field()
/third_party/rust/crates/rustix/tests/fs/
H A Dreaddir.rs67 while let Some(entry) = dir.next() { in test_raw_dir()
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre2.rs112 fn next(&mut self) -> Option<(usize, usize)> { in next() functions
H A Dtcl.rs136 fn next(&mut self) -> Option<(usize, usize)> { in next() functions
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dmls_types.h161 struct mls_semantic_cat *next; member
/third_party/spirv-tools/source/val/
H A Dbasic_block.h160 /// Adds @p next BasicBlocks as successors of this BasicBlock
162 const std::vector<BasicBlock*>& next = std::vector<BasicBlock*>());
/third_party/spirv-tools/test/opt/
H A Dinst_buff_addr_check_test.cpp173 // blockType next;
183 // b = b.next;
203 OpMemberName %blockType 1 "next"
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h248 * next - Pointer to the next EAP method
253 struct eap_method *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_ssid.h70 * next - Next network in global list
75 struct wpa_ssid *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dndisc_snoop.c89 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_i.h248 * next - Pointer to the next EAP method
253 struct eap_method *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h99 * next - Next network in global list
104 struct wpa_ssid *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dndisc_snoop.c89 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
/third_party/backends/backend/
H A Dartec.c418 /* DB : next is, i think no failure, so no incrementing s */ in sense_handler()
1669 /* next line should use ARTEC_DATA_WHITE_SHADING_TRANS if using ADF */ in artec_calibrate_shading()
1943 for (dev = first_dev; dev; dev = dev->next) in attach()
2167 dev->next = first_dev; in attach()
2660 ARTEC_Device *dev, *next; in sane_exit() local
2664 for (dev = first_dev; dev; dev = next) in sane_exit()
2666 next = dev->next; in sane_exit()
2692 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices()
2713 for (dev = first_dev; dev; dev = dev->next) in sane_open()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc1879 const icu::Locale& next() override {
2070 const char* next = nullptr; in ResourceAvailableCurrencies() local
2072 (next = uenum_next(uenum, nullptr, &status)) != nullptr) { in ResourceAvailableCurrencies()
2075 if (strcmp(next, "VEF") == 0) continue; in ResourceAvailableCurrencies()
2076 AddIfAvailable(next); in ResourceAvailableCurrencies()
2249 for (const char* item = enumeration->next(&length, status); in IsValidExtension()
2251 item = enumeration->next(&length, status)) { in IsValidExtension()
2314 for (const char* keyword = keywords->next(&length, status); in LookupAndValidateUnicodeExtensions()
2315 keyword != nullptr; keyword = keywords->next(&length, status)) { in LookupAndValidateUnicodeExtensions()
2316 // Ignore failures in ICU and skip to the next keywor in LookupAndValidateUnicodeExtensions()
[all...]

Completed in 22 milliseconds

1...<<151152153154155156157158159160>>...247