Searched defs:Foo (Results 201 - 225 of 395) sorted by relevance

1234567891011>>

/external/caliper/examples/src/main/java/examples/
H A DDemoBenchmark.java33 @Param Foo foo;
38 enum Foo { enum in class:DemoBenchmark
/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h62 ConversionFixItGenerator(TypeComparisonFuncTy Foo): NumConversionsFixed(0), argument
64 CompareTypes(Foo) {}
71 void setConversionChecker(TypeComparisonFuncTy Foo) { argument
72 CompareTypes = Foo;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1-cxx11.cpp50 void Foo() { function in namespace:PR11856
H A Dp1.cpp81 void Foo() { function in namespace:PR11856
/external/clang/test/Misc/
H A Ddiagnostic-crash.cpp33 void Foo();
35 void xxxxxxxxxxxxxxxxx::Foo() { function in class:xxxxxxxxxxxxxxxxx
H A Ddiag-aka-types.cpp16 // There are two classes named Foo::foo here. Make sure the message gives
18 namespace Foo { namespace
23 namespace Foo { namespace in namespace:bar
26 void f(Foo::foo* x); // expected-note{{passing argument to parameter 'x' here}}
29 void test(Foo::foo* x) {
30 bar::f(x); // expected-error{{cannot initialize a parameter of type 'Foo::foo *' (aka 'bar::Foo::foo *') with an lvalue of type 'Foo::foo *'}}
/external/clang/test/SemaCXX/
H A Dpass-object-size.cpp4 int Foo(void *const p __attribute__((pass_object_size(0))));
10 static int Foo(void *const p __attribute__((pass_object_size(0))));
17 int Foo(void *const p __attribute__((pass_object_size(0))));
23 int (*A)(void *) = &Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
24 int (*B)(void *) = Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
29 int (*E)(void *) = &Statics::Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size attribute}}
32 int (*G)(void *) = &Members::Foo; //expecte
56 int Foo(void *const __attribute__((pass_object_size(0)))) { function in namespace:templates
62 int Foo(void *const __attribute__((pass_object_size(0)))) { function in struct:templates::Bar
80 struct Foo { struct in namespace:virt
[all...]
H A Dunused.cpp48 struct Foo { struct in namespace:AnonObject
49 Foo(const char* const message);
50 ~Foo();
53 Foo("Hello World!"); // don't warn
62 struct Foo { struct in namespace:UnresolvedLookup
63 Foo(int i, int j);
68 Foo(t, 0); // no warning
H A Dclass-base-member-init.cpp104 typedef const A Foo; typedef in namespace:PR16596
105 void Apply(Foo processor);
106 struct Bar : public Foo {};
H A Dconstructor.cpp4 class Foo { class
5 Foo();
6 (Foo)(float) { } function in class:Foo
7 explicit Foo(int); // expected-note {{previous declaration is here}}
8 Foo(const Foo&);
10 ((Foo))(INT); // expected-error{{cannot be redeclared}}
12 Foo(Foo foo, int i = 17, int j = 42); // expected-error{{copy constructor must pass its first argument by reference}}
14 static Foo(shor
23 Foo(const Foo&) argument
[all...]
H A Dcopy-initialization.cpp32 struct Foo { struct in namespace:PR6757
33 Foo();
34 Foo(Foo&); // expected-note{{candidate constructor not viable}}
38 operator const Foo&() const;
41 void f(Foo);
43 void g(Foo foo) {
44 f(Bar()); // expected-error{{no viable constructor copying parameter of type 'const PR6757::Foo'}}
/external/clang/test/SemaTemplate/
H A Dclass-template-id.cpp41 template<typename T> struct Foo { }; // expected-note{{template is declared here}} struct
43 void f(void) { Foo bar; } // expected-error{{use of class template 'Foo' requires template arguments}}
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DTableInNestedNS.cs18 public int Foo { get { int o = __p.__offset(4); return o != 0 ? __p.bb.GetInt(o + __p.bb_pos) : (int)0; } } property in struct:NamespaceA.NamespaceB.TableInNestedNS
/external/guice/core/test/com/google/inject/
H A DProviderInjectionTest.java41 Foo foo = injector.getInstance(Foo.class);
176 static class Foo { class in class:ProviderInjectionTest
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared.pass.cpp42 struct Foo struct
44 Foo() = default;
45 virtual ~Foo() = default;
63 std::shared_ptr<Foo> p1 = std::make_shared<Foo>();
65 std::shared_ptr<const Foo> p2 = std::make_shared<const Foo>();
/external/mockito/src/test/java/org/mockitousage/verification/
H A DPrintingVerboseTypesWithArgumentsTest.java109 class Foo { class in class:PrintingVerboseTypesWithArgumentsTest
113 public Foo(int x) { method in class:PrintingVerboseTypesWithArgumentsTest.Foo
118 return x == ((Foo) obj).x;
134 mock.simpleMethod(new Foo(10));
138 verify(mock).simpleMethod(new Foo(20));
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py75 srvc.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
76 self.assertEqual('Method Foo not implemented.',
90 def Foo(self, rpc_controller, request, done): member in class:FooUnitTest.testService.MyServiceImpl
97 srvc.Foo(rpc_controller, unittest_pb2.FooRequest(), MyCallback)
131 stub.Foo(rpc_controller, request, MyCallback)
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.cpp57 struct Foo { struct
59 Foo(int *p) { function in struct:Foo
72 Foo f(p1);
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp5.cpp33 class Foo { class
52 template float Foo::As();
53 template double Foo::As2();
/external/clang/test/CodeGen/
H A Dms-inline-asm.cpp6 struct Foo { struct
17 Foo::ptr = (int *)0xDEADBEEF;
18 Foo::Bar::ptr = (int *)0xDEADBEEF;
19 __asm mov eax, Foo ::ptr
20 __asm mov eax, Foo :: Bar :: ptr
21 __asm mov eax, [Foo:: ptr]
22 __asm mov eax, dword ptr [Foo :: ptr]
23 __asm mov eax, dword ptr [Foo :: ptr]
31 __asm mov eax, offset Foo::ptr
32 __asm mov eax, offset Foo
[all...]
/external/clang/test/CodeGenCXX/
H A Dpredefined-expr-cxx14.cpp100 void Foo() { function
/external/clang/test/Index/
H A Dindex-refs.cpp39 typedef int Foo; typedef in namespace:NS
44 using NS::Foo;
103 // CHECK-NEXT: [indexEntityReference]: kind: typedef | name: Foo | {{.*}} | loc: 44:11
/external/clang/test/Sema/
H A Dmissing-field-initializers.c5 struct Foo { int a, b; }; struct
7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}}
8 struct Foo foo1 = { .a = 1 }; // designator avoids MFI warning
9 struct Foo foo2 = { .b = 1 }; // designator avoids MFI warning
11 struct Foo bar0[] = {
17 struct Foo bar1[] = {
23 struct Foo bar2[] = { {}, {}, {} };
H A Dpragma-ms_struct.c48 } Foo; typedef in typeref:struct:__anon2872
53 Foo foo;
H A Dwarn-thread-safety-analysis.c30 struct Foo { struct
44 struct Foo foo_ = {&mu1};

Completed in 1195 milliseconds

1234567891011>>