/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
generate_global_constructors.py | 134 header_filename = os.path.splitext(idl_filename)[0] + '.h'
|
idl_compiler.py | 68 interface_name, _ = os.path.splitext(basename)
|
utilities.py | 23 return os.path.splitext(os.path.basename(idl_filename))[0]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftestsrunner_integrationtest.py | 360 self.assertTrue(filesystem.isfile(filesystem.splitext(runner._output_json_path())[0] + '.html')) 390 results_page_path = filesystem.splitext(output_json_path)[0] + '.html' 416 self.assertTrue(filesystem.isfile(filesystem.splitext(output_json_path)[0] + '.html')) 430 self.assertTrue(filesystem.isfile(filesystem.splitext(output_json_path)[0] + '.html'))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
reflectionhandler.py | 81 _, extension = os.path.splitext(function_or_file_name)
|
/external/chromium_org/tools/android/adb_profile_chrome/ |
trace_packager.py | 79 html_file = os.path.splitext(trace_files[0])[0] + '.html'
|
/external/chromium_org/tools/json_schema_compiler/ |
compiler.py | 83 short_filename, extension = os.path.splitext(filename)
|
preview.py | 207 (file_root, file_ext) = os.path.splitext(request_path) 317 (file_root, file_ext) = os.path.splitext(full_path)
|
/external/chromium_org/tools/json_to_struct/ |
json_to_struct.py | 194 root, ext = os.path.splitext(description_filename)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
java_heap_profiler.py | 55 if os.path.splitext(f)[1] == '.aprof':
|
/external/jsoncpp/ |
amalgamate.py | 81 base, ext = os.path.splitext( header_include_path )
|
/external/llvm/utils/lit/lit/formats/ |
base.py | 25 base,ext = os.path.splitext(filename)
|
/frameworks/base/tools/layoutlib/rename_font/ |
build_font_single.py | 74 extension = os.path.splitext(input_path)[1].lower()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 168 ext = os.path.splitext(os.path.normcase(py_file))[1]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 168 ext = os.path.splitext(os.path.normcase(py_file))[1]
|
/development/testrunner/test_defs/ |
instrumentation_test.py | 295 return os.path.splitext(filename)[1] == '.java' 328 class_name = os.path.splitext(filename)[0]
|
/external/chromium_org/remoting/webapp/ |
build-webapp.py | 49 zipfile_base = os.path.splitext(os.path.basename(zip_path))[0] 137 extension = os.path.splitext(current_locale)[1]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
test_result_writer.py | 140 return fs.splitext(output_filename)[0] + modifier 149 return fs.splitext(fs.basename(self._test_name))[0] + modifier
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
system_stub.py | 195 def splitext(path): member in class:OsModuleStub.OsPathModuleStub 196 return os.path.splitext(path)
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
find_dependencies.py | 48 os.path.splitext(os.path.basename(module_path))[0], module_path) 114 return os.path.splitext(path)[1] == '.pyc'
|
/external/fonttools/Lib/fontTools/ |
ttx.py | 89 fileName, ext = os.path.splitext(fileName) 224 base, ext = os.path.splitext(fileName)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 229 (dll_name, dll_extension) = os.path.splitext( 301 #BOGUS#base, ext = os.path.splitext(os.path.normcase(src_name)) 302 base, ext = os.path.splitext (src_name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 92 name, ext = os.path.splitext(file) 215 name = os.path.splitext(file)[0]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ntpath.py | 16 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 189 def splitext(p): function 191 splitext.__doc__ = genericpath._splitext.__doc__
|
posixpath.py | 28 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 104 def splitext(p): function 106 splitext.__doc__ = genericpath._splitext.__doc__
|