Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D1-1.c38 puts("Test Failed: \%a doesn't equal at least 3 bytes"); in main()
41 puts("PASS"); in main()
47 puts("Test Failed: \%A doesn't equal to 6 bytes"); in main()
50 puts("PASS"); in main()
56 puts("Test Failed: \%b doesn't equal to 3 bytes"); in main()
59 puts("PASS"); in main()
65 puts("Test Failed: \%B is less than3 bytes"); in main()
68 puts("PASS"); in main()
85 puts("Test Failed: \%C doesn't equal at least 2 bytes"); in main()
88 puts("PASS"); in main()
[all …]
D2-1.c50 puts("Test Failed: \%EC doesn't equal to 2 bytes"); in main()
53 puts("PASS"); in main()
70 puts("Test Failed: \%EX doesn't equal to 3 bytes"); in main()
73 puts("PASS"); in main()
90 puts("Test Failed: \%EY doesn't equal at least 4 bytes"); in main()
93 puts("PASS"); in main()
99 puts("Test Failed: \%Od doesn't equal at least 2 bytes"); in main()
102 puts("PASS"); in main()
108 puts("Test Failed: \%Oe doesn't equal at least 2 bytes"); in main()
111 puts("PASS"); in main()
[all …]
/third_party/cups-filters/cupsfilters/
Dtestdriver.c102 puts("*PPD-Adobe: \"4.3\""); in cat_ppd()
104 puts("*LanguageEncoding: ISOLatin1"); in cat_ppd()
105 puts("*LanguageVersion: English"); in cat_ppd()
106 puts("*Manufacturer: \"Test\""); in cat_ppd()
107 puts("*FileVersion: \"1.0\""); in cat_ppd()
108 puts("*FormatVersion: \"4.3\""); in cat_ppd()
109 puts("*PSVersion: \"(3010) 1\""); in cat_ppd()
117 puts("*OpenUI PageSize: PickOne"); in cat_ppd()
118 puts("*OrderDependency: 10 AnySetup *PageSetup"); in cat_ppd()
119 puts("*DefaultPageSize: Letter"); in cat_ppd()
[all …]
/third_party/elfutils/tests/
Dshow-die-info.c101 puts (""); in handle()
113 puts ("************* DW_AT_low_pc verify failed ************"); in handle()
115 puts ("************* DW_AT_low_pc form failed ************"); in handle()
117 puts ("************* DW_AT_low_pc form (2) failed ************"); in handle()
119 puts ("************* DW_AT_low_pc attr failed ************"); in handle()
130 puts ("************* DW_AT_high_pc verify failed ************"); in handle()
132 puts ("************* DW_AT_high_pc form failed ************"); in handle()
134 puts ("************* DW_AT_high_pc form (2) failed ************"); in handle()
136 puts ("************* DW_AT_high_pc attr failed ************"); in handle()
148 puts ("************* DW_AT_byte_size verify failed ************"); in handle()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
D1-1.c32 puts("Test FAILED: seconds"); in main()
40 puts("Test FAILED: minutes"); in main()
48 puts("Test FAILED: hour"); in main()
56 puts("Test FAILED: mday"); in main()
64 puts("Test FAILED: mon"); in main()
74 puts("Test FAILED: year"); in main()
82 puts("Test FAILED: wday"); in main()
90 puts("Test FAILED: yday"); in main()
98 puts("Test FAILED: isdst"); in main()
102 puts("Test PASSED"); in main()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c536 puts("Gallium driver debugger"); in ddebug_screen_create()
537 puts(""); in ddebug_screen_create()
538 puts("Usage:"); in ddebug_screen_create()
539 puts(""); in ddebug_screen_create()
540puts(" GALLIUM_DDEBUG=\"[<timeout in ms>] [(always|apitrace <call#)] [flush] [transfers] [verbose… in ddebug_screen_create()
541 puts(" GALLIUM_DDEBUG_SKIP=[count]"); in ddebug_screen_create()
542 puts(""); in ddebug_screen_create()
543 puts("Dump context and driver information of draw calls into"); in ddebug_screen_create()
544 puts("$HOME/"DD_DIR"/. By default, watch for GPU hangs and only dump information"); in ddebug_screen_create()
545 puts("about draw calls related to the hang."); in ddebug_screen_create()
[all …]
/third_party/icu/icu4c/source/samples/break/
Dbreak.cpp45 puts(""); in printTextRange()
101 puts("ICU Break Iterator Sample Program\n"); in main()
102 puts("C++ Break Iteration\n"); in main()
107 puts(""); in main()
120 puts("\n Sentence Boundaries... "); in main()
121 puts("----- forward: -----------"); in main()
123 puts("----- backward: ----------"); in main()
132 puts("----- forward: -----------"); in main()
135 puts("----- first: -------------"); in main()
138 puts("----- last: --------------"); in main()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/break/
Dbreak.cpp45 puts(""); in printTextRange()
101 puts("ICU Break Iterator Sample Program\n"); in main()
102 puts("C++ Break Iteration\n"); in main()
107 puts(""); in main()
120 puts("\n Sentence Boundaries... "); in main()
121 puts("----- forward: -----------"); in main()
123 puts("----- backward: ----------"); in main()
132 puts("----- forward: -----------"); in main()
135 puts("----- first: -------------"); in main()
138 puts("----- last: --------------"); in main()
[all …]
/third_party/cups-filters/filter/
Dpdftops.c1205 puts("%%BeginProlog"); in main()
1234 puts("% ===== Workaround insertion by pdftops CUPS filter ====="); in main()
1235 puts("% Kyocera's/Utax's PostScript interpreter crashes on early name binding,"); in main()
1236 puts("% so eliminate all \"bind\"s by redefining \"bind\" to no-op"); in main()
1237 puts("/bind {} bind def"); in main()
1238 puts("% Some Kyocera and Utax printers have an unacceptably slow implementation"); in main()
1239 puts("% of image interpolation."); in main()
1240 puts("/image"); in main()
1241 puts("{"); in main()
1242 puts(" dup /Interpolate known"); in main()
[all …]
Dcommon.c388 puts("% x y w h ESPrc - Clip to a rectangle.\n" in WriteCommon()
392 puts("% x y w h ESPrf - Fill a rectangle.\n" in WriteCommon()
396 puts("% x y w h ESPrs - Stroke a rectangle.\n" in WriteCommon()
434 puts("userdict/ESPwl{}bind put"); in WriteLabelProlog()
492 puts(")put"); in WriteLabelProlog()
498 puts("userdict/ESPpf /Helvetica-Bold findfont 14 scalefont put"); in WriteLabelProlog()
504 puts("userdict/ESPwl{"); in WriteLabelProlog()
505 puts(" ESPpf setfont"); in WriteLabelProlog()
508 puts(" 1 setgray"); in WriteLabelProlog()
511 puts(" 0 setgray"); in WriteLabelProlog()
[all …]
/third_party/icu/icu4c/source/test/perf/leperf/
Dletrperf.cpp46 puts("error"); in time_null()
57 puts("error"); in time_obj()
67 puts("error"); in time_obj2()
78 puts("failure"); in time_letr1()
87 puts("error"); in time_letr1()
101 puts("failure"); in time_letr2()
108 puts("error"); in time_letr2()
118 puts("failure"); in time_letr3()
125 puts("failure"); in time_letr3()
132 puts("error"); in time_letr3()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c269 puts(""); in si_test_dma_perf()
276 puts(""); in si_test_dma_perf()
277 puts("static struct si_method"); in si_test_dma_perf()
281 puts("{"); in si_test_dma_perf()
282 puts(" unsigned size = MIN2(size64, UINT_MAX);\n"); in si_test_dma_perf()
287 puts(" if (dst == RADEON_DOMAIN_VRAM) {"); in si_test_dma_perf()
289 puts(" } else { /* GTT */"); in si_test_dma_perf()
291 puts("}"); in si_test_dma_perf()
292 puts(""); in si_test_dma_perf()
293 puts("static struct si_method"); in si_test_dma_perf()
[all …]
/third_party/icu/icu4c/source/samples/date/
Ddate.c191 puts("Usage: icudate [OPTIONS]"); in usage()
192 puts("Options:"); in usage()
193 puts(" -h, --help Print this message and exit."); in usage()
194 puts(" -v, --version Print the version number of date and exit."); in usage()
195 puts(" -u, --gmt Display the date in Greenwich Mean Time."); in usage()
196 puts(" -f, --full Use full display format."); in usage()
197 puts(" -l, --long Use long display format."); in usage()
198 puts(" -m, --medium Use medium display format."); in usage()
199 puts(" -s, --short Use short display format."); in usage()
200 puts(" -F <format>, --format <format> Use <format> as the display format."); in usage()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/date/
Ddate.c191 puts("Usage: icudate [OPTIONS]"); in usage()
192 puts("Options:"); in usage()
193 puts(" -h, --help Print this message and exit."); in usage()
194 puts(" -v, --version Print the version number of date and exit."); in usage()
195 puts(" -u, --gmt Display the date in Greenwich Mean Time."); in usage()
196 puts(" -f, --full Use full display format."); in usage()
197 puts(" -l, --long Use long display format."); in usage()
198 puts(" -m, --medium Use medium display format."); in usage()
199 puts(" -s, --short Use short display format."); in usage()
200 puts(" -F <format>, --format <format> Use <format> as the display format."); in usage()
[all …]
/third_party/icu/tools/multi/proj/chello/
Ddate.c151 puts("Usage: icudate [OPTIONS]"); in usage()
152 puts("Options:"); in usage()
153 puts(" -h, --help Print this message and exit."); in usage()
154 puts(" -v, --version Print the version number of date and exit."); in usage()
155 puts(" -u, --gmt Display the date in Greenwich Mean Time."); in usage()
156 puts(" -f, --full Use full display format."); in usage()
157 puts(" -l, --long Use long display format."); in usage()
158 puts(" -m, --medium Use medium display format."); in usage()
159 puts(" -s, --short Use short display format."); in usage()
168 puts(U_COPYRIGHT_STRING); in version()
/third_party/libsnd/tests/
Dstring_test.c114 puts (" No FLAC tests because FLAC support was not compiled in.") ; in main()
122 puts (" No MP3 tests because MPEG support was not compiled in.") ; in main()
130 puts (" No Ogg/Vorbis tests because Ogg/Vorbis support was not compiled in.") ; in main()
138 puts (" No Ogg/Opus tests because Ogg/Opus support was not compiled in.") ; in main()
169 { puts ("\n\n **** String test not working yet for W64 format. ****\n") ; in main()
265 puts ("\n") ; in string_start_end_test()
272 puts ("\n") ; in string_start_end_test()
279 puts ("\n") ; in string_start_end_test()
285 puts ("\n") ; in string_start_end_test()
292 puts ("\n") ; in string_start_end_test()
[all …]
Dulaw_test.c59 puts (sf_strerror (NULL)) ; in main()
79 puts (sf_strerror (NULL)) ; in main()
87 puts (sf_strerror (file)) ; in main()
99 puts ("ok") ; in main()
109 puts (sf_strerror (NULL)) ; in main()
125 puts (sf_strerror (NULL)) ; in main()
133 puts (sf_strerror (file)) ; in main()
146 puts ("ok") ; in main()
Dalaw_test.c59 puts (sf_strerror (NULL)) ; in main()
79 puts (sf_strerror (NULL)) ; in main()
87 puts (sf_strerror (file)) ; in main()
99 puts ("ok") ; in main()
108 puts (sf_strerror (NULL)) ; in main()
124 puts (sf_strerror (NULL)) ; in main()
132 puts (sf_strerror (file)) ; in main()
145 puts ("ok") ; in main()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1517 puts("Syntax: GALLIUM_HUD=name1[+name2][...][:value1][,nameI...][;nameJ...]"); in print_help()
1518 puts(""); in print_help()
1519 puts(" Names are identifiers of data sources which will be drawn as graphs"); in print_help()
1520 puts(" in panes. Multiple graphs can be drawn in the same pane."); in print_help()
1521 puts(" There can be multiple panes placed in rows and columns."); in print_help()
1522 puts(""); in print_help()
1523 puts(" '+' separates names which will share a pane."); in print_help()
1524 puts(" ':[value]' specifies the initial maximum value of the Y axis"); in print_help()
1525 puts(" for the given pane."); in print_help()
1526 puts(" ',' creates a new pane below the last one."); in print_help()
[all …]
/third_party/libsnd/examples/
Dgenerate.c48 { puts ("\nEncode a single input file into a number of different output ") ; in main()
49 puts ("encodings. These output encodings can then be moved to another ") ; in main()
50 puts ("OS for testing.\n") ; in main()
51 puts (" Usage : generate <filename>\n") ; in main()
103 puts (sf_strerror (NULL)) ; in encode_file()
117 puts (sf_strerror (NULL)) ; in encode_file()
/third_party/icu/icu4c/source/samples/datecal/
Dcal.cpp27 puts("C++ sample"); in cpp_main()
30 puts("Couldn't create GregorianCalendar"); in cpp_main()
50 puts("Calendar::get failed"); in cpp_main()
56 puts("Calendar::add failed"); in cpp_main()
67 puts("Date-Calendar sample program"); in main()
Dccal.c21 puts("----"); in c_main()
22 puts("C Sample"); in c_main()
28 puts("Couldn't create GregorianCalendar"); in c_main()
49 puts("Calendar::get failed"); in c_main()
56 puts("Calendar::add failed"); in c_main()
/third_party/skia/third_party/externals/icu/source/samples/datecal/
Dcal.cpp25 puts("C++ sample"); in cpp_main()
28 puts("Couldn't create GregorianCalendar"); in cpp_main()
48 puts("Calendar::get failed"); in cpp_main()
54 puts("Calendar::add failed"); in cpp_main()
65 puts("Date-Calendar sample program"); in main()
Dccal.c21 puts("----"); in c_main()
22 puts("C Sample"); in c_main()
28 puts("Couldn't create GregorianCalendar"); in c_main()
49 puts("Calendar::get failed"); in c_main()
56 puts("Calendar::add failed"); in c_main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c126 puts(ERROR_PREFIX "send_receive: " "expected a 'b'"); in parent_process()
145 puts("Test PASSED"); in parent_process()
148 puts("Test FAILED"); in parent_process()
151 puts(ERROR_PREFIX "bad reply from child"); in parent_process()
170 puts(ERROR_PREFIX "send_receive: " "expected an 'a'"); in child_process()
181 puts(ERROR_PREFIX "mq_notify (2): " "should have failed"); in child_process()
191 puts(ERROR_PREFIX "send_receive: " "expected a 'c'"); in child_process()
235 puts(ERROR_PREFIX "read: EOF"); in send_receive()

12345678910>>...27