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

  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 35 struct Foo8 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
50 new Foo7, new Foo8, new Foo9, new Foo10, new Foo11, new Foo12, new Foo13,
  /external/python/cpython2/Lib/test/
test_str.py 92 class Foo8(str):
112 self.assertEqual(str(Foo8("foo")), "foofoo")
113 self.assertIs(type(str(Foo8("foo"))), Foo8)
114 self.assertEqual(StrSubclass(Foo8("foo")), "foofoo")
115 self.assertIs(type(StrSubclass(Foo8("foo"))), StrSubclass)
test_unicode.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_str.py 77 class Foo8(str):
97 self.assertEqual(str(Foo8("foo")), "foofoo")
test_unicode.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_str.py 89 class Foo8(str):
109 self.assertEqual(str(Foo8("foo")), "foofoo")
test_unicode.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_str.py 89 class Foo8(str):
109 self.assertEqual(str(Foo8("foo")), "foofoo")
test_unicode.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_str.py 89 class Foo8(str):
109 self.assertEqual(str(Foo8("foo")), "foofoo")
test_unicode.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_str.py 89 class Foo8(str):
109 self.assertEqual(str(Foo8("foo")), "foofoo")
test_unicode.py     [all...]

Completed in 353 milliseconds