/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-os2-unicode-ranges.py | 44 start = ("0x%X" % ranges[0]).rjust(8) 45 end = ("0x%X" % ranges[1]).rjust(8) 46 bit = ("%s" % ranges[2]).rjust(3)
|
D | gen-indic-table.py | 162 (c[0].ljust (maxlen_s), c[1].ljust (maxlen_l), c[2].rjust (maxlen_n), c[3]))
|
/third_party/harfbuzz/src/ |
D | gen-os2-unicode-ranges.py | 44 start = ("0x%X" % ranges[0]).rjust(8) 45 end = ("0x%X" % ranges[1]).rjust(8) 46 bit = ("%s" % ranges[2]).rjust(3)
|
D | gen-indic-table.py | 162 (c[0].ljust (maxlen_s), c[1].ljust (maxlen_l), c[2].rjust (maxlen_n), c[3]))
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | gen-os2-unicode-ranges.py | 53 start = ("0x%X" % ranges[0]).rjust(8) 54 end = ("0x%X" % ranges[1]).rjust(8) 55 bit = ("%s" % ranges[2]).rjust(3)
|
/third_party/mindspore/tests/ut/python/mindrecord/ |
D | skip_test_issue.py | 67 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 248 paths = ["{}{}".format(MKV_FILE_NAME, str(x).rjust(1, '0')) 271 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 351 paths = ["{}{}".format(MKV_FILE_NAME, str(x).rjust(1, '0')) 392 paths = ["{}{}".format(__file__, str(x).rjust(1, '0')) 442 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 462 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 510 paths = ["{}{}".format(NLP_FILE_NAME, str(x).rjust(1, '0')) 517 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 571 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) [all …]
|
D | skip_test_mindrecord_shard.py | 104 paths = ["{}{}".format(NLP_FILE_NAME, str(x).rjust(1, '0')) 180 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 255 paths = ["{}{}".format(MKV_FILE_NAME, str(x).rjust(1, '0')) 346 paths = ["{}{}".format(MKV_FILE_NAME, str(x).rjust(1, '0'))
|
D | test_mindrecord_exception.py | 125 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 137 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 148 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 159 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 170 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 180 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 322 _ = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0'))
|
/third_party/python/Lib/test/ |
D | test_locale.py | 175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)) 178 out=('-4%s200' % self.sep).rjust(10)) 189 out=('4%s200' % self.sep).rjust(10)) 200 self._test_format("%20.f", -42, grouping=0, out='-42'.rjust(20)) 201 self._test_format("%+10.f", -4200, grouping=0, out='-4200'.rjust(10)) 219 out='--> ' + ('4%s200.00' % self.sep).rjust(10)) 222 out='1000.00'.rjust(10)) 225 out=('1%s000.00' % self.sep).rjust(10)) 330 self._test_format("%10d", 4200, grouping=True, out='4 200'.rjust(10))
|
D | test_unicode.py | 981 '\U00100000'.rjust(3, '\U00010000') 2727 check_format('123'.rjust(10, '0'), 2729 check_format('123'.rjust(100), 2731 check_format('123'.rjust(100, '0'), 2733 check_format('123'.rjust(80, '0').rjust(100), 2736 check_format('123'.rjust(10, '0'), 2738 check_format('123'.rjust(100), 2740 check_format('123'.rjust(100, '0'), 2742 check_format('123'.rjust(80, '0').rjust(100), 2745 check_format('123'.rjust(10, '0'), [all …]
|
/third_party/boost/tools/build/src/build/ |
D | configure.py | 70 log_check_result((" - %(library)s : %(result)s" % locals()).rjust(__width)) 82 message = message.rjust(__width) 113 x = (" - %s" % what).rjust(__width)
|
/third_party/boost/boost/python/ |
D | str.hpp | 96 str rjust(object_cref width) const; 343 str rjust(T const& width) const in rjust() function in boost::python::str 345 return base::rjust(object(width)); in rjust()
|
/third_party/python/Tools/scripts/ |
D | byteyears.py | 56 print(repr(int(byteyears)).rjust(8))
|
D | dutree.py | 54 print(prefix + repr(tsub).rjust(width) + ' ' + key)
|
/third_party/mindspore/tests/perf_test/mindrecord/imagenet/ |
D | imagenet_to_tfrecord.py | 93 output_file = TFRECORD_FILE + str(i).rjust(2, '0')
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
D | sdk_info.py | 61 version = major.rjust(2, '0') + minor.ljust(2, '0')
|
/third_party/mesa3d/src/intel/perf/ |
D | gen_perf.py | 37 text = ''.rjust(_c_indent) + line 42 c_file.write(''.rjust(_c_indent) + code) 59 text = ''.rjust(_h_indent) + line
|
/third_party/python/Tools/clinic/ |
D | cpp.py | 44 return str(self.line_number).rjust(4) + ": " + self.condition()
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_sort_tags.py | 89 spaces = ''.rjust(offset * space_delta)
|
/third_party/python/Lib/ |
D | dis.py | 249 fields.append(repr(self.offset).rjust(offset_width)) 254 fields.append(repr(self.arg).rjust(_OPARG_WIDTH))
|
/third_party/mesa3d/src/panfrost/perf/ |
D | pan_gen_perf.py | 37 text = ''.rjust(self._indent) + line
|
/third_party/python/Doc/tutorial/ |
D | inputoutput.rst | 219 ... print(repr(x).rjust(2), repr(x*x).rjust(3), end=' ') 221 ... print(repr(x*x*x).rjust(4)) 237 The :meth:`str.rjust` method of string objects right-justifies a string in a
|
/third_party/python/Tools/demo/ |
D | spreadsheet.py | 19 def rjust(x, n): function 20 return x.rjust(n) 21 align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust}
|
/third_party/mindspore/mindspore/mindrecord/ |
D | filewriter.py | 93 str(x).rjust(suffix_shard_size, '0'))
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_minddataset_padded.py | 43 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0')) 75 paths = ["{}{}".format(NLP_FILE_NAME, str(x).rjust(1, '0'))
|