HomeSort by relevance Sort by last modified time
    Searched refs:Foo1 (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
debug-info-decl-nested.cpp 37 class Foo1;
47 void Bar(const Foo1 *);
54 void OuterClass1::Bar(const Foo1 *meta) { }
  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee-total-count.cc 14 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
  /external/clang/test/SemaCXX/
conditional-expr.cpp 257 struct Foo1 {
258 Foo1();
259 Foo1(const Foo1&);
270 operator const Foo1&() const;
276 (void)(true ? Bar() : Foo1()); // okay
warn-thread-safety-analysis.cpp 1645 void foo1() { function in struct:test_scoped_lockable::TestScopedLockable
1713 void foo1() { function in struct:TryLockTest::TestTryLock
1998 void Foo::foo1(Foo *f_defined) { function in class:FunctionDeclDefTest::Foo
3687 void Foo::foo1() { function in class:MultipleAttributeTest::Foo
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 226 runtime.SetFinalizer(Foo1, func(p *Object1) {})
228 runtime.SetFinalizer(Foo1, nil)
242 Foo1 = &Object1{}
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 226 runtime.SetFinalizer(Foo1, func(p *Object1) {})
228 runtime.SetFinalizer(Foo1, nil)
242 Foo1 = &Object1{}
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 245 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(),
246 "\1Foo1");
250 CallInst *Call1 = Builder.CreateCall(Foo1, {});
280 EXPECT_FALSE(std::find(I, E, "Foo1") == E);
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_int.py 393 class Foo1(object):
414 self.assertEqual(int(Foo1()), 42)
test_str.py 56 class Foo1:
102 self.assertEqual(str(Foo1()), "foo")
test_long.py 472 class Foo1(object):
493 self.assertEqual(long(Foo1()), 42L)
    [all...]
test_float.py 130 class Foo1(object):
160 self.assertAlmostEqual(float(Foo1()), 42.)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_int.py 393 class Foo1(object):
414 self.assertEqual(int(Foo1()), 42)
test_str.py 56 class Foo1:
102 self.assertEqual(str(Foo1()), "foo")
test_long.py 472 class Foo1(object):
493 self.assertEqual(long(Foo1()), 42L)
    [all...]
test_float.py 130 class Foo1(object):
160 self.assertAlmostEqual(float(Foo1()), 42.)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int.py 393 class Foo1(object):
414 self.assertEqual(int(Foo1()), 42)
test_str.py 56 class Foo1:
102 self.assertEqual(str(Foo1()), "foo")
test_long.py 472 class Foo1(object):
493 self.assertEqual(long(Foo1()), 42L)
    [all...]
test_float.py 130 class Foo1(object):
160 self.assertAlmostEqual(float(Foo1()), 42.)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_int.py 393 class Foo1(object):
414 self.assertEqual(int(Foo1()), 42)
test_str.py 56 class Foo1:
102 self.assertEqual(str(Foo1()), "foo")
test_long.py 472 class Foo1(object):
493 self.assertEqual(long(Foo1()), 42L)
    [all...]
test_float.py 130 class Foo1(object):
160 self.assertAlmostEqual(float(Foo1()), 42.)
    [all...]

Completed in 319 milliseconds

1 2