Home
last modified time | relevance | path

Searched refs:ljust (Results 1 - 25 of 46) sorted by relevance

12

/third_party/backends/lib/
H A Dsnprintf.c543 char *value, int ljust, int len, int zpad, int precision );
546 int ljust, int len, int zpad, int precision );
550 int ljust, int len, int zpad, int precision );
554 int ljust, int len, int zpad, int precision );
665 int ljust; in dopr() local
679 ljust = len = zpad = base = signed_val = 0; in dopr()
687 case '-': ljust = 1; goto nextch; in dopr()
728 fmtquad( buffer, left, &value,base,signed_val, ljust, len, zpad, precision ); in dopr()
759 fmtnum( buffer, left, &value,base,signed_val, ljust, len, zpad, precision ); break; in dopr()
762 fmtstr( visible_control, buffer, left, strvalue,ljust,le in dopr()
801 fmtstr( int visible_control, char **buffer, int *left, char *value, int ljust, int len, int zpad, int precision ) fmtstr() argument
841 fmtnum( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) fmtnum() argument
907 fmtquad( char **buffer, int *left, union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ) fmtquad() argument
979 fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ) fmtdouble() argument
[all...]
/third_party/littlefs/scripts/
H A 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'))
H A Dreadblock.py9 .ljust(args.block_size, b'\xff'))
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py140 print("+{}+".format("".ljust(self.columns, "-")))
142 print("|{}|".format("".ljust(self.columns)))
146 print("|{}{}{}|".format("".ljust(left), "O", "".ljust(right)))
149 print("|{}|".format("".ljust(self.columns)))
151 print("+{}+".format("".ljust(self.columns, "-")))
/third_party/python/Lib/tomllib/
H A D_re.py75 micros = int(micros_str.ljust(6, "0")) if micros_str else 0
100 micros = int(micros_str.ljust(6, "0")) if micros_str else 0
/third_party/mesa3d/src/amd/registers/
H A Dmakeregheader.py309 define_name = 'R_{address}_{register_line.name}'.format(**locals()).ljust(63)
326 define_name = '_{address}_{field_line.name}(x)'.format(**locals()).ljust(58)
335 define_name = '_{address}_{field_line.name}'.format(**locals()).ljust(58)
351 define_name = 'V_{address}_{value_line.name}'.format(**locals()).ljust(55)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-indic-table.py162 (c[0].ljust (maxlen_s), c[1].ljust (maxlen_l), c[2].rjust (maxlen_n), c[3]))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A Drealign.py38 line = match.group(1).ljust(column[i]) + match.group(2)
/third_party/python/Lib/test/
H A 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))
H A Dtest_getpath.py1175 print("{}.{} -{!r}\n{} +{!r}".format(prefix, k.ljust(max_k), b, indent, a))
1177 print("{}.{} +{!r}".format(prefix, k.ljust(max_k), a))
1192 print("{}.{} {!r} (was {!r})".format(prefix, k.ljust(max_k), v, before[k]))
1196 print("{}.{} {!r}".format(prefix, k.ljust(max_k), v))
H A 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/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py837 body = 'static constexpr ' + typeStr.ljust(9) + name.ljust(33) + ' {' + strVal + '};'
853 body = '#define ' + name.ljust(33) + ' ' + strVal;
855 body = '#define ' + name.ljust(33) + ' ' + strVal
1103 paramdecl = paramdecl.ljust(aligncol - 1) + ' '
H A Dreflow.py266 newLines.append(''.ljust(hangIndent) + tail)
341 outLine = ''.ljust(state.leadIndent) + word
437 outLine = ''.ljust(hangIndent) + word
/third_party/vulkan-headers/registry/
H A Dgenerator.py837 body = 'static constexpr ' + typeStr.ljust(9) + name.ljust(33) + ' {' + strVal + '};'
853 body = '#define ' + name.ljust(33) + ' ' + strVal;
855 body = '#define ' + name.ljust(33) + ' ' + strVal
1103 paramdecl = paramdecl.ljust(aligncol - 1) + ' '
/third_party/python/Tools/scripts/
H A Dbyteyears.py55 print(filename.ljust(maxlen), end=' ')
H A Dpdeps.py151 print(mod.ljust(maxlen), ':', end=' ')
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_regression.py346 cx("select 1".ljust(lim))
348 cu.execute("select 2".ljust(lim))
350 sql = "select 3".ljust(lim+1)
/third_party/rust/crates/minimal-lexical/etc/
H A Dlemire_table.py107 print(value.ljust(46, ' ') + comment)
H A Dbellerophon_table.py116 print(value.ljust(30, " ") + exp)
/third_party/markupsafe/
H A D__init__.py217 ljust = _simple_escaping_wrapper(str.ljust) variable in Markup
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dsdk_info.py61 version = major.rjust(2, '0') + minor.ljust(2, '0')
/third_party/node/deps/v8/tools/release/
H A Dlist_deprecated.py137 file_position = (f"{self.path}:{linenumber}").ljust(40)
/third_party/python/Lib/
H A Dhmac.py104 key = key.ljust(blocksize, b'\0')
H A Dcmd.py400 texts[col] = texts[col].ljust(colwidths[col])
/third_party/mesa3d/bin/pick/
H A Dui.py69 reason = commit.nomination_type.name.ljust(6)

Completed in 17 milliseconds

12