Home
last modified time | relevance | path

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

12345678910>>...181

/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/Linux_Kernel/include/linux/ceph/
Dceph_frag.h26 static inline __u32 ceph_frag_bits(__u32 f) in ceph_frag_bits()
30 static inline __u32 ceph_frag_value(__u32 f) in ceph_frag_value()
34 static inline __u32 ceph_frag_mask(__u32 f) in ceph_frag_mask()
38 static inline __u32 ceph_frag_mask_shift(__u32 f) in ceph_frag_mask_shift()
43 static inline int ceph_frag_contains_value(__u32 f, __u32 v) in ceph_frag_contains_value()
47 static inline int ceph_frag_contains_frag(__u32 f, __u32 sub) in ceph_frag_contains_frag()
54 static inline __u32 ceph_frag_parent(__u32 f) in ceph_frag_parent()
59 static inline int ceph_frag_is_left_child(__u32 f) in ceph_frag_is_left_child()
64 static inline int ceph_frag_is_right_child(__u32 f) in ceph_frag_is_right_child()
69 static inline __u32 ceph_frag_sibling(__u32 f) in ceph_frag_sibling()
[all …]
/third_party/glib/glib/
Dgversionmacros.h321 # define GLIB_DEPRECATED_IN_2_26_FOR(f) GLIB_DEPRECATED_FOR(f) argument
323 # define GLIB_DEPRECATED_MACRO_IN_2_26_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) argument
325 # define GLIB_DEPRECATED_ENUMERATOR_IN_2_26_FOR(f) GLIB_DEPRECATED_ENUMERATOR_FOR(f) argument
327 # define GLIB_DEPRECATED_TYPE_IN_2_26_FOR(f) GLIB_DEPRECATED_TYPE_FOR(f) argument
330 # define GLIB_DEPRECATED_IN_2_26_FOR(f) _GLIB_EXTERN argument
332 # define GLIB_DEPRECATED_MACRO_IN_2_26_FOR(f) argument
334 # define GLIB_DEPRECATED_ENUMERATOR_IN_2_26_FOR(f) argument
336 # define GLIB_DEPRECATED_TYPE_IN_2_26_FOR(f) argument
353 # define GLIB_DEPRECATED_IN_2_28_FOR(f) GLIB_DEPRECATED_FOR(f) argument
355 # define GLIB_DEPRECATED_MACRO_IN_2_28_FOR(f) GLIB_DEPRECATED_MACRO_FOR(f) argument
[all …]
/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/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/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/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/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/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/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/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/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/json/test/src/
Dunit-testsuites.cpp341 std::ifstream f("test/data/json_testsuite/sample.json"); variable
356 std::ifstream f("test/data/json.org/1.json"); variable
363 std::ifstream f("test/data/json.org/2.json"); variable
370 std::ifstream f("test/data/json.org/3.json"); variable
377 std::ifstream f("test/data/json.org/4.json"); variable
384 std::ifstream f("test/data/json.org/5.json"); variable
390 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen("test/data/json.org/1.json", "r"),… variable
397 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen("test/data/json.org/2.json", "r"),… variable
404 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen("test/data/json.org/3.json", "r"),… variable
411 …std::unique_ptr<std::FILE, decltype(&std::fclose)> f(std::fopen("test/data/json.org/4.json", "r"),… 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/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/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/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
/third_party/boost/libs/thread/example/
Dmake_future.cpp93 boost::future<void> f = void_compute(); in main() local
99 boost::future<int> f = compute(-1); in main() local
104 boost::future<int> f = compute(0); in main() local
109 boost::future<int&> f = compute_ref(0); in main() local
116 boost::future<int&> f = boost::make_ready_future(std::ref(i)); in main() local
123 boost::future<int&> f = boost::make_ready_future(boost::ref(i)); in main() local
129 boost::future<int const&> f = boost::make_ready_future(boost::cref(i)); in main() local
134 boost::future<int> f = compute(2); in main() local
139 boost::shared_future<int> f = shared_compute(0); in main() local
/third_party/python/Lib/test/
Dtest_peepholer.py7 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 …]
/third_party/boost/libs/context/test/
Dtest_fiber.cpp109 ctx::fiber f; member
159 ctx::fiber f{ std::bind( & X::foo, x, std::placeholders::_1, 7) }; in test_bind() local
167 ctx::fiber f{ in test_exception() local
184 ctx::fiber f{ [&catched](ctx::fiber && f){ in test_exception() local
199 ctx::fiber f{ in test_fp() local
213 ctx::fiber f{ in test_stacked() local
237 ctx::fiber f{ in test_prealloc() local
251 ctx::fiber f{ [&i](ctx::fiber && f) { in test_ontop() local
260 auto fn = [&i](ctx::fiber && f){ in test_ontop()
270 ctx::fiber f{ [&f1](ctx::fiber && f) { in test_ontop() local
[all …]
/third_party/boost/libs/callable_traits/example/
Dapply_member_pointer.cpp21 using f = int(int); in main() typedef
29 using f = int(*)(); in main() typedef
44 using f = int(*&)(); in main() typedef
51 using f = int(* const)(); in main() typedef
60 using f = void(&)(); in main() typedef
69 using f = int(bar::*)() const; in main() typedef
87 using f = decltype(lambda); in main() typedef
/third_party/pulseaudio/src/pulse/
Dformat.c73 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 …]

12345678910>>...181