/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteRegisterState.py | 13 def grp_register_save_restore_works(self, with_suffix): argument 21 if with_suffix: 45 if with_suffix:
|
/external/llvm-project/lldb/test/API/tools/lldb-server/register-reading/ |
D | TestGdbRemoteGPacket.py | 60 def g_returns_correct_data(self, with_suffix): argument 64 if with_suffix: 78 if with_suffix:
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | tuple_util_test.cc | 78 HloInstruction* with_suffix = in TEST() local 81 EXPECT_THAT(with_suffix, op::Tuple(op::GetTupleElement(op::Parameter(0), 0), in TEST()
|
/external/python/cpython3/Lib/test/ |
D | test_pathlib.py | 581 self.assertEqual(P('a/b').with_suffix('.gz'), P('a/b.gz')) 582 self.assertEqual(P('/a/b').with_suffix('.gz'), P('/a/b.gz')) 583 self.assertEqual(P('a/b.py').with_suffix('.gz'), P('a/b.gz')) 584 self.assertEqual(P('/a/b.py').with_suffix('.gz'), P('/a/b.gz')) 586 self.assertEqual(P('a/b.py').with_suffix(''), P('a/b')) 587 self.assertEqual(P('/a/b').with_suffix(''), P('/a/b')) 589 self.assertRaises(ValueError, P('').with_suffix, '.gz') 590 self.assertRaises(ValueError, P('.').with_suffix, '.gz') 591 self.assertRaises(ValueError, P('/').with_suffix, '.gz') 593 self.assertRaises(ValueError, P('a/b').with_suffix, 'gz') [all …]
|
D | test_zipapp.py | 350 target = source.with_suffix('.pyz')
|
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/ |
D | generate_protos.py | 161 if args.plugin_path.with_suffix('.bat').exists(): 162 args.plugin_path = args.plugin_path.with_suffix('.bat')
|
/external/grpc-grpc-java/annotation-stubs/ |
D | gen_annotations.py | 52 src_path = out_dir.joinpath(*parts).with_suffix('.java')
|
/external/jimfs/jimfs/ |
D | gen_annotations.py | 52 src_path = out_dir.joinpath(*parts).with_suffix('.java')
|
/external/python/cpython2/Tools/nuget/ |
D | make_zip.py | 132 pyc = Path(tmpdir) / rel.with_suffix('.pyc').name 138 f.write(str(pyc), str(rel.with_suffix('.pyc')))
|
/external/python/cpython3/PC/layout/ |
D | main.py | 147 pdb = src.with_suffix(".pdb") 151 lib = src.with_suffix(".lib") 305 zf.write(str(pyc), dest.with_suffix(".pyc"))
|
/external/tensorflow/tensorflow/tools/docs/ |
D | generate2.py | 126 path = path.with_suffix(".md")
|
/external/python/cpython3/Lib/ |
D | zipapp.py | 130 target = source.with_suffix('.pyz')
|
D | pathlib.py | 880 def with_suffix(self, suffix): member in PurePath
|
/external/angle/tools/android/modularization/convenience/ |
D | lookup_dep.py | 264 cache_path = abs_jar_path.with_suffix(abs_jar_path.suffix + '.namelist_cache')
|
/external/python/cpython3/Doc/library/ |
D | pathlib.rst | 600 .. method:: PurePath.with_suffix(suffix) 607 >>> p.with_suffix('.bz2') 610 >>> p.with_suffix('.txt') 613 >>> p.with_suffix('')
|
/external/toolchain-utils/rust_tools/ |
D | rust_uprev.py | 638 tmp_state_file = state_file.with_suffix('.tmp')
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_pathlib_test.py | 244 self.path('c:/Downloads/pathlib.tar.gz').with_suffix('.bz2'), 246 self.assertEqual(self.path('README').with_suffix('.txt'),
|
/external/python/parse_type/tasks/_vendor/ |
D | pathlib.py | 780 def with_suffix(self, suffix): member in PurePath
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 3087 calling Path.with_suffix('') allows removing the suffix again. Patch by 5275 PurePath.with_suffix().
|
D | 3.8.0a1.rst | 3549 Fix %-formatting in :meth:`pathlib.PurePath.with_suffix` when formatting an
|
/external/python/cpython2/ |
D | configure | 5267 withval=$with_suffix;
|
/external/python/cpython3/ |
D | configure | 5715 withval=$with_suffix;
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1563 - Issue #20639: calling Path.with_suffix('') allows removing the suffix 2140 PurePath.with_suffix(). 2889 - Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.
|