HomeSort by relevance Sort by last modified time
    Searched defs:isfile (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
tarfile.py 1455 def isfile(self): member in class:TarInfo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
tarfile.py 1455 def isfile(self): member in class:TarInfo
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 107 if not os.path.isfile(src):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
181 if not isfile(src):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 107 if not os.path.isfile(src):
172 from os.path import exists, isfile, isdir, basename, dirname namespace
181 if not isfile(src):
  /external/v8/test/preparser/
testcfg.py 30 from os.path import join, dirname, exists, isfile namespace
127 if not isfile(executable):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 95 if self.isfile(path):
122 def isfile(self, path): member in class:FileSystem
123 return os.path.isfile(path)
filesystem_mock.py 124 return self.isfile(path) or self.isdir(path)
132 if self.isfile(path):
175 def isfile(self, path): member in class:MockFileSystem
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 152 def isfile(self, path): member in class:OsModuleStub.OsPathModuleStub
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 31 original_isfile = os.path.isfile
33 os.path.isfile = original_isfile
49 def isfile(path): function in function:TestDiscovery.test_find_tests
52 os.path.isfile = isfile
74 original_isfile = os.path.isfile
76 os.path.isfile = original_isfile
89 os.path.isfile = lambda path: os.path.basename(path) not in directories
136 original_isfile = os.path.isfile
139 os.path.isfile = original_isfil
337 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 31 original_isfile = os.path.isfile
33 os.path.isfile = original_isfile
49 def isfile(path): function in function:TestDiscovery.test_find_tests
52 os.path.isfile = isfile
74 original_isfile = os.path.isfile
76 os.path.isfile = original_isfile
89 os.path.isfile = lambda path: os.path.basename(path) not in directories
136 original_isfile = os.path.isfile
139 os.path.isfile = original_isfil
337 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 17 from os.path import isfile, getsize namespace
223 if not isfile(localfilename) or getsize(localfilename) <= 0:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 113 from os.path import isfile, split, join namespace
229 if isfile(default_cfg):
239 if isfile(cfg_file2):
839 if data.lower().endswith(".gif") and isfile(data):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 113 from os.path import isfile, split, join namespace
229 if isfile(default_cfg):
239 if isfile(cfg_file2):
839 if data.lower().endswith(".gif") and isfile(data):
    [all...]

Completed in 250 milliseconds