/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiapts.c | 151 StringStruct *next = s->link; in freeToUCharStrings() local 153 s = next; in freeToUCharStrings() 263 log_verbose("next (word = %d\n", (int32_t)pos); in TestBreakIteratorCAPI() 267 log_verbose("next (word = %d\n", (int32_t)pos); in TestBreakIteratorCAPI() 506 /* Do these cloned Iterators work at all - make a first & next call */ in TestBreakIteratorSafeClone() 559 /* Do these cloned Iterators work at all - make a first & next call */ in TestBreakIteratorClone()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 1026 snd_config_iterator_t i, next; in main() local 1062 snd_config_for_each(i, next, conf) { in main()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 1131 itr.next(); in TestUResourceBundleCoverage() 1134 itr.next(); in TestUResourceBundleCoverage()
|
H A D | CodePointTrieTest.java | 383 assertTrue("next() at " + si.getIndex(), si.next()); in testTrieUTF16() 400 assertFalse("next() at the end", si.next()); in testTrieUTF16() 1067 // and there is a gap from one to the next. in testIntProperty()
|
H A D | LocaleMatcherTest.java | 523 ULocale first = sorted.iterator().next(); in check() 1051 ULocale desiredULocale = desired.iterator().next(); in dataDriven()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer.java | 125 * underlying Unicode input text, the next() and previous() methods 128 * between characters returned by next() and previous() and the indices 1321 * this function will use next() and previous() 1345 * @see #next 1402 * @see #next 1427 * this function will use next() and previous() 1440 * @see #next 1531 * Return the next character in the normalized text and advance 1539 public int next() { in next() method in Normalizer 1604 * while {@link #next} an [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 1134 itr.next(); in TestUResourceBundleCoverage() 1137 itr.next(); in TestUResourceBundleCoverage()
|
H A D | CodePointTrieTest.java | 380 assertTrue("next() at " + si.getIndex(), si.next()); in testTrieUTF16() 397 assertFalse("next() at the end", si.next()); in testTrieUTF16() 1064 // and there is a gap from one to the next. in testIntProperty()
|
H A D | LocaleMatcherTest.java | 542 ULocale first = sorted.iterator().next(); in check() 1093 ULocale desiredULocale = desired.iterator().next(); in dataDriven()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundle.java | 677 String locstr = iter.next(). getKey(); in addLocaleIDsFromIndexBundle() 767 String name = iter.next(); in createFullLocaleNameSet() 774 // look for prebuilt full locale names list next in createFullLocaleNameSet()
|
H A D | UCharacterProperty.java | 1543 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in addPropertyStarts() 1637 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in upropsvec_addPropertyStarts()
|
/third_party/icu/icu4c/source/common/ |
H A D | ustring.cpp | 846 c1=iter1->next(iter1); in u_strCompareIter() 847 c2=iter2->next(iter2); in u_strCompareIter() 1336 * the backslash to generically escape the next character. in u_unescapeAt()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 71 (*rs_stack)->next = old_rs; in push_rstate_stack() 79 *rs_stack = old_rs->next; in pop_rstate_stack() 428 /* The 'ip' can point either to the previous or next instruction in fetch_proc_info() 929 /* Update use_prev_instr for the next frame. */ in find_reg_state() 1052 /* Update use_prev_instr for the next frame. */ in dwarf_reg_states_iterate()
|
/third_party/mbedtls/library/ |
H A D | ssl_misc.h | 1250 mbedtls_ssl_key_cert *next; /*!< next key/cert pair */ member 1262 mbedtls_ssl_flight_item *next; /*!< next handshake message(s) */ member 1398 * on the next update, invalidating that the internal buffers 2939 * next computation.
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.c | 11 * The above copyright notice and this permission notice (including the next 148 * sequence, the starting offset of the next one is properly aligned. in ir3_shader_assemble() 460 for (v = shader->variants; v; v = v->next) in shader_variant() 479 v->next = shader->variants; in ir3_shader_get_variant()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_validate.cpp | 11 * The above copyright notice and this permission notice (including the next 1167 formal_param_node = formal_param_node->next; in visit_enter() 1168 actual_param_node = actual_param_node->next; in visit_enter()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.c | 336 for (ci = bufs->head->next; ci != ce; ci = ci->next) { in frame_pack_headers_shared()
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 636 CLOG(INFO, this) << "The negotiated next protocol: " << proto; in validate_next_proto() 764 auto next = session->dlnext; in get_http2_session() local 774 session = next; in get_http2_session()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustring.cpp | 846 c1=iter1->next(iter1); in u_strCompareIter() 847 c2=iter2->next(iter2); in u_strCompareIter() 1336 * the backslash to generically escape the next character. in u_unescapeAt()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.c | 336 for (ci = bufs->head->next; ci != ce; ci = ci->next) { in frame_pack_headers_shared()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 762 struct gl_framebuffer *stfb, *next; in st_framebuffers_purge() local 766 LIST_FOR_EACH_ENTRY_SAFE_REV(stfb, next, &st->winsys_buffers, head) { in st_framebuffers_purge() 822 * Set gfx_shaders_may_be_dirty to invoke st_validate_state in the next in st_context_flush() 1317 /* Trigger an update of rb->defined on next draw */ in st_manager_flush_frontbuffer()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 13 * The above copyright notice and this permission notice (including the next 1352 next_job = h.next; in pandecode_jc() 1417 next_job = h.next; in pandecode_abort_on_fault()
|
/third_party/lwip/src/core/ipv6/ |
H A D | ip6.c | 103 if ((group->netif_list != NULL) && (group->netif_list->next == NULL)) { 107 if ((netif_list != NULL) && (netif_list->next == NULL)) { 760 /* Save next header type. */ 783 /* Get next header type. */ 858 /* Adjust the offset to move to the next extended option header */ 873 /* Get next header type. */ 952 /* Adjust the offset to move to the next extended option header */ 966 /* Get next header type. */ 1025 /* Get next header type. */ 1191 * @param p the packet to send (p->payload points to the data, e.g. next [all...] |
/third_party/libwebsockets/plugins/acme-client/ |
H A D | protocol_lws_acme_client.c | 129 int fd_updated_key; /* ...if nonempty next startup will replace old */ 806 pvo = pvo->next; in callback_acme_client() 823 pvo = pvo->next; in callback_acme_client() 959 * we try to register our keys next. in callback_acme_client() 1447 * requests for the domain, next move is create the in callback_acme_client()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | scheduler.c | 12 * next paragraph) shall be included in all copies or substantial portions 108 * at all times, since there are only 11 slots in the next two instructions 112 * connected to a definition this cycle. Otherwise it may be a "next max node" 113 * if it will be a max node on the next instruction (i.e. it has a use at most 116 * neither, to next max, to max, unless we decide to insert a move to keep it 123 * slot for every next-max node above 5, so that for the next instruction 124 * there are no more than 5 max nodes. When a max or next-max node gets 128 * at the beginning and then tell it which nodes are max/next-max nodes. When 130 * thanks to the previous instruction's next [all...] |