/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t018llstar.py | 15 inputPath = os.path.splitext(__file__)[0] + '.input' 24 outputPath = os.path.splitext(__file__)[0] + '.output'
|
D | t020fuzzy.py | 15 inputPath = os.path.splitext(__file__)[0] + '.input' 27 outputPath = os.path.splitext(__file__)[0] + '.output'
|
D | t012lexerXML.py | 29 inputPath = os.path.splitext(__file__)[0] + '.input' 41 outputPath = os.path.splitext(__file__)[0] + '.output'
|
D | t019lexer.py | 12 inputPath = os.path.splitext(__file__)[0] + '.input'
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
D | host_test.py | 141 self.assertEqual(h.splitext('foo'), ('foo', '')) 142 self.assertEqual(h.splitext('foo.txt'), ('foo', '.txt')) 143 self.assertEqual(h.splitext('foo/bar'), ('foo/bar', '')) 144 self.assertEqual(h.splitext('foo/bar.txt'), ('foo/bar', '.txt'))
|
/external/google-benchmark/ |
D | .ycm_extra_conf.py | 75 extension = os.path.splitext( filename )[ 1 ] 85 basename = os.path.splitext( filename )[ 0 ]
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | discover.py | 38 if os.path.splitext(filename)[1] != '.py': 46 module_name = re.sub(r'[/\\]', '.', os.path.splitext(module_rel_path)[0])
|
/external/chromium-trace/catapult/firefighter/bin/ |
D | packaging.py | 24 if os.path.splitext(file_name)[1] == '.yaml': 33 if os.path.splitext(file_name)[1] == '.yaml':
|
/external/selinux/libsemanage/utils/ |
D | semanage_migrate_store | 59 (file, ext) = os.path.splitext(name) 88 (disabledname, disabledext) = os.path.splitext(file) 128 (file, ext) = os.path.splitext(name)
|
/external/jsoncpp/test/ |
D | runjsontests.py | 77 base_path = os.path.splitext(input_path)[0] 85 expected_output_path = os.path.splitext(input_path)[0] + '.expected'
|
D | generate_expected.py | 6 target = os.path.splitext(path)[0] + '.expected'
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
D | _vinn.py | 97 _, extension = os.path.splitext(js_file_arg) 153 _, extension = os.path.splitext(file_path) 194 name, _ = os.path.splitext(name)
|
/external/chromium-trace/catapult/telemetry/build/ |
D | update_docs.py | 67 name, _ = os.path.splitext(module.__file__) 82 return os.path.splitext(basename)[0]
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | python.py | 32 base, ext = os.path.splitext(filename) 186 _, ext = os.path.splitext(self.filename)
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | __main__.py | 12 executed = os.path.splitext(os.path.basename(run_globals['__file__']))[0]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
D | file_handle.py | 39 return os.path.splitext(self.GetAbsPath())[1]
|
/external/vixl/tools/ |
D | util.py | 36 return map(lambda x : os.path.splitext(os.path.basename(x))[0],
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | doctest_webapp.py | 109 os.path.splitext(os.path.basename(sys.testing_document_filename))[0], 208 ext = os.path.splitext(path)[1] 430 new = os.path.splitext(fn)[0] + '.html'
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | plugin.py | 71 (name, ext) = os.path.splitext(name)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | screenshot.py | 46 root, ext = os.path.splitext(host_file)
|
/external/deqp/scripts/src_util/ |
D | common.py | 59 ext = os.path.splitext(filePath)[1]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
D | fetch_gae_sdk.py | 34 version_string = os.path.splitext(v['name'])[0].rpartition('_')[2]
|
/external/fonttools/Lib/fontTools/ |
D | ttx.py | 89 fileName, ext = os.path.splitext(fileName) 224 base, ext = os.path.splitext(fileName)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | resource.py | 38 modname = os.path.splitext(basename)[0]
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | system_stub.py | 244 path, extension = os.path.splitext( 373 def splitext(path): member in OsModuleStub.OsPathModuleStub 374 return os.path.splitext(path)
|