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

  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
  /build/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 227 struct Foobar { // expected-note 2{{declared here}}
228 FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the constructor name 'Foobar'?}}
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/lldb/test/unittest2/test/
test_program.py 39 class FooBar(unittest2.TestCase):
46 """Test loader that returns a suite containing FooBar."""
49 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
54 argv=["foobar"],
64 argv=["foobar"],
74 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/llvm/unittests/Support/
YAMLIOTest.cpp 41 struct FooBar {
45 typedef std::vector<FooBar> FooBarSequence;
47 LLVM_YAML_IS_SEQUENCE_VECTOR(FooBar)
53 struct MappingTraits<FooBar> {
54 static void mapping(IO &io, FooBar& fb) {
67 FooBar doc;
97 FooBar& map1 = seq[0];
98 FooBar& map2 = seq[1];
112 FooBar entry1;
115 FooBar entry2
    [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 952 class FooBar {
959 FooBar *fb;
1128 class FooBar {
    [all...]

Completed in 650 milliseconds