HomeSort by relevance Sort by last modified time
    Searched refs:splitext (Results 26 - 48 of 48) sorted by null

12

  /development/scripts/
divide_and_compress.py 173 root, ext = os.path.splitext(archive_path)
  /external/chromium/chrome/common/extensions/docs/build/
build.py 160 return set(os.path.splitext(file_name)[0]
directory.py 567 ext = os.path.splitext(file_name)[1]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 139 base, ext = filesystem.splitext(baseline_filename)
369 test_basename = self._filesystem.splitext(test)[0]
424 suffix = self._filesystem.splitext(filename)[1]
728 test_basename = self._filesystem.basename(self._filesystem.splitext(test)[0])
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 135 (test_path_root, _) = os.path.splitext(test_path)
  /bionic/libc/tools/
bionic_utils.py 348 r, ext = os.path.splitext(f)
  /external/clang/utils/
token-delta.py 136 base,ext = os.path.splitext(name)
FindSpecRefs 821 name,ext = os.path.splitext(filename)
    [all...]
  /external/llvm/utils/lit/lit/
TestFormats.py 114 base,ext = os.path.splitext(filename)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 135 return fs.splitext(output_filename)[0] + modifier
single_test_runner.py 174 output_file = fs.basename(fs.splitext(self._filename)[0] +
  /build/tools/releasetools/
common.py 638 b, x = os.path.splitext(f)
729 ext = os.path.splitext(tf.name)[1]
735 ext = os.path.splitext(tf.name)[1]
  /bionic/libc/kernel/tools/
utils.py 253 r, ext = os.path.splitext(f)
  /external/llvm/utils/
llvmbuild 134 (base, ext) = os.path.splitext(executable)
141 (base, ext) = os.path.splitext(executable)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 279 name, extension = os.path.splitext(process_name)
filesystem_mock.py 277 def splitext(self, path): member in class:MockFileSystem
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 437 return os.path.splitext(file_path)[1].lstrip(".")
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 198 return os.path.splitext(fileName)[0]
219 ext = os.path.splitext(fileName)[1]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 290 testname = self._filesystem.splitext(self.relative_test_filename(filename))[0]
345 checksum_path = self._filesystem.splitext(png_path)[0] + '.checksum'
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 351 results_name, _ = os.path.splitext(os.path.basename(results_directory))
  /packages/experimental/procstatlog/
procstatreport.py 160 files_dir = "%s_files" % os.path.splitext(filename)[0]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 677 return (project,) + os.path.splitext(rest)
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 323 (shortname, extension) = os.path.splitext(file_name.split("?")[0])
    [all...]

Completed in 3454 milliseconds

12