/third_party/typescript/tests/baselines/reference/ |
D | awaitUnionPromise.types | 8 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>
|
D | awaitUnionPromise.symbols | 11 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))
|
D | awaitUnionPromise.js | 7 next1(): Promise<T | AsyncEnumeratorDone>; 15 let a = await x.next1(); 39 let a = yield x.next1();
|
/third_party/ffmpeg/libavfilter/ |
D | vf_yadif.c | 95 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()
|
D | vf_bwdif.c | 136 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()
|
D | vf_yadif_cuda.cu | 144 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/ |
D | awaitUnionPromise.ts | 7 next1(): Promise<T | AsyncEnumeratorDone>; method 15 let a = await x.next1();
|
/third_party/ffmpeg/libavcodec/ |
D | elsdec.c | 47 uint8_t next1; member 342 *rung = Ladder[*rung].next1; in ff_els_decode_bit()
|
/third_party/icu/icu4c/source/common/ |
D | ustrcase.cpp | 1601 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/ |
D | ustrcase.cpp | 1519 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/ |
D | ustrcase.cpp | 1601 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/ |
D | regexp-interpreter.cc | 619 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/ |
D | ulp.c | 156 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/ |
D | pcm_ladspa.c | 321 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()
|