/external/clang/test/CodeGenCXX/ |
H A D | 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/ |
H A D | coverage-caller-callee-total-count.cc | 14 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; struct in inherits:Foo 17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | coverage-caller-callee.cc | 28 struct Foo1 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; struct in inherits:Foo 49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
|
/external/python/cpython2/Doc/includes/ |
H A D | mp_newtype.py | 48 MyManager.register('Foo1', Foo) 67 f1 = manager.Foo1()
|
/external/clang/test/SemaCXX/ |
H A D | conditional-expr.cpp | 257 struct Foo1 { struct in namespace:PR6757 258 Foo1(); 259 Foo1(const Foo1&); 270 operator const Foo1&() const; 276 (void)(true ? Bar() : Foo1()); // okay
|
H A D | warn-thread-safety-analysis.cpp | 1837 class Foo1 { class in namespace:TestTemplateAttributeInstantiation 1854 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { 1860 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { 1869 Foo1 fooBase; 1911 Foo1 f1;
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTest.cpp | 245 Function *Foo1 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), local 246 "\1Foo1"); 250 CallInst *Call1 = Builder.CreateCall(Foo1, {}); 280 EXPECT_FALSE(std::find(I, E, "Foo1") == E);
|
/external/clang/test/Misc/ |
H A D | diag-template-diffing.cpp | 628 template <unsigned N> class Foo1 {}; class in namespace:PR14015 633 Foo1<1> F1; 634 Foo1<2> F2, F3; 642 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo1<1>' to 'const Foo1<2>' for 1st argument 643 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo1<1>' to 'Foo1<2>' for 1st argument 645 // CHECK-ELIDE-NOTREE: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'Foo1<2>' to 'const Foo1<1>' for 1st argument 646 // CHECK-ELIDE-NOTREE: candidate function (the implicit move assignment operator) not viable: no known conversion from 'Foo1< [all...] |
/external/python/cpython2/Lib/test/ |
H A D | test_int.py | 416 class Foo1(object): class in function:IntTestCases.test_intconversion 437 self.assertEqual(int(Foo1()), 42)
|
H A D | test_str.py | 59 class Foo1: class in function:StrTest.test_conversion 105 self.assertEqual(str(Foo1()), "foo")
|
H A D | test_long.py | 493 class Foo1(object): class in function:LongTest.test_conversion 514 self.assertEqual(long(Foo1()), 42L)
|
H A D | test_float.py | 170 class Foo1(object): class in function:GeneralFloatCases.test_floatconversion 200 self.assertAlmostEqual(float(Foo1()), 42.)
|
H A D | test_unicode.py | 1220 class Foo1: class in function:UnicodeTest.test_conversion 1266 self.assertEqual(unicode(Foo1()), u"foo")
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
H A D | UnittestProto3.cs | 207 [pbr::OriginalName("FOO1")] Foo1 = 1, enumerator in enum:Google.Protobuf.TestProtos.TestEnumWithDupValue
|