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

  /external/python/cpython3/Lib/
os.py 337 nondirs = []
376 nondirs.append(entry.name)
398 yield top, dirs, nondirs
415 yield top, dirs, nondirs
473 dirs, nondirs = [], []
483 nondirs.append(name)
489 nondirs.append(name)
494 yield toppath, dirs, nondirs, topfd
512 yield toppath, dirs, nondirs, topfd
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 296 dirs, nondirs = [], []
301 nondirs.append(name)
304 yield top, dirs, nondirs
311 yield top, dirs, nondirs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 311 dirs, nondirs = [], []
316 nondirs.append(name)
319 yield top, dirs, nondirs
326 yield top, dirs, nondirs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 282 dirs, nondirs = [], []
287 nondirs.append(name)
290 yield top, dirs, nondirs
297 yield top, dirs, nondirs
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 384 dirs, nondirs = [], []
389 nondirs.append(name)
392 yield top, dirs, nondirs
399 yield top, dirs, nondirs
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 384 dirs, nondirs = [], []
389 nondirs.append(name)
392 yield top, dirs, nondirs
399 yield top, dirs, nondirs
  /external/python/cpython2/Lib/
os.py 284 dirs, nondirs = [], []
289 nondirs.append(name)
292 yield top, dirs, nondirs
299 yield top, dirs, nondirs
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 282 dirs, nondirs = [], []
287 nondirs.append(name)
290 yield top, dirs, nondirs
297 yield top, dirs, nondirs
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 282 dirs, nondirs = [], []
287 nondirs.append(name)
290 yield top, dirs, nondirs
297 yield top, dirs, nondirs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 282 dirs, nondirs = [], []
287 nondirs.append(name)
290 yield top, dirs, nondirs
297 yield top, dirs, nondirs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 282 dirs, nondirs = [], []
287 nondirs.append(name)
290 yield top, dirs, nondirs
297 yield top, dirs, nondirs

Completed in 78 milliseconds