Home
last modified time | relevance | path

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

/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/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, %struct.FooBar* %up, i32 0, i32 7 ; <i16*> [#uses=1]
21 %tmp18 = getelementptr %struct.FooBar, %struct.FooBar* %up, i32 0, i32 0 ; <i8*> [#uses=1]
24 %tmp24 = getelementptr %struct.FooBar, %struct.FooBar* %up, i32 0, i32 0 ; <i8*> [#uses=1]
/external/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.cpp228FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the construc…
229 ~FooBar(); // expected-error {{expected the class name after '~' to name a destructor}}
231 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}}
232 FooBar::~FooBar() {} // expected-error {{undeclared}} expected-error {{expected the class name}}
/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/clang/test/Sema/
Dwarn-documentation-fixits.cpp64 int FooBar();
Dwarn-documentation.m178 int FooBar(); function
/external/google-breakpad/src/testing/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/protobuf/gtest/test/
Dgtest_list_tests_unittest_.cc61 TEST(FooBar, Baz) { in TEST() argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/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…
Dwarn-thread-safety-analysis.cpp994 class FooBar { class
1001 FooBar *fb;
1170 class FooBar { class in thread_annot_lock_30_modified::Bar
/external/gtest/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
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dcoding_style.txt42 Typically it will be FooBar for typename parameters and foo_bar for non-typename ones.
/external/clang/test/Analysis/
Dobjc_invalidation.m247 @class FooBar;
/external/llvm/docs/
DYamlIO.rst94 For instance, if you have an enumerated type FooBar you could specialize
103 struct ScalarEnumerationTraits<FooBar> {
104 static void enumeration(IO &io, FooBar &value) {
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst1792 # <html><head></head><body><a>FooBar</a></body></html>