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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 203 "-d", fs.dirname(self._output_path), "-o", fs.splitext(fs.basename(self._output_path))[0]]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 105 ext = os.path.splitext(cu.filename)[1]
  /external/chromium_org/tools/clang/scripts/
run_tool.py 289 if os.path.splitext(f)[1] in extensions])
  /external/chromium_org/tools/gn/bootstrap/
bootstrap.py 286 return '%s' % os.path.splitext(path)[0] + '.o'
  /external/chromium_org/tools/grit/grit/tool/
xmb.py 184 limit_is_grd = os.path.splitext(val)[1] == '.grd'
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 135 self.name = name or os.path.splitext(os.path.basename(path))[0]
msvs_emulation.py 410 source_ext = os.path.splitext(self.msvs_precompiled_source[config])[1]
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 373 os.path.splitext(rule_source_basename)
551 (root, ext) = os.path.splitext(source)
565 (root, ext) = os.path.splitext(source)
591 (root, ext) = os.path.splitext(local_file)
    [all...]
xcode.py 497 (root, ext) = posixpath.splitext(basename)
564 (build_file_root, build_file_ext) = os.path.splitext(build_file)
595 (build_file_root, build_file_ext) = os.path.splitext(build_file)
    [all...]
  /external/chromium_org/tools/
isolate_driver.py 121 ext = os.path.splitext(item)[1]
nocompile_driver.py 155 words = os.path.splitext(os.path.basename(sourcefile_path))[0].split('_')
  /external/chromium_org/tools/telemetry/
cloud_storage 26 root, ext = os.path.splitext(path)
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set.py 83 _, ext_name = os.path.splitext(file_path)
page_set_archive_info.py 157 base = os.path.splitext(os.path.basename(self._file_path))[0]
  /external/chromium_org/tools/telemetry/telemetry/
test.py 135 os.path.splitext(generated_profile_archive_path)[0])
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 125 if (os.path.splitext(f)[1] == extension and (not inIgnore(f))):
  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 84 extension = os.path.splitext(filename)[1].lower()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 194 base, ext = posixpath.splitext(path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py 188 suffix = os.path.splitext(word)[1]
spawn.py 186 base, ext = os.path.splitext(executable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 36 head, tail = os.path.splitext(base)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 115 head, tail = os.path.splitext(gt)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 122 self.name, ext = os.path.splitext(self.name)
434 self.name = os.path.splitext(os.path.basename(self.mainprogram))[0]
436 self.name = os.path.splitext(os.path.basename(self.executable))[0]
745 sub, ext = os.path.splitext(sub)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 21 return os.path.splitext(os.path.basename(fn))[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 194 base, ext = posixpath.splitext(path)

Completed in 878 milliseconds

1 2 3 4 5 67 8 91011>>