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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-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/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 36 head, tail = os.path.splitext(base)
TreeWidget.py 45 name = os.path.splitext(os.path.basename(file))[0]
82 file, ext = os.path.splitext(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 115 head, tail = os.path.splitext(gt)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 21 return os.path.splitext(os.path.basename(fn))[0]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 475 os.path.splitext(os.path.split(input_file)[1])[0])
478 os.path.splitext(os.path.split(input_file)[1])[1])
    [all...]
  /external/chromium_org/ppapi/generators/
idl_thunk.py 68 name = os.path.splitext(name)[0]
75 name = os.path.splitext(name)[0]
idl_gen_wrapper.py 81 name = os.path.splitext(name)[0] + '.h'
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 141 return filesystem.splitext(filename)[1] in test_extensions
234 return self._host.filesystem.splitext(self._output_json_path())[0] + '.html'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 303 self.assertEqual(os.path.splitext(so_file)[-1],
312 self.assertEqual(os.path.splitext(so_file)[-1],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 45 name = os.path.splitext(os.path.basename(file))[0]
82 file, ext = os.path.splitext(name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 303 self.assertEqual(os.path.splitext(so_file)[-1],
312 self.assertEqual(os.path.splitext(so_file)[-1],
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 388 os.path.splitext(os.path.basename(java_file_name))[0])
636 class_name = os.path.splitext(os.path.basename(class_file))[0]
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
cron_servlet.py 158 base, ext = posixpath.splitext(name)
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 64 object_list.append(os.path.splitext(src)[0])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 18 ext = os.path.splitext(self.filename)[1]
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 238 browser_name = os.path.splitext(os.path.basename(browser))[0]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py     [all...]
  /external/clang/utils/
token-delta.py 136 base,ext = os.path.splitext(name)
  /external/llvm/utils/
llvm-compilers-check 94 (base, ext) = os.path.splitext(executable)
101 (base, ext) = os.path.splitext(executable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 103 head, tail = os.path.splitext(path)
_osx_support.py 39 base, ext = os.path.splitext(executable)
fileinput.py 379 ext = os.path.splitext(filename)[1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 144 prog = os.path.splitext(os.path.basename(src))[0]

Completed in 1914 milliseconds

1 2 3 4 5 6 78 91011>>