/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t020fuzzy.py | 15 inputPath = os.path.splitext(__file__)[0] + '.input' 27 outputPath = os.path.splitext(__file__)[0] + '.output'
|
D | t018llstar.py | 15 inputPath = os.path.splitext(__file__)[0] + '.input' 24 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/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 | 42 if os.path.splitext(filename)[1] != '.py': 50 module_name = re.sub(r'[/\\]', '.', os.path.splitext(module_rel_path)[0])
|
/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/pdfium/testing/tools/ |
D | test_runner.py | 48 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/ |
D | update_docs.py | 67 name, _ = os.path.splitext(module.__file__) 82 return os.path.splitext(basename)[0]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
D | file_handle.py | 39 return os.path.splitext(self.GetAbsPath())[1]
|
/external/libmojo/mojo/public/tools/bindings/ |
D | mojom_list_outputs.py | 23 base, ext = os.path.splitext(full)
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | run_translate.py | 28 os.path.splitext(os.path.basename(filename))[0])
|
/external/chromium-trace/ |
D | systrace.py | 26 root, ext = os.path.splitext(filename)
|
/external/autotest/server/cros/multimedia/ |
D | video_facade_adapter.py | 50 _, ext = os.path.splitext(path)
|
/external/deqp/scripts/src_util/ |
D | common.py | 59 ext = os.path.splitext(filePath)[1]
|
/external/libmojo/third_party/catapult/devil/devil/android/tools/ |
D | screenshot.py | 46 root, ext = os.path.splitext(host_file)
|
/external/fonttools/Lib/fontTools/ |
D | ttx.py | 89 fileName, ext = os.path.splitext(fileName) 224 base, ext = os.path.splitext(fileName)
|
/external/v8/tools/ |
D | isolate_driver.py | 128 ext = os.path.splitext(item)[1] 188 ext = os.path.splitext(i)[1]
|
/external/autotest/server/ |
D | site_crashcollect.py | 291 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/ |
D | screenshot.py | 48 root, ext = os.path.splitext(host_file)
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | compilation.py | 126 __, extension = os.path.splitext(os.path.basename(filename))
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | system_stub.py | 261 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/ |
D | ui_SystemTray.py | 67 image_name = os.path.splitext(filepath)[0]
|