/external/toybox/toys/lsb/ |
D | seq.c | 48 char *sep_str = "\n", *fmt_str = "%g"; in seq_main() local 77 sprintf(fmt_str = toybuf, "%%0%d.%df", left+right+!!right, right); in seq_main() 79 if (toys.optflags & FLAG_f) insanitize(fmt_str = TT.fmt); in seq_main() 89 printf(fmt_str, dd); in seq_main()
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 30 def color_format(use_color, fmt_str, *args, **kwargs): argument 43 return fmt_str.format(*args, **kwargs) 95 … fmt_str = "{}{:<{}s}{endc} {}{:+.2f}{endc} {}{:+.2f}{endc} {:4d} {:4d}" 98 output_strs += [color_format(use_color, fmt_str,
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 30 def color_format(use_color, fmt_str, *args, **kwargs): argument 43 return fmt_str.format(*args, **kwargs) 97 fmt_str = "{}{:<{}s}{endc}{}{:+9.2f}{endc}{}{:+14.2f}{endc}{:14d}{:14d}" 100 output_strs += [color_format(use_color, fmt_str,
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | filelist.c | 365 char fmt_str[FILENAME_MAX]; in validate_filename() local 366 if (FILENAME_MAX <= snprintf(fmt_str, FILENAME_MAX, in validate_filename() 372 sscanf(name, fmt_str, &retval); in validate_filename() 379 char fmt_str[FILENAME_MAX]; in validate_dirname() local 380 if (FILENAME_MAX <= snprintf(fmt_str, FILENAME_MAX, "%s%s%%d", in validate_dirname() 386 sscanf(name, fmt_str, &retval); in validate_dirname()
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 116 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument 128 gestures = [fmt_str % d for d in directions] 133 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
|
/external/python/cpython2/Lib/test/ |
D | test_builtin.py | 1546 def test_deprecated_format_string(obj, fmt_str, should_raise_warning): argument 1549 format(obj, fmt_str) 1561 def __format__(self, fmt_str): argument 1562 return format('', fmt_str) 1564 for fmt_str in fmt_strs: 1565 test_deprecated_format_string(A(), fmt_str, False) 1574 for fmt_str in fmt_strs: 1575 test_deprecated_format_string(cls(), fmt_str, len(fmt_str) != 0)
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 645 fmt_str = '%s: f0' + ' %02x'*self.length 646 return fmt_str % ((self.name,) + tuple(self.msg)) 677 fmt_str = '%s:' + ' %02x'*self.length 678 return fmt_str % ((self.name,) + tuple(self.msg)) 713 fmt_str = '%s: %02x' + ' %02x'*self.length 714 return fmt_str % ((self.name, self.meta_type) + tuple(self.msg))
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 1241 const char *fmt_str; in cond_expr_to_cil() local 1291 fmt_str = "(%s %s)"; in cond_expr_to_cil() 1295 fmt_str = "(%s %s %s)"; in cond_expr_to_cil() 1320 rlen = snprintf(new_val, len, fmt_str, op, val1, val2); in cond_expr_to_cil() 1698 const char *fmt_str; in constraint_expr_to_string() local 1827 fmt_str = "(%s %s)"; in constraint_expr_to_string() 1831 fmt_str = "(%s %s %s)"; in constraint_expr_to_string() 1856 rlen = snprintf(new_val, len, fmt_str, op, val1, val2); in constraint_expr_to_string()
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 4846 const HChar* fmt_str = NULL; in dis_ARM64_load_store() local 4849 fmt_str = "%s %s, [%s], #%lld (at-Rn-then-Rn=EA)\n"; in dis_ARM64_load_store() 4852 fmt_str = "%s %s, [%s, #%lld]! (at-EA-then-Rn=EA)\n"; in dis_ARM64_load_store() 4855 fmt_str = "%s %s, [%s, #%lld] (at-Rn)\n"; in dis_ARM64_load_store() 4860 DIP(fmt_str, (isLoad ? ld_name : st_name)[szLg2], in dis_ARM64_load_store() 4968 const HChar* fmt_str = NULL; in dis_ARM64_load_store() local 4971 fmt_str = "%sp %s, %s, [%s], #%lld (at-Rn-then-Rn=EA)\n"; in dis_ARM64_load_store() 4974 fmt_str = "%sp %s, %s, [%s, #%lld]! (at-EA-then-Rn=EA)\n"; in dis_ARM64_load_store() 4977 fmt_str = "%sp %s, %s, [%s, #%lld] (at-Rn)\n"; in dis_ARM64_load_store() 4982 DIP(fmt_str, bL == 0 ? "st" : "ld", in dis_ARM64_load_store() [all …]
|