HomeSort by relevance Sort by last modified time
    Searched full:splitext (Results 1 - 25 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macpath.py 33 splitext = macpath.splitext
34 self.assertEqual(splitext(":foo.ext"), (':foo', '.ext'))
35 self.assertEqual(splitext("foo:foo.ext"), ('foo:foo', '.ext'))
36 self.assertEqual(splitext(".ext"), ('.ext', ''))
37 self.assertEqual(splitext("foo.ext:foo"), ('foo.ext:foo', ''))
38 self.assertEqual(splitext(":foo.ext:"), (':foo.ext:', ''))
39 self.assertEqual(splitext(""), ('', ''))
40 self.assertEqual(splitext("foo.bar.ext"), ('foo.bar', '.ext'))
test_ntpath.py 18 tester('ntpath.splitext("foo.ext")', ('foo', '.ext'))
19 tester('ntpath.splitext("/foo/foo.ext")', ('/foo/foo', '.ext'))
20 tester('ntpath.splitext(".ext")', ('.ext', ''))
21 tester('ntpath.splitext("\\foo.ext\\foo")', ('\\foo.ext\\foo', ''))
22 tester('ntpath.splitext("foo.ext\\")', ('foo.ext\\', ''))
23 tester('ntpath.splitext("")', ('', ''))
24 tester('ntpath.splitext("foo.bar.ext")', ('foo.bar', '.ext'))
25 tester('ntpath.splitext("xx/foo.bar.ext")', ('xx/foo.bar', '.ext'))
26 tester('ntpath.splitext("xx\\foo.bar.ext")', ('xx\\foo.bar', '.ext'))
27 tester('ntpath.splitext("c:a/b\\c.d")', ('c:a/b\\c', '.d')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macpath.py 33 splitext = macpath.splitext
34 self.assertEqual(splitext(":foo.ext"), (':foo', '.ext'))
35 self.assertEqual(splitext("foo:foo.ext"), ('foo:foo', '.ext'))
36 self.assertEqual(splitext(".ext"), ('.ext', ''))
37 self.assertEqual(splitext("foo.ext:foo"), ('foo.ext:foo', ''))
38 self.assertEqual(splitext(":foo.ext:"), (':foo.ext:', ''))
39 self.assertEqual(splitext(""), ('', ''))
40 self.assertEqual(splitext("foo.bar.ext"), ('foo.bar', '.ext'))
test_ntpath.py 18 tester('ntpath.splitext("foo.ext")', ('foo', '.ext'))
19 tester('ntpath.splitext("/foo/foo.ext")', ('/foo/foo', '.ext'))
20 tester('ntpath.splitext(".ext")', ('.ext', ''))
21 tester('ntpath.splitext("\\foo.ext\\foo")', ('\\foo.ext\\foo', ''))
22 tester('ntpath.splitext("foo.ext\\")', ('foo.ext\\', ''))
23 tester('ntpath.splitext("")', ('', ''))
24 tester('ntpath.splitext("foo.bar.ext")', ('foo.bar', '.ext'))
25 tester('ntpath.splitext("xx/foo.bar.ext")', ('xx/foo.bar', '.ext'))
26 tester('ntpath.splitext("xx\\foo.bar.ext")', ('xx\\foo.bar', '.ext'))
27 tester('ntpath.splitext("c:a/b\\c.d")', ('c:a/b\\c', '.d')
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzy.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
27 outputPath = os.path.splitext(__file__)[0] + '.output'
t019lexer.py 12 inputPath = os.path.splitext(__file__)[0] + '.input'
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
  /external/chromium_org/tools/
boilerplate.py 32 _, ext = os.path.splitext(filename)
51 base, _ = os.path.splitext(filename)
77 _, ext = os.path.splitext(f)
  /external/chromium_org/chrome/test/chromedriver/
embed_user_data_dir_in_cpp.py 24 title = os.path.basename(os.path.splitext(data_file)[0]).title()
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_private_script_source.py 22 basename, ext = os.path.splitext(filename)
42 source_name, ext = os.path.splitext(os.path.basename(output_filename))
49 class_name, ext = os.path.splitext(os.path.basename(input_filename))
73 script_class_name, ext = os.path.splitext(os.path.basename(input_filename))
  /external/chromium_org/tools/gyp/test/win/idl-rules/
idl_compiler.py 13 basename, ext = os.path.splitext(sys.argv[1])
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider.py 83 _, ext = posixpath.splitext(path)
123 base, ext = posixpath.splitext(path)
134 base, ext = posixpath.splitext(path)
146 base, ext = posixpath.splitext(path)
159 _, ext = posixpath.splitext(path)
204 base, ext = posixpath.splitext(f)
api_categorizer.py 32 template_names = set(os.path.splitext(name)[0].replace('_', '.')
template_data_source.py 43 if posixpath.splitext(f)[1] == '.html']
  /external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py 36 _, extension = os.path.splitext(hash_path)
71 file_paths.append(os.path.splitext(hash_path)[0])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
fileset.py 63 def splitext(self): member in class:FileSetFileHandle
64 return self._filesystem.splitext(self.name())
  /external/chromium_org/tools/json_schema_compiler/
features_h_generator.py 22 self._source_file_filename, _ = os.path.splitext(source_file)
38 output_file = os.path.splitext(self._namespace.source_file)[0] + '.h'
  /external/libcxx/test/
makemake.py 23 out_name = os.path.splitext(path)[0] # trim .cpp
24 out_name = os.path.splitext(out_name)[0] # trim .pass
  /external/chromium-trace/trace-viewer/build/
generate_deps_js_contents.py 19 os.path.splitext(x)[1] == ".js"]
generate_template_contents.py 19 os.path.splitext(x)[1] == ".html"]
  /external/chromium_org/build/android/gyp/
aidl.py 29 classname = os.path.splitext(os.path.basename(f))[0]
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 20 self._apk_name = os.path.splitext(os.path.basename(apk_path))[0]
  /external/chromium_org/build/
escape_unicode.py 37 os.path.splitext(in_filename)[0]))
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
run_translate.py 28 os.path.splitext(os.path.basename(filename))[0])
  /external/chromium_org/remoting/tools/
jscompile.py 32 name, extension = os.path.splitext(file)

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>