Home
last modified time | relevance | path

Searched refs:next (Results 2601 - 2625 of 13055) sorted by relevance

1...<<101102103104105106107108109110>>...523

/third_party/skia/third_party/externals/icu/source/samples/break/
H A Dbreak.cpp54 for (int32_t end = boundary.next(); in printEachForward()
56 start = end, end = boundary.next()) in printEachForward()
78 int32_t end = boundary.next(); in printFirst()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecodeTest.cs27 int next = brotliInput.ReadByte(); in Decompress()
28 if (next == -1) in Decompress()
32 oneByte[0] = unchecked((byte)next); in Decompress()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_qualifier_test.cc46 auto t = p->next(); in TEST_P()
99 auto t = p->next(); in TEST_F()
110 auto t = p->next(); in TEST_F()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutex.cpp100 UMutex *next = nullptr; in cleanup() local
101 for (UMutex *m = gListHead; m != nullptr; m = next) { in cleanup()
104 next = m->fListLink; in cleanup()
150 return true; // Caller will next call the init function. in umtx_initImplPreInit()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddu.c77 struct inode_list *next; in seen_inode() member
82 for (new = *list; new; new = new->next) in seen_inode()
89 new->next = *list; in seen_inode()
/third_party/toybox/toys/lsb/
H A Dkillall.c35 struct int_list { struct int_list *next; int val; } *pids;
54 new->next = TT.pids; in kill_process()
113 for (; p; p=p->next) if (kill(p->val, 0) != -1 || errno != ESRCH) ++c; in killall_main()
/third_party/toybox/toys/posix/
H A Ddu.c91 struct inode_list *next; in seen_inode() member
96 for (new = *list; new; new = new->next) in seen_inode()
103 new->next = *list; in seen_inode()
/third_party/rust/crates/syn/examples/dump-syntax/src/
H A Dmain.rs65 let _ = args.next(); // executable name in try_main()
67 let filepath = match (args.next(), args.next()) { in try_main()
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dconditional.h58 struct cond_expr *next; member
68 struct cond_av_list *next; member
91 struct cond_node *next; member
H A Debitmap.h34 struct ebitmap_node *next; member
62 if ((bit == ((*n)->startbit + MAPSIZE - 1)) && (*n)->next) { in ebitmap_next()
63 *n = (*n)->next; in ebitmap_next()
/third_party/selinux/libselinux/src/
H A Dignore_path.c41 new_node->next = *paths_ptr; in insert_ignore_path()
140 current = current->next; in find_ignore_path()
160 *list_ptr = (*list_ptr)->next; in free_ignore_list()
/third_party/rust/crates/regex/src/
H A Dpool.rs70 let next = COUNTER.fetch_add(1, Ordering::Relaxed);
80 if next == 0 {
83 next
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dcode_points.rs52 let removed = self.iter.next(); in consume_next()
74 fn next(&mut self) -> Option<Self::Item> { in next() functions
75 let byte = self.iter.next()?; in next()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dx509v3.h51 struct x509_certificate *next; member
129 const u8 **next);
131 const u8 **next);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dx509v3.h51 struct x509_certificate *next; member
136 const u8 **next);
138 const u8 **next);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dx509_crl.h62 struct mbedtls_x509_crl_entry *next; member
95 struct mbedtls_x509_crl *next; member
/drivers/peripheral/user_auth/hdi_service/utils/inc/
H A Dlinked_list.h32 struct LinkedListNode *next; member
38 void *(*next)(struct LinkedListIterator *iterator); member
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dfilter.cpp38 void Filter::AddNextFilter(std::shared_ptr<Filter> next) in AddNextFilter() argument
41 next_ = next; in AddNextFilter()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dgct.c40 if (node->next) in gct6_find_nodes()
41 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search); in gct6_find_nodes()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dmlock2.h46 goto next; in seek_to_smaps_entry()
51 next: in seek_to_smaps_entry()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dgct.c40 if (node->next) in gct6_find_nodes()
41 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search); in gct6_find_nodes()
/kernel/linux/linux-5.10/tools/include/linux/
H A Dtypes.h70 struct list_head *next, *prev; member
78 struct hlist_node *next, **pprev; member
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmlock2.h38 goto next; in seek_to_smaps_entry()
43 next: in seek_to_smaps_entry()
/third_party/elfutils/libdwfl/
H A Ddwfl_getmodules.c62 m = m->next; in dwfl_getmodules()
88 m = m->next; in dwfl_getmodules()
/third_party/backends/backend/
H A Ddmc.h66 struct DMC_Device *next; member
76 struct DMC_Camera *next; member

Completed in 11 milliseconds

1...<<101102103104105106107108109110>>...523