/external/guice/core/test/com/google/inject/ |
D | JitBindingsTest.java | 80 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/ |
D | zext-or-icmp.ll | 3 …%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/ |
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 | 228 …FooBar(); // 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/ |
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/unittests/Support/ |
D | YAMLIOTest.cpp | 41 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/ |
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`;
|
/external/clang/test/Sema/ |
D | warn-documentation-fixits.cpp | 64 int FooBar();
|
D | warn-documentation.m | 178 int FooBar(); function
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 61 TEST(FooBar, Baz) { in TEST() argument
|
/external/protobuf/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 61 TEST(FooBar, Baz) { in TEST() argument
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_list_tests_unittest_.cc | 59 TEST(FooBar, Baz) { in TEST() argument
|
/external/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace…
|
D | typo-correction.cpp | 196 …test1::FooBar *b; // expected-error{{no type named 'FooBar' in namespace 'test1'; did you mean 'F…
|
D | warn-thread-safety-analysis.cpp | 994 class FooBar { class 1001 FooBar *fb; 1170 class FooBar { class in thread_annot_lock_30_modified::Bar
|
/external/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 59 TEST(FooBar, Baz) { in TEST() argument
|
/external/clang/test/Index/ |
D | complete-method-decls.m | 28 @interface B (FooBar) category 41 @implementation B (FooBar) category
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 42 Typically it will be FooBar for typename parameters and foo_bar for non-typename ones.
|
/external/clang/test/Analysis/ |
D | objc_invalidation.m | 247 @class FooBar;
|
/external/llvm/docs/ |
D | YamlIO.rst | 94 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/ |
D | index.rst | 1792 # <html><head></head><body><a>FooBar</a></body></html>
|