Home
last modified time | relevance | path

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

12345678910>>...166

/external/python/cpython2/Mac/Modules/qd/
Dqdedit.py1 f = Function(void, 'SetPort', variable
6 f = Function(CursHandle, 'GetCursor', variable
11 f = Function(void, 'SetCursor', variable
16 f = Function(void, 'ShowCursor', variable
20 f = Function(void, 'LineTo', variable
26 f = Function(void, 'SetRect', variable
35 f = Function(void, 'OffsetRect', variable
42 f = Function(void, 'InsetRect', variable
49 f = Function(void, 'UnionRect', variable
56 f = Function(Boolean, 'EqualRect', variable
[all …]
/external/python/cpython2/Mac/Modules/menu/
Dmenuedit.py1 f = Function(MenuHandle, 'as_Menu', (Handle, 'h', InMode)) variable
4 f = Method(Handle, 'as_Resource', (MenuHandle, 'h', InMode)) variable
9 f = Function(MenuHandle, 'GetMenu', variable
14 f = Method(void, 'AppendMenu', variable
20 f = Method(void, 'InsertMenu', variable
26 f = Function(void, 'DeleteMenu', variable
31 f = Method(void, 'InsertMenuItem', variable
38 f = Method(void, 'EnableMenuItem', variable
44 f = Method(void, 'CheckMenuItem', variable
52 f = Function(void, 'DrawMenuBar', variable
[all …]
/external/libcxx/test/std/atomics/atomics.flag/
Dtest_and_set.pass.cpp25 std::atomic_flag f; in main() local
31 std::atomic_flag f; in main() local
37 std::atomic_flag f; in main() local
43 std::atomic_flag f; in main() local
49 std::atomic_flag f; in main() local
55 std::atomic_flag f; in main() local
61 std::atomic_flag f; in main() local
67 volatile std::atomic_flag f; in main() local
73 volatile std::atomic_flag f; in main() local
79 volatile std::atomic_flag f; in main() local
[all …]
Datomic_flag_test_and_set_explicit.pass.cpp25 std::atomic_flag f; in main() local
31 std::atomic_flag f; in main() local
37 std::atomic_flag f; in main() local
43 std::atomic_flag f; in main() local
49 std::atomic_flag f; in main() local
55 std::atomic_flag f; in main() local
61 volatile std::atomic_flag f; in main() local
67 volatile std::atomic_flag f; in main() local
73 volatile std::atomic_flag f; in main() local
79 volatile std::atomic_flag f; in main() local
[all …]
Dclear.pass.cpp25 std::atomic_flag f; // uninitialized in main() local
32 std::atomic_flag f; in main() local
39 std::atomic_flag f; in main() local
46 std::atomic_flag f; in main() local
53 volatile std::atomic_flag f; in main() local
60 volatile std::atomic_flag f; in main() local
67 volatile std::atomic_flag f; in main() local
74 volatile std::atomic_flag f; in main() local
Datomic_flag_clear_explicit.pass.cpp25 std::atomic_flag f; // uninitialized first in main() local
32 std::atomic_flag f; in main() local
39 std::atomic_flag f; in main() local
46 volatile std::atomic_flag f; in main() local
53 volatile std::atomic_flag f; in main() local
60 volatile std::atomic_flag f; in main() local
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dpositive_sign.pass.cpp62 Fnf f("C", 1); in main() local
66 Fnt f("C", 1); in main() local
70 Fwf f("C", 1); in main() local
74 Fwt f("C", 1); in main() local
79 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
83 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
87 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
91 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
96 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
100 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dfrac_digits.pass.cpp62 Fnf f("C", 1); in main() local
66 Fnt f("C", 1); in main() local
70 Fwf f("C", 1); in main() local
74 Fwt f("C", 1); in main() local
79 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
83 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
87 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
91 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
96 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
100 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dcurr_symbol.pass.cpp65 Fnf f("C", 1); in main() local
69 Fnt f("C", 1); in main() local
73 Fwf f("C", 1); in main() local
77 Fwt f("C", 1); in main() local
82 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
86 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
90 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
94 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
99 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
103 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dnegative_sign.pass.cpp62 Fnf f("C", 1); in main() local
66 Fnt f("C", 1); in main() local
70 Fwf f("C", 1); in main() local
74 Fwt f("C", 1); in main() local
79 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
83 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
87 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
91 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
96 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
100 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dgrouping.pass.cpp67 Fnf f("C", 1); in main() local
71 Fnt f("C", 1); in main() local
75 Fwf f("C", 1); in main() local
79 Fwt f("C", 1); in main() local
84 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
88 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
92 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
96 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
101 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
105 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dthousands_sep.pass.cpp63 Fnf f("C", 1); in main() local
67 Fnt f("C", 1); in main() local
71 Fwf f("C", 1); in main() local
75 Fwt f("C", 1); in main() local
80 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
84 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
88 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
92 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
97 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
101 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Ddecimal_point.pass.cpp63 Fnf f("C", 1); in main() local
67 Fnt f("C", 1); in main() local
71 Fwf f("C", 1); in main() local
75 Fwt f("C", 1); in main() local
80 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
84 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
88 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
92 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
97 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
101 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dpos_format.pass.cpp64 Fnf f("C", 1); in main() local
72 Fnt f("C", 1); in main() local
80 Fwf f("C", 1); in main() local
88 Fwt f("C", 1); in main() local
97 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
105 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
113 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
121 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
130 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
138 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dneg_format.pass.cpp64 Fnf f("C", 1); in main() local
72 Fnt f("C", 1); in main() local
80 Fwf f("C", 1); in main() local
88 Fwt f("C", 1); in main() local
97 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
105 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
113 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
121 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
130 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
138 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
/external/clang/test/CodeGenObjCXX/
Darc-mangle.mm4 void f(__strong id *) {} function
6 void f(__weak id *) {} function
8 void f(__autoreleasing id *) {} function
10 void f(__unsafe_unretained id *) {} function
12 void f(const __strong id *) {} function
14 void f(const __weak id *) {} function
16 void f(const __autoreleasing id *) {} function
18 void f(const __unsafe_unretained id *) {} function
20 void f(__attribute__((ns_returns_retained)) id (*fn)()) {} function
22 void f(__attribute__((ns_consumed)) id) {} function
[all …]
/external/python/cpython2/Mac/Modules/win/
Dwinedit.py4 f = Method(Boolean, 'IsWindowVisible', variable
9 f = Method(void, 'GetWindowStructureRgn', variable
15 f = Method(void, 'GetWindowContentRgn', variable
21 f = Method(void, 'GetWindowUpdateRgn', variable
27 f = Method(ExistingWindowPtr, 'GetNextWindow', variable
32 f = Function(short, 'FindWindow', variable
38 f = Method(void, 'MoveWindow', variable
46 f = Method(void, 'ShowWindow', variable
67 f = ManualGenerator("AutoDispose", AutoDispose_body) variable
/external/libcxx/test/std/thread/futures/futures.promise/
Dalloc_ctor.pass.cpp32 std::future<int> f = p.get_future(); in main() local
40 std::future<int&> f = p.get_future(); in main() local
48 std::future<void> f = p.get_future(); in main() local
56 std::future<int> f = p.get_future(); in main() local
61 std::future<int&> f = p.get_future(); in main() local
66 std::future<void> f = p.get_future(); in main() local
72 std::future<int> f = p.get_future(); in main() local
77 std::future<int&> f = p.get_future(); in main() local
82 std::future<void> f = p.get_future(); in main() local
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dreturn_type.pass.cpp25 void f(index_t<0>) {} in f() function
27 int f(index_t<1>) { return 0; } in f() function
29 int & f(index_t<2>) { return static_cast<int &>(my_int); } in f() function
30 int const & f(index_t<3>) { return static_cast<int const &>(my_int); } in f() function
31 int volatile & f(index_t<4>) { return static_cast<int volatile &>(my_int); } in f() function
32 int const volatile & f(index_t<5>) { return static_cast<int const volatile &>(my_int); } in f() function
34 int && f(index_t<6>) { return static_cast<int &&>(my_int); } in f() function
35 int const && f(index_t<7>) { return static_cast<int const &&>(my_int); } in f() function
36 int volatile && f(index_t<8>) { return static_cast<int volatile &&>(my_int); } in f() function
37 int const volatile && f(index_t<9>) { return static_cast<int const volatile &&>(my_int); } in f() function
[all …]
/external/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 …]
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc27 struct Foo {virtual void f() {if (P) printf("Foo::f()\n");}}; in f() function
28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
30 struct Foo3 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
31 struct Foo4 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
32 struct Foo5 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
33 struct Foo6 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
34 struct Foo7 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
35 struct Foo8 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
36 struct Foo9 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() function
[all …]
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Doverflow.pass.cpp43 test_buf<char> f; in main() local
55 test_buf<char> f; in main() local
62 test_buf<char> f; in main() local
75 test_buf<char> f; in main() local
82 test_buf<wchar_t> f; in main() local
94 test_buf<wchar_t> f; in main() local
101 test_buf<wchar_t> f; in main() local
114 test_buf<wchar_t> f; in main() local
121 test_buf<wchar_t> f; in main() local
129 test_buf<char> f; in main() local
/external/libcxx/test/std/thread/futures/futures.future_error/
Dcode.pass.cpp29 std::future_error f(ec); in main() local
34 std::future_error f(ec); in main() local
39 std::future_error f(ec); in main() local
44 std::future_error f(ec); in main() local
49 std::future_error f(std::future_errc::broken_promise); in main() local
53 std::future_error f(std::future_errc::no_state); in main() local
/external/ppp/pppd/
Dfsm.c69 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument
80 fsm_init(f) in fsm_init() argument
98 fsm_lowerup(f) in fsm_lowerup() argument
128 fsm_lowerdown(f) in fsm_lowerdown() argument
171 fsm_open(f) in fsm_open() argument
211 terminate_layer(f, nextstate) in terminate_layer() argument
250 fsm_close(f, reason) in fsm_close() argument
284 fsm *f = (fsm *) arg; local
334 fsm_input(f, inpacket, l) in fsm_input() argument
413 fsm_rconfreq(f, id, inp, len) in fsm_rconfreq() argument
[all …]
/external/python/cpython2/Mac/Modules/ctl/
Dctledit.py3 f = Function(ExistingControlHandle, 'FindControlUnderMouse', variable
10 f = Function(ControlHandle, 'as_Control', variable
14 f = Method(Handle, 'as_Resource', (ControlHandle, 'ctl', InMode)) variable
17 f = Method(void, 'GetControlRect', (ControlHandle, 'ctl', InMode), (Rect, 'rect', OutMode)) variable
33 f = ManualGenerator("DisposeControl", DisposeControl_body) variable

12345678910>>...166