Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DawaitUnionPromise.types8 next1(): Promise<T | AsyncEnumeratorDone>;
9 >next1 : () => Promise<T | AsyncEnumeratorDone>
29 let a = await x.next1();
31 >await x.next1() : number | AsyncEnumeratorDone
32 >x.next1() : Promise<number | AsyncEnumeratorDone>
33 >x.next1 : () => Promise<number | AsyncEnumeratorDone>
35 >next1 : () => Promise<number | AsyncEnumeratorDone>
DawaitUnionPromise.symbols11 next1(): Promise<T | AsyncEnumeratorDone>;
12 >next1 : Symbol(IAsyncEnumerator.next1, Decl(awaitUnionPromise.ts, 4, 31))
43 let a = await x.next1();
45 >x.next1 : Symbol(IAsyncEnumerator.next1, Decl(awaitUnionPromise.ts, 4, 31))
47 >next1 : Symbol(IAsyncEnumerator.next1, Decl(awaitUnionPromise.ts, 4, 31))
DawaitUnionPromise.js7 next1(): Promise<T | AsyncEnumeratorDone>;
15 let a = await x.next1();
39 let a = yield x.next1();
/third_party/ffmpeg/libavfilter/
Dvf_yadif.c95 void *prev1, void *cur1, void *next1, in filter_line_c() argument
101 uint8_t *next = next1; in filter_line_c()
114 static void filter_edges(void *dst1, void *prev1, void *cur1, void *next1, in filter_edges() argument
120 uint8_t *next = next1; in filter_edges()
135 next = (uint8_t*)next1 + offset; in filter_edges()
146 void *prev1, void *cur1, void *next1, in filter_line_c_16bit() argument
153 uint16_t *next = next1; in filter_line_c_16bit()
163 static void filter_edges_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_edges_16bit() argument
169 uint16_t *next = next1; in filter_edges_16bit()
185 next = (uint16_t*)next1 + offset; in filter_edges_16bit()
Dvf_bwdif.c136 static void filter_line_c(void *dst1, void *prev1, void *cur1, void *next1, in filter_line_c() argument
144 uint8_t *next = next1; in filter_line_c()
154 static void filter_edge(void *dst1, void *prev1, void *cur1, void *next1, in filter_edge() argument
161 uint8_t *next = next1; in filter_edge()
181 static void filter_line_c_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_line_c_16bit() argument
189 uint16_t *next = next1; in filter_line_c_16bit()
199 static void filter_edge_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_edge_16bit() argument
206 uint16_t *next = next1; in filter_edge_16bit()
Dvf_yadif_cuda.cu144 cudaTextureObject_t next1 = is_second_field ? next : cur; in yadif_single() local
154 T H = tex2D<T>(next1, xo, yo - 2); in yadif_single()
155 T I = tex2D<T>(next1, xo, yo + 0); in yadif_single()
156 T J = tex2D<T>(next1, xo, yo + 2); in yadif_single()
215 cudaTextureObject_t next1 = is_second_field ? next : cur; in yadif_double() local
225 T H = tex2D<T>(next1, xo, yo - 2); in yadif_double()
226 T I = tex2D<T>(next1, xo, yo + 0); in yadif_double()
227 T J = tex2D<T>(next1, xo, yo + 2); in yadif_double()
/third_party/typescript/tests/cases/compiler/
DawaitUnionPromise.ts7 next1(): Promise<T | AsyncEnumeratorDone>; method
15 let a = await x.next1();
/third_party/ffmpeg/libavcodec/
Delsdec.c47 uint8_t next1; member
342 *rung = Ladder[*rung].next1; in ff_els_decode_bit()
/third_party/icu/icu4c/source/common/
Dustrcase.cpp1601 const UChar *next1, *next2; in _cmpFold() local
1617 next1=next2=NULL; in _cmpFold()
1619 next1=s1; in _cmpFold()
1629 next1=stack1[0].s; in _cmpFold()
1632 if (next1!=NULL) { in _cmpFold()
1642 m1=next1; in _cmpFold()
/third_party/skia/third_party/externals/icu/source/common/
Dustrcase.cpp1519 const UChar *next1, *next2; in _cmpFold() local
1535 next1=next2=NULL; in _cmpFold()
1537 next1=s1; in _cmpFold()
1547 next1=stack1[0].s; in _cmpFold()
1550 if (next1!=NULL) { in _cmpFold()
1560 m1=next1; in _cmpFold()
/third_party/node/deps/icu-small/source/common/
Dustrcase.cpp1601 const char16_t *next1, *next2; in _cmpFold() local
1617 next1=next2=nullptr; in _cmpFold()
1619 next1=s1; in _cmpFold()
1629 next1=stack1[0].s; in _cmpFold()
1632 if (next1!=nullptr) { in _cmpFold()
1642 m1=next1; in _cmpFold()
/third_party/node/deps/v8/src/regexp/
Dregexp-interpreter.cc619 Char next1 = subject[pos + 1]; in RawMatch() local
623 (subject[pos] | (next1 << 8) | (next2 << 16) | (next3 << 24)); in RawMatch()
631 Char next1 = subject[pos + 1]; in RawMatch() local
635 (subject[pos] | (next1 << 8) | (next2 << 16) | (next3 << 24)); in RawMatch()
/third_party/optimized-routines/math/test/
Dulp.c156 next1 (struct gen *g) in next1() function
180 return (struct args_f1){asfloat (next1 (g))}; in next_f1()
194 return (struct args_d1){asdouble (next1 (g))}; in next_d1()
/third_party/alsa-lib/src/pcm/
Dpcm_ladspa.c321 struct list_head *list, *pos, *pos1, *next1; in snd_pcm_ladspa_free_instances() local
327 list_for_each_safe(pos1, next1, &plugin->instances) { in snd_pcm_ladspa_free_instances()