Home
last modified time | relevance | path

Searched refs:next (Results 1276 - 1300 of 6082) sorted by relevance

1...<<51525354555657585960>>...244

/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringtriebuilder.h301 : ValueNode(0x222222u*37u+hashCode(nextNode)), next(nextNode) { setValue(v); } in IntermediateValueNode()
306 Node *next; member in StringTrieBuilder::IntermediateValueNode
319 length(len), next(nextNode) {} in LinearMatchNode()
324 Node *next; member in StringTrieBuilder::LinearMatchNode
394 length(len), next(subNode) {} in BranchHeadNode()
400 Node *next; // A branch sub-node. member in StringTrieBuilder::BranchHeadNode
/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h54 // Align n to next multiple of 8 (from Hacker's Delight, Chapter 3.) in AlignUpTo8()
157 CleanupChunk* next; // Next node in the list. member
228 SerialArena* next() const { return next_; } in next() function in google::protobuf::internal::ArenaImpl::SerialArena
229 void set_next(SerialArena* next) { next_ = next; } in set_next() argument
257 Block(size_t size, Block* next);
264 Block* next() const { return next_; } in next() function in google::protobuf::internal::ArenaImpl::Block
/third_party/python/Lib/test/
H A Dtest_list.py135 next(itorig)
144 next(itorig)
152 self.assertRaises(StopIteration, next, itorig)
171 next(itorig)
180 next(itorig)
188 self.assertRaises(StopIteration, next, itorig)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.cc95 HashtablezInfo* next = s->next; in ~HashtablezSampler() local
97 s = next; in ~HashtablezSampler()
102 sample->next = all_.load(std::memory_order_relaxed); in PushNew()
103 while (!all_.compare_exchange_weak(sample->next, sample, in PushNew()
166 s = s->next; in Iterate()
205 // Small values of interval are equivalent to just sampling next time. in SampleSlow()
/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h70 virtual Position next() = 0;
176 size_t next = SkToSizeT(ptr - utf8.begin()); in extractUtfConversionMapping() local
177 for (auto i = index; i < next; ++i) { in extractUtfConversionMapping()
182 //SkASSERT(fUTF16IndexForUTF8Index.size() == next); in extractUtfConversionMapping()
183 SkASSERT(size16 == next); in extractUtfConversionMapping()
184 if (size16 != next) { in extractUtfConversionMapping()
268 pos = iter->next(); in forEachBreak()
/third_party/vk-gl-cts/framework/common/
H A DtcuApp.cpp58 iter.next(); in writeCaselistsToStdout()
64 iter.next(); in writeCaselistsToStdout()
69 iter.next(); in writeCaselistsToStdout()
90 iter.next(); in verifyAmberCapabilityCoherency()
106 iter.next(); in verifyAmberCapabilityCoherency()
111 iter.next(); in verifyAmberCapabilityCoherency()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dptksa_cache.c38 struct ptksa_cache_entry *e, *next; in ptksa_cache_expire() local
46 dl_list_for_each_safe(e, next, &ptksa->ptksa, in ptksa_cache_expire()
109 struct ptksa_cache_entry *e, *next; in ptksa_cache_deinit() local
116 dl_list_for_each_safe(e, next, &ptksa->ptksa, in ptksa_cache_deinit()
230 struct ptksa_cache_entry *e, *next; in ptksa_cache_flush() local
236 dl_list_for_each_safe(e, next, &ptksa->ptksa, struct ptksa_cache_entry, in ptksa_cache_flush()
/third_party/typescript/tests/baselines/reference/
H A Dfor-of17.js3 next() {
19 next() {
H A Dfor-of18.js3 next() {
19 next() {
H A DiteratorSpreadInArray6.js3 next() {
20 next() {
H A DiteratorSpreadInArray7.js3 next() {
20 next() {
H A DiteratorSpreadInCall.js4 next() {
21 next() {
H A DiteratorSpreadInCall10.js4 next() {
21 next() {
H A DiteratorSpreadInCall11.js4 next() {
21 next() {
H A DiteratorSpreadInCall2.js4 next() {
21 next() {
H A DiteratorSpreadInCall3.js4 next() {
21 next() {
H A DiteratorSpreadInCall4.js4 next() {
21 next() {
/third_party/skia/docs/examples/
H A DPath_Iter_Iter.cpp9 SkDebugf("iter is " "%s" "done\n", SkPath::kDone_Verb == iter.next(points) ? "" : "not "); in REG_FIDDLE()
12 SkDebugf("iter is " "%s" "done\n", SkPath::kDone_Verb == iter.next(points) ? "" : "not "); in REG_FIDDLE()
/third_party/selinux/libsepol/src/
H A Dexpand.c331 for (expr = src->expr; expr; expr = expr->next) { in constraint_node_clone()
384 expr_l->next = new_expr; in constraint_node_clone()
394 last_new_con->next = new_con; in constraint_node_clone()
397 src = src->next; in constraint_node_clone()
945 for (cat = sl->cat; cat; cat = cat->next) { in mls_semantic_level_expand()
1265 for (l = state->out->role_allow; l && l->next; l = l->next) ; in copy_role_allows()
1290 cur_allow = cur_allow->next; in copy_role_allows()
1304 l->next = n; in copy_role_allows()
1315 cur = cur->next; in copy_role_allows()
[all...]
/third_party/musl/ldso/
H A Ddynlink.c58 struct td_index *next; member
69 struct dso *next, *prev; member
530 new->next = dso->td_index; in do_relocs()
583 struct dso *p = lazy_head, *next; in redo_lazy_relocs() local
585 for (; p; p=next) { in redo_lazy_relocs()
586 next = p->lazy_next; in redo_lazy_relocs()
1096 const char *rp, *next; local
1097 for (rp=reserved; *rp; rp=next) {
1098 next = strchr(rp, '.') + 1;
1099 if (strncmp(name+3, rp, next
1422 struct dso *p, *next; global() local
2160 struct dso *volatile p, *orig_tail, *orig_syms_tail, *orig_lazy_head, *next; global() local
[all...]
/base/startup/init/services/param/trigger/
H A Dtrigger_manager.c38 node->next = NULL; in AddCommand()
56 trigger->lastCmd->next = node; in AddCommand()
68 return curr->next; in GetNextCmdNode()
147 CommandNode *next = cmd->next; in DelJobTrigger_() local
150 cmd = next; in DelJobTrigger_()
230 node = curr->node.next; in GetNextTrigger_()
232 node = triggerHead->triggerList.next; in GetNextTrigger_()
318 TriggerNode *next = head->nextTrigger(head, trigger); in ClearTrigger() local
320 trigger = next; in ClearTrigger()
399 TriggerNode *next = head->nextTrigger(head, trigger); ExecTriggerMatch_() local
721 ListNode *next = node->next; ClearWatchTrigger() local
734 WaitNode *next = (WaitNode *)head->nextTrigger(head, (TriggerNode *)node); CheckWatchTriggerTimeout() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp62 while (i1->next(status) != CollationElementIterator::NULLORDER) in Test4048446()
66 errln("error calling next()"); in Test4048446()
726 if (i->next(status) != CollationElementIterator::NULLORDER) in Test4101940()
728 errln("next did not return NULLORDER"); in Test4101940()
999 int32_t elt4 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216()
1002 int32_t elt0 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216()
1005 int32_t elt5 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216()
1016 int32_t elt14 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216()
1019 int32_t elt15 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216()
1022 int32_t elt16 = CollationElementIterator::primaryOrder(iter->next(errorCod in Test4179216()
[all...]
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c294 if (r_objs[n].next == &r_objs[n]) { in mqtt_create_request()
296 r->next = NULL; in mqtt_create_request()
322 for (iter = *tail; iter != NULL; iter = iter->next) { in mqtt_append_request()
332 head->next = r; in mqtt_append_request()
345 r->next = r; in mqtt_delete_request()
361 for (iter = *tail; iter != NULL; iter = iter->next) { in mqtt_take_request()
372 *tail = iter->next; in mqtt_take_request()
374 prev->next = iter->next; in mqtt_take_request()
376 /* If exists, add remaining timeout time for the request to next */ in mqtt_take_request()
422 struct mqtt_request_t *iter, *next; mqtt_clear_requests() local
[all...]
/third_party/vulkan-loader/loader/
H A DcJSON.c83 cJSON *next; in loader_cJSON_Delete() local
85 next = c->next; in loader_cJSON_Delete()
90 c = next; in loader_cJSON_Delete()
620 child->next = new_item; in parse_array()
642 while (child) numentries++, child = child->next; in print_array()
664 if (child->next) { in print_array()
673 child = child->next; in print_array()
694 child = child->next; in print_array()
767 child->next in parse_object()
[all...]
/third_party/backends/backend/
H A Dpint.c105 for (dev = first_dev; dev; dev = dev->next) in attach()
362 dev->next = first_dev; in attach()
604 PINT_Device *dev, *next; in sane_exit() local
606 for (dev = first_dev; dev; dev = next) in sane_exit()
608 next = dev->next; in sane_exit()
629 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices()
646 for (dev = first_dev; dev; dev = dev->next) in sane_open()
674 s->next = first_handle; in sane_open()
688 for (s = first_handle; s; s = s->next) in sane_close()
[all...]

Completed in 22 milliseconds

1...<<51525354555657585960>>...244