/third_party/ltp/tools/sparse/sparse-src/ |
H A D | test-sort.c | 41 l2 = l2->next; in main()
|
/third_party/lwip/src/include/lwip/ |
H A D | mld6.h | 59 /** next link */ 60 struct mld_group *next; member
|
H A D | timeouts.h | 98 struct sys_timeo *next; member
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | nd6_priv.h | 65 struct nd6_q_entry *next; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_texture.h | 15 * next paragraph) shall be included in all copies or substantial portions 43 struct tr_list *next; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.h | 13 * The above copyright notice and this permission notice (including the next 56 struct r300_fragment_shader_code* next; member
|
/third_party/node/deps/openssl/openssl/crypto/async/ |
H A D | async_local.h | 56 struct fd_lookup_st *next; member
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | forward-inherit-struct-with-fields.rs | 12 pub next: *mut Rooted<T>,
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | check.rs | 18 let first_component = Path::new(&include.path).components().next(); in check_dot_includes()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_isinstance.py | 38 next(iterator)
|
/third_party/openssl/crypto/async/ |
H A D | async_local.h | 56 struct fd_lookup_st *next; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 51 /// Return the next physical register in the allocation order, or 0. 52 /// It is safe to call next() again after it returned 0, it will keep 54 unsigned next(unsigned Limit = 0) { in next() function in llvm::AllocationOrder 69 /// As next(), but allow duplicates to be returned, and stop before the 86 /// Return true if the last register returned from next() was a preferred register.
|
/third_party/skia/src/core/ |
H A D | SkDeferredDisplayList.cpp | 68 void SkDeferredDisplayList::ProgramIterator::next() { in next() function in SkDeferredDisplayList::ProgramIterator
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | TagOffsetRecordList.java | 24 TagOffsetRecord record = iterator.next(); in getRecordForTag()
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
H A D | srtest.cpp | 34 while (scriptRun.next()) { in main()
|
/third_party/skia/third_party/externals/icu/source/samples/translit/answers/ |
H A D | unaccent.cpp | 38 return (UChar) t->normalizer.next(); in unaccent()
|
/third_party/skia/third_party/externals/icu/source/samples/translit/ |
H A D | unaccent.cpp | 41 return (UChar) t->normalizer.next(); in unaccent()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | huffman_utils.h | 52 // Pointer to the next segment in the chain. 53 struct HuffmanTablesSegment* next; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.hh | 66 plan_node_t *next; member
|
/third_party/skia/third_party/externals/zlib/ |
H A D | inflate.h | 118 code FAR *next; /* next available space in codes[] */ member
|
/third_party/skia/tools/ |
H A D | bloaty_treemap.py | 65 next(sys.stdin)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uenumimp.h | 63 * This function returns the next element as a UChar *, 69 * @return next element as UChar *, 80 * This function returns the next element as a char *, 86 * @return next element as char *, 126 UEnumNext *next; member 147 * when a UEnumeration is defined with 'next' pointing to this
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | strenum.h | 31 * method that returns the next UnicodeString since in C++ this can 44 * 'next' that you call. In general the StringEnumeration is 52 * <p>The pointers returned by next, unext, and snext become invalid 53 * upon any subsequent call to the enumeration's destructor, next, 103 * <p>Returns the next element as a NUL-terminated char*. If there 110 * deleted by the caller. The pointer is valid until the next call 111 * to next, unext, snext, reset, or the enumerator's destructor.</p> 124 * Either next() or snext() must be implemented differently by a subclass. 132 virtual const char* next(int32_t *resultLength, UErrorCode& status); 135 * <p>Returns the next elemen [all...] |