HomeSort by relevance Sort by last modified time
    Searched defs:isfile (Results 1 - 17 of 17) 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/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 162 def isfile(self, path): member in class:OsModuleStub.OsPathModuleStub
  /external/lldb/test/unittest2/test/
test_discovery.py 32 original_isfile = os.path.isfile
34 os.path.isfile = original_isfile
50 def isfile(path): function in function:TestDiscovery.test_find_tests
53 os.path.isfile = isfile
75 original_isfile = os.path.isfile
77 os.path.isfile = original_isfile
90 os.path.isfile = lambda path: os.path.basename(path) not in directories
137 original_isfile = os.path.isfile
140 os.path.isfile = original_isfil
332 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 2162 milliseconds