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

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_lib.py 164 for py_file in py_filenames:
168 ext = os.path.splitext(os.path.normcase(py_file))[1]
172 bytecode_files.append(py_file + "c")
174 bytecode_files.append(py_file + "o")
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_lib.py 164 for py_file in py_filenames:
168 ext = os.path.splitext(os.path.normcase(py_file))[1]
172 bytecode_files.append(py_file + "c")
174 bytecode_files.append(py_file + "o")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 164 for py_file in py_filenames:
168 ext = os.path.splitext(os.path.normcase(py_file))[1]
172 bytecode_files.append(py_file + "c")
174 bytecode_files.append(py_file + "o")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 164 for py_file in py_filenames:
168 ext = os.path.splitext(os.path.normcase(py_file))[1]
172 bytecode_files.append(py_file + "c")
174 bytecode_files.append(py_file + "o")
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
__init__.py 136 for py_file in py_files:
138 modname = "%s.%s.%s" % ( __name__, package, py_file[:-3] )
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
__init__.py 136 for py_file in py_files:
138 modname = "%s.%s.%s" % ( __name__, package, py_file[:-3] )
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 832 for py_file in find_python_files(src):
833 py_file = files.canonical_filename(py_file)
835 if self.omit_match and self.omit_match.match(py_file):
840 self.data.touch_file(py_file)
    [all...]
  /external/libxml2/python/
libxml.c 3016 PyObject *py_file = NULL; local
3688 PyObject *py_file; local
    [all...]

Completed in 746 milliseconds