Home
last modified time | relevance | path

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

12

/external/guice/core/test/com/google/inject/
DJitBindingsTest.java80 bind(FooBar.class); in testMoreBasicsWork()
84 ensureWorks(injector, FooBar.class, Bar.class, Foo.class); in testMoreBasicsWork()
114 bind(FooBar.class); in testBasicsWithEagerSingleton()
118 ensureWorks(injector, FooBar.class, Bar.class, Foo.class); in testBasicsWithEagerSingleton()
148 bind(FooBar.class); in testBasicsWithScoped()
152 ensureWorks(injector, FooBar.class, Bar.class, Foo.class); in testBasicsWithScoped()
213 bind(FooBar.class); in testJitInjectionFails()
310 ensureFails(parent, FAIL_ALL, FooImpl.class, FooBar.class, Foo.class); in testChildInjectorInheritsOption()
316 bind(FooBar.class); in testChildInjectorInheritsOption()
343 bind(FooBar.class); in testChildInjectorInheritsOption()
[all …]
/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/clang/test/CodeGenCXX/
Dunion-dtor.cpp16 union FooBar { union
17 FooBar() {} in FooBar() function
18 ~FooBar() {} in ~FooBar()
32 FooBar foobar;
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dzext-or-icmp.ll3 …%struct.FooBar = type <{ i8, i8, [2 x i8], i8, i8, i8, i8, i16, i16, [4 x i8], [8 x %struct.Rock] …
7 define zeroext i8 @t(%struct.FooBar* %up, i8 zeroext %intra_flag, i32 %blk_i) nounwind {
13 %tmp8 = getelementptr %struct.FooBar* %up, i32 0, i32 7 ; <i16*> [#uses=1]
21 %tmp18 = getelementptr %struct.FooBar* %up, i32 0, i32 0 ; <i8*> [#uses=1]
24 %tmp24 = getelementptr %struct.FooBar* %up, i32 0, i32 0 ; <i8*> [#uses=1]
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmacros-expected.cc81 DECLARE_FIELD(FooBar, FooBar)
88 return fm.FooBar() + fm.BarBaz(); in FieldsMacroTest()
Dmethods-expected.cc174 class FooBar {}; class in blink::BitVector
190 const MyRefPtr<FooBar>& GetFooBar() { return foobar_; } in GetFooBar()
194 MyRefPtr<FooBar> foobar_;
Dmethods-original.cc178 class FooBar {}; class in blink::BitVector
194 const MyRefPtr<FooBar>& fooBar() { return foobar_; } in fooBar()
198 MyRefPtr<FooBar> foobar_;
Dmacros-original.cc81 DECLARE_FIELD(fooBar, FooBar)
/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/unittests/Support/
DYAMLIOTest.cpp41 struct FooBar { struct
45 typedef std::vector<FooBar> FooBarSequence; argument
47 LLVM_YAML_IS_SEQUENCE_VECTOR(FooBar)
56 struct MappingTraits<FooBar> {
57 static void mapping(IO &io, FooBar& fb) { in mapping()
76 FooBar doc; in TEST()
97 FooBar doc; in TEST()
113 FooBar& map1 = seq[0]; in TEST()
114 FooBar& map2 = seq[1]; in TEST()
205 FooBar entry1; in TEST()
[all …]
/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`;
/external/python/cpython3/Lib/unittest/test/
Dtest_program.py57 class FooBar(unittest.TestCase): class in Test_TestProgram
67 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
71 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
/external/clang/test/Sema/
Dwarn-documentation-fixits.cpp64 int FooBar();
Dwarn-documentation.m178 int FooBar(); function
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/google-breakpad/src/testing/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/python/cpython2/Lib/unittest/test/
Dtest_program.py56 class FooBar(unittest.TestCase): class in Test_TestProgram
66 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
/external/v8/testing/gtest/test/
Dgtest_list_tests_unittest_.cc59 TEST(FooBar, Baz) { in TEST() argument
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace…
Dtypo-correction.cpp196 …test1::FooBar *b; // expected-error{{no type named 'FooBar' in namespace 'test1'; did you mean 'F…
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_list_tests_unittest_.cc59 TEST(FooBar, Baz) { in TEST() argument
/external/googletest/googletest/test/
Dgtest_list_tests_unittest_.cc59 TEST(FooBar, Baz) { in TEST() argument
/external/clang/test/Index/
Dcomplete-method-decls.m28 @interface B (FooBar) category
41 @implementation B (FooBar) category

12