HomeSort by relevance Sort by last modified time
    Searched refs:Foo4 (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/memcheck/tests/
deep_templates.cpp 30 typedef Stack<Foo3,Foo3> Foo4;
31 typedef Stack<Foo4,Foo4> Foo5;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int.py 405 class Foo4(int):
417 self.assertEqual(int(Foo4()), 42L)
test_str.py 68 class Foo4(unicode):
105 self.assertEqual(str(Foo4("bar")), "foo")
test_long.py 484 class Foo4(long):
496 self.assertEqual(long(Foo4()), 42)
    [all...]
test_float.py 145 class Foo4(float):
163 self.assertRaises(TypeError, float, Foo4(42))
    [all...]
test_unicode.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_int.py 405 class Foo4(int):
417 self.assertEqual(int(Foo4()), 42L)
test_str.py 68 class Foo4(unicode):
105 self.assertEqual(str(Foo4("bar")), "foo")
test_long.py 484 class Foo4(long):
496 self.assertEqual(long(Foo4()), 42)
    [all...]
test_float.py 145 class Foo4(float):
163 self.assertRaises(TypeError, float, Foo4(42))
    [all...]
test_unicode.py     [all...]

Completed in 129 milliseconds