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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /external/python/cpython2/RISCOS/
unixstuff.c 55 int isfile(char *fn) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
genericpath.py 10 'getsize', 'isdir', 'isfile']
34 def isfile(path): function
  /external/python/cpython2/Lib/
genericpath.py 10 'getsize', 'isdir', 'isfile']
34 def isfile(path): function
  /external/python/cpython3/Lib/
genericpath.py 10 'getsize', 'isdir', 'isfile', 'samefile', 'sameopenfile',
27 def isfile(path): function
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOsPath.py 17 def isfile(path): function
18 return os.path.isfile(LongFilePath(path))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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_isfile
323 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /external/python/cpython2/Lib/plat-riscos/
riscospath.py 227 def isfile(p): function
  /external/python/cpython2/Lib/unittest/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
338 def isfile(_): function in function:TestDiscovery.setup_module_clash
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 129 isfile(char *filename) function
154 if (isfile(filename)) {
162 if (isfile(filename)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 85 if not os.path.isfile(name):
121 files = filter(os.path.isfile, files)
138 def isfile(self, name): member in class:FSProxyLocal
139 return self.visible(name) and os.path.isfile(name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 145 isfile(char *filename) /* Is file, not directory */ function
159 if (isfile(filename))
165 if (isfile(filename))
282 if (isfile(prefix)) {
341 if (isfile(exec_prefix)) {
  /external/protobuf/gtest/test/
run_tests_util_test.py 118 def isfile(self, path): member in class:FakePath
  /external/python/cpython2/Demo/pdist/
FSProxy.py 85 if not os.path.isfile(name):
121 files = filter(os.path.isfile, files)
138 def isfile(self, name): member in class:FSProxyLocal
139 return self.visible(name) and os.path.isfile(name)
  /external/python/cpython2/Modules/
getpath.c 132 isfile(char *filename) /* Is file, not directory */ function
146 if (isfile(filename))
152 if (isfile(filename))
272 if (isfile(prefix)) {
336 if (isfile(exec_prefix)) {
  /external/python/cpython3/Lib/unittest/test/
test_discovery.py 48 original_isfile = os.path.isfile
50 os.path.isfile = original_isfile
66 def isfile(path): function in function:TestDiscovery.test_find_tests
69 os.path.isfile = isfile
101 original_isfile = os.path.isfile
103 os.path.isfile = original_isfile
115 os.path.isfile = lambda path: False
139 original_isfile = os.path.isfile
141 os.path.isfile = original_isfil
731 def isfile(_): function in function:TestDiscovery.setup_module_clash
    [all...]
test_program.py 334 def isfile(path): function in function:TestCommandLineArgs._patch_isfile
336 original = os.path.isfile
337 os.path.isfile = isfile
339 os.path.isfile = original

Completed in 369 milliseconds

1 2