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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/build/
escape_unicode.py 37 os.path.splitext(in_filename)[0]))
find_isolated_tests.py 60 test_name = os.path.splitext(os.path.basename(filepath))[0]
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_categorizer.py 31 template_names = set(os.path.splitext(name)[0].replace('_', '.')
docs_server_utils.py 21 filename = os.path.splitext(name)[0].replace(os.sep, '_')
path_canonicalizer.py 15 normalized = posixpath.splitext(file_name)[0]
60 path_without_ext, ext = posixpath.splitext(path)
document_renderer.py 67 api_name = os.path.splitext(os.path.basename(path))[0].replace('_', '.')
template_data_source.py 43 if posixpath.splitext(f)[1] == '.html']
  /external/chromium_org/components/tools/metrics/
count_ifdefs.py 47 if os.path.splitext(filename)[1] in CPP_EXTENSIONS:
  /external/chromium_org/content/browser/tracing/
generate_trace_viewer_grd.py 49 return kTracingResourcePrefix + (os.path.splitext(filename)[1][1:]).upper()
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 64 zipfile_base = os.path.splitext(os.path.basename(zip_path))[0]
166 (src_dir, ignore1) = os.path.splitext(zip_file)
167 (base_dir_name, ignore2) = os.path.splitext(base_zip_name)
192 (base, ext) = os.path.splitext(f)
  /external/chromium_org/tools/android/checkstyle/
checkstyle.py 19 if os.path.splitext(x.LocalPath())[1] == '.java']
  /external/chromium_org/tools/json_schema_compiler/
schema_loader.py 58 schema_filename, schema_extension = os.path.splitext(schema)
  /external/chromium_org/tools/perf/
PRESUBMIT.py 43 if os.path.splitext(filename)[1] != '.json':
  /external/chromium_org/tools/telemetry/telemetry/util/
global_hooks.py 29 root, ext = os.path.splitext(filename)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 45 test_name, _ = os.path.splitext(test_file)
60 test_name, _ = os.path.splitext(test_file)
86 os.path.splitext(f)[1] for f in actual_result_files]
129 test_file_name = os.path.splitext(os.path.basename(test_file))[0]
263 test_name, _ = os.path.splitext(self.query['test'][0])
  /development/testrunner/test_defs/
native_test.py 118 (name, ext) = os.path.splitext(f)
140 binary = os.path.splitext(binary)[0]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t012lexerXML.py 29 inputPath = os.path.splitext(__file__)[0] + '.input'
41 outputPath = os.path.splitext(__file__)[0] + '.output'
  /external/chromium_org/tools/site_compare/commands/
compare2.py 87 if (os.path.splitext(command["--browser1"])[1].lower() not in executables or
88 os.path.splitext(command["--browser2"])[1].lower() not in executables):
  /external/jsoncpp/test/
runjsontests.py 76 base_path = os.path.splitext(input_path)[0]
84 expected_output_path = os.path.splitext(input_path)[0] + '.expected'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
73 def splitext(p): function
75 splitext.__doc__ = genericpath._splitext.__doc__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
73 def splitext(p): function
75 splitext.__doc__ = genericpath._splitext.__doc__
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 63 default_path = os.path.splitext(bpy.data.filepath)[0] + ".cob"
  /external/chromium_org/build/android/
generate_emma_html.py 62 sources_file = os.path.splitext(f)[0] + '_sources.txt'
  /external/chromium_org/ppapi/
PRESUBMIT.py 51 name, ext = os.path.splitext(filename)
88 name, ext = os.path.splitext(filename)
121 name, ext = os.path.splitext(filename)
207 name, ext = os.path.splitext(filename)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_reader.py 86 idl_file_basename, _ = os.path.splitext(os.path.basename(idl_filename))

Completed in 455 milliseconds

12 3 4 5 6 7 8 91011>>