Home
last modified time | relevance | path

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

12345678910>>...239

/third_party/rust/rust/tests/ui/closures/
Dissue-72408-nested-closures-exponential.rs18 let f = |a| a; in main() localVariable
20 let f = dup(f); in main() localVariable
21 let f = dup(f); in main() localVariable
22 let f = dup(f); in main() localVariable
23 let f = dup(f); in main() localVariable
24 let f = dup(f); in main() localVariable
26 let f = dup(f); in main() localVariable
27 let f = dup(f); in main() localVariable
28 let f = dup(f); in main() localVariable
29 let f = dup(f); in main() localVariable
[all …]
/third_party/rust/rust/tests/ui/parser/
Dfn-header-syntactic-pass.rs10 async fn f(); in syntax() function
11 unsafe fn f(); in syntax() function
12 const fn f(); in syntax() function
13 extern "C" fn f(); in syntax() function
14 const async unsafe extern "C" fn f(); in syntax() function
17 async fn f(); in syntax() method
18 unsafe fn f(); in syntax() method
19 const fn f(); in syntax() method
20 extern "C" fn f(); in syntax() method
21 const async unsafe extern "C" fn f(); in syntax() method
[all …]
Dself-param-syntactic-pass.rs10 fn f(self) {} in free() function
11 fn f(mut self) {} in free() function
12 fn f(&self) {} in free() function
13 fn f(&mut self) {} in free() function
14 fn f(&'a self) {} in free() function
15 fn f(&'a mut self) {} in free() function
16 fn f(self: u8) {} in free() function
17 fn f(mut self: u8) {} in free() function
22 fn f(self); in f() function
23 fn f(mut self); in f() function
[all …]
Dfn-body-optional-syntactic-pass.rs9 fn f(); in syntax() function
10 fn f() {} in syntax() function
13 fn f(); in syntax() method
14 fn f() {} in syntax() method
18 fn f(); in syntax() method
19 fn f() {} in syntax() method
23 fn f(); in syntax() method
24 fn f() {} in syntax() method
28 fn f(); in syntax() function
29 fn f(); in syntax() function
/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 …]
/third_party/mesa3d/src/gfxstream/guest/vulkan_enc/
DVulkanHandles.h12 #define GOLDFISH_VK_LIST_TRIVIAL_DISPATCHABLE_HANDLE_TYPES(f) f(VkPhysicalDevice) argument
14 #define GOLDFISH_VK_LIST_DISPATCHABLE_HANDLE_TYPES(f) \ argument
23 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_NVX_BINARY_IMPORT(f) \ argument
35 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_NVX_DEVICE_GENERATED_COMMANDS(f) \ argument
47 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_NV_DEVICE_GENERATED_COMMANDS(f) \ argument
58 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_NV_RAY_TRACING(f) \ argument
69 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_KHR_ACCELERATION_STRUCTURE(f) \ argument
80 #define __GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES_FUCHSIA(f) f(VkBufferCollectionFUCHSIA) argument
88 #define GOLDFISH_VK_LIST_TRIVIAL_NON_DISPATCHABLE_HANDLE_TYPES(f) \ argument
115 #define GOLDFISH_VK_LIST_NON_DISPATCHABLE_HANDLE_TYPES(f) \ argument
[all …]
/third_party/optimized-routines/math/test/
Dulp_funcs.h94 #define _ZSF1(f) F1 (f) argument
95 #define _ZSF2(f) F2 (f) argument
96 #define _ZSD1(f) D1 (f) argument
97 #define _ZSD2(f) D2 (f) argument
99 #define _ZVF1(f) ZVNF1 (f) argument
100 #define _ZVD1(f) ZVND1 (f) argument
101 #define _ZVF2(f) ZVNF2 (f) argument
102 #define _ZVD2(f) ZVND2 (f) argument
104 #define _ZSVF1(f) ZSVF1 (f) argument
105 #define _ZSVF2(f) ZSVF2 (f) argument
[all …]
Dtest_defs.h9 #define TEST_ULP(f, l) TEST_ULP f l argument
10 #define TEST_ULP_NONNEAREST(f, l) TEST_ULP_NONNEAREST f l argument
16 #define TEST_DISABLE_FENV(f) TEST_DISABLE_FENV f argument
17 #define TEST_DISABLE_FENV_IF_NOT(f, e) TEST_DISABLE_FENV_IF_NOT_ (f, e) argument
18 #define TEST_DISABLE_FENV_IF_NOT_(f, e) TEST_DISABLE_FENV_IF_NOT_##e (f) argument
19 #define TEST_DISABLE_FENV_IF_NOT_0(f) TEST_DISABLE_FENV (f) argument
20 #define TEST_DISABLE_FENV_IF_NOT_1(f) argument
22 #define TEST_INTERVAL(f, lo, hi, n) TEST_INTERVAL f lo hi n argument
23 #define TEST_SYM_INTERVAL(f, lo, hi, n) \ argument
27 #define TEST_INTERVAL2(f, xlo, xhi, ylo, yhi, n) \ argument
[all …]
/third_party/rust/rust/compiler/rustc_middle/src/traits/solve/inspect/
Dformat.rs4 pub(super) f: &'a mut (dyn Write + 'b), field
28 let f = &mut *self.f; in format_goal_evaluation() localVariable
47 let f = &mut *self.f; in format_goal_evaluation() localVariable
49 let mut f = self.nested(); in format_goal_evaluation() localVariable
53 let f = &mut *self.f; in format_goal_evaluation() localVariable
59 let f = &mut *self.f; in format_goal_evaluation() localVariable
61 let mut f = self.nested(); in format_goal_evaluation() localVariable
75 let f = &mut *self.f; in format_evaluation_step() localVariable
79 let mut f = self.nested(); in format_evaluation_step() localVariable
83 let mut f = self.nested(); in format_evaluation_step() localVariable
[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/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/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/rust/rust/src/tools/clippy/tests/ui/
Dredundant_pub_crate.rs6 fn f() {} in f() function
11 fn f() {} in f() function
18 fn f() {} in f() function
24 fn f() {} in f() function
31 fn f() {} in f() function
36 fn f() {} in f() function
43 fn f() {} in f() function
49 fn f() {} in f() function
56 fn f() {} in f() function
61 fn f() {} in f() function
[all …]
/third_party/python/Lib/
Dimghdr.py42 def test_jpeg(h, f): argument
51 def test_png(h, f): argument
57 def test_gif(h, f): argument
64 def test_tiff(h, f): argument
71 def test_rgb(h, f): argument
78 def test_pbm(h, f): argument
86 def test_pgm(h, f): argument
94 def test_ppm(h, f): argument
102 def test_rast(h, f): argument
109 def test_xbm(h, f): argument
[all …]
/third_party/rust/rust/tests/ui/fn/
Dexpr-fn.rs5 fn f() -> isize { 10 } in test_int() function
10 fn f() -> Vec<isize> { vec![10, 11] } in test_vec() function
16 fn f<T>(t: T) -> T { t } in test_generic() function
21 fn f() -> isize { match true { false => { 10 } true => { 20 } } } in test_alt() function
26 fn f() -> isize { if true { 10 } else { 20 } } in test_if() function
31 fn f() -> isize { { 10 } } in test_block() function
36 fn f() -> isize { in test_ret() function
46 fn f() -> isize { let x = { 3 }; x } in test_372() function
/third_party/protobuf/upb/reflection/
Dfield_def.c88 upb_FieldDef* _upb_FieldDef_At(const upb_FieldDef* f, int i) { in _upb_FieldDef_At()
96 bool upb_FieldDef_HasOptions(const upb_FieldDef* f) { in upb_FieldDef_HasOptions()
105 const char* upb_FieldDef_FullName(const upb_FieldDef* f) { in upb_FieldDef_FullName()
109 upb_CType upb_FieldDef_CType(const upb_FieldDef* f) { in upb_FieldDef_CType()
113 upb_FieldType upb_FieldDef_Type(const upb_FieldDef* f) { return f->type_; } in upb_FieldDef_Type()
115 uint32_t upb_FieldDef_Index(const upb_FieldDef* f) { return f->index_; } in upb_FieldDef_Index()
117 uint32_t upb_FieldDef_LayoutIndex(const upb_FieldDef* f) { in upb_FieldDef_LayoutIndex()
121 upb_Label upb_FieldDef_Label(const upb_FieldDef* f) { return f->label_; } in upb_FieldDef_Label()
123 uint32_t upb_FieldDef_Number(const upb_FieldDef* f) { return f->number_; } in upb_FieldDef_Number()
125 bool upb_FieldDef_IsExtension(const upb_FieldDef* f) { return f->is_extension; } in upb_FieldDef_IsExtension()
[all …]
/third_party/grpc/third_party/upb/upb/reflection/
Dfield_def.c88 upb_FieldDef* _upb_FieldDef_At(const upb_FieldDef* f, int i) { in _upb_FieldDef_At()
96 bool upb_FieldDef_HasOptions(const upb_FieldDef* f) { in upb_FieldDef_HasOptions()
105 const char* upb_FieldDef_FullName(const upb_FieldDef* f) { in upb_FieldDef_FullName()
109 upb_CType upb_FieldDef_CType(const upb_FieldDef* f) { in upb_FieldDef_CType()
113 upb_FieldType upb_FieldDef_Type(const upb_FieldDef* f) { return f->type_; } in upb_FieldDef_Type()
115 uint32_t upb_FieldDef_Index(const upb_FieldDef* f) { return f->index_; } in upb_FieldDef_Index()
117 uint32_t upb_FieldDef_LayoutIndex(const upb_FieldDef* f) { in upb_FieldDef_LayoutIndex()
121 upb_Label upb_FieldDef_Label(const upb_FieldDef* f) { return f->label_; } in upb_FieldDef_Label()
123 uint32_t upb_FieldDef_Number(const upb_FieldDef* f) { return f->number_; } in upb_FieldDef_Number()
125 bool upb_FieldDef_IsExtension(const upb_FieldDef* f) { return f->is_extension; } in upb_FieldDef_IsExtension()
[all …]
/third_party/rust/crates/which-rs/tests/
Dbasic.rs122 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/rust/rust/tests/ui/impl-trait/
Dimpl-trait-plus-priority.rs3 fn f() -> impl A + {} // OK in f() function
4 fn f() -> impl A + B {} // OK in f() function
5 fn f() -> dyn A + B {} // OK in f() function
6 fn f() -> A + B {} // OK in f() function
9 fn f(self) -> impl A + { // OK in f() method
12 fn f(self) -> impl A + B { // OK in f() method
15 fn f(self) -> dyn A + B { // OK in f() method
18 fn f(self) -> A + B { // OK in f() method
/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/rust/rust/tests/ui/nll/
Dclosure-borrow-spans.rs4 let f = || x.len(); in move_while_borrowed() localVariable
10 let f = || x; in borrow_mut_while_borrowed() localVariable
16 let f; in drop_while_borrowed() localVariable
25 let f = || x; in assign_while_borrowed() localVariable
31 let f = || x = 0; in copy_while_borrowed_mut() localVariable
37 let f = || x = 0; in borrow_while_borrowed_mut() localVariable
43 let f = || x = 0; in borrow_mut_while_borrowed_mut() localVariable
49 let f; in drop_while_borrowed_mut() localVariable
58 let f = || x = 0; in assign_while_borrowed_mut() localVariable
64 let f = || *x = 0; in copy_while_borrowed_unique() localVariable
[all …]
/third_party/ffmpeg/libavutil/
Dfifo.c50 AVFifo *f; in av_fifo_alloc2() local
77 void av_fifo_auto_grow_limit(AVFifo *f, size_t max_elems) in av_fifo_auto_grow_limit()
82 size_t av_fifo_elem_size(const AVFifo *f) in av_fifo_elem_size()
87 size_t av_fifo_can_read(const AVFifo *f) in av_fifo_can_read()
94 size_t av_fifo_can_write(const AVFifo *f) in av_fifo_can_write()
99 int av_fifo_grow2(AVFifo *f, size_t inc) in av_fifo_grow2()
129 static int fifo_check_space(AVFifo *f, size_t to_write) in fifo_check_space()
149 static int fifo_write_common(AVFifo *f, const uint8_t *buf, size_t *nb_elems, in fifo_write_common()
188 int av_fifo_write(AVFifo *f, const void *buf, size_t nb_elems) in av_fifo_write()
193 int av_fifo_write_from_cb(AVFifo *f, AVFifoCB read_cb, in av_fifo_write_from_cb()
[all …]
/third_party/rust/rust/tests/ui/imports/
Dimports.rs14 mod foo { pub fn f() {} } in f() function
15 mod bar { pub fn f() {} } in f() function
17 pub fn f() -> bool { true } in f() function
23 fn f() -> bool { true } in g() function
44 pub fn f() {} in f() function
45 pub mod f {} module
48 mod f { pub fn f() {} } // This shadows the glob only in the value namespace. in f() function
/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 …]

12345678910>>...239