Home
last modified time | relevance | path

Searched full:puts (Results 1 - 25 of 2247) sorted by relevance

12345678910>>...90

/third_party/cJSON/tests/unity/auto/
H A Dgenerate_test_runner.rb157 output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */')
159 output.puts("\n/*=======Automagically Detected Files To Include=====*/")
160 output.puts('#ifdef __WIN32__')
161 output.puts('#define UNITY_INCLUDE_SETUP_STUBS')
162 output.puts('#endif')
163 output.puts("#include \"#{@options[:framework]}.h\"")
164 output.puts('#include "cmock.h"') unless mocks.empty?
165 output.puts('#include <setjmp.h>')
166 output.puts('#include <stdio.h>')
168 @options[:defines].each { |d| output.puts("#defin
[all...]
H A Dstylize_as_junit.rb33 # puts "results #{results}"
42 # puts "out_file: #{out_file}"
51 puts o
57 puts "unity_to_junit.rb version #{VERSION}"
80 # puts "Output File: #{@out_file}"
121 puts "\nERROR: "
122 puts err_msg if err_msg
123 puts 'Usage: unity_to_junit.rb [options]'
124 puts ''
125 puts 'Specifi
[all...]
H A Dcolour_prompt.rb11 puts 'ERROR! "Win32API" library not found'
12 puts '"Win32API" is required for colour on a windows machine'
13 puts ' try => "gem install Win32API" on the command line'
14 puts
16 # puts
17 # puts 'Windows Environment Detected...'
18 # puts 'Win32API Library Found.'
19 # puts
102 $stdout.puts str if mode == :puts
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
H A 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()
76 * puts("Test Failed: \%c doesn't equal at least 30 bytes"); in main()
78 * puts ("PAS in main()
[all...]
H A D2-1.c40 * puts("Test Failed: \%Ec doesn't equal at least 31 bytes"); in main()
43 * puts("PASS"); in main()
50 puts("Test Failed: \%EC doesn't equal to 2 bytes"); in main()
53 puts("PASS"); in main()
60 * puts("Test Failed: \%Ex doesn't equal to 10 bytes"); in main()
63 * puts ("PASS"); in main()
70 puts("Test Failed: \%EX doesn't equal to 3 bytes"); in main()
73 puts("PASS"); in main()
80 * puts("Test Failed: \%Ey doesn't equal at least 2 bytes"); in main()
83 * puts ("PAS in main()
[all...]
/third_party/unity/auto/
H A Dgenerate_test_runner.rb235 output.puts('/* AUTOGENERATED FILE. DO NOT EDIT. */')
236 output.puts("\n/*=======Automagically Detected Files To Include=====*/")
237 output.puts('extern "C" {') if @options[:externcincludes]
238 output.puts("#include \"#{@options[:framework]}.h\"")
239 output.puts('#include "cmock.h"') unless mocks.empty?
240 output.puts('}') if @options[:externcincludes]
242 output.puts("/* injected defines for unity settings, etc */")
245 output.puts("#ifndef #{def_only}\n#define #{d}\n#endif /* #{def_only} */")
249 output.puts("#include \"#{File.basename(@options[:header_file])}\"")
252 output.puts("#includ
[all...]
H A Dstylize_as_junit.rb33 # puts "results #{results}"
42 # puts "out_file: #{out_file}"
51 puts o
57 puts "unity_to_junit.rb version #{VERSION}"
80 # puts "Output File: #{@out_file}"
121 puts "\nERROR: "
122 puts err_msg if err_msg
123 puts 'Usage: unity_to_junit.rb [options]'
124 puts ''
125 puts 'Specifi
[all...]
H A Dcolour_prompt.rb11 puts 'ERROR! "Win32API" library not found'
12 puts '"Win32API" is required for colour on a windows machine'
13 puts ' try => "gem install Win32API" on the command line'
14 puts
16 # puts
17 # puts 'Windows Environment Detected...'
18 # puts 'Win32API Library Found.'
19 # puts
103 $stdout.puts str if mode == :puts
[all...]
/third_party/cups-filters/cupsfilters/
H A 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("*DefaultPageSiz in cat_ppd()
[all...]
/third_party/elfutils/tests/
H A 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_siz in handle()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A 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()
540 puts(" 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("abou in ddebug_screen_create()
[all...]
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A Ddecompress.c34 extern void puts(const char *s);
37 #define puts(s) do {} while (0) macro
45 puts("\n\n"); in error()
46 puts(x); in error()
47 puts("\n\n -- System halted"); in error()
99 puts("zimage at: "); in decompress_kernel()
101 puts(" "); in decompress_kernel()
103 puts("\n"); in decompress_kernel()
110 puts("Uncompressing Linux at load address "); in decompress_kernel()
112 puts("\ in decompress_kernel()
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A 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("erro in time_letr3()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A Ddecompress.c26 extern void puts(const char *s);
29 #define puts(s) do {} while (0) macro
35 puts("\n\n"); in error()
36 puts(x); in error()
37 puts("\n\n -- System halted"); in error()
89 puts("zimage at: "); in decompress_kernel()
91 puts(" "); in decompress_kernel()
93 puts("\n"); in decompress_kernel()
100 puts("Uncompressing Linux at load address "); in decompress_kernel()
102 puts("\ in decompress_kernel()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/vector/
H A Dvstate_exec_nolibc.c15 puts("PR_RISCV_V_GET_CONTROL is not supported\n"); in main()
22 puts("fork failed\n"); in main()
35 puts("child execve failed\n"); in main()
43 puts("fork failed\n"); in main()
50 puts("child's vstate_ctrl not equal to parent's\n"); in main()
65 puts("child exited abnormally\n"); in main()
71 puts("child was terminated by unexpected signal\n"); in main()
76 puts("child signaled by illegal V access but vstate_ctrl is not off\n"); in main()
88 puts("parent has inherit bit, but child has not\n"); in main()
95 puts("paren in main()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfp-pidbench.S28 puts "\n"
34 puts "Iterations per test: "
39 puts "\n"
42 puts "No SVE: "
49 puts "System does not support SVE\n"
54 puts "SVE VL: "
57 puts "\n"
59 puts "SVE used once: "
63 puts "SVE used per syscall: "
H A Dfpsimd-test.S167 puts "Terminated by signal "
170 puts ", no error, iterations="
173 puts ", signals="
208 puts "sigaction failure\n"
252 1: puts "Bad vector length: "
257 2: puts "Vector length:\t"
260 puts " bits\n"
268 puts "PID:\t"
310 puts "Mismatch: PID="
313 puts ", iteratio
[all...]
H A Dza-test.S183 puts "Terminated by signal "
186 puts ", no error, iterations="
189 puts ", signals="
224 puts "sigaction failure\n"
258 puts "Streaming mode "
271 1: puts "bad vector length: "
276 2: puts "vector length:\t"
279 puts " bits\n"
286 puts "PID:\t"
341 puts "Mismatc
[all...]
/third_party/icu/icu4c/source/samples/break/
H A 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(" in main()
[all...]
/third_party/skia/third_party/externals/icu/source/samples/break/
H A 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(" in main()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
H A 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("Tes in main()
[all...]
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A Ddecompress.c32 extern void puts(const char *s);
35 #define puts(s) do {} while (0) macro
43 puts("\n\n"); in error()
44 puts(x); in error()
45 puts("\n\n -- System halted"); in error()
97 puts("zimage at: "); in decompress_kernel()
99 puts(" "); in decompress_kernel()
101 puts("\n"); in decompress_kernel()
108 puts("Uncompressing Linux at load address "); in decompress_kernel()
110 puts("\ in decompress_kernel()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dfpsimd-test.S53 function puts
71 .macro puts string
77 bl puts
103 bl puts
322 puts "Terminated by signal "
325 puts ", no error, iterations="
328 puts ", signals="
363 puts "sigaction failure\n"
384 1: puts "Bad vector length: "
389 2: puts "Vecto
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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("stati in si_test_dma_perf()
[all...]
/third_party/icu/icu4c/source/samples/date/
H A 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(" in usage()
[all...]

Completed in 10 milliseconds

12345678910>>...90