/third_party/libsnd/src/ |
H A D | test_conversions.c | 48 char format_str [16] ; in conversion_test() local 56 snprintf (format_str, sizeof (format_str), "%c12348", endian) ; in conversion_test() 72 psf_binheader_writef (psf, format_str, i8, i16, i24, i32, i64) ; in conversion_test() 87 bytes = psf_binheader_readf (psf, format_str, &t8, &t16, &t24, &t32, &t64) ; in conversion_test()
|
/third_party/node/tools/v8_gypfiles/ |
H A D | ForEachFormat.py | 4 format_str = args.pop(0) 5 return ' '.join(format_str % a for a in args)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRangeList.cpp | 62 const char *format_str = in dump() local 65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 809 char format_str[5]; member 831 char format_str[5]; /* need to leave room for terminating \0 */ member 1196 p->w, p->h, p->format_str, p->plane_id, p->crtc_id); in atomic_set_plane() 1281 p->w, p->h, p->format_str, plane_id); in set_plane() 1457 strcpy(pipe->format_str, "XR24"); in pipe_attempt_connector() 1458 pipe->fourcc = util_format_fourcc(pipe->format_str); in pipe_attempt_connector() 1657 .format_str = "XR24", in set_mode() 1658 .fourcc = util_format_fourcc(pipe->format_str), in set_mode() 1847 strcpy(pipe->format_str, "XR24"); in parse_connector() 1902 strncpy(pipe->format_str, in parse_connector() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_scale_qsv.c | 116 char *format_str; member 123 if (!strcmp(s->format_str, "same")) { in qsvscale_init() 126 s->format = av_get_pix_fmt(s->format_str); in qsvscale_init() 128 av_log(ctx, AV_LOG_ERROR, "Unrecognized pixel format: %s\n", s->format_str); in qsvscale_init() 616 { "format", "Output pixel format", OFFSET(format_str), AV_OPT_TYPE_STRING, { .str = "same" }, .flags = FLAGS },
|
H A D | vf_scale_npp.c | 150 char *format_str; member 288 if (!strcmp(scale->format_str, "same")) { in nppscale_init() 291 scale->format = av_get_pix_fmt(scale->format_str); in nppscale_init() 293 av_log(ctx, AV_LOG_ERROR, "Unrecognized pixel format: %s\n", scale->format_str); in nppscale_init() 956 { "format", "Output pixel format", OFFSET(format_str), AV_OPT_TYPE_STRING, { .str = "same" }, .flags = FLAGS },
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 320 string format_str; in from_string_impl() local 321 is >> format_str; in from_string_impl() local 323 assert(!strncmp(format_str.c_str(), "FMT(", 4)); in from_string_impl() 327 istringstream fmt_stream(format_str.substr(4)); in from_string_impl()
|
/third_party/node/deps/histogram/src/ |
H A D | hdr_histogram.c | 981 const char* format_str = "%s%d%s"; in format_line_string() local 986 snprintf(str, len, format_str, "%.", significant_figures, "f,%f,%d,%.2f\n"); in format_line_string() 989 snprintf(str, len, format_str, "%12.", significant_figures, "f %12f %12d %12.2f\n"); in format_line_string() 992 snprintf(str, len, format_str, "%12.", significant_figures, "f %12f %12d %12.2f\n"); in format_line_string()
|
/third_party/python/Lib/test/ |
H A D | test_decorators.py | 81 def check_wrapper_attrs(self, method_wrapper, format_str): 94 self.assertEqual(repr(wrapper), format_str.format(func))
|
H A D | test_struct.py | 564 def check_sizeof(self, format_str, number_of_codes): 569 support.check_sizeof(self, struct.Struct(format_str), totalsize)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 216 def _Appendf(self, lst, test_key, format_str, default=None): 218 lst.append(format_str % str(self._Settings()[test_key])) 220 lst.append(format_str % str(default))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 216 def _Appendf(self, lst, test_key, format_str, default=None): 218 lst.append(format_str % str(self._Settings()[test_key])) 220 lst.append(format_str % str(default))
|
/third_party/python/Python/ |
H A D | ceval.c | 7746 const char *format_str, PyObject *obj) 7757 _PyErr_Format(tstate, exc, format_str, obj_str); 7745 format_exc_check_arg(PyThreadState *tstate, PyObject *exc, const char *format_str, PyObject *obj) global() argument
|