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

  /external/chromium_org/chrome_frame/
function_stub_unittest.cc 69 MOCK_METHOD0(Foo0, uintptr_t());
75 return test->Foo0();
82 return test->Foo0();
139 EXPECT_CALL(*this, Foo0())
161 EXPECT_CALL(*this, Foo0())
173 EXPECT_CALL(*this, Foo0())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int.py 389 class Foo0:
413 self.assertEqual(int(Foo0()), 42)
test_str.py 52 class Foo0:
101 self.assertTrue(str(Foo0()).startswith("<")) # this is different from __unicode__
test_long.py 468 class Foo0:
492 self.assertEqual(long(Foo0()), 42L)
    [all...]
test_float.py 126 class Foo0:
159 self.assertAlmostEqual(float(Foo0()), 42.)
    [all...]
test_unicode.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_int.py 389 class Foo0:
413 self.assertEqual(int(Foo0()), 42)
test_str.py 52 class Foo0:
101 self.assertTrue(str(Foo0()).startswith("<")) # this is different from __unicode__
test_long.py 468 class Foo0:
492 self.assertEqual(long(Foo0()), 42L)
    [all...]
test_float.py 126 class Foo0:
159 self.assertAlmostEqual(float(Foo0()), 42.)
    [all...]
test_unicode.py     [all...]

Completed in 149 milliseconds