/third_party/icu/icu4c/source/common/unicode/ |
H A D | uchriter.h | 143 * This can be used to begin an iteration with next(). 236 * Advances to the next code unit in the iteration range (toward 239 * @return the next code unit in the iteration range. 242 virtual char16_t next(void) override; 245 * Gets the current code unit for returning and advances to the next code unit 255 * Advances to the next code point in the iteration range (toward 261 * @return the next code point in the iteration range. 267 * Gets the current code point for returning and advances to the next code point
|
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/ |
H A D | CppMetadataGeneratorTest.java | 116 if (it.next().equals(expected)) { in consumeUntil()
|
/third_party/libuv/test/ |
H A D | benchmark-ping-udp.c | 40 struct buf_s* next; member
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_parsing_helper.py | 101 _, more = next(lines) #pylint: disable=stop-iteration-return
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_bo_cache.c | 11 * The above copyright notice and this permission notice (including the next 82 bo = LIST_ENTRY(struct etna_bo, bucket->list.next, list); in etna_bo_cache_cleanup()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_internal.h | 69 struct amdgpu_device *next; member
|
/third_party/libcoap/include/coap3/ |
H A D | coap_net_internal.h | 35 struct coap_queue_t *next; member 36 coap_tick_t t; /**< when to send PDU for the next time */ 176 coap_tick_t next_timeout; /**< When the next timeout is to occur */ 237 * Returns the next pdu to send without removing from sendqeue. 242 * Returns the next pdu to send and removes it from the sendqeue.
|
H A D | coap_option.h | 98 * elements. The next COAP_OPT_FILTER_SHORT bits correspond to the short 173 coap_opt_t *next_option; /**< pointer to the unparsed next option */ 198 * Updates the iterator @p oi to point to the next option. This function returns 211 * @return The next option or @c NULL if no more options exist. 289 * contexts, the result of this function is used to skip the next 326 struct coap_optlist_t *next; /**< next entry in the optlist chain */ member
|
/third_party/mbedtls/programs/fuzz/ |
H A D | fuzz_dtlsserver.c | 105 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in LLVMFuzzerTestOneInput()
|
/third_party/jinja2/ |
H A D | _compat.py | 66 cls.next = cls.__next__
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_bo_cache.c | 11 * The above copyright notice and this permission notice (including the next 79 bo = list_entry(bucket->list.next, struct etna_bo, list); in etna_bo_cache_cleanup()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo_cache.c | 11 * The above copyright notice and this permission notice (including the next 94 bo = list_entry(bucket->list.next, struct fd_bo, list); in fd_bo_cache_cleanup()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_kopper.h | 11 * The above copyright notice and this permission notice (including the next 42 struct kopper_swapchain *next; member
|
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
H A D | virgl_resource_cache.c | 11 * The above copyright notice and this permission notice (including the next 92 assert(entry->head.next == NULL); in virgl_resource_cache_add()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_csb.h | 17 * The above copyright notice and this permission notice (including the next 69 void *next; member
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_drawable.h | 139 /*END*/ struct apple_glx_drawable *previous, *next; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | stacks.h | 72 StackMemory* next() { return next_; } in next() function in v8::internal::wasm::StackMemory
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | _compat.py | 66 cls.next = cls.__next__
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.h | 90 struct ACTION_RECORD *next; member
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.h | 125 struct plugin_list *next; member
|
/third_party/node/test/fixtures/wpt/FileAPI/file/ |
H A D | File-constructor.any.js | 50 return {next: () => [
|
/third_party/musl/src/malloc/oldmallocng/ |
H A D | mallinfo.c | 67 ma = ma->next; in mallinfo2()
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-safe-unlink.c | 33 struct meta_in *prev, *next; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre.h | 180 struct tre_list *next; member
|
/third_party/musl/porting/linux/user/src/linux/ |
H A D | clone.c | 42 self->next = self->prev = self; in __start_child()
|