/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locavailable.cpp | 147 const char* next(int32_t *resultLength, UErrorCode&) override {
|
H A D | unistr_case.cpp | 174 for (Edits::Iterator ei = edits.getCoarseChangesIterator(); ei.next(errorCode);) { in caseMap()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | normlzr.h | 67 * 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 D | dirtree.c | 166 ddt = &((*ddt)->next); in dirtree_recurse()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | dirtree.c | 173 ddt = &((*ddt)->next); in dirtree_recurse()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 78 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | destructuringParameterDeclaration3ES5iterable.js | 56 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
H A D | destructuringVariableDeclaration1ES5iterable.js | 50 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 D | algorithm.h | 85 return std::next(first, std::distance(middle, last)); in RotateImpl()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | PuckerBloat.cpp | 76 while ((verb = iter.next(pts)) != SkPath::kDone_Verb) {
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | snapshot.rs | 110 printable.into_iter().next().unwrap() in format_field()
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | readdir.rs | 67 while let Some(entry) = dir.next() { in test_raw_dir()
|
/third_party/rust/crates/regex/bench/src/ffi/ |
H A D | pcre2.rs | 112 fn next(&mut self) -> Option<(usize, usize)> { in next() functions
|
H A D | tcl.rs | 136 fn next(&mut self) -> Option<(usize, usize)> { in next() functions
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | mls_types.h | 161 struct mls_semantic_cat *next; member
|
/third_party/spirv-tools/source/val/ |
H A D | basic_block.h | 160 /// 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 D | inst_buff_addr_check_test.cpp | 173 // blockType next; 183 // b = b.next; 203 OpMemberName %blockType 1 "next"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_i.h | 248 * 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 D | config_ssid.h | 70 * 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 D | ndisc_snoop.c | 89 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 D | eap_i.h | 248 * 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 D | config_ssid.h | 99 * next - Next network in global list 104 struct wpa_ssid *next; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ndisc_snoop.c | 89 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
|
/third_party/backends/backend/ |
H A D | artec.c | 418 /* 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 D | intl-objects.cc | 1879 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...] |