/third_party/backends/backend/ |
H A D | canon_pp.h | 93 CANONP_Scanner *next; member
|
H A D | st400.h | 46 struct ST400_Device *next; member 67 SANE_Byte *bufp; /* next byte to transfer */
|
/third_party/alsa-lib/src/mixer/ |
H A D | bag.c | 72 list_del(bag->next); in bag_del_all()
|
/third_party/icu/icu4c/source/samples/translit/answers/ |
H A D | unaccent.cpp | 38 return (UChar) t->normalizer.next(); in unaccent()
|
/third_party/icu/icu4c/source/samples/translit/ |
H A D | unaccent.cpp | 41 return (UChar) t->normalizer.next(); in unaccent()
|
/third_party/icu/icu4c/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | ResourceBasedPeriodFormatterDataServiceTest.java | 33 String locale = (String)i.next(); in testAvailable()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | ResourceBasedPeriodFormatterDataServiceTest.java | 36 String locale = (String)i.next(); in testAvailable()
|
/third_party/icu/icu4c/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...] |
/third_party/icu/icu4c/source/extra/scrptrun/ |
H A D | srtest.cpp | 34 while (scriptRun.next()) { in main()
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl_cache.h | 61 mbedtls_ssl_cache_entry *MBEDTLS_PRIVATE(next); /*!< chain pointer */
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_flatten_nested_if_blocks.cpp | 11 * The above copyright notice and this permission notice (including the next 94 if (!inner || !inner->next->is_tail_sentinel() || in visit_leave()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_pipe.c | 15 * next paragraph) shall be included in all copies or substantial portions 37 quad->next = sp->quad.first; in insert_stage_at_head()
|
/third_party/node/deps/zlib/ |
H A D | inflate.h | 119 code FAR *next; /* next available space in codes[] */ member
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inflate.h | 119 code FAR *next; /* next available space in codes[] */ member
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | xattrs.h | 67 struct XATTRMAPPING *next; member
|
/third_party/musl/porting/linux/user/src/process/ |
H A D | _Fork.c | 32 self->next = self->prev = self; in _Fork()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fflush.c | 15 for (f=*__ofl_lock(); f; f=f->next) { in fflush()
|
/third_party/musl/src/stdio/ |
H A D | fflush.c | 15 for (f=*__ofl_lock(); f; f=f->next) { in fflush()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | locale_impl.h | 18 const struct __locale_map *next; member
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | locale_impl.h | 18 const struct __locale_map *next; member
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | locale_impl.h | 17 const struct __locale_map *next; member
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | locale_impl.h | 15 const struct __locale_map *next; member
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | _Fork.c | 29 self->next = self->prev = self; in _Fork()
|
/third_party/node/deps/icu-small/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...] |