/external/guice/core/test/com/google/inject/ |
D | JitBindingsTest.java | 83 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/ |
D | union-dtor.cpp | 16 union FooBar { union 17 FooBar() {} in FooBar() function 18 ~FooBar() {} in ~FooBar() 32 FooBar foobar;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | union-dtor.cpp | 16 union FooBar { union 17 FooBar() {} in FooBar() function 18 ~FooBar() {} in ~FooBar() 32 FooBar foobar;
|
/external/clang/test/Parser/ |
D | cxx-decl.cpp | 249 …FooBar(); // 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/ |
D | cxx-decl.cpp | 250 …FooBar(); // 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/ |
D | main.cpp | 2 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/ |
D | bugprone-unused-raii.cpp | 14 struct FooBar { struct 15 FooBar(); 53 FooBar(); in test()
|
D | readability-identifier-naming-member-decl-usage.cpp | 35 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/ |
D | py_import | 23 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
|
D | callables.py | 30 class FooBar: class 60 FooBarObj = FooBar()
|
/external/llvm-project/lldb/test/API/commands/expression/diagnostics/ |
D | main.cpp | 3 struct FooBar { struct 8 FooBar f; in main() argument
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | ctu-other.c | 5 } FooBar; typedef 6 FooBar fb;
|
/external/llvm-project/clang/test/Analysis/ |
D | ctu-on-demand-parsing.c | 30 } FooBar; typedef 31 extern FooBar fb;
|
D | ctu-main.c | 18 } FooBar; typedef 19 extern FooBar fb;
|
/external/clang/test/SemaObjC/ |
D | check-dup-objc-decls-1.m | 12 @implementation FooBar // expected-warning {{cannot find interface declaration for 'FooBar'}} implementation 27 int Bar, Foo, FooBar;
|
D | attr-deprecated.m | 75 @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}}
|
D | protocols.m | 5 - (int) FooBar; method 20 - (int) FooBar; method
|
/external/llvm-project/clang/test/SemaObjC/ |
D | check-dup-objc-decls-1.m | 12 @implementation FooBar // expected-warning {{cannot find interface declaration for 'FooBar'}} implementation 27 int Bar, Foo, FooBar;
|
D | protocols.m | 5 - (int) FooBar; method 20 - (int) FooBar; method
|
D | attr-deprecated.m | 75 @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/ |
D | HashTableTest.cpp | 208 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/ |
D | python_op_gen_test.cc | 376 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/ |
D | inheritedLink.kt | 5 class FooBar : Foo { class
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-qualified-auto.rst | 41 volatile auto FooBar = cast<int *>(Baz3); 50 auto *volatile FooBar = cast<int *>(Baz3);
|
/external/parameter-framework/upstream/schemas/ |
D | README.md | 51 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`;
|