Home
last modified time | relevance | path

Searched refs:next (Results 2626 - 2650 of 5983) sorted by relevance

1...<<101102103104105106107108109110>>...240

/third_party/skia/src/pdf/
H A DSkClusterator.h35 Cluster next();
/third_party/skia/src/utils/
H A DSkClipStackUtils.cpp16 while (const SkClipStack::Element* element = iter.next()) { in SkClipStack_AsPath()
/third_party/skia/tools/flags/
H A DCommonFlagsImages.cpp80 while (it.next(&file)) { in CollectImages()
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrenum.h52 virtual const char* next(int32_t *resultLength, UErrorCode& status);
55 * Returns the next element a UnicodeString*. If there are no
/third_party/toybox/toys/posix/
H A Denv.c43 else for (u = TT.u; u; u = u->next) xunsetenv(u->arg); in env_main()
/third_party/typescript/tests/baselines/reference/
H A DdestructuringArrayBindingPatternAndAssignment4.js17 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DemptyVariableDeclarationBindingPatterns02_ES5iterable.js18 while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
H A DinfiniteExpansionThroughInstantiation.js6 next: List<T>;
/third_party/python/Lib/idlelib/idle_test/
H A Dtkinter_testing_utils.py42 next(test_generator)
/third_party/rust/crates/cxx/syntax/
H A Dreport.rs24 let mut all_errors = match iter.next() { in propagate()
/third_party/skia/docs/examples/
H A DPath_arcTo_2_c.cpp13 while (SkPath::kDone_Verb != (verb = iter.next(p))) { in REG_FIDDLE()
H A DPath_arcTo_3.cpp13 while (SkPath::kDone_Verb != (verb = iter.next(p))) { in REG_FIDDLE()
H A DPath_Iter_next.cpp22 verb = iter.next(points); in REG_FIDDLE()
H A DConic_Weight_c.cpp15 verb = iter.next(points); in REG_FIDDLE()
H A DConic_Weight_a.cpp15 verb = iter.next(points); in REG_FIDDLE()
H A DConic_Weight_b.cpp15 verb = iter.next(points); in REG_FIDDLE()
/third_party/selinux/libselinux/src/
H A Dignore_path.h34 struct ignore_path_node *next; member
H A Davc_sidtab.h13 struct sidtab_node *next; member
/third_party/selinux/checkpolicy/
H A Dqueue.h21 queue_node_ptr_t next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.h21 struct ndis_pmkid_entry *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_list.h15 /* Note: next/prev pointers are updated whenever a new beacon is
18 struct ap_info *next; /* next entry in AP list */ member
20 struct ap_info *hnext; /* next entry in hash table list */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis.h21 struct ndis_pmkid_entry *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_list.h15 /* Note: next/prev pointers are updated whenever a new beacon is
18 struct ap_info *next; /* next entry in AP list */ member
20 struct ap_info *hnext; /* next entry in hash table list */
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs1037 pub next: *mut ___itt_domain,
1102 unsafe { &(*(::std::ptr::null::<___itt_domain>())).next as *const _ as usize }, in bindgen_test_layout____itt_domain()
1108 stringify!(next) in bindgen_test_layout____itt_domain()
1220 pub next: *mut ___itt_string_handle,
1275 unsafe { &(*(::std::ptr::null::<___itt_string_handle>())).next as *const _ as usize }, in bindgen_test_layout____itt_string_handle()
1281 stringify!(next) in bindgen_test_layout____itt_string_handle()
1832 pub next: *mut ___itt_clock_domain,
1897 unsafe { &(*(::std::ptr::null::<___itt_clock_domain>())).next as *const _ as usize }, in bindgen_test_layout____itt_clock_domain()
1903 stringify!(next) in bindgen_test_layout____itt_clock_domain()
2397 pub next
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c491 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_get_p2p_group()
492 for (s = wpa_s->conf->ssid; s; s = s->next) { in wpas_get_p2p_group()
547 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in p2p_group_go_member_count()
548 for (s = wpa_s->conf->ssid; s; s = s->next) { in p2p_group_go_member_count()
590 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_p2p_get_go_group()
616 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_p2p_get_cli_group()
631 for (s = wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_get_persistent_go()
855 ssid = ssid->next; in wpas_p2p_group_delete()
1105 for (s = wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_store_persistent_group()
1200 for (s = p2p_wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_add_persistent_group_client()
[all...]

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...240