HomeSort by relevance Sort by last modified time
    Searched refs:puts (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
variable-array.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep puts | count 4
7 return sizeof(*(puts("asdf"),y));
12 return sizeof(*(char(*)[puts("asdf")])0);
17 static int (*y)[puts("asdf")];
alloca.c 6 int puts(const char *s);
10 puts(C);
  /external/valgrind/main/cachegrind/tests/
myprint.c 5 puts("This is myprint!");
  /ndk/tests/device/test-cxx-init-array/jni/
test.cpp 10 puts("Passed");
15 puts("ERROR: Global variables are NOT initialized.");
  /external/clang/test/CXX/over/over.oper/over.literal/
p7.cpp 10 void puts(const char *);
12 puts(c);
  /external/libcap-ng/libcap-ng-0.7/src/test/
lib_test.c 36 puts("Doing basic bit tests...");
39 puts("Failed clearing capabilities");
45 puts("Failed filling capabilities");
57 puts("Failed restoring capabilities");
66 puts("Failed update test 1");
71 puts("Failed have capability test 1");
77 puts("Failed have capabilities test 1");
85 puts("Failed bset update test 2");
90 puts("Failed bset have capability test 2");
96 puts("Failed bset have capabilities test 2")
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-files-in-framework 40 STDERR.puts "ERROR: #{msg}"
64 STDERR.puts
65 STDERR.puts " Inappropriate files were detected and have been removed from the framework."
66 STDERR.puts " If this error continues to appear after building again then the build system needs"
67 STDERR.puts " to be modified so that the inappropriate files are no longer copied in to the framework."
68 STDERR.puts
test-webkitruby 30 puts %x{ '#{test}' }
bencher 36 $stderr.puts "It does not appear that you have the 'json' package installed. Try running 'sudo gem install json'."
45 $stderr.puts "Error: no configuration file at ~/.bencher."
46 $stderr.puts "This file should contain paths to SunSpider, V8, and Kraken, as well as a"
47 $stderr.puts "temporary directory that bencher can use for its remote mode. It should be"
48 $stderr.puts "formatted in JSON. For example:"
49 $stderr.puts "{"
50 $stderr.puts " \"sunSpiderPath\": \"/Volumes/Data/pizlo/OpenSource/PerformanceTests/SunSpider/tests/sunspider-1.0\","
51 $stderr.puts " \"v8Path\": \"/Volumes/Data/pizlo/OpenSource/PerformanceTests/SunSpider/tests/v8-v6\","
52 $stderr.puts " \"krakenPath\": \"/Volumes/Data/pizlo/kraken/kraken-e119421cb325/tests/kraken-1.1\","
53 $stderr.puts " \"tempPath\": \"/Volumes/Data/pizlo/bencher/temp\"
    [all...]
  /external/clang/test/SemaCXX/
__try.cpp 6 int puts(const char *);
39 puts("Another exception:");
45 puts("Caught a C-based exception.");
56 puts("C++ allows __finally too!");
  /system/extras/tests/bionic/libc/common/
test_strptime.c 34 puts(buf);
35 puts(!strcmp(buf, "11:14") ? "OK" : "FAILED");
40 puts(buf);
41 puts(!strcmp(buf, "09:41:53") ? "OK" : "FAILED");
test_drand48.c 64 puts("Hard-coded values");
70 puts("lrand48");
71 puts(" srand48(100)");
78 puts(" srand48(100)");
85 puts(" srand48(101)");
92 puts("drand48");
93 puts(" srand48(100)");
100 puts(" srand48(100)");
107 puts(" srand48(101)");
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p9.c 6 #define showlist(...) puts(#__VA_ARGS__)
7 #define report(test, ...) ((test)?puts(#test):\
16 // CHECK: puts("The first, second, and third items.");
19 // CHECK: ((x>y)?puts("x>y"): printf("x is %d but y is %d", x, y));
  /external/icu4c/samples/datecal/
cal.cpp 19 puts("C++ sample");
22 puts("Couldn't create GregorianCalendar");
42 puts("Calendar::get failed");
48 puts("Calendar::add failed");
59 puts("Date-Calendar sample program");
ccal.c 15 puts("----");
16 puts("C Sample");
22 puts("Couldn't create GregorianCalendar");
43 puts("Calendar::get failed");
50 puts("Calendar::add failed");
  /external/icu4c/samples/break/
break.cpp 38 puts("");
94 puts("ICU Break Iterator Sample Program\n");
95 puts("C++ Break Iteration\n");
100 puts("");
113 puts("\n Sentence Boundaries... ");
114 puts("----- forward: -----------");
116 puts("----- backward: ----------");
125 puts("----- forward: -----------");
128 puts("----- first: -------------");
131 puts("----- last: --------------")
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex7.c 48 puts ("failed to compile pattern \"a\"");
62 puts ("re_search failed to fill the -1 sentinel");
73 puts ("failed to compile pattern /\\(\\(\\(a\\)\\)\\)/");
87 puts ("re_match failed to fill the -1 sentinel");
93 puts (" -> OK");
runptests.c 73 puts ("compiling failed, OK");
86 puts ("compiling suceeds, FAIL");
97 puts ("no match, OK");
100 puts ("no match, FAIL");
108 puts ("match, OK");
111 puts ("match, OK");
bug-regex10.c 44 puts ("re_compile_pattern return non-NULL value");
61 puts (" -> OK");
  /external/elfutils/tests/
sha1-tst.c 47 puts ("test 1 failed");
60 puts ("test 2 failed");
74 puts ("test 3 failed");
show-die-info.c 268 puts ("");
280 puts ("************* DW_AT_low_pc verify failed ************");
282 puts ("************* DW_AT_low_pc form failed ************");
284 puts ("************* DW_AT_low_pc form (2) failed ************");
286 puts ("************* DW_AT_low_pc attr failed ************");
297 puts ("************* DW_AT_high_pc verify failed ************");
299 puts ("************* DW_AT_high_pc form failed ************");
301 puts ("************* DW_AT_high_pc form (2) failed ************");
303 puts ("************* DW_AT_high_pc attr failed ************");
315 puts ("************* DW_AT_byte_size verify failed ************")
    [all...]
  /external/compiler-rt/lib/ubsan/lit_tests/Integer/
add-overflow.cpp 28 puts("__int128 not supported");
sub-overflow.cpp 27 puts("__int128 not supported");
uadd-overflow.cpp 28 puts("__int128 not supported");
usub-overflow.cpp 27 puts("__int128 not supported\n");

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>