Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 6747) sorted by relevance

12345678910>>...270

/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.classMethods.es2018.js5 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 …]
Demitter.asyncGenerators.objectLiteralMethods.es2018.js5 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 …]
DasyncMethodWithSuper_es6.js29 const f = () => {}; function
50 ({ f: super.x } = { f }); field
53 ({ f: super["x"] } = { f }); field
83 const f = () => {}; function
89 ({ f: super.x } = { f }); field
113 const f = () => {}; function
119 ({ f: super["x"] } = { f }); field
143 const f = () => {}; function
149 ({ f: super.x } = { f }); field
173 const f = () => {}; function
[all …]
/third_party/boost/libs/log/test/run/
Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE() local
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE() local
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE() local
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE() local
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE() local
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE() local
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE() local
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE() local
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE() local
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE() local
[all …]
/third_party/glib/glib/
Dgversionmacros.h369 # define GLIB_DEPRECATED_IN_2_26_FOR(f) GLIB_DEPRECATED_FOR(f) argument
371 # define GLIB_DEPRECATED_MACRO_IN_2_26_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) argument
373 # define GLIB_DEPRECATED_ENUMERATOR_IN_2_26_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR(f) argument
375 # define GLIB_DEPRECATED_TYPE_IN_2_26_FOR(f) GLIB_DEPRECATED_TYPE_FOR(f) argument
378 # define GLIB_DEPRECATED_IN_2_26_FOR(f) _GLIB_EXTERN argument
380 # define GLIB_DEPRECATED_MACRO_IN_2_26_FOR(f) argument
382 # define GLIB_DEPRECATED_ENUMERATOR_IN_2_26_FOR(f) argument
384 # define GLIB_DEPRECATED_TYPE_IN_2_26_FOR(f) argument
401 # define GLIB_DEPRECATED_IN_2_28_FOR(f) GLIB_DEPRECATED_FOR(f) argument
403 # define GLIB_DEPRECATED_MACRO_IN_2_28_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) argument
[all …]
/third_party/typescript/tests/cases/compiler/
DspecializedSignatureOverloadReturnTypeWithIndexers.ts2 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/boost/libs/filesystem/example/
Dtut5.cpp36 { fs::ofstream f("smile"); } in main() local
37 { fs::ofstream f(L"smile\u263A"); } in main() local
38 { fs::ofstream f(narrow_string); } in main() local
39 { fs::ofstream f(wide_string); } in main() local
40 { fs::ofstream f(narrow_list); } in main() local
41 { fs::ofstream f(wide_list); } in main() local
48 { fs::ofstream f(fs::path(narrow_list.begin(), narrow_list.end())); } in main() local
49 { fs::ofstream f(fs::path(wide_list.begin(), wide_list.end())); } in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_cast.cpp49 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/include/openssl/
Dopensslconf.h.in74 # 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 …]
/third_party/boost/libs/nowide/test/
Dtest_fstream_cxx11.cpp23 nw::ofstream f(filename, std::ios::trunc); in create_file() local
37 nw::ifstream f(filename); in get_file_contents() local
43 nw::ifstream f(filename); in make_ifstream() local
56 nw::ifstream f = make_ifstream(filename); in test_ifstream() local
64 nw::ifstream f; in test_ifstream() local
76 nw::ifstream f; in test_ifstream() local
92 nw::ofstream f(filename); in make_ofstream() local
102 nw::ofstream f = make_ofstream(filename); in test_ofstream() local
110 nw::ofstream f; in test_ofstream() local
122 nw::ofstream f; in test_ofstream() local
[all …]
/third_party/musl/src/stdio/
Dext.c10 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/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h115 #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/boost/boost/mpl/aux_/preprocessor/
Drepeat.hpp23 # define BOOST_MPL_PP_REPEAT(n,f,param) \ argument
27 # define BOOST_MPL_PP_REPEAT_0(f,p) argument
28 # define BOOST_MPL_PP_REPEAT_1(f,p) f(0,0,p) argument
29 # define BOOST_MPL_PP_REPEAT_2(f,p) f(0,0,p) f(0,1,p) argument
30 # define BOOST_MPL_PP_REPEAT_3(f,p) f(0,0,p) f(0,1,p) f(0,2,p) argument
31 # define BOOST_MPL_PP_REPEAT_4(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) argument
32 # define BOOST_MPL_PP_REPEAT_5(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) argument
33 # define BOOST_MPL_PP_REPEAT_6(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) argument
34 # define BOOST_MPL_PP_REPEAT_7(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) f(0,6,p) argument
35 # define BOOST_MPL_PP_REPEAT_8(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) f(0,6,p… argument
[all …]
/third_party/boost/libs/beast/test/beast/core/
Dfile_test.hpp107 File f; in test_file() local
141 File f; in test_file() local
153 File f; in test_file() local
165 File f; in test_file() local
173 File f; in test_file() local
186 File f; in test_file() local
194 File f; in test_file() local
206 File f; in test_file() local
214 File f; in test_file() local
227 File f; in test_file() local
[all …]
/third_party/python/Lib/
Dimghdr.py37 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 …]
/third_party/boost/boost/numeric/interval/
Drounded_transc.hpp24 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
39 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
51 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
70 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
86 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
100 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
114 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
125 # define BOOST_NUMERIC_INTERVAL_new_func(f) \ argument
/third_party/lwip/src/netif/ppp/
Dfsm.c71 #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/boost/libs/thread/test/sync/futures/async/
Dasync_pass.cpp216 boost::future<int> f = boost::async(f0); in main() local
240 boost::shared_future<int> f = boost::async(f0).share(); in main() local
264 boost::future<int> f = boost::async(boost::launch::async, f0); in main() local
288 boost::future<long> f = boost::async(boost::launch::async, A(3)); in main() local
313 boost::future<long> f = boost::async(boost::launch::deferred, A(3)); in main() local
340 boost::future<long> f = boost::async(boost::launch::async, &A::doit, &a); in main() local
365 boost::future<long> f = boost::async(boost::launch::deferred, &A::doit, &a); in main() local
390 … boost::future<int> f = boost::async(boost::launch::async, BOOST_THREAD_MAKE_RV_REF(MoveOnly())); in main() local
414 …boost::future<int> f = boost::async(boost::launch::deferred, BOOST_THREAD_MAKE_RV_REF(MoveOnly())); in main() local
438 boost::future<int> f = boost::async(boost::launch::any, f0); in main() local
[all …]
/third_party/python/Tools/iobench/
Diobench.py45 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/test/src/
Dunit-testsuites.cpp342 std::ifstream f(TEST_DATA_DIRECTORY "/json_testsuite/sample.json"); variable
357 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/1.json"); variable
364 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/2.json"); variable
371 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/3.json"); variable
378 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/4.json"); variable
385 std::ifstream f(TEST_DATA_DIRECTORY "/json.org/5.json"); variable
391 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/1.j… variable
398 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/2.j… variable
405 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen(TEST_DATA_DIRECTORY "/json.org/3.j… variable
412 …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/
Dfdsem.c58 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()
179 void pa_fdsem_post(pa_fdsem *f) { in pa_fdsem_post()
222 void pa_fdsem_wait(pa_fdsem *f) { in pa_fdsem_wait()
270 int pa_fdsem_try(pa_fdsem *f) { in pa_fdsem_try()
281 int pa_fdsem_get(pa_fdsem *f) { in pa_fdsem_get()
292 int pa_fdsem_before_poll(pa_fdsem *f) { in pa_fdsem_before_poll()
[all …]
/third_party/boost/boost/thread/detail/
Dinvoke.hpp58 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke()
65 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke()
73 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke()
80 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0, BOOST_THREAD_RV_REF(Args) ...args) in invoke()
90 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0) in invoke()
98 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0) in invoke()
106 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0) in invoke()
114 invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(A0) a0) in invoke()
124 inline auto invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(Args) ...args) in invoke()
130 inline auto invoke(BOOST_THREAD_RV_REF(Fp) f, BOOST_THREAD_RV_REF(Args) ...args) in invoke()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dflex-array-nested.c1 struct f { struct
3 long f[]; argument
7 struct f f; member
11 struct f f; member
/third_party/boost/libs/python/test/
Dcallbacks.cpp21 int apply_int_int(PyObject* f, int x) in apply_int_int()
26 void apply_void_int(PyObject* f, int x) in apply_void_int()
48 X apply_X_X(PyObject* f, X x) in apply_X_X()
53 void apply_void_X_ref(PyObject* f, X& x) in apply_void_X_ref()
58 X& apply_X_ref_handle(PyObject* f, handle<> obj) in apply_X_ref_handle()
63 X* apply_X_ptr_handle_cref(PyObject* f, handle<> const& obj) in apply_X_ptr_handle_cref()
68 void apply_void_X_cref(PyObject* f, X const& x) in apply_void_X_cref()
73 void apply_void_X_ptr(PyObject* f, X* x) in apply_void_X_ptr()
78 void apply_void_X_deep_ptr(PyObject* f, X* x) in apply_void_X_deep_ptr()
83 char const* apply_cstring_cstring(PyObject* f, char const* s) in apply_cstring_cstring()
[all …]
/third_party/boost/libs/gil/test/core/color_base/
Dhomogeneous_color_base.cpp39 fixture f; in test_homogeneous_color_base_1_default_constructor() local
47 fixture f{1}; in test_homogeneous_color_base_1_value_constructor() local
55 fixture f; in test_homogeneous_color_base_2_default_constructor() local
63 fixture f{2}; in test_homogeneous_color_base_2_value_constructor() local
71 fixture f; in test_homogeneous_color_base_3_default_constructor() local
80 fixture f{3}; in test_homogeneous_color_base_3_value_constructor() local
89 fixture f; in test_homogeneous_color_base_4_default_constructor() local
99 fixture f{4}; in test_homogeneous_color_base_4_value_constructor() local
109 fixture f; in test_homogeneous_color_base_5_default_constructor() local
120 fixture f{5}; in test_homogeneous_color_base_5_value_constructor() local

12345678910>>...270