Home
last modified time | relevance | path

Searched refs:Foo4 (Results 1 – 15 of 15) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp53 void Foo4(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type, false_type > t4) { sink(&t4… in Foo4() function
62 sink(&Foo4); in escape()
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-caller-callee.cc31 struct Foo4 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
/external/python/cpython2/Lib/test/
Dtest_str.py71 class Foo4(unicode): class
108 self.assertEqual(str(Foo4("bar")), "foo")
Dtest_int.py428 class Foo4(int): class
440 self.assertEqual(int(Foo4()), 42L)
Dtest_long.py505 class Foo4(long): class
517 self.assertEqual(long(Foo4()), 42)
Dtest_float.py185 class Foo4(float): class
203 self.assertRaises(TypeError, float, Foo4(42))
Dtest_unicode.py1232 class Foo4(str): class
1269 self.assertEqual(unicode(Foo4("bar")), u"foo")
/external/llvm/docs/
DGoldPlugin.rst110 printf("Foo4");
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs116 …AssertOption(new ComplexOptionType1 { Foo = 42, Foo4 = { 99, 88 } }, customOptions.TryGetMessage, … in MessageOptions()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs116 …AssertOption(new ComplexOptionType1 { Foo = 42, Foo4 = { 99, 88 } }, customOptions.TryGetMessage, … in MessageOptions()
/external/python/cpython3/Lib/test/
Dtest_float.py194 class Foo4(float): class
208 self.assertRaises(TypeError, float, Foo4(42))
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/format/
DFormatterTest.kt2127 |class Foo4 @Inject private constructor(number: Int) {}
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp4981 class Foo4 { class
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs2310 public pbc::RepeatedField<int> Foo4 { property in UnitTest.Issues.TestProtos.ComplexOptionType1
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs2310 public pbc::RepeatedField<int> Foo4 { property in UnitTest.Issues.TestProtos.ComplexOptionType1