Home
last modified time | relevance | path

Searched refs:splitext (Results 1 – 25 of 102) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt020fuzzy.py15 inputPath = os.path.splitext(__file__)[0] + '.input'
27 outputPath = os.path.splitext(__file__)[0] + '.output'
Dt018llstar.py15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
Dt012lexerXML.py29 inputPath = os.path.splitext(__file__)[0] + '.input'
41 outputPath = os.path.splitext(__file__)[0] + '.output'
Dt019lexer.py12 inputPath = os.path.splitext(__file__)[0] + '.input'
/external/google-benchmark/
D.ycm_extra_conf.py75 extension = os.path.splitext( filename )[ 1 ]
85 basename = os.path.splitext( filename )[ 0 ]
/external/chromium-trace/catapult/telemetry/telemetry/core/
Ddiscover.py42 if os.path.splitext(filename)[1] != '.py':
50 module_name = re.sub(r'[/\\]', '.', os.path.splitext(module_rel_path)[0])
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store59 (file, ext) = os.path.splitext(name)
88 (disabledname, disabledext) = os.path.splitext(file)
128 (file, ext) = os.path.splitext(name)
/external/jsoncpp/test/
Drunjsontests.py77 base_path = os.path.splitext(input_path)[0]
85 expected_output_path = os.path.splitext(input_path)[0] + '.expected'
Dgenerate_expected.py6 target = os.path.splitext(path)[0] + '.expected'
/external/pdfium/testing/tools/
Dtest_runner.py48 input_root, _ = os.path.splitext(input_filename)
91 output_event_path = os.path.splitext(pdf_path)[0] + ".evt"
130 test_name = os.path.splitext(os.path.split(img_path)[1])[0]
/external/chromium-trace/catapult/telemetry/build/
Dupdate_docs.py67 name, _ = os.path.splitext(module.__file__)
82 return os.path.splitext(basename)[0]
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dfile_handle.py39 return os.path.splitext(self.GetAbsPath())[1]
/external/libmojo/mojo/public/tools/bindings/
Dmojom_list_outputs.py23 base, ext = os.path.splitext(full)
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Drun_translate.py28 os.path.splitext(os.path.basename(filename))[0])
/external/chromium-trace/
Dsystrace.py26 root, ext = os.path.splitext(filename)
/external/autotest/server/cros/multimedia/
Dvideo_facade_adapter.py50 _, ext = os.path.splitext(path)
/external/deqp/scripts/src_util/
Dcommon.py59 ext = os.path.splitext(filePath)[1]
/external/libmojo/third_party/catapult/devil/devil/android/tools/
Dscreenshot.py46 root, ext = os.path.splitext(host_file)
/external/fonttools/Lib/fontTools/
Dttx.py89 fileName, ext = os.path.splitext(fileName)
224 base, ext = os.path.splitext(fileName)
/external/v8/tools/
Disolate_driver.py128 ext = os.path.splitext(item)[1]
188 ext = os.path.splitext(i)[1]
/external/autotest/server/
Dsite_crashcollect.py291 minidump_no_ext = os.path.splitext(minidump)[0]
388 meta_path = os.path.splitext(minidump_path)[0] + '.meta'
/external/chromium-trace/catapult/devil/devil/android/tools/
Dscreenshot.py48 root, ext = os.path.splitext(host_file)
/external/clang/tools/scan-build-py/libscanbuild/
Dcompilation.py126 __, extension = os.path.splitext(os.path.basename(filename))
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsystem_stub.py261 path, extension = os.path.splitext(
390 def splitext(path): member in OsModuleStub.OsPathModuleStub
391 return os.path.splitext(path)
/external/autotest/client/site_tests/ui_SystemTray/
Dui_SystemTray.py67 image_name = os.path.splitext(filepath)[0]

12345