Home
last modified time | relevance | path

Searched refs:with_suffix (Results 1 - 13 of 13) sorted by relevance

/third_party/benchmark/test/
H A Dbenchmark_min_time_flag_time_test.cc79 const char* with_suffix = "--benchmark_min_time=4.0s"; in main() local
85 fake_argv[argc] = with_suffix; in main()
/third_party/python/Lib/test/
H A Dtest_pathlib.py604 self.assertEqual(P('a/b').with_suffix('.gz'), P('a/b.gz'))
605 self.assertEqual(P('/a/b').with_suffix('.gz'), P('/a/b.gz'))
606 self.assertEqual(P('a/b.py').with_suffix('.gz'), P('a/b.gz'))
607 self.assertEqual(P('/a/b.py').with_suffix('.gz'), P('/a/b.gz'))
609 self.assertEqual(P('a/b.py').with_suffix(''), P('a/b'))
610 self.assertEqual(P('/a/b').with_suffix(''), P('/a/b'))
612 self.assertRaises(ValueError, P('').with_suffix, '.gz')
613 self.assertRaises(ValueError, P('.').with_suffix, '.gz')
614 self.assertRaises(ValueError, P('/').with_suffix, '.gz')
616 self.assertRaises(ValueError, P('a/b').with_suffix, 'g
[all...]
H A Dtest_zipapp.py352 target = source.with_suffix('.pyz')
/third_party/python/Lib/test/test_tomllib/
H A Dtest_data.py24 json_path = p.with_suffix(".json")
/third_party/protobuf/python/docs/
H A Dgenerate_docs.py162 automodule_path = DOCS_DIR.joinpath(*module.split(".")).with_suffix(".rst")
/third_party/python/PC/layout/
H A Dmain.py138 pdb = src.with_suffix(".pdb")
142 lib = src.with_suffix(".lib")
296 zf.write(str(pyc), dest.with_suffix(".pyc"))
/third_party/node/deps/v8/tools/chrome/
H A Dlinux_perf.py172 output_file = perf_dat_file.with_suffix(".data.jitted")
/third_party/python/Lib/
H A Dzipapp.py130 target = source.with_suffix('.pyz')
H A Dpathlib.py682 def with_suffix(self, suffix): member in PurePath
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py264 cache_path = abs_jar_path.with_suffix(abs_jar_path.suffix + '.namelist_cache')
/third_party/python/Tools/scripts/
H A Dstable_abi.py692 suggestion = args.file.with_suffix('.toml')
/third_party/python/Lib/importlib/metadata/
H A D__init__.py1085 f.parts[0] if len(f.parts) > 1 else f.with_suffix('').name
/third_party/python/
H A Dconfigure1054 with_suffix
7112 if test ${with_suffix+y}
7114 withval=$with_suffix;
7115 case $with_suffix in #(
7121 EXEEXT=$with_suffix

Completed in 28 milliseconds