HomeSort by relevance Sort by last modified time
    Searched refs:splitext (Results 226 - 250 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserString.py 224 called_as, py = os.path.splitext(called_as)
trace.py 190 filename, ext = os.path.splitext(base)
218 filename, ext = os.path.splitext(base)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 226 module = os.path.splitext(os.path.basename(f))[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 474 main_name = os.path.splitext(os.path.basename(main_path))[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserString.py 224 called_as, py = os.path.splitext(called_as)
trace.py 190 filename, ext = os.path.splitext(base)
218 filename, ext = os.path.splitext(base)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 226 module = os.path.splitext(os.path.basename(f))[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 474 main_name = os.path.splitext(os.path.basename(main_path))[0]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 198 return os.path.splitext(fileName)[0]
219 ext = os.path.splitext(fileName)[1]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 106 output, extension = os.path.splitext(output)
364 output_file_base = os.path.splitext(self.output_file_name)[0]
514 root, ext = os.path.splitext(basename)
679 root, ext = os.path.splitext(basename)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 589 baseline_filename = self._filesystem.splitext(test_name)[0] + '-expected' + suffix
744 filename_wihout_ext, unused = filesystem.splitext(filename)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 440 packagename = identify(os.path.splitext(os.path.basename(fname))[0])
593 self.modname = os.path.splitext(os.path.split(self.pathname)[1])[0]
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 177 (self.short_name, self.ext) = os.path.splitext(self.name)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 406 def splitext(self, path): member in class:MockFileSystem
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 204 output_basename = fs.basename(fs.splitext(self._test_name)[0] + "-expected" + extension)
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 177 (self.short_name, self.ext) = os.path.splitext(self.name)
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 592 extension = os.path.splitext(path)[1]
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 373 new_basename = os.path.splitext(basename)[0]
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 76 generator_name = os.path.splitext(format)[0]
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 513 ext = os.path.splitext(file)[1]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 327 path, extension = os.path.splitext(
  /external/skia/gm/rebaseline_server/
server.py 592 extension = os.path.splitext(path)[1]
  /packages/experimental/procstatlog/
procstatreport.py 160 files_dir = "%s_files" % os.path.splitext(filename)[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 15 testmod_filename = os.path.splitext(__file__)[0] + '.py'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 15 testmod_filename = os.path.splitext(__file__)[0] + '.py'

Completed in 832 milliseconds

1 2 3 4 5 6 7 8 91011>>