Home
last modified time | relevance | path

Searched full:printf (Results 1 – 25 of 14263) sorted by relevance

12345678910>>...571

/aosp_15_r20/external/flac/src/test_libFLAC/
H A Dmetadata_object.c38 printf("FAILED, malloc error\n"); in make_dummydata_()
52printf("FAILED, track offset mismatch, expected %" PRIu64 ", got %" PRIu64 "\n", to->offset, from-… in compare_track_()
56printf("FAILED, track number mismatch, expected %u, got %u\n", (uint32_t)to->number, (uint32_t)fro… in compare_track_()
60 printf("FAILED, track number mismatch, expected %s, got %s\n", to->isrc, from->isrc); in compare_track_()
64printf("FAILED, track type mismatch, expected %u, got %u\n", (uint32_t)to->type, (uint32_t)from->t… in compare_track_()
68printf("FAILED, track pre_emphasis mismatch, expected %u, got %u\n", (uint32_t)to->pre_emphasis, (… in compare_track_()
72printf("FAILED, track num_indices mismatch, expected %u, got %u\n", (uint32_t)to->num_indices, (ui… in compare_track_()
77 printf("FAILED, track indices mismatch\n"); in compare_track_()
84printf("FAILED, track indices[%u].offset mismatch, expected %" PRIu64 ", got %" PRIu64 "\n", i, to… in compare_track_()
88printf("FAILED, track indices[%u].number mismatch, expected %u, got %u\n", i, (uint32_t)to->indice… in compare_track_()
[all …]
H A Dencoders.c61 printf("ERROR: %s\n", msg); in die_()
70 printf("FAILED, %s", msg); in die_s_()
72 printf("FAILED"); in die_s_()
74 printf(", state = %u (%s)\n", (uint32_t)state, FLAC__StreamEncoderStateString[state]); in die_s_()
77printf(" verify decoder state = %u (%s)\n", (uint32_t)dstate, FLAC__StreamDecoderStateString[… in die_s_()
166printf("\n+++ libFLAC unit test: FLAC__StreamEncoder (layer: %s, format: %s)\n\n", LayerString[lay… in test_stream_encoder()
168 printf("testing FLAC__stream_encoder_new()... "); in test_stream_encoder()
171 printf("FAILED, returned NULL\n"); in test_stream_encoder()
174 printf("OK\n"); in test_stream_encoder()
177 printf("testing FLAC__stream_encoder_set_ogg_serial_number()... "); in test_stream_encoder()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/testdata/print/
Dprint.go5 // This file contains tests for the printf checker.
16 // For testing printf-like functions from external package.
22 fmt.Printf("%p, %x %X", up, up, up)
65 fmt.Printf("")
66 fmt.Printf("%b %b %b", 3, i, x)
67 fmt.Printf("%c %c %c %c", 3, i, 'x', r)
68 fmt.Printf("%d %d %d", 3, i, imap)
69 fmt.Printf("%e %e %e %e", 3e9, x, fslice, c)
70 fmt.Printf("%E %E %E %E", 3e9, x, fslice, c)
71 fmt.Printf("%f %f %f %f", 3e9, x, fslice, c)
[all …]
/aosp_15_r20/external/flac/src/test_libFLAC++/
H A Dmetadata_object.cpp35 printf("FAILED, %s\n", msg); in die_()
254 printf("testing class FLAC::Metadata::StreamInfo\n"); in test_metadata_object_streaminfo()
256 printf("testing StreamInfo::StreamInfo()... "); in test_metadata_object_streaminfo()
262 printf("FAILED, bad length, expected %u, got %u\n", expected_length, block.get_length()); in test_metadata_object_streaminfo()
265 printf("OK\n"); in test_metadata_object_streaminfo()
267 printf("testing StreamInfo::StreamInfo(const StreamInfo &)... +\n"); in test_metadata_object_streaminfo()
268 printf(" StreamInfo::operator!=(const StreamInfo &)... "); in test_metadata_object_streaminfo()
275 printf("OK\n"); in test_metadata_object_streaminfo()
277 printf("testing StreamInfo::~StreamInfo()... "); in test_metadata_object_streaminfo()
279 printf("OK\n"); in test_metadata_object_streaminfo()
[all …]
H A Ddecoders.cpp70 printf("ERROR: %s\n", msg); in die_()
79 printf("FAILED, %s", msg); in die_s_()
81 printf("FAILED"); in die_s_()
83 printf(", state = %u (%s)\n", (uint32_t)((::FLAC__StreamDecoderState)state), state.as_cstring()); in die_s_()
100 printf("\n\ngenerating %sFLAC file for decoder tests...\n", is_ogg? "Ogg ":""); in generate_file_()
143 printf("content... "); in common_write_callback_()
155 printf("%u... ", current_metadata_number_); in common_metadata_callback_()
174printf("ERROR: got error callback: err = %u (%s)\n", (uint32_t)status, ::FLAC__StreamDecoderErrorS… in common_error_callback_()
309 printf("FAILED at set_md5_checking(), returned false\n"); in test_respond()
313 printf("testing init%s()... ", is_ogg? "_ogg":""); in test_respond()
[all …]
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_audio_dump.c71 printf("%-21s(%#x) 0x%08x %s\n", # reg, reg, dword, desc); \
77 printf("%-21s(%#x) 0x%08x %s\n", # reg, reg, dword, desc); \
83 printf("%-21s(%#x) 0x%08x %s\n", # reg, reg, dword, desc); \
495 /* printf("%-18s %8s %s\n\n", "register name", "raw value", "description"); */ in dump_eaglelake()
533 printf("\nDetails:\n\n"); in dump_eaglelake()
536 printf("AUD_VID_DID vendor id\t\t\t0x%x\n", dword >> 16); in dump_eaglelake()
537 printf("AUD_VID_DID device id\t\t\t0x%x\n", dword & 0xffff); in dump_eaglelake()
540 printf("AUD_RID major revision\t\t\t0x%lx\n", REG_BITS(dword, 23, 20)); in dump_eaglelake()
541 printf("AUD_RID minor revision\t\t\t0x%lx\n", REG_BITS(dword, 19, 16)); in dump_eaglelake()
542 printf("AUD_RID revision id\t\t\t0x%lx\n", REG_BITS(dword, 15, 8)); in dump_eaglelake()
[all …]
H A Dintel_vbt_decode.c146 printf("\tPanel fitting: "); in dump_general_features()
149 printf("disabled\n"); in dump_general_features()
152 printf("text only\n"); in dump_general_features()
155 printf("graphics only\n"); in dump_general_features()
158 printf("text & graphics\n"); in dump_general_features()
161 printf("\tFlexaim: %s\n", YESNO(features->flexaim)); in dump_general_features()
162 printf("\tMessage: %s\n", YESNO(features->msg_enable)); in dump_general_features()
163 printf("\tClear screen: %d\n", features->clear_screen); in dump_general_features()
164 printf("\tDVO color flip required: %s\n", YESNO(features->color_flip)); in dump_general_features()
166 printf("\tExternal VBT: %s\n", YESNO(features->download_ext_vbt)); in dump_general_features()
[all …]
/aosp_15_r20/external/ethtool/
H A Dpcnet32.c31 printf("Driver: %s\n",info->driver); in pcnet32_dump_regs()
32 printf("Version: %s\n",info->version); in pcnet32_dump_regs()
34 printf("APROM: "); in pcnet32_dump_regs()
36 printf(" %04x ", data[i]); in pcnet32_dump_regs()
37 printf("\n"); in pcnet32_dump_regs()
42 if (((i-csr) & 7) == 0) printf("CSR%02d: ", i-csr); in pcnet32_dump_regs()
43 printf(" %04x ", data[i]); in pcnet32_dump_regs()
44 if (((i-csr) & 7) == 7) printf("\n"); in pcnet32_dump_regs()
46 if (((i-csr) & 7) != 7) printf("\n"); in pcnet32_dump_regs()
51 if (((i-csr) & 7) == 0) printf("BCR%02d: ", i-csr); in pcnet32_dump_regs()
[all …]
H A Dmarvell.c16 printf("Addr %d ", n); in dump_addr()
18 printf("%02X%c", a[i], i == 5 ? '\n' : ' '); in dump_addr()
26 printf("%s\n", name); in dump_timer()
27 printf("\tInit 0x%08X Value 0x%08X\n", r[0], r[1]); in dump_timer()
28 printf("\tTest 0x%02X Control 0x%02X\n", a[8], a[9]); in dump_timer()
56 printf("\n%s (disabled)\n", name); in dump_queue()
60 printf("\n%s\n", name); in dump_queue()
61 printf("---------------\n"); in dump_queue()
62 printf("Descriptor Address 0x%08X%08X\n", in dump_queue()
64 printf("Address Counter 0x%08X%08X\n", in dump_queue()
[all …]
/aosp_15_r20/external/bc/
H A Dconfigure.sh46 printf '%s\n\n' "$1"
52 printf 'usage:\n'
53 printf ' %s -h\n' "$script"
54 printf ' %s --help\n' "$script"
55printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri…
56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n'
57 printf ' %s \\\n' "$script"
58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n'
59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n'
60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n'
[all …]
H A Dconfigure46 printf '%s\n\n' "$1"
52 printf 'usage:\n'
53 printf ' %s -h\n' "$script"
54 printf ' %s --help\n' "$script"
55printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri…
56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n'
57 printf ' %s \\\n' "$script"
58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n'
59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n'
60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n'
[all …]
/aosp_15_r20/external/google-breakpad/src/processor/
H A Ddump_context.cc371 printf("MDRawContextX86\n"); in Print()
372 printf(" context_flags = 0x%x\n", in Print()
374 printf(" dr0 = 0x%x\n", context_x86->dr0); in Print()
375 printf(" dr1 = 0x%x\n", context_x86->dr1); in Print()
376 printf(" dr2 = 0x%x\n", context_x86->dr2); in Print()
377 printf(" dr3 = 0x%x\n", context_x86->dr3); in Print()
378 printf(" dr6 = 0x%x\n", context_x86->dr6); in Print()
379 printf(" dr7 = 0x%x\n", context_x86->dr7); in Print()
380 printf(" float_save.control_word = 0x%x\n", in Print()
382 printf(" float_save.status_word = 0x%x\n", in Print()
[all …]
/aosp_15_r20/external/edid-decode/
H A Dparse-di-ext-block.cpp13 printf(" %s:\n", data_block.c_str()); in parse_digital_interface()
15 printf(" Supported Digital Interface: "); in parse_digital_interface()
19 printf("Analog Video Input\n"); in parse_digital_interface()
23 case 0x01: printf("DVI\n"); break; in parse_digital_interface()
24 case 0x02: printf("DVI Single Link\n"); break; in parse_digital_interface()
25 case 0x03: printf("DVI Dual Link - High Resolution\n"); break; in parse_digital_interface()
26 case 0x04: printf("DVI Dual Link - High Color\n"); break; in parse_digital_interface()
27 case 0x05: printf("DVI - Consumer Electronics\n"); break; in parse_digital_interface()
28 case 0x06: printf("Plug & Display\n"); break; in parse_digital_interface()
29 case 0x07: printf("DFP\n"); break; in parse_digital_interface()
[all …]
/aosp_15_r20/external/cpuinfo/tools/
H A Disa-info.c14 printf("Scalar instructions:\n"); in main()
16 printf("\tx87 FPU: %s\n", cpuinfo_has_x86_fpu() ? "yes" : "no"); in main()
17 printf("\tCMOV: %s\n", cpuinfo_has_x86_cmov() ? "yes" : "no"); in main()
19 printf("\tLAHF/SAHF: %s\n", cpuinfo_has_x86_lahf_sahf() ? "yes" : "no"); in main()
20 printf("\tLZCNT: %s\n", cpuinfo_has_x86_lzcnt() ? "yes" : "no"); in main()
21 printf("\tPOPCNT: %s\n", cpuinfo_has_x86_popcnt() ? "yes" : "no"); in main()
22 printf("\tTBM: %s\n", cpuinfo_has_x86_tbm() ? "yes" : "no"); in main()
23 printf("\tBMI: %s\n", cpuinfo_has_x86_bmi() ? "yes" : "no"); in main()
24 printf("\tBMI2: %s\n", cpuinfo_has_x86_bmi2() ? "yes" : "no"); in main()
25 printf("\tADCX/ADOX: %s\n", cpuinfo_has_x86_adx() ? "yes" : "no"); in main()
[all …]
/aosp_15_r20/external/iw/
H A Devent.c55 printf(" [no frame]"); in print_frame()
63 printf(" [invalid frame: "); in print_frame()
68 printf(" %s -> ", macbuf); in print_frame()
70 printf("%s", macbuf); in print_frame()
77 printf(" status: %d: %s", tmp, get_status_str(tmp)); in print_frame()
85 printf(" status: %d: %s", tmp, get_status_str(tmp)); in print_frame()
91 printf(" reason %d: %s", tmp, get_reason_str(tmp)); in print_frame()
98 printf(" [frame:"); in print_frame()
102 printf(" %.02x", frame[i]); in print_frame()
103 printf("]"); in print_frame()
[all …]
H A Dscan.c550 printf("\t"); in tab_on_first()
563 printf(" "); in print_ssid()
565 printf("\n"); in print_ssid()
577 printf(" "); in print_supprates()
583 printf("VHT"); in print_supprates()
585 printf("HT"); in print_supprates()
587 printf("%d.%d", r/2, 5*(r&1)); in print_supprates()
589 printf("%s ", data[i] & 0x80 ? "*" : ""); in print_supprates()
591 printf("\n"); in print_supprates()
604 printf("\n"); in print_rm_enabled_capabilities()
[all …]
/aosp_15_r20/external/lua/src/
H A Dluac.c118 printf("%s\n",LUA_COPYRIGHT); in doargs()
225 printf("\""); in PrintString()
232 printf("\\\""); in PrintString()
235 printf("\\\\"); in PrintString()
238 printf("\\a"); in PrintString()
241 printf("\\b"); in PrintString()
244 printf("\\f"); in PrintString()
247 printf("\\n"); in PrintString()
250 printf("\\r"); in PrintString()
253 printf("\\t"); in PrintString()
[all …]
/aosp_15_r20/external/flac/src/flac/
H A Dmain.c1199 printf("Type \"flac\" for a usage summary or \"flac --help\" for all options\n"); in usage_error()
1207 printf("flac %s\n", FLAC__VERSION_STRING); in show_version()
1212 printf("===============================================================================\n"); in usage_header()
1213 printf("flac - Command-line FLAC encoder/decoder version %s\n", FLAC__VERSION_STRING); in usage_header()
1214 printf("Copyright (C) 2000-2009 Josh Coalson\n"); in usage_header()
1215 printf("Copyright (C) 2011-2023 Xiph.Org Foundation\n"); in usage_header()
1216 printf("\n"); in usage_header()
1217 printf("This program is free software; you can redistribute it and/or\n"); in usage_header()
1218 printf("modify it under the terms of the GNU General Public License\n"); in usage_header()
1219 printf("as published by the Free Software Foundation; either version 2\n"); in usage_header()
[all …]
/aosp_15_r20/external/curl/
H A Dconfigure351 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
376 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
432 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
505 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
511 printf "%s\n" "$0: This script requires a shell more modern than all"
512 printf "%s\n" "$0: the shells that I found on your system."
514 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
515 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
517 printf "%s\n" "$0: Please tell [email protected] and a suitable curl
585 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
[all …]
/aosp_15_r20/external/python/cpython3/
Dconfigure112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
137 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
258 printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2
264 printf "%s\n" "$0: This script requires a shell more modern than all"
265 printf "%s\n" "$0: the shells that I found on your system."
267 printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should"
268 printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later."
270 printf "%s\n" "$0: Please tell [email protected] and
338 *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
347 printf "%s\n" X"$as_dir" |
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtestapi.c132 printf("Skipping on Windows for now\n"); in main()
171 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks); in main()
1275 printf("Total: %d functions, %d tests, %d errors\n", in testlibxml2()
1316 printf("Leak of %d blocks found in UTF8ToHtml", in test_UTF8ToHtml()
1319 printf(" %d", n_out); in test_UTF8ToHtml()
1320 printf(" %d", n_outlen); in test_UTF8ToHtml()
1321 printf(" %d", n_in); in test_UTF8ToHtml()
1322 printf(" %d", n_inlen); in test_UTF8ToHtml()
1323 printf("\n"); in test_UTF8ToHtml()
1373 printf("Leak of %d blocks found in htmlAttrAllowed", in test_htmlAttrAllowed()
[all …]
/aosp_15_r20/external/libxml2/
H A Dtestapi.c132 printf("Skipping on Windows for now\n"); in main()
171 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks); in main()
1267 printf("Total: %d functions, %d tests, %d errors\n", in testlibxml2()
1308 printf("Leak of %d blocks found in UTF8ToHtml", in test_UTF8ToHtml()
1311 printf(" %d", n_out); in test_UTF8ToHtml()
1312 printf(" %d", n_outlen); in test_UTF8ToHtml()
1313 printf(" %d", n_in); in test_UTF8ToHtml()
1314 printf(" %d", n_inlen); in test_UTF8ToHtml()
1315 printf("\n"); in test_UTF8ToHtml()
1365 printf("Leak of %d blocks found in htmlAttrAllowed", in test_htmlAttrAllowed()
[all …]
/aosp_15_r20/external/strace/tests-m32/
H A Dbtrfs.c197 printf("%#llx /* ", val); in prfl_btrfs()
200 printf(" */"); in prfl_btrfs()
208 printf("%#llx /* ", val); in prxval_btrfs()
211 printf(" */"); in prxval_btrfs()
219 printf("%s%" PRIu64 " /* UINT64_MAX */", prefix, val); in print_uint64()
221 printf("%sUINT64_MAX", prefix); in print_uint64()
223 printf("%s%" PRIu64, prefix, val); in print_uint64()
250 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_TRANS_START)); in btrfs_test_trans_ioctls()
253 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_TRANS_END)); in btrfs_test_trans_ioctls()
269 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_SYNC)); in btrfs_test_sync_ioctls()
[all …]
/aosp_15_r20/external/strace/tests-mx32/
H A Dbtrfs.c197 printf("%#llx /* ", val); in prfl_btrfs()
200 printf(" */"); in prfl_btrfs()
208 printf("%#llx /* ", val); in prxval_btrfs()
211 printf(" */"); in prxval_btrfs()
219 printf("%s%" PRIu64 " /* UINT64_MAX */", prefix, val); in print_uint64()
221 printf("%sUINT64_MAX", prefix); in print_uint64()
223 printf("%s%" PRIu64, prefix, val); in print_uint64()
250 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_TRANS_START)); in btrfs_test_trans_ioctls()
253 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_TRANS_END)); in btrfs_test_trans_ioctls()
269 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_SYNC)); in btrfs_test_sync_ioctls()
[all …]
/aosp_15_r20/external/strace/tests/
H A Dbtrfs.c197 printf("%#llx /* ", val); in prfl_btrfs()
200 printf(" */"); in prfl_btrfs()
208 printf("%#llx /* ", val); in prxval_btrfs()
211 printf(" */"); in prxval_btrfs()
219 printf("%s%" PRIu64 " /* UINT64_MAX */", prefix, val); in print_uint64()
221 printf("%sUINT64_MAX", prefix); in print_uint64()
223 printf("%s%" PRIu64, prefix, val); in print_uint64()
250 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_TRANS_START)); in btrfs_test_trans_ioctls()
253 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_TRANS_END)); in btrfs_test_trans_ioctls()
269 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", ioc(BTRFS_IOC_SYNC)); in btrfs_test_sync_ioctls()
[all …]

12345678910>>...571