Home
last modified time | relevance | path

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

12345678910>>...206

/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/
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 …]
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 …]
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 …]
Dcurr_symbol.pass.cpp68 Fnf f("C", 1); in main() local
72 Fnt f("C", 1); in main() local
76 Fwf f("C", 1); in main() local
80 Fwt f("C", 1); in main() local
85 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
89 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
93 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
97 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
102 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
106 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dgrouping.pass.cpp70 Fnf f("C", 1); in main() local
74 Fnt f("C", 1); in main() local
78 Fwf f("C", 1); in main() local
82 Fwt f("C", 1); in main() local
87 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
91 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
95 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
99 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
104 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
108 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 …]
Dthousands_sep.pass.cpp66 Fnf f("C", 1); in main() local
70 Fnt f("C", 1); in main() local
74 Fwf f("C", 1); in main() local
78 Fwt f("C", 1); in main() local
83 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
87 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
91 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
95 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 …]
Dpos_format.pass.cpp67 Fnf f("C", 1); in main() local
75 Fnt f("C", 1); in main() local
83 Fwf f("C", 1); in main() local
91 Fwt f("C", 1); in main() local
100 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
108 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
116 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
124 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
133 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
141 Fnt f(LOCALE_fr_FR_UTF_8, 1); in main() local
[all …]
Dneg_format.pass.cpp67 Fnf f("C", 1); in main() local
75 Fnt f("C", 1); in main() local
83 Fwf f("C", 1); in main() local
91 Fwt f("C", 1); in main() local
100 Fnf f(LOCALE_en_US_UTF_8, 1); in main() local
108 Fnt f(LOCALE_en_US_UTF_8, 1); in main() local
116 Fwf f(LOCALE_en_US_UTF_8, 1); in main() local
124 Fwt f(LOCALE_en_US_UTF_8, 1); in main() local
133 Fnf f(LOCALE_fr_FR_UTF_8, 1); in main() local
141 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/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/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/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/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFluentFutureTest.java43 FluentFuture<String> f = FluentFuture.from(SettableFuture.<String>create()); in testFromFluentFuture() local
48 ListenableFuture<String> f = in testFromNonFluentFuture() local
56 FluentFuture<String> f = FluentFuture.from(immediateFuture("a")); in testAddCallback() local
73 FluentFuture<?> f = in testCatching() local
88 FluentFuture<?> f = in testCatchingAsync() local
103 FluentFuture<Integer> f = in testTransform() local
117 FluentFuture<Integer> f = in testTransformAsync() local
134 FluentFuture<?> f = in testWithTimeout() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFluentFutureTest.java43 FluentFuture<String> f = FluentFuture.from(SettableFuture.<String>create()); in testFromFluentFuture() local
48 ListenableFuture<String> f = in testFromNonFluentFuture() local
56 FluentFuture<String> f = FluentFuture.from(immediateFuture("a")); in testAddCallback() local
73 FluentFuture<?> f = in testCatching() local
88 FluentFuture<?> f = in testCatchingAsync() local
103 FluentFuture<Integer> f = in testTransform() local
117 FluentFuture<Integer> f = in testTransformAsync() local
134 FluentFuture<?> f = in testWithTimeout() local
/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/python/cpython3/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 …]
/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 …]

12345678910>>...206