/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser_test.cc | 82 int next = 0; in Consume() local 85 src.data(), src.data() + src.size(), &o, &next); in Consume() 92 int next = force_positional ? -1 : 0; in Run() local 94 return ConsumeUnboundConversion(fmt, fmt + strlen(fmt), &o, &next) == in Run()
|
/third_party/rust/crates/which-rs/src/ |
H A D | lib.rs | 57 which_all(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which() 81 which_all_global(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which_global() 156 .and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which_in() 355 .and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in first_result()
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | interval.rs | 119 let mut a = ita.next().unwrap(); in intersect() 120 let mut b = itb.next().unwrap(); in intersect() 131 match it.next() { in intersect() 186 // For example, if our `a` range is `a-t` and our next three `b` in difference() 188 // subtraction three times before moving on to the next `a` range. in difference() 196 // We lost the entire range, so move on to the next in difference() 209 // range, then it might impact the next `a` range *and* it in difference() 211 // so we can quit. We don't bump `b` so that the next `a` in difference() 216 // Otherwise, the next `b` range might apply to the current in difference() 330 fn next( functions [all...] |
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | irq_user.h | 13 struct irq_fd *next; member
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | fiq.h | 23 struct fiq_handler *next; member
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | fiq.h | 23 struct fiq_handler *next; member
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | mem_user.h | 36 struct iomem_region *next; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | mmio_context.h | 11 * The above copyright notice and this permission notice (including the next 48 struct intel_vgpu *next,
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | sa1111_generic.h | 8 struct sa1111_pcmcia_socket *next; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | osq_lock.h | 10 struct optimistic_spin_node *next, *prev; member
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctimap.h | 24 unsigned short next; /* the next input mapper ram id */ member
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | mmu_context.h | 36 struct mm_struct *next, in switch_mm() 35 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) switch_mm() argument
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_metrics.h | 33 struct sh_css_binary_metrics *next; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | osq_lock.h | 10 struct optimistic_spin_node *next, *prev; member
|
/kernel/linux/linux-6.6/include/linux/raid/ |
H A D | xor.h | 11 struct xor_block_template *next; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_metrics.h | 33 struct sh_css_binary_metrics *next; member
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | sa1111_generic.h | 8 struct sa1111_pcmcia_socket *next; member
|
/kernel/liteos_a/drivers/mtd/multi_partition/include/ |
H A D | mtd_list.h | 47 struct Node *next; member
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_maps.h | 56 struct FsMap *next;
member
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctimap.h | 24 unsigned short next; /* the next input mapper ram id */ member
|
/test/xts/device_attest/services/core/include/utils/ |
H A D | attest_utils_list.h | 29 struct ListNode* next; member
|
/test/xts/device_attest_lite/services/core/include/utils/ |
H A D | attest_utils_list.h | 29 struct ListNode* next; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.h | 35 int overread; ///< the number of bytes which where irreversibly read from the next frame 47 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
|
/third_party/curl/lib/ |
H A D | llist.h | 35 struct Curl_llist_element *next; member
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tokiter.h | 41 * Return the next token from this iterator. 45 UBool next(UnicodeString& token, UErrorCode& ec); 49 * returned by next(). Should only be called after a call to 50 * next(); otherwise the return value is undefined.
|