/third_party/typescript/tests/baselines/reference/ |
D | emitter.asyncGenerators.classMethods.es2018.js | 5 async * f() { generator in C1 10 async * f() { generator in C2 16 async * f() { generator in C3 22 async * f() { generator in C4 28 async * f() { generator in C5 34 async * f() { generator in C6 40 async * f() { generator in C7 48 async * f() { generator in C8 57 async * f() { generator in C9 65 async *f() { generator in C1 [all …]
|
D | emitter.asyncGenerators.objectLiteralMethods.es2018.js | 5 async * f() { generator 10 async * f() { generator 16 async * f() { generator 22 async * f() { generator 28 async * f() { generator 34 async * f() { generator 40 async * f() { generator 48 async *f() { generator 53 async *f() { generator 59 async *f() { generator [all …]
|
D | asyncMethodWithSuper_es2017.js | 29 const f = () => {}; function 50 ({ f: super.x } = { f }); field 53 ({ f: super["x"] } = { f }); field 81 const f = () => { }; function 95 ({ f: super.x } = { f }); field 97 ({ f: super["x"] } = { f }); field
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_cast.cpp | 49 static ToType f(bool a) { return cast<bool, ToType>(a); } in f() function in Caster 50 static ToType f(myint8_t a) { return cast<myint8_t, ToType>(a); } in f() function in Caster 51 static ToType f(uint8_t a) { return cast<uint8_t, ToType>(a); } in f() function in Caster 52 static ToType f(int16_t a) { return cast<int16_t, ToType>(a); } in f() function in Caster 53 static ToType f(uint16_t a) { return cast<uint16_t, ToType>(a); } in f() function in Caster 54 static ToType f(int32_t a) { return cast<int32_t, ToType>(a); } in f() function in Caster 55 static ToType f(uint32_t a) { return cast<uint32_t, ToType>(a); } in f() function in Caster 56 static ToType f(int64 a) { return cast<int64, ToType>(a); } in f() function in Caster 57 static ToType f(uint64 a) { return cast<uint64, ToType>(a); } in f() function in Caster 58 static ToType f(float a) { return cast<float, ToType>(a); } in f() function in Caster [all …]
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | opensslconf.h.in | 74 # define DECLARE_DEPRECATED(f) f; argument 78 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); argument 83 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); argument 112 # define DEPRECATEDIN_1_2_0(f) f; argument 114 # define DEPRECATEDIN_1_2_0(f) DECLARE_DEPRECATED(f) argument 116 # define DEPRECATEDIN_1_2_0(f) argument 120 # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f) argument 122 # define DEPRECATEDIN_1_1_0(f) argument 126 # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f) argument 128 # define DEPRECATEDIN_1_0_0(f) argument [all …]
|
D | err.h | 101 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 102 # define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 103 # define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 104 # define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 105 # define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 106 # define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 107 # define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 108 # define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 109 # define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument 110 # define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),OPENSSL_FILE,OPENSSL_LINE) argument [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | specializedSignatureOverloadReturnTypeWithIndexers.ts | 2 f(p: string): { [p: string]: string; }; method 3 f(p: "spec"): { [p: string]: any; } // Should be ok method 6 f(p: string): { [p: number]: string; }; method 7 f(p: "spec"): { [p: string]: any; } // Should be ok method 10 f(p: string): { [p: number]: string; }; method 11 f(p: "spec"): { [p: number]: any; } // Should be ok method 14 f(p: string): { [p: string]: string; }; method 15 f(p: "spec"): { [p: number]: any; } // Should be error method
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-frame.h | 115 #define GST_VIDEO_FRAME_FORMAT(f) (GST_VIDEO_INFO_FORMAT(&(f)->info)) argument 116 #define GST_VIDEO_FRAME_WIDTH(f) (GST_VIDEO_INFO_WIDTH(&(f)->info)) argument 117 #define GST_VIDEO_FRAME_HEIGHT(f) (GST_VIDEO_INFO_HEIGHT(&(f)->info)) argument 118 #define GST_VIDEO_FRAME_SIZE(f) (GST_VIDEO_INFO_SIZE(&(f)->info)) argument 121 #define GST_VIDEO_FRAME_FLAGS(f) ((f)->flags) argument 122 #define GST_VIDEO_FRAME_FLAG_IS_SET(f,fl) ((GST_VIDEO_FRAME_FLAGS(f) & (fl)) == (fl)) argument 123 #define GST_VIDEO_FRAME_IS_INTERLACED(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_INT… argument 124 #define GST_VIDEO_FRAME_IS_TFF(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_TFF… argument 125 #define GST_VIDEO_FRAME_IS_RFF(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_RFF… argument 126 #define GST_VIDEO_FRAME_IS_ONEFIELD(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_ONE… argument [all …]
|
/third_party/musl/src/stdio/ |
D | ext.c | 10 int __fsetlocking(FILE *f, int type) in __fsetlocking() 15 int __fwriting(FILE *f) in __fwriting() 20 int __freading(FILE *f) in __freading() 25 int __freadable(FILE *f) in __freadable() 30 int __fwritable(FILE *f) in __fwritable() 35 int __flbf(FILE *f) in __flbf() 40 size_t __fbufsize(FILE *f) in __fbufsize() 45 size_t __fpending(FILE *f) in __fpending() 50 int __fpurge(FILE *f) in __fpurge()
|
/third_party/python/Lib/ |
D | imghdr.py | 37 def test_jpeg(h, f): argument 44 def test_png(h, f): argument 50 def test_gif(h, f): argument 57 def test_tiff(h, f): argument 64 def test_rgb(h, f): argument 71 def test_pbm(h, f): argument 79 def test_pgm(h, f): argument 87 def test_ppm(h, f): argument 95 def test_rast(h, f): argument 102 def test_xbm(h, f): argument [all …]
|
D | pickletools.py | 212 def read_uint1(f): argument 231 def read_uint2(f): argument 252 def read_int4(f): argument 273 def read_uint4(f): argument 294 def read_uint8(f): argument 315 def read_stringnl(f, decode=True, stripquotes=True): argument 372 def read_stringnl_noescape(f): argument 386 def read_stringnl_noescape_pair(f): argument 409 def read_string1(f): argument 438 def read_string4(f): argument [all …]
|
/third_party/rust/crates/which-rs/tests/ |
D | basic.rs | 122 let f = TestFixture::new(); in test_which() localVariable 129 let f = TestFixture::new(); in test_which() localVariable 136 let f = TestFixture::new(); in test_which_re_in_with_matches() localVariable 157 let f = TestFixture::new(); in test_which_re_in_without_matches() localVariable 188 let f = TestFixture::new(); in test_which_extension() localVariable 196 let f = TestFixture::new(); in test_which_extension() localVariable 204 let f = TestFixture::new(); in test_which_no_extension() localVariable 214 let f = TestFixture::new(); in test_which_not_found() localVariable 220 let f = TestFixture::new(); in test_which_second() localVariable 227 let f = TestFixture::new(); in test_which_all() localVariable [all …]
|
/third_party/lwip/src/netif/ppp/ |
D | fsm.c | 71 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument 78 void fsm_init(fsm *f) { in fsm_init() 91 void fsm_lowerup(fsm *f) { in fsm_lowerup() 119 void fsm_lowerdown(fsm *f) { in fsm_lowerdown() 160 void fsm_open(fsm *f) { in fsm_open() 200 static void terminate_layer(fsm *f, int nextstate) { in terminate_layer() 237 void fsm_close(fsm *f, const char *reason) { in fsm_close() 267 fsm *f = (fsm *) arg; in fsm_timeout() local 318 void fsm_input(fsm *f, u_char *inpacket, int l) { in fsm_input() 392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq() [all …]
|
/third_party/python/Tools/iobench/ |
D | iobench.py | 45 def decorate(f): argument 51 def decorate(f): argument 61 def read_bytewise(f): argument 69 def read_small_chunks(f): argument 77 def read_big_chunks(f): argument 85 def read_whole_file(f): argument 93 def read_lines(f): argument 101 def seek_forward_bytewise(f): argument 111 def seek_forward_blockwise(f): argument 121 def read_seek_bytewise(f): argument [all …]
|
/third_party/json/tests/src/ |
D | unit-testsuites.cpp | 317 std::ifstream f(TEST_DATA_DIRECTORY "/json_testsuite/sample.json"); variable 332 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/1.json"); variable 339 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/2.json"); variable 346 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/3.json"); variable 353 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/4.json"); variable 360 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/5.json"); variable 366 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/1.j… variable 373 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/2.j… variable 380 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/3.j… variable 387 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/4.j… variable [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | fdsem.c | 58 pa_fdsem *f; in pa_fdsem_new() local 84 pa_fdsem *f = NULL; in pa_fdsem_open_shm() local 102 pa_fdsem *f = NULL; in pa_fdsem_new_shm() local 127 void pa_fdsem_free(pa_fdsem *f) { in pa_fdsem_free() 139 static void flush(pa_fdsem *f) { in flush() 169 void pa_fdsem_post(pa_fdsem *f) { in pa_fdsem_post() 204 void pa_fdsem_wait(pa_fdsem *f) { in pa_fdsem_wait() 242 int pa_fdsem_try(pa_fdsem *f) { in pa_fdsem_try() 253 int pa_fdsem_get(pa_fdsem *f) { in pa_fdsem_get() 264 int pa_fdsem_before_poll(pa_fdsem *f) { in pa_fdsem_before_poll() [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | flex-array-nested.c | 1 struct f { struct 3 long f[]; argument 7 struct f f; member 11 struct f f; member
|
/third_party/pulseaudio/src/pulse/ |
D | format.c | 73 pa_format_info *f = pa_xnew(pa_format_info, 1); in pa_format_info_new() local 98 void pa_format_info_free(pa_format_info *f) { in pa_format_info_free() 105 int pa_format_info_valid(const pa_format_info *f) { in pa_format_info_valid() 109 int pa_format_info_is_pcm(const pa_format_info *f) { in pa_format_info_is_pcm() 113 char *pa_format_info_snprint(char *s, size_t l, const pa_format_info *f) { in pa_format_info_snprint() 137 pa_format_info *f = pa_format_info_new(); in pa_format_info_from_string() local 199 pa_format_info *f; in pa_format_info_from_sample_spec() local 220 int pa_format_info_to_sample_spec(const pa_format_info *f, pa_sample_spec *ss, pa_channel_map *map)… in pa_format_info_to_sample_spec() 239 pa_prop_type_t pa_format_info_get_prop_type(const pa_format_info *f, const char *key) { in pa_format_info_get_prop_type() 309 int pa_format_info_get_prop_int(const pa_format_info *f, const char *key, int *v) { in pa_format_info_get_prop_int() [all …]
|
/third_party/python/Lib/test/ |
D | lock_tests.py | 31 def __init__(self, f, n, wait_before_exit=False): argument 133 def f(): function 143 def f(): function 157 def f(): function 175 def f(): function 207 def f(): function 239 def f(): function 260 def f(): function 337 def f(): function 354 def f(): function [all …]
|
D | test_peepholer.py | 7 def count_instr_recursively(f, opname): argument 80 def f(): function 96 def f(): function 106 def f(): function 196 def f(a): function 313 def f(x): function 323 def f(cond, true_value, false_value): function 337 def f(): function 350 def f(): function 362 def f(a, b, c): function [all …]
|
D | test_super.py | 7 def f(self): member in A 14 def f(self): member in B 21 def f(self): member in C 28 def f(self): member in D 37 f = E.f variable in F 80 def f(self): member in TestSuper.test_super_with_closure.E 90 def f(self): member in TestSuper.test_various___class___pathologies.X 98 def f(): member in TestSuper.test_various___class___pathologies.X 110 def f(): member in TestSuper.test_various___class___pathologies.X 118 def f(): member in TestSuper.test_various___class___pathologies.X [all …]
|
/third_party/openssl/include/openssl/ |
D | err.h.in | 41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument 129 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument 130 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument 131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument 132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument 133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument 134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument 135 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument 136 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument 137 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument [all …]
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | err.h.in | 41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument 129 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument 130 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument 131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument 132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument 133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument 134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument 135 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument 136 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument 137 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument [all …]
|
/third_party/musl/ndk-test/sanitize/cfi/src/ |
D | simple-pass.cpp | 20 void A::f() {} in f() function in A 28 void A2::f() {} in f() function in A2 32 virtual void f() {} in f() function 37 virtual void f() {} in f() function 48 void C::f() {} in f() function in __anon36c2e7d90111::C 56 void C2::f() {} in f() function in __anon36c2e7d90111::C2 60 virtual void f() {} in f() function 65 virtual void f() {} in f() function 72 virtual void f() {} in f() function 77 virtual void f() {} in f() function
|
/third_party/ffmpeg/libavutil/ |
D | fifo.c | 29 AVFifoBuffer *f; in fifo_alloc_common() local 55 void av_fifo_free(AVFifoBuffer *f) in av_fifo_free() 63 void av_fifo_freep(AVFifoBuffer **f) in av_fifo_freep() 71 void av_fifo_reset(AVFifoBuffer *f) in av_fifo_reset() 77 int av_fifo_size(const AVFifoBuffer *f) in av_fifo_size() 82 int av_fifo_space(const AVFifoBuffer *f) in av_fifo_space() 87 int av_fifo_realloc2(AVFifoBuffer *f, unsigned int new_size) in av_fifo_realloc2() 107 int av_fifo_grow(AVFifoBuffer *f, unsigned int size) in av_fifo_grow() 122 int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, in av_fifo_generic_write() 151 int av_fifo_generic_peek_at(AVFifoBuffer *f, void *dest, int offset, int buf_size, void (*func)(voi… in av_fifo_generic_peek_at() [all …]
|