/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | ast.py | 54 if not hasattr(builtins, 'next'): 56 def next(obj): function 57 return obj.next() 720 # Get the next token. 723 # Dispatch on the next token type. 753 # Pop the next token and only put it back if it's not 756 next = self._GetNextToken() 757 if next.name != 'class': 758 self._AddBackToken(next) 765 # Peek ahead to get the next toke [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 230 bool TryParseCharacterClassEscape(base::uc32 next, 743 base::uc32 next = Next(); in ParseDisjunction() local 749 next, InClassEscapeState::kNotInClass, ranges, zone(), in ParseDisjunction() 759 builder->AddCharacter(next); // IdentityEscape. in ParseDisjunction() 1075 // Due to special Advance requirements (see the next comment), rewind by one in ParseCaptureGroupName() 1138 // This final advance goes back into the state of pointing at the next in ParseCaptureGroupName() 1303 int next = current() - '0'; in ParseIntervalQuantifier() local 1304 if (min > (RegExpTree::kInfinity - next) / 10) { in ParseIntervalQuantifier() 1312 min = 10 * min + next; in ParseIntervalQuantifier() 1326 int next in ParseIntervalQuantifier() local 1893 const base::uc32 next = Next(); ParseClassEscape() local 1925 TryParseCharacterClassEscape( base::uc32 next, InClassEscapeState in_class_escape_state, ZoneList<CharacterRange>* ranges, Zone* zone, bool add_unicode_case_equivalents) TryParseCharacterClassEscape() argument 1930 DCHECK_EQ(Next(), next); TryParseCharacterClassEscape() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.c | 165 dev_netbuf_temp = head->next; in hcc_netbuf_list_repeat_check() 171 dev_netbuf_temp = dev_netbuf_temp->next; in hcc_netbuf_list_repeat_check() 190 head->prev->next = dev_netbuf; in hcc_netbuf_add_to_list_tail() 191 dev_netbuf->next = (oal_dev_netbuf_stru *)head; in hcc_netbuf_add_to_list_tail() 213 dev_netbuf = head->next; in hcc_netbuf_delist() 218 head->next = (oal_dev_netbuf_stru *)head->next->next; in hcc_netbuf_delist() 567 /* prepare the next assem info */ in hcc_write_over_aggr_package() 606 hi_diag_log_msg_i2(0, "h2d: next asse in hcc_write_over_callback() [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_util.cpp | 90 char *next = const_cast<char *>(path); in CheckRealPath() local 91 for (; *next != '\0'; next++) { in CheckRealPath() 92 if (*next != '.') { in CheckRealPath() 95 next++; in CheckRealPath() 96 if (*next == '\0' || *next == '.' || *next == '/') { in CheckRealPath() 98 HILOG_ERROR(HILOG_MODULE_AAFWK, "[BMS] CheckRealPath path fail:%d", *next); in CheckRealPath()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vpe.c | 220 struct mips_hi16 *next; member 327 n->next = mips_hi16_list; in apply_r_mips_hi16() 338 struct mips_hi16 *l, *next; in apply_r_mips_lo16() local 376 next = l->next; in apply_r_mips_lo16() 378 l = next; in apply_r_mips_lo16() 395 next = l->next; in apply_r_mips_lo16() 397 l = next; in apply_r_mips_lo16()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 75 list_del_rcu(&stit->next); in kvm_spapr_tce_liobn_put() 95 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release_iommu_group() 164 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvm_spapr_tce_attach_iommu_group() 192 list_add_rcu(&stit->next, &stt->iommu_tables); in kvm_spapr_tce_attach_iommu_group() 268 list_for_each_entry_safe(stit, tmp, &stt->iommu_tables, next) { in kvm_spapr_tce_release() 389 list_for_each_entry_rcu(stit, &stt->iommu_tables, next) { in kvmppc_tce_validate() 607 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce() 702 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_put_tce_indirect() 744 list_for_each_entry_lockless(stit, &stt->iommu_tables, next) { in kvmppc_h_stuff_tce()
|
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | share.c | 478 for (l = all_ports.next, num = 0; l != &all_ports; l = l->next, num++) { in parport_register_port() 790 par_dev->next = port->physport->devices; in parport_register_dev_model() 792 * Make sure that tmp->next is written before it's in parport_register_dev_model() 866 if (dev->next) in parport_unregister_device() 867 dev->next->prev = dev->prev; in parport_unregister_device() 869 dev->prev->next = dev->next; in parport_unregister_device() 871 port->devices = dev->next; in parport_unregister_device() 1217 for (pd = port->devices; !port->cad && pd; pd = pd->next) { in parport_release() [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_kapi.c | 549 * set in @cm_flags and there is no associated node, the next highest node will 568 iter = iter->next; in _netlbl_catmap_getnode() 588 iter->next = *catmap; in _netlbl_catmap_getnode() 591 iter->next = prev->next; in _netlbl_catmap_getnode() 592 prev->next = iter; in _netlbl_catmap_getnode() 638 if (iter->next != NULL) { in netlbl_catmap_walk() 639 iter = iter->next; in netlbl_catmap_walk() 698 if (iter->next == NULL) in netlbl_catmap_walkrng() 701 iter = iter->next; in netlbl_catmap_walkrng() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | coredump.c | 424 * clear the ->next pointer, we will find the new leader via in zap_threads() 460 core_state->dumper.next = NULL; in coredump_wait() 480 ptr = core_state->dumper.next; in coredump_wait() 483 ptr = ptr->next; in coredump_wait() 492 struct core_thread *curr, *next; in coredump_finish() local 502 next = mm->core_state->dumper.next; in coredump_finish() 503 while ((curr = next) != NULL) { in coredump_finish() 504 next = curr->next; in coredump_finish() [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.c | 166 * Find the next allocated block (end of free extent). in xfs_rtallocate_range() 228 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() 239 xfs_rtblock_t next; /* next rtblock to try */ in xfs_rtallocate_extent_block() local 255 * If it's not so then next will contain the first non-free. in xfs_rtallocate_extent_block() 257 error = xfs_rtcheck_range(mp, tp, i, maxlen, 1, &next, &stat); in xfs_rtallocate_extent_block() 283 thislen = next - i; in xfs_rtallocate_extent_block() 290 * If not done yet, find the start of the next free space. in xfs_rtallocate_extent_block() 292 if (next < end) { in xfs_rtallocate_extent_block() 293 error = xfs_rtfind_forw(mp, tp, next, en in xfs_rtallocate_extent_block() 356 xfs_rtblock_t next; /* next block to try (dummy) */ xfs_rtallocate_extent_exact() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_expect.c | 216 struct hlist_node *next; in nf_ct_remove_expectations() local 223 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations() 422 struct hlist_node *next; in __nf_ct_expect_check() local 431 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check() 494 const struct hlist_node *next; in nf_ct_expect_iterate_destroy() local 500 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_destroy() 520 const struct hlist_node *next; in nf_ct_expect_iterate_net() local 526 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_net() 652 .next = exp_seq_next,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 381 struct llist_node *pos, *next; in ____active_del_barrier() local 396 * any of the tasks, but we will try again on the next -- and since in ____active_del_barrier() 400 llist_for_each_safe(pos, next, llist_del_all(&engine->barrier_tasks)) { in ____active_del_barrier() 406 pos->next = head; in ____active_del_barrier() 945 first->next = prev; in i915_active_acquire_preallocate_barrier() 960 first = first->next; in i915_active_acquire_preallocate_barrier() 972 struct llist_node *pos, *next; in i915_active_acquire_barrier() local 983 llist_for_each_safe(pos, next, take_preallocated_barriers(ref)) { in i915_active_acquire_barrier() 1021 struct llist_node *node, *next; in i915_request_add_active_barriers() local 1037 llist_for_each_safe(node, next, nod in i915_request_add_active_barriers() [all...] |
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | file.c | 47 * kernfs_node is on the list or not can be determined by testing the next 118 void *next = ops->seq_start(sf, ppos); in kernfs_seq_start() local 120 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_start() 121 kernfs_seq_stop_active(sf, next); in kernfs_seq_start() 122 return next; in kernfs_seq_start() 138 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next() local 140 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_next() 141 kernfs_seq_stop_active(sf, next); in kernfs_seq_next() 142 return next; in kernfs_seq_next() 173 .next [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | coredump.c | 408 core_state->dumper.next = NULL; in coredump_wait() 421 ptr = core_state->dumper.next; in coredump_wait() 424 ptr = ptr->next; in coredump_wait() 433 struct core_thread *curr, *next; in coredump_finish() local 439 next = current->signal->core_state->dumper.next; in coredump_finish() 443 while ((curr = next) != NULL) { in coredump_finish() 444 next = curr->next; in coredump_finish() 448 * ->task == NULL before we read ->next in coredump_finish() [all...] |
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | file.c | 35 * kernfs_node is on the list or not can be determined by testing the next 160 void *next = ops->seq_start(sf, ppos); in kernfs_seq_start() local 162 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_start() 163 kernfs_seq_stop_active(sf, next); in kernfs_seq_start() 164 return next; in kernfs_seq_start() 175 void *next = ops->seq_next(sf, v, ppos); in kernfs_seq_next() local 177 if (next == ERR_PTR(-ENODEV)) in kernfs_seq_next() 178 kernfs_seq_stop_active(sf, next); in kernfs_seq_next() 179 return next; in kernfs_seq_next() 210 .next [all...] |
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | share.c | 478 for (l = all_ports.next, num = 0; l != &all_ports; l = l->next, num++) { in parport_register_port() 790 par_dev->next = port->physport->devices; in parport_register_dev_model() 792 * Make sure that tmp->next is written before it's in parport_register_dev_model() 866 if (dev->next) in parport_unregister_device() 867 dev->next->prev = dev->prev; in parport_unregister_device() 869 dev->prev->next = dev->next; in parport_unregister_device() 871 port->devices = dev->next; in parport_unregister_device() 1217 for (pd = port->devices; !port->cad && pd; pd = pd->next) { in parport_release() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_active.c | 371 struct llist_node *pos, *next; in ____active_del_barrier() local 386 * any of the tasks, but we will try again on the next -- and since in ____active_del_barrier() 390 llist_for_each_safe(pos, next, llist_del_all(&engine->barrier_tasks)) { in ____active_del_barrier() 396 pos->next = head; in ____active_del_barrier() 914 first->next = prev; in i915_active_acquire_preallocate_barrier() 929 first = first->next; in i915_active_acquire_preallocate_barrier() 941 struct llist_node *pos, *next; in i915_active_acquire_barrier() local 952 llist_for_each_safe(pos, next, take_preallocated_barriers(ref)) { in i915_active_acquire_barrier() 990 struct llist_node *node, *next; in i915_request_add_active_barriers() local 1006 llist_for_each_safe(node, next, nod in i915_request_add_active_barriers() [all...] |
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_kapi.c | 549 * set in @cm_flags and there is no associated node, the next highest node will 568 iter = iter->next; in _netlbl_catmap_getnode() 588 iter->next = *catmap; in _netlbl_catmap_getnode() 591 iter->next = prev->next; in _netlbl_catmap_getnode() 592 prev->next = iter; in _netlbl_catmap_getnode() 638 if (iter->next != NULL) { in netlbl_catmap_walk() 639 iter = iter->next; in netlbl_catmap_walk() 698 if (iter->next == NULL) in netlbl_catmap_walkrng() 701 iter = iter->next; in netlbl_catmap_walkrng() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 204 ctxt->rw_node.next = first; in svc_rdma_cc_release() 798 * info->ri_pageno and info->ri_pageoff so that the next RDMA Read 859 struct svc_rdma_chunk *chunk, *next; in svc_rdma_read_multiple_chunks() local 875 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks() 876 if (!next) in svc_rdma_read_multiple_chunks() 880 length = next->ch_position - info->ri_totalbytes; in svc_rdma_read_multiple_chunks() 1022 struct svc_rdma_chunk *chunk, *next; in svc_rdma_read_call_chunk() local 1041 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk() 1042 if (!next) in svc_rdma_read_call_chunk() 1046 length = next in svc_rdma_read_call_chunk() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_offload.c | 148 } while ((skb = skb->next)); in __skb_udp_tunnel_segment() 229 if ((udp_hdr(seg)->dest == udp_hdr(seg->next)->dest) && in __udpv4_gso_segment_list_csum() 230 (udp_hdr(seg)->source == udp_hdr(seg->next)->source) && in __udpv4_gso_segment_list_csum() 231 (ip_hdr(seg)->daddr == ip_hdr(seg->next)->daddr) && in __udpv4_gso_segment_list_csum() 232 (ip_hdr(seg)->saddr == ip_hdr(seg->next)->saddr)) in __udpv4_gso_segment_list_csum() 235 while ((seg = seg->next)) { in __udpv4_gso_segment_list_csum() 331 if (!seg->next) in __udp_gso_segment() 343 seg = seg->next; in __udp_gso_segment() 444 NAPI_GRO_CB(p)->last->next = skb; in skb_gro_receive_list()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_expect.c | 232 struct hlist_node *next; in nf_ct_remove_expectations() local 239 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) { in nf_ct_remove_expectations() 441 struct hlist_node *next; in __nf_ct_expect_check() local 450 hlist_for_each_entry_safe(i, next, &nf_ct_expect_hash[h], hnode) { in __nf_ct_expect_check() 514 const struct hlist_node *next; in nf_ct_expect_iterate_destroy() local 520 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_destroy() 540 const struct hlist_node *next; in nf_ct_expect_iterate_net() local 546 hlist_for_each_entry_safe(exp, next, in nf_ct_expect_iterate_net() 672 .next = exp_seq_next,
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getsrclines.c | 45 struct filelist *next; member 51 struct linelist *next; member 116 new_line->next = state->linelist; in add_new_line() 225 /* The next element of the header is the version identifier. */ in read_srclines() 456 .next = NULL in read_srclines() 474 fl->next = filelist; \ in read_srclines() 1035 fileslist = fileslist->next; in read_srclines() 1067 lineslist = lineslist->next; in read_srclines() 1102 struct linelist *ll = state.linelist->next; in read_srclines() 1110 struct filelist *fl = filelist->next; in read_srclines() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signature.c | 183 sc->curfinesig->next = fs; in filter_frame() 326 sc->curcoarsesig2->next = sc->curcoarsesig1; in filter_frame() 336 sc->curcoarsesig1->next = sc->curcoarsesig2; in filter_frame() 420 for (cs = sc->coarsesiglist; cs; cs = cs->next) { in xml_export() 454 for (fs = sc->finesiglist; fs; fs = fs->next) { in xml_export() 532 for (cs = sc->coarsesiglist; cs; cs = cs->next) { in binary_export() 548 for (fs = sc->finesiglist; fs; fs = fs->next) { in binary_export() 715 finsig = finsig->next; in uninit() 722 cousig = cousig->next; in uninit()
|
/third_party/backends/backend/ |
H A D | cardscan.c | 202 . . when doing duplex scans, or load the next page from the ADF) 408 for (dev = scanner_devList; dev; dev=dev->next) { in sane_get_devices() 419 for (dev = scanner_devList; dev; dev=dev->next) { in sane_get_devices() 445 for (s = scanner_devList; s; s = s->next) { in attach_one() 565 s->next = scanner_devList; in attach_one() 719 for (dev = scanner_devList; dev; dev = dev->next) { in sane_open() 1483 struct scanner *dev, *next; in sane_exit() local 1487 for (dev = scanner_devList; dev; dev = next) { in sane_exit() 1489 next = dev->next; in sane_exit() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTest.java | 260 String id = (String)iter.next(); in TestAPI() 274 Entry e = (Entry)iter.next(); in TestAPI() 305 Entry e = (Entry)iter.next(); in TestAPI() 370 Entry e = (Entry)iter.next(); in TestAPI() 381 String xid = (String)iter.next(); in TestAPI() 404 String xid = (String)iter.next(); in TestAPI() 448 Entry e = (Entry)iter.next(); in TestAPI() 475 Entry e = (Entry)iter.next(); in TestAPI() 613 if (LocaleUtility.isFallbackOf(id, (String)iter.next())) { 753 logln("id: " + iter.next()); in TestLocale() [all...] |