/third_party/glfw/src/ |
H A D | internal.h | 366 _GLFWerror* next; member 532 struct _GLFWwindow* next; member 618 _GLFWcursor* next; member
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_shm.c | 815 snd_config_iterator_t i, next; in _snd_pcm_shm_open() local 823 snd_config_for_each(i, next, conf) { in _snd_pcm_shm_open() 866 snd_config_for_each(i, next, sconfig) { in _snd_pcm_shm_open()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationIterator.java | 98 int next() { in next() method in CollationIterator.SkippedState 170 // so that we can skip it and try the next one. 238 * Returns the next collation element. 242 // Return the next buffered CE. in nextCE() 364 * Returns the next code point (with post-increment). 395 * Returns the next code point and its local CE32 value. 528 // but the next code point has lccc==0. in appendCEsFromCE32() 542 // but the next code point has lccc==0. in appendCEsFromCE32() 690 if(skipped != null && skipped.hasNext()) { return skipped.next(); } in nextSkippedCodePoint() 709 // c: next cod in nextCE32FromContraction() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 527 int charClassIndex = rand.next() % rules.fCharClassList.size(); in set() 533 int charIndex = rand.next() % cclass.fSet.size(); in set() 626 // For the next iteration, pick up applying rules immediately after the break, in set() 844 for (int bk=fBI.first(); bk != BreakIterator.DONE; bk=fBI.next()) { in testForwards()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBIMonkeyTest.java | 524 int charClassIndex = rand.next() % rules.fCharClassList.size(); in set() 530 int charIndex = rand.next() % cclass.fSet.size(); in set() 626 // For the next iteration, pick up applying rules immediately after the break, in set() 848 for (int bk=fBI.first(); bk != BreakIterator.DONE; bk=fBI.next()) { in testForwards()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationIterator.java | 100 int next() { in next() method in CollationIterator.SkippedState 172 // so that we can skip it and try the next one. 240 * Returns the next collation element. 244 // Return the next buffered CE. in nextCE() 366 * Returns the next code point (with post-increment). 397 * Returns the next code point and its local CE32 value. 530 // but the next code point has lccc==0. in appendCEsFromCE32() 544 // but the next code point has lccc==0. in appendCEsFromCE32() 692 if(skipped != null && skipped.hasNext()) { return skipped.next(); } in nextSkippedCodePoint() 711 // c: next cod in nextCE32FromContraction() [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 392 String meth = (String) iter.next(); in run() 492 String name = (String) iter.next(); in parseOptions() 575 testList.add((String)iter.next()); in parseOptions()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit_extra.cpp | 228 UStringTrieResult result = quantitiesTrie.next(target.data(), target.length()); 630 // Returns the next Token parsed from fSource, advancing fIndex to the end 641 auto result = fTrie.next(fSource.data()[fIndex++]); 666 * Returns the next "single unit" via result. 809 UStringTrieResult result = trie.reset().next(baseUnitIdentifier.data(), baseUnitIdentifier.length());
|
H A D | collationiterator.cpp | 73 UChar32 next() { in next() function in SkippedState 143 // so that we can skip it and try the next one. 326 // but the next code point has lccc==0. in appendCEsFromCE32() 340 // but the next code point has lccc==0. in appendCEsFromCE32() 472 if(skipped != NULL && skipped->hasNext()) { return skipped->next(); } in nextSkippedCodePoint() 493 // c: next code point after the original one in nextCE32FromContraction() 592 // The next code point after c is a starter (S2.1.1 "process each non-starter"). in nextCE32FromDiscontiguousContraction() 650 // The next code point after c is a starter (S2.1.1 "process each non-starter"). in nextCE32FromDiscontiguousContraction() 668 c = skipped->next(); in nextCE32FromDiscontiguousContraction()
|
/third_party/libwebsockets/lib/misc/threadpool/ |
H A D | threadpool.c | 775 struct lws_threadpool_task *task, *next; in lws_threadpool_destroy() local 824 next = task->task_queue_next; in lws_threadpool_destroy() 827 task = next; in lws_threadpool_destroy()
|
/third_party/libsnd/src/ |
H A D | rf64.c | 233 { unsigned int next ; in rf64_read_header() local 234 psf_binheader_readf (psf, "m", &next) ; in rf64_read_header() 235 if (next == fmt_MARKER) in rf64_read_header() 511 ** the next two are from
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_write.c | 529 tail = &ext_key_usage->next; in main() 570 cur->next = NULL; in main() 624 prev->next = cur; in main()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-container-object.c | 465 const ecma_value_t next = result; in ecma_op_container_create() local 466 result = ecma_op_iterator_value (next); in ecma_op_container_create() 467 ecma_free_value (next); in ecma_op_container_create() 1108 * The %{Set, Map}IteratorPrototype% object's 'next' routine
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
H A D | re-parser.c | 667 * Read the input pattern and parse the next token for the RegExp compiler 871 const ecma_char_t next = lit_cesu8_peek_next (re_ctx_p->input_curr_p); in re_parse_next_token() local 872 if (lit_is_code_point_utf16_low_surrogate (next)) in re_parse_next_token() 874 re_ctx_p->token.value = lit_convert_surrogate_pair_to_code_point (ch, next); in re_parse_next_token()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.c | 11 * The above copyright notice and this permission notice (including the next 125 struct nir_schedule_class_dep *next; member 309 class_dep = class_dep->next) { in nir_schedule_get_class_dep() 319 class_dep->next = state->class_deps; in nir_schedule_get_class_dep()
|
/third_party/littlefs/scripts/ |
H A D | cov.py | 476 r = next(iter(fold(Result, results, by=[])), None) 481 diff_r = next(iter(fold(Result, diff_results, by=[])), None) 556 next(iter(f for _, f in spans)),
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 116 bs->next = NULL; in zink_reset_batch_state() 140 ctx->batch_states = bs->next; in pop_batch_state() 485 zink_batch_state(ctx->last_fence)->next = bs; in zink_end_batch()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.c | 111 * The remaining table entries will be filled in with the next unused 139 * the next free value in that case. Alternately, we could cull 443 * set its sampler index to the next sampler index, in svga_init_shader_key_common() 571 for ( ; variant; variant = variant->next) { in svga_search_shader_key() 587 for ( ; shader; shader = shader->next) { in svga_search_shader_token_key() 1006 variant->next = shader->variants; in svga_compile_shader()
|
/third_party/node/lib/ |
H A D | events.js | 926 let handler = root?.next; 931 handler = handler.next; 1058 next() { 1157 // The next time we call next()
|
/third_party/node/test/internet/ |
H A D | test-dns.js | 43 function next() { 55 process.nextTick(next); 62 next();
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 972 >>> next(stream) == u'Hello John Doe!' 974 >>> next(stream) 1323 self._next = partial(next, self._gen) 1334 c = next(self._gen) 1351 self._next = partial(next, self._buffered_generator(size))
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 911 >>> next(stream) == u'Hello John Doe!' 913 >>> next(stream) 1237 self._next = partial(next, self._gen) 1248 c = next(self._gen) 1265 self._next = partial(next, self._buffered_generator(size))
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationiterator.cpp | 73 UChar32 next() { in next() function in SkippedState 143 // so that we can skip it and try the next one. 326 // but the next code point has lccc==0. in appendCEsFromCE32() 340 // but the next code point has lccc==0. in appendCEsFromCE32() 472 if(skipped != nullptr && skipped->hasNext()) { return skipped->next(); } in nextSkippedCodePoint() 493 // c: next code point after the original one in nextCE32FromContraction() 592 // The next code point after c is a starter (S2.1.1 "process each non-starter"). in nextCE32FromDiscontiguousContraction() 650 // The next code point after c is a starter (S2.1.1 "process each non-starter"). in nextCE32FromDiscontiguousContraction() 668 c = skipped->next(); in nextCE32FromDiscontiguousContraction()
|
H A D | measunit_extra.cpp | 228 UStringTrieResult result = quantitiesTrie.next(target.data(), target.length()); 630 // Returns the next Token parsed from fSource, advancing fIndex to the end 641 auto result = fTrie.next(fSource.data()[fIndex++]); 666 * Returns the next "single unit" via result. 809 UStringTrieResult result = trie.reset().next(baseUnitIdentifier.data(), baseUnitIdentifier.length());
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h1.c | 247 polmd = polmd->next; in lws_apply_metadata() 302 imd = imd->next; in lws_apply_instant_metadata() 414 polmd = polmd->next; in lws_extract_metadata()
|