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

1 2

  /ndk/sources/android/crazy_linker/tests/
foo2.cpp 8 // Same as foo.cpp, byt exposes Foo2() instead of Foo().
10 extern "C" void Foo2() {
  /external/clang/test/SemaTemplate/
derived.cpp 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: can't deduce a type for 'T' that would make 'const T' equal 'int'}}
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee-total-count.cc 15 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
coverage-caller-callee.cc 28 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
48 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
  /external/clang/test/CodeGenCXX/
debug-info-decl-nested.cpp 60 class Foo2;
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1-cxx11.cpp 60 void Foo2() {
p1.cpp 80 void Foo2() {
  /external/clang/test/SemaCXX/
virtual-override.cpp 159 struct Foo2 : Base {
164 Foo2<Base1> f1;
165 Foo2<Base2> f2;
warn-unused-local-typedef.cpp 9 typedef int Foo2; // no diag
22 typedef int foo2; typedef
24 typedef int foo2; // expected-warning {{unused typedef 'foo2'}} typedef
26 typedef foo2 foo3; // expected-warning {{unused typedef 'foo3'}}
43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}}
92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}}
new-delete.cpp 484 template <class Payload> struct Foo2 {
485 Foo2() : a_(new scoped_array2<int>[5]) { }
489 Foo2<Bar2> x2;
conditional-expr.cpp 262 struct Foo2 { };
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay
warn-thread-safety-analysis.cpp 568 LateFoo Foo2;
632 BarA.Foo2.a = 2; // \
633 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo2.mu' exclusively}} \
1650 void foo2() { function in struct:test_scoped_lockable::TestScopedLockable
1720 void foo2() { function in struct:TryLockTest::TestTryLock
3692 void Foo::foo2() { function in class:MultipleAttributeTest::Foo
4816 foo + foo2; \/\/ expected-warning {{reading variable 'foo' requires holding mutex 'mu'}} \\ local
4818 foo \/ foo2; \/\/ expected-warning {{reading variable 'foo' requires holding mutex 'mu'}} \\ local
4820 foo * foo2; \/\/ expected-warning {{reading variable 'foo' requires holding mutex 'mu'}} \\ local
    [all...]
  /external/v8/test/webkit/fast/js/
object-prototype-constructor.js 34 var Foo2 = { Bar: F};
35 var f2 = new Foo2.Bar();
36 shouldBe("f2.constructor", "Foo2.Bar");
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 200 class Foo2 {
205 bool Foo2<T>::Bar() {
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 218 class Foo2(FooBase):
test_int.py 397 class Foo2(int):
415 self.assertEqual(int(Foo2()), 42)
test_str.py 60 class Foo2(object):
103 self.assertEqual(str(Foo2()), "foo")
test_long.py 476 class Foo2(long):
494 self.assertEqual(long(Foo2()), 42L)
    [all...]
test_float.py 134 class Foo2(float):
161 self.assertAlmostEqual(float(Foo2()), 42.)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 218 class Foo2(FooBase):
test_int.py 397 class Foo2(int):
415 self.assertEqual(int(Foo2()), 42)
test_str.py 60 class Foo2(object):
103 self.assertEqual(str(Foo2()), "foo")
test_long.py 476 class Foo2(long):
494 self.assertEqual(long(Foo2()), 42L)
    [all...]
test_float.py 134 class Foo2(float):
161 self.assertAlmostEqual(float(Foo2()), 42.)
    [all...]

Completed in 1572 milliseconds

1 2