Home
last modified time | relevance | path

Searched refs:ljust (Results 1 – 25 of 43) sorted by relevance

12

/third_party/littlefs/scripts/
Dreadtree.py34 .ljust(args.block_size, b'\xff'))
106 struct.unpack('<HH', superblock[1].data[0:4].ljust(4, b'\xff'))))
113 tag = Tag(struct.unpack('<I', gstate[0:4].ljust(4, b'\xff'))[0])
114 blocks = struct.unpack('<II', gstate[4:4+8].ljust(8, b'\xff'))
Dreadblock.py9 .ljust(args.block_size, b'\xff'))
Dreadmdir.py317 .ljust(args.block_size, b'\xff'))
/third_party/libinput/tools/
Dlibinput-measure-touchpad-size.py129 print('+{}+'.format(''.ljust(self.columns, '-')))
131 print('|{}|'.format(''.ljust(self.columns)))
136 ''.ljust(left),
138 ''.ljust(right)))
141 print('|{}|'.format(''.ljust(self.columns)))
143 print('+{}+'.format(''.ljust(self.columns, '-')))
Dlibinput-analyze-per-slot-delta.py117 self.slots.append(string.ljust(self.width + len(color) + len(reset)))
/third_party/openh264/docs/
Ddoxygen2rst.py172 retstr += "".ljust(indent, " ") + "| **" + title + "**" + LINE_BREAKER
180 retstr += "".ljust(20, flag) + LINE_BREAKER
271 retstr += "".ljust(4, " ") + "| Return:" + LINE_BREAKER
273 retstr += "".ljust(4, " ") + "| " + line + LINE_BREAKER
279 retstr += "".ljust(4, " ") + "| " + child_para.text.strip() + LINE_BREAKER
326 retstr += "".ljust(column, "-") + "+"
349 retstr += "".ljust(columns[j] - len(row_lines[j][i]), " ")
351 retstr += "".ljust(columns[j], " ")
/third_party/mesa3d/src/amd/registers/
Dmakeregheader.py308 define_name = 'R_{address}_{register_line.name}'.format(**locals()).ljust(63)
325 define_name = '_{address}_{field_line.name}(x)'.format(**locals()).ljust(58)
334 define_name = '_{address}_{field_line.name}'.format(**locals()).ljust(58)
350 define_name = 'V_{address}_{value_line.name}'.format(**locals()).ljust(55)
/third_party/boost/boost/python/
Dstr.hpp79 str ljust(object_cref width) const;
289 str ljust(T const& width) const in ljust() function in boost::python::str
291 return base::ljust(object(width)); in ljust()
/third_party/skia/third_party/externals/harfbuzz/src/
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-indic-table.py162 (c[0].ljust (maxlen_s), c[1].ljust (maxlen_l), c[2].rjust (maxlen_n), c[3]))
/third_party/python/Tools/scripts/
Dbyteyears.py55 print(filename.ljust(maxlen), end=' ')
Dpdeps.py151 print(mod.ljust(maxlen), ':', end=' ')
/third_party/python/Lib/test/
Dtest_locale.py180 out=('-4%s200' % self.sep).ljust(10))
191 out=('-4%s200' % self.sep).ljust(10))
202 self._test_format("%-10.f", 4200, grouping=0, out='4200'.ljust(10))
333 self._test_format("%-10d", 4200, grouping=True, out='4 200'.ljust(10))
Dtest_bigmem.py247 s = SUBSTR.ljust(size)
268 s = SUBSTR.ljust(size)
327 s = SUBSTR.ljust(size)
336 s = SUBSTR.ljust(size)
419 s = SUBSTR.ljust(size)
/third_party/vulkan-headers/registry/
Dgenerator.py740 body = 'static constexpr ' + typeStr.ljust(9) + name.ljust(33) + ' {' + strVal + '};'
756 body = '#define ' + name.ljust(33) + ' ' + strVal;
758 body = '#define ' + name.ljust(33) + ' ' + strVal
963 paramdecl = paramdecl.ljust(aligncol - 1) + ' '
/third_party/gn/examples/ios/build/config/ios/scripts/
Dsdk_info.py61 version = major.rjust(2, '0') + minor.ljust(2, '0')
/third_party/python/Lib/
Dhmac.py104 key = key.ljust(blocksize, b'\0')
Dcmd.py400 texts[col] = texts[col].ljust(colwidths[col])
Dpstats.py463 print("Function ".ljust(name_size) + column_title, file=self.stream)
475 print(func_std_string(source).ljust(name_size) + arrow, end=' ', file=self.stream)
Ddis.py251 fields.append(self.opname.ljust(_OPNAME_WIDTH))
/third_party/python/Tools/demo/
Dspreadsheet.py15 def ljust(x, n): function
16 return x.ljust(n)
21 align2action = {LEFT: ljust, CENTER: center, RIGHT: rjust}
/third_party/boost/libs/python/src/
Dstr.cpp289 BOOST_PYTHON_DEFINE_STR_METHOD(ljust, 1)
/third_party/mesa3d/bin/pick/
Dui.py69 reason = commit.nomination_type.name.ljust(6)
/third_party/boost/libs/python/doc/reference/
Dstr.qbk84 str ljust(T const& width) const;
/third_party/python/Tools/iobench/
Diobench.py271 ).ljust(52))

12