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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 359 self.assertFalse(port.test_isfile('passes'))
360 self.assertTrue(port.test_isfile('passes/text.html'))
361 self.assertFalse(port.test_isfile('passes/does_not_exist.html'))
363 self.assertFalse(port.test_isfile('virtual'))
364 self.assertTrue(port.test_isfile('virtual/passes/text.html'))
365 self.assertFalse(port.test_isfile('virtual/does_not_exist.html'))
base.py 673 def test_isfile(self, test_name): member in class:Port
695 return self.test_isfile(test_name) or self.test_isdir(test_name)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 498 test_port.test_isfile = lambda test: True
516 test_port.test_isfile = lambda test: True
533 test_port.test_isfile = lambda test: True
553 test_port.test_isfile = lambda test: True
575 test_port.test_isfile = lambda test: True
593 test_port.test_isfile = lambda test: True
615 test_port.test_isfile = lambda test: True
637 test_port.test_isfile = lambda test: True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 140 def test_isfile(self): member in class:GenericTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genericpath.py 140 def test_isfile(self): member in class:GenericTest

Completed in 949 milliseconds