HomeSort by relevance Sort by last modified time
    Searched full:puts (Results 1 - 25 of 1243) 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")];
2002-05-24-Alloca.c 6 int puts(const char *s);
10 puts(C);
PR3589-freestanding-libcalls.c 2 // RUN: %clang_cc1 -O2 -emit-llvm %s -o - | grep 'declare i32 @puts' | count 1
3 // RUN: %clang_cc1 -ffreestanding -O2 -emit-llvm %s -o - | grep 'declare i32 @puts' | count 0
  /external/valgrind/main/cachegrind/tests/
myprint.c 5 puts("This is myprint!");
  /external/clang/test/CXX/over/over.oper/over.literal/
p7.cpp 9 void puts(const char *);
11 puts(c);
  /external/llvm/test/CodeGen/PowerPC/
hello.ll 8 %tmp2 = tail call i32 @puts( i8* getelementptr ([13 x i8]* @.str, i32 0, i64 0) )
12 declare i32 @puts(i8*)
  /external/guava/guava/src/com/google/common/hash/
Sink.java 30 * Puts a byte into this sink.
38 * Puts an array of bytes into this sink.
46 * Puts a chunk of an array of bytes into this sink. {@code bytes[off]} is the first byte written,
59 * Puts a short into this sink.
64 * Puts an int into this sink.
69 * Puts a long into this sink.
74 * Puts a float into this sink.
79 * Puts a double into this sink.
84 * Puts a boolean into this sink.
89 * Puts a character into this sink
    [all...]
  /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/llvm/test/Object/Inputs/
trivial-object-test.elf-i386 
trivial.ll 5 %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8]* @.str, i32 0, i32 0)) nounwind
10 declare i32 @puts(i8* nocapture) nounwind
  /external/llvm/test/ExecutionEngine/
2003-05-07-ArgumentTest.ll 4 declare i32 @puts(i8*)
9 %tmp.0 = call i32 @puts( i8* %tmp.6 ) ; <i32> [#uses=0]
hello.ll 6 declare i32 @puts(i8*)
9 %reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
  /external/llvm/test/Transforms/SimplifyLibCalls/
Puts.ll 8 declare i32 @puts(i8*)
13 %call = call i32 @puts(i8* getelementptr inbounds ([1 x i8]* @.str, i32 0, i32 0))
  /system/extras/tests/bionic/libc/common/
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)");
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");
  /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/webkit/Tools/iExploder/iexploder-1.3.2/tools/
osx_last_crash.rb 17 #puts line
40 puts File.basename(filename) + " - " + date
41 puts "==================================================="
43 puts line
45 puts ""
  /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...]
  /external/llvm/test/CodeGen/X86/
darwin-stub.ll 8 %0 = tail call i32 @puts(i8* getelementptr ([13 x i8]* @"\01LC", i32 0, i32 0)) nounwind ; <i32> [#uses=0]
12 declare i32 @puts(i8*)
  /external/clang/test/SemaCXX/
__try.cpp 5 int puts(const char *);
38 puts("Another exception:");
44 puts("Caught a C-based exception.");
55 puts("C++ allows __finally too!");
  /external/stlport/test/eh/
locale.cpp 43 if(char_type.is(ctype_base::upper, '?')) puts("Upper");
44 if(char_type.is(ctype_base::lower, '?')) puts("Lower");
45 puts("Next");
46 if(isupper('?', cout.getloc())) puts("Upper");
47 if(islower('?', cout.getloc())) puts("Lower");
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
osx_last_crash.rb 32 #puts line
55 puts File.basename(filename) + " - " + date
56 puts "==================================================="
58 puts line
60 puts ""
  /external/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
  /development/tools/findunused/
find_unused_resources.rb 179 puts "=== #{unusedResources.appDir}"
181 puts "----- Unused layout ids"
183 puts " #{f[0]} #{f[1]}"
187 puts "----- Unused string ids"
189 puts " #{f[0]} #{f[1]}"
197 puts "<h3>#{title}</h3>"
198 puts "<table border='1'>"
200 puts "<tr><td><b>#{f[0]}</b></td> <td>#{f[1]}</td></tr>"
202 puts "</table>"
207 puts "<html><header><title>#{title}</title></header><body>
    [all...]

Completed in 928 milliseconds

1 2 3 4 5 6 7 8 91011>>