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

  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
__init__.py 132 py_files = filter(lambda x: x.endswith('.py')
136 for py_file in py_files:
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
__init__.py 132 py_files = filter(lambda x: x.endswith('.py')
136 for py_file in py_files:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 418 def byte_compile (py_files,
424 or .pyo files in the same directory. 'py_files' is a list of files
434 filenames listed in 'py_files'; you can modify these with 'prefix' and
499 #py_files = map(os.path.abspath, py_files)
503 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
529 for file in py_files:
  /external/python/cpython2/Lib/distutils/
util.py 328 def byte_compile (py_files,
334 or .pyo files in the same directory. 'py_files' is a list of files
344 filenames listed in 'py_files'; you can modify these with 'prefix' and
409 #py_files = map(os.path.abspath, py_files)
413 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
439 for file in py_files:
  /external/python/cpython3/Lib/distutils/
util.py 320 def byte_compile (py_files,
326 files in a __pycache__ subdirectory. 'py_files' is a list
336 filenames listed in 'py_files'; you can modify these with 'prefix' and
406 #py_files = map(os.path.abspath, py_files)
410 script.write(",\n".join(map(repr, py_files)) + "]\n")
434 for file in py_files:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 350 def byte_compile (py_files,
356 or .pyo files in the same directory. 'py_files' is a list of files
366 filenames listed in 'py_files'; you can modify these with 'prefix' and
431 #py_files = map(os.path.abspath, py_files)
435 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
461 for file in py_files:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 350 def byte_compile (py_files,
356 or .pyo files in the same directory. 'py_files' is a list of files
366 filenames listed in 'py_files'; you can modify these with 'prefix' and
431 #py_files = map(os.path.abspath, py_files)
435 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
461 for file in py_files:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 350 def byte_compile (py_files,
356 or .pyo files in the same directory. 'py_files' is a list of files
366 filenames listed in 'py_files'; you can modify these with 'prefix' and
431 #py_files = map(os.path.abspath, py_files)
435 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
461 for file in py_files:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 350 def byte_compile (py_files,
356 or .pyo files in the same directory. 'py_files' is a list of files
366 filenames listed in 'py_files'; you can modify these with 'prefix' and
431 #py_files = map(os.path.abspath, py_files)
435 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
461 for file in py_files:
  /external/tensorflow/tensorflow/tools/compatibility/
tf_upgrade.py 467 py_files = [f for f in file_list if f.endswith(".py")]
469 for filename in py_files:

Completed in 1001 milliseconds