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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 228 path = os.path.splitext(os.path.normpath(path))[0]
265 realpath = os.path.splitext(mod_file)[0]
266 fullpath_noext = os.path.splitext(full_path)[0]
269 mod_name = os.path.splitext(os.path.basename(full_path))[0]
  /external/chromium_org/tools/checkbins/
checkbins.py 39 os.path.splitext(path)[1].lower() in PE_FILE_EXTENSIONS and
  /external/chromium_org/tools/grit/grit/format/
resource_map.py 38 filename = os.path.splitext(os.path.split(rc_header_file)[1])[0]
  /external/chromium_org/tools/json_schema_compiler/
features_h_generator.py 22 self._source_file_filename, _ = os.path.splitext(source_file)
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 136 name, ext = os.path.splitext(base_name)
  /external/lldb/test/unittest2/
loader.py 228 path = os.path.splitext(os.path.normpath(path))[0]
265 realpath = os.path.splitext(mod_file)[0]
266 fullpath_noext = os.path.splitext(full_path)[0]
269 mod_name = os.path.splitext(os.path.basename(full_path))[0]
  /external/nanopb-c/tests/site_scons/site_tools/
nanopb.py 98 basename = os.path.splitext(str(source[0]))[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 30 this_file = os.path.splitext(__file__)[0] + '.py'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 12 splitext, split, walk)
14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 220 path = os.path.splitext(os.path.normpath(path))[0]
257 realpath = os.path.splitext(mod_file)[0]
258 fullpath_noext = os.path.splitext(full_path)[0]
261 mod_name = os.path.splitext(os.path.basename(full_path))[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 30 this_file = os.path.splitext(__file__)[0] + '.py'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 12 splitext, split, walk)
14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 220 path = os.path.splitext(os.path.normpath(path))[0]
257 realpath = os.path.splitext(mod_file)[0]
258 fullpath_noext = os.path.splitext(full_path)[0]
261 mod_name = os.path.splitext(os.path.basename(full_path))[0]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_app.py 33 ext = os.path.splitext(path)[1]
55 basename, ext = os.path.splitext(f)
make_simple.py 202 sources = [s for s in sources if os.path.splitext(s)[1] in exts]
203 objects = [os.path.splitext(src)[0] for src in sources]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 270 def splitext(self, path): member in class:FileSystem
272 return os.path.splitext(path)
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 92 if os.path.splitext(command["--browserpath"])[1].lower() not in executables:
162 scrapedir, os.path.splitext(os.path.basename(mask_filename))[0])
  /external/chromium_org/tools/telemetry/build/
update_docs.py 67 name, _ = os.path.splitext(module.__file__)
82 return os.path.splitext(basename)[0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 46 yield os.path.splitext(fnm)[0].replace(os.path.sep, ".")
51 yield "%s.%s" % (package.__name__, os.path.splitext(fnm)[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 46 yield os.path.splitext(fnm)[0].replace(os.path.sep, ".")
51 yield "%s.%s" % (package.__name__, os.path.splitext(fnm)[0])
  /build/tools/
java-event-log-tags.py 98 basename, _ = os.path.splitext(os.path.basename(fn))
  /external/chromium_org/build/android/pylib/host_driven/
setup.py 41 return os.path.splitext(os.path.basename(python_file))[0]
  /external/chromium_org/build/win/importlibs/
create_importlib_win.py 145 dll_base_name, ext = os.path.splitext(dll_name)
  /external/chromium_org/remoting/tools/
verify_resources.py 100 base_name, file_type = os.path.splitext(filename)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_interfaces_info_individual.py 99 idl_file_basename, _ = os.path.splitext(os.path.basename(idl_filename))

Completed in 3011 milliseconds

1 2 34 5 6 7 8 91011>>