Home
last modified time | relevance | path

Searched refs:rjust (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-os2-unicode-ranges.py44 start = ("0x%X" % ranges[0]).rjust(8)
45 end = ("0x%X" % ranges[1]).rjust(8)
46 bit = ("%s" % ranges[2]).rjust(3)
Dgen-indic-table.py162 (c[0].ljust (maxlen_s), c[1].ljust (maxlen_l), c[2].rjust (maxlen_n), c[3]))
/third_party/harfbuzz/src/
Dgen-os2-unicode-ranges.py44 start = ("0x%X" % ranges[0]).rjust(8)
45 end = ("0x%X" % ranges[1]).rjust(8)
46 bit = ("%s" % ranges[2]).rjust(3)
Dgen-indic-table.py162 (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/
Dgen-os2-unicode-ranges.py53 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/
Dskip_test_issue.py67 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 …]
Dskip_test_mindrecord_shard.py104 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'))
Dtest_mindrecord_exception.py125 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/
Dtest_locale.py175 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))
Dtest_unicode.py981 '\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/
Dconfigure.py70 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/
Dstr.hpp96 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/
Dbyteyears.py56 print(repr(int(byteyears)).rjust(8))
Ddutree.py54 print(prefix + repr(tsub).rjust(width) + ' ' + key)
/third_party/mindspore/tests/perf_test/mindrecord/imagenet/
Dimagenet_to_tfrecord.py93 output_file = TFRECORD_FILE + str(i).rjust(2, '0')
/third_party/gn/examples/ios/build/config/ios/scripts/
Dsdk_info.py61 version = major.rjust(2, '0') + minor.ljust(2, '0')
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py37 text = ''.rjust(_c_indent) + line
42 c_file.write(''.rjust(_c_indent) + code)
59 text = ''.rjust(_h_indent) + line
/third_party/python/Tools/clinic/
Dcpp.py44 return str(self.line_number).rjust(4) + ": " + self.condition()
/third_party/mesa3d/src/intel/genxml/
Dgen_sort_tags.py89 spaces = ''.rjust(offset * space_delta)
/third_party/python/Lib/
Ddis.py249 fields.append(repr(self.offset).rjust(offset_width))
254 fields.append(repr(self.arg).rjust(_OPARG_WIDTH))
/third_party/mesa3d/src/panfrost/perf/
Dpan_gen_perf.py37 text = ''.rjust(self._indent) + line
/third_party/python/Doc/tutorial/
Dinputoutput.rst219 ... 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/
Dspreadsheet.py19 def rjust(x, n): function
20 return x.rjust(n)
21 align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust}
/third_party/mindspore/mindspore/mindrecord/
Dfilewriter.py93 str(x).rjust(suffix_shard_size, '0'))
/third_party/mindspore/tests/ut/python/dataset/
Dtest_minddataset_padded.py43 paths = ["{}{}".format(CV_FILE_NAME, str(x).rjust(1, '0'))
75 paths = ["{}{}".format(NLP_FILE_NAME, str(x).rjust(1, '0'))

12