/third_party/cJSON/tests/unity/auto/ |
H A D | generate_test_runner.rb | 157 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 D | stylize_as_junit.rb | 33 # 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 D | colour_prompt.rb | 11 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...] |
H A D | parse_output.rb | 147 puts 'Parsing file: ' + name 152 puts '' 153 puts '=================== RESULTS =====================' 154 puts '' 192 puts '' 193 puts '=================== SUMMARY =====================' 194 puts '' 195 puts 'Tests Passed : ' + test_pass.to_s 196 puts 'Tests Failed : ' + test_fail.to_s 197 puts 'Test [all...] |
H A D | unity_test_summary.rb | 74 puts "\nERROR: " 75 puts err_msg if err_msg 76 puts "\nUsage: unity_test_summary.rb result_file_directory/ root_path/" 77 puts ' result_file_directory - The location of your results files.' 78 puts ' Defaults to current directory if not specified.' 79 puts ' Should end in / if specified.' 80 puts ' root_path - Helpful for producing more verbose output if using relative paths.' 132 puts uts.run
|
/third_party/unity/auto/ |
H A D | generate_test_runner.rb | 235 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 D | stylize_as_junit.rb | 33 # 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 D | colour_prompt.rb | 11 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
H A D | 1-1.c | 38 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 D | 2-1.c | 40 * 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/cups-filters/cupsfilters/ |
H A D | testdriver.c | 102 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 D | show-die-info.c | 101 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/ |
H A D | 1-1.c | 32 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...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_dma_perf.c | 269 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/cups-filters/filter/ |
H A D | pdftops.c | 1205 puts("%%BeginProlog"); 1234 puts("% ===== Workaround insertion by pdftops CUPS filter ====="); 1235 puts("% Kyocera's/Utax's PostScript interpreter crashes on early name binding,"); 1236 puts("% so eliminate all \"bind\"s by redefining \"bind\" to no-op"); 1237 puts("/bind {} bind def"); 1238 puts("% Some Kyocera and Utax printers have an unacceptably slow implementation"); 1239 puts("% of image interpolation."); 1240 puts("/image"); 1241 puts("{"); 1242 puts(" du [all...] |
H A D | common.c | 388 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(" in WriteLabelProlog() [all...] |
/third_party/icu/icu4c/source/samples/break/ |
H A D | break.cpp | 45 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 D | break.cpp | 45 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/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 536 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...] |
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | letrperf.cpp | 46 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...] |
/third_party/icu/tools/multi/proj/chello/ |
H A D | date.c | 151 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_STRIN in version() [all...] |
/third_party/icu/icu4c/source/samples/date/ |
H A D | date.c | 191 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...] |
/third_party/skia/third_party/externals/icu/source/samples/date/ |
H A D | date.c | 191 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...] |
/third_party/libsnd/tests/ |
H A D | string_test.c | 114 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 ("\ in string_start_end_test() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_context.c | 1517 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(" ',' create in print_help() [all...] |