/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | stringtriebuilder.h | 301 : 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 D | arena_impl.h | 54 // 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 D | test_list.py | 135 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 D | hashtablez_sampler.cc | 95 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 D | SkUnicode.h | 70 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 D | tcuApp.cpp | 58 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 D | ptksa_cache.c | 38 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 D | for-of17.js | 3 next() { 19 next() {
|
H A D | for-of18.js | 3 next() { 19 next() {
|
H A D | iteratorSpreadInArray6.js | 3 next() { 20 next() {
|
H A D | iteratorSpreadInArray7.js | 3 next() { 20 next() {
|
H A D | iteratorSpreadInCall.js | 4 next() { 21 next() {
|
H A D | iteratorSpreadInCall10.js | 4 next() { 21 next() {
|
H A D | iteratorSpreadInCall11.js | 4 next() { 21 next() {
|
H A D | iteratorSpreadInCall2.js | 4 next() { 21 next() {
|
H A D | iteratorSpreadInCall3.js | 4 next() { 21 next() {
|
H A D | iteratorSpreadInCall4.js | 4 next() { 21 next() {
|
/third_party/skia/docs/examples/ |
H A D | Path_Iter_Iter.cpp | 9 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 D | expand.c | 331 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 D | dynlink.c | 58 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 D | trigger_manager.c | 38 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 D | regcoll.cpp | 62 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 D | mqtt.c | 294 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 D | cJSON.c | 83 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 D | pint.c | 105 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...] |