Home
last modified time | relevance | path

Searched refs:FooBar (Results 1 – 25 of 60) sorted by relevance

123

/external/guice/core/test/com/google/inject/
DJitBindingsTest.java83 bind(FooBar.class); in testMoreBasicsWork()
87 ensureWorks(injector, FooBar.class, Bar.class, Foo.class); in testMoreBasicsWork()
121 bind(FooBar.class); in testBasicsWithEagerSingleton()
125 ensureWorks(injector, FooBar.class, Bar.class, Foo.class); in testBasicsWithEagerSingleton()
159 bind(FooBar.class); in testBasicsWithScoped()
163 ensureWorks(injector, FooBar.class, Bar.class, Foo.class); in testBasicsWithScoped()
230 bind(FooBar.class); in testJitInjectionFails()
346 ensureFails(parent, FAIL_ALL, FooImpl.class, FooBar.class, Foo.class); in testChildInjectorInheritsOption()
353 bind(FooBar.class); in testChildInjectorInheritsOption()
384 bind(FooBar.class); in testChildInjectorInheritsOption()
[all …]
/external/clang/test/CodeGenCXX/
Dunion-dtor.cpp16 union FooBar { union
17 FooBar() {} in FooBar() function
18 ~FooBar() {} in ~FooBar()
32 FooBar foobar;
/external/llvm-project/clang/test/CodeGenCXX/
Dunion-dtor.cpp16 union FooBar { union
17 FooBar() {} in FooBar() function
18 ~FooBar() {} in ~FooBar()
32 FooBar foobar;
/external/clang/test/Parser/
Dcxx-decl.cpp249FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the construc…
250 ~FooBar(); // expected-error {{expected the class name after '~' to name a destructor}}
252 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}}
253 FooBar::~FooBar() {} // expected-error {{undeclared}} expected-error {{expected the class name}}
/external/llvm-project/clang/test/Parser/
Dcxx-decl.cpp250FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the construc…
251 ~FooBar(); // expected-error {{undeclared identifier 'FooBar' in destructor name}}
253 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}}
254 FooBar::~FooBar() {} // expected-error 2{{undeclared}}
/external/llvm-project/lldb/test/API/commands/expression/scoped_enums/
Dmain.cpp2 FooBar = 42 enumerator
11 Foo f = Foo::FooBar; in main()
13 bool b1 = f == Foo::FooBar; in main()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-unused-raii.cpp14 struct FooBar { struct
15 FooBar();
53 FooBar(); in test()
Dreadability-identifier-naming-member-decl-usage.cpp35 class FooBar : public Foo { class
48 int getBar(const FooBar &Foobar) { in getBar()
53 int getFancyBar(const FooBar &Foobar) { in getFancyBar()
/external/llvm-project/lldb/test/API/commands/command/script/
Dpy_import23 command script add -f callables.FooBar.sfoobar sfoobar
24 command script add -f callables.FooBar.cfoobar cfoobar
27 command script add -f callables.FooBar.sfoobar4 sfoobar4
28 command script add -f callables.FooBar.cfoobar4 cfoobar4
Dcallables.py30 class FooBar: class
60 FooBarObj = FooBar()
/external/llvm-project/lldb/test/API/commands/expression/diagnostics/
Dmain.cpp3 struct FooBar { struct
8 FooBar f; in main() argument
/external/llvm-project/clang/test/Analysis/Inputs/
Dctu-other.c5 } FooBar; typedef
6 FooBar fb;
/external/llvm-project/clang/test/Analysis/
Dctu-on-demand-parsing.c30 } FooBar; typedef
31 extern FooBar fb;
Dctu-main.c18 } FooBar; typedef
19 extern FooBar fb;
/external/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m12 @implementation FooBar // expected-warning {{cannot find interface declaration for 'FooBar'}} implementation
27 int Bar, Foo, FooBar;
Dattr-deprecated.m75 @property (assign, setter = MySetter:) int FooBar __attribute__ ((deprecated)); // expected-note 2 …
81 f.FooBar = 1; // expected-warning {{'FooBar' is deprecated}}
82 return f.FooBar; // expected-warning {{'FooBar' is deprecated}}
Dprotocols.m5 - (int) FooBar; method
20 - (int) FooBar; method
/external/llvm-project/clang/test/SemaObjC/
Dcheck-dup-objc-decls-1.m12 @implementation FooBar // expected-warning {{cannot find interface declaration for 'FooBar'}} implementation
27 int Bar, Foo, FooBar;
Dprotocols.m5 - (int) FooBar; method
20 - (int) FooBar; method
Dattr-deprecated.m75 @property (assign, setter = MySetter:) int FooBar __attribute__ ((deprecated)); // expected-note 2 …
81 f.FooBar = 1; // expected-warning {{'FooBar' is deprecated}}
82 return f.FooBar; // expected-warning {{'FooBar' is deprecated}}
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DHashTableTest.cpp208 struct FooBar { struct
212 bool operator==(const FooBar &RHS) const { in operator ==() argument
242 HashTableInternals<FooBar> Table; in TEST()
246 FooBar F; in TEST()
259 HashTableInternals<FooBar> Table2; in TEST()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_test.cc376 name: "FooBar" in TEST()
409 summary: "Summary for op FooBar." in TEST()
410 description: "Description for op FooBar." in TEST()
/external/dokka/core/testdata/format/
DinheritedLink.kt5 class FooBar : Foo { class
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-qualified-auto.rst41 volatile auto FooBar = cast<int *>(Baz3);
50 auto *volatile FooBar = cast<int *>(Baz3);
/external/parameter-framework/upstream/schemas/
DREADME.md51 all parameters in it, i.e. if its name is "FooBar", its path is `/FooBar`. We
63 inside it; i.e. if its name is "Spam", its path is `/FooBar/Spam`;

123