/third_party/icu/tools/unicode/c/genuts46/ |
H A D | genuts46.cpp | 218 while(iter.next()) { in main() 247 while(iter.next()) { in main() 261 while(iter.next()) { in main()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ValidIdentifiers.java | 91 Set<String> set = value.size() == 1 ? Collections.singleton(value.iterator().next()) in ValiditySet() 140 UResourceBundle datatype = datatypeIterator.next(); 146 UResourceBundle datasubtype = datasubtypeIterator.next();
|
/third_party/icu/icu4c/source/i18n/ |
H A D | anytrans.cpp | 81 * The code of the current run, valid after next() returns. May 88 * The start of the run, inclusive, valid after next() returns. 93 * The end of the run, exclusive, valid after next() returns. 108 UBool next(); 130 UBool ScriptRunIterator::next() { in next() function in ScriptRunIterator 243 while (it.next()) { in handleTransliterate()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucharstrie.h | 195 * Equivalent to reset().next(uchar). 221 UStringTrieResult next(int32_t uchar); 239 * result=next(c); 247 UStringTrieResult next(ConstChar16Ptr s, int32_t length); 251 * current()/first()/next() returned USTRINGTRIE_INTERMEDIATE_VALUE or USTRINGTRIE_FINAL_VALUE. 283 * That is, each char16_t c for which it would be next(c)!=USTRINGTRIE_NO_MATCH now. 284 * @param out Each next char16_t is appended to this object. 342 * Finds the next (string, value) pair if there is one. 355 UBool next(UErrorCode &errorCode); 358 * @return The string for the last successful next() [all...] |
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
H A D | wifi-esp32.c | 144 goto next; in lws_esp32_scan_update() 155 goto next; in lws_esp32_scan_update() 179 next: in lws_esp32_scan_update()
|
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gdyn-remote.c | 34 if (region->next) in free_regions() 35 free_regions (region->next); in free_regions() 87 if ((ret = intern_regions (as, a, &next_addr, ®ion->next, arg)) < 0) in intern_regions()
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_req.c | 249 cur->next = NULL; in main() 303 prev->next = cur; in main() 506 cur = cur->next; in main()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_group_loads.c | 11 * The above copyright notice and this permission notice (including the next 28 * created where each next load group is the next level of indirection. 206 instr = exec_node_data_forward(nir_instr, instr->node.next, node); in group_loads() 225 first->node.next, node); in group_loads() 227 instr = exec_node_data_forward(nir_instr, instr->node.next, node)) { in group_loads() 377 * determined, we'll store the indirection level in the index. The next in process_block()
|
/third_party/littlefs/ |
H A D | lfs.h | 371 struct lfs_dir *next; member 382 struct lfs_file *next; member 422 struct lfs_mlist *next; member
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/ |
H A D | main.c | 173 goto next; in cb1() 185 goto next; in cb1() 191 next: in cb1()
|
/third_party/node/lib/ |
H A D | diagnostics_channel.js | 58 // eslint-disable-next-line no-use-before-define 67 // eslint-disable-next-line no-use-before-define 78 function wrapStoreRun(store, data, next, transform = defaultTransform) { 87 return next(); 90 return store.run(context, next);
|
/third_party/node/test/internet/ |
H A D | test-dns-ipv4.js | 17 function next() { 28 process.nextTick(next); 34 next();
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | security.h | 43 struct MAPPING *next; member 73 struct CACHED_PERMISSIONS_LEGACY *next; member 88 struct CACHED_SECURID *next; member
|
/third_party/ninja/src/ |
H A D | clean.cc | 159 Node* next = *n; in DoCleanTarget() local 161 if (cleaned_.count(next) == 0) { in DoCleanTarget() 162 DoCleanTarget(next); in DoCleanTarget()
|
/third_party/node/deps/brotli/c/enc/ |
H A D | hash_forgetful_chain_inc.h | 40 uint16_t next; in FN() local 144 banks[bank].slots[idx].next = head[key]; in Store() 254 slot = banks[bank].slots[last].next; in FindLongestMatch()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucharstrie.h | 195 * Equivalent to reset().next(uchar). 221 UStringTrieResult next(int32_t uchar); 239 * result=next(c); 247 UStringTrieResult next(ConstChar16Ptr s, int32_t length); 251 * current()/first()/next() returned USTRINGTRIE_INTERMEDIATE_VALUE or USTRINGTRIE_FINAL_VALUE. 283 * That is, each char16_t c for which it would be next(c)!=USTRINGTRIE_NO_MATCH now. 284 * @param out Each next char16_t is appended to this object. 342 * Finds the next (string, value) pair if there is one. 355 UBool next(UErrorCode &errorCode); 358 * @return The string for the last successful next() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | anytrans.cpp | 81 * The code of the current run, valid after next() returns. May 88 * The start of the run, inclusive, valid after next() returns. 93 * The end of the run, exclusive, valid after next() returns. 108 UBool next(); 130 UBool ScriptRunIterator::next() { in next() function in ScriptRunIterator 243 while (it.next()) { in handleTransliterate()
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 6 function next(alloc, col) { 8 return next(alloc, col + 1); 19 // Avoid erroneous call to next() on first row 20 cell.x = rowIndex ? next(alloc, col) : col;
|
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/ |
H A D | index.js | 114 const next = walker.next 116 walker = next 292 // what the next least recently used key will be, so just
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 241 TimeZone* next() { in next() function in ZoneIterator 378 TimeZone* tz = zit->next(); in main() 409 TimeZone* tz = zit->next(); in main()
|
/third_party/lwip/src/api/ |
H A D | netdb.c | 237 struct addrinfo *next; in lwip_freeaddrinfo() local 240 next = ai->ai_next; in lwip_freeaddrinfo() 242 ai = next; in lwip_freeaddrinfo()
|
/third_party/libdrm/ |
H A D | xf86drmSL.c | 14 * The above copyright notice and this permission notice (including the next 122 SLEntryPtr next; in drmSLDestroy() local 126 for (entry = list->head; entry; entry = next) { in drmSLDestroy() 128 next = entry->forward[0]; in drmSLDestroy()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-object-header.h | 110 inline void SetNextUnfinalized(HeapObjectHeader* next); 314 void HeapObjectHeader::SetNextUnfinalized(HeapObjectHeader* next) { in SetNextUnfinalized() argument 315 next_unfinalized_ = CagedHeap::OffsetFromAddress<uint32_t>(next); in SetNextUnfinalized()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_buffer.cpp | 11 * The above copyright notice and this permission notice (including the next 187 // d3dRes->base.next ptr to next plane resource in d3d12_video_buffer_get_surfaces() 204 pCurPlaneResource = pCurPlaneResource->next; in d3d12_video_buffer_get_surfaces() 235 // d3dRes->base.next ptr to next plane resource in d3d12_video_buffer_get_sampler_view_planes() 255 pCurPlaneResource = pCurPlaneResource->next; in d3d12_video_buffer_get_sampler_view_planes() 281 // d3dRes->base.next ptr to next plane resource in d3d12_video_buffer_get_sampler_view_components() 313 pCurPlaneResource = pCurPlaneResource->next; in d3d12_video_buffer_get_sampler_view_components() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | init.c | 43 OPENSSL_INIT_STOP *next; member 372 currhandler = currhandler->next; in OPENSSL_cleanup() 715 newhand->next = stop_handlers; in OPENSSL_atexit()
|