HomeSort by relevance Sort by last modified time
    Searched defs:FooBar (Results 1 - 20 of 20) sorted by null

  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
  /build/make/tools/droiddoc/test/generics/src/com/android/generics/
FooBar.java 19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> {
28 public FooBar(K k) {
37 public FooBar<K,? extends Foo,L> a(K arg) {
41 public FooBar<V,K,L> b(Bar<? extends K> arg) {
  /external/clang/test/Parser/
cxx-decl.cpp 248 struct Foobar { // expected-note 2{{declared here}}
249 FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the constructor name 'Foobar'?}}
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}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /external/python/cpython2/Lib/unittest/test/
test_program.py 56 class FooBar(unittest.TestCase):
63 """Test loader that returns a suite containing FooBar."""
66 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
71 argv=["foobar"],
81 argv=["foobar"],
91 argv=["foobar"],
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /external/guice/core/test/com/google/inject/
JitBindingsTest.java 80 bind(FooBar.class);
83 // Foo, Bar & FooBar was explicitly bound
84 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
114 bind(FooBar.class);
117 // Foo, Bar & FooBar was explicitly bound
118 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
148 bind(FooBar.class);
151 // Foo, Bar & FooBar was explicitly bound
152 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
213 bind(FooBar.class)
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 174 class FooBar {};
190 const MyRefPtr<FooBar>& GetFooBar() { return foobar_; }
194 MyRefPtr<FooBar> foobar_;
methods-original.cc 178 class FooBar {};
194 const MyRefPtr<FooBar>& fooBar() { return foobar_; }
198 MyRefPtr<FooBar> foobar_;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 41 struct FooBar {
45 typedef std::vector<FooBar> FooBarSequence;
47 LLVM_YAML_IS_SEQUENCE_VECTOR(FooBar)
56 struct MappingTraits<FooBar> {
57 static void mapping(IO &io, FooBar& fb) {
76 FooBar doc;
97 FooBar doc;
113 FooBar& map1 = seq[0];
114 FooBar& map2 = seq[1];
205 FooBar entry1
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 994 class FooBar {
1001 FooBar *fb;
1170 class FooBar {
    [all...]

Completed in 1413 milliseconds