/external/libexif/test/nls/ |
print-localedir.c | 8 puts(LOCALEDIR); 9 puts("\n");
|
/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/cachegrind/tests/ |
myprint.c | 5 puts("This is myprint!");
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/test/ |
node.rake | 10 puts "jasmine-node is not available" 11 puts 12 puts "Please run:" 13 puts " npm install -g jasmine-node" 14 puts 15 puts "...and then try again." 16 puts
|
jasmine.rake | 5 puts "your tests are here:" 6 puts " http://localhost:#{port}/"
|
/ndk/tests/device/test-cxx-init-array/jni/ |
test.cpp | 10 puts("Passed"); 15 puts("ERROR: Global variables are NOT initialized.");
|
/external/lldb/test/functionalities/signal/ |
main.c | 7 puts ("got signal usr1"); 12 puts ("got signal ALRM"); 22 puts ("Put breakpoint here");
|
/external/selinux/libselinux/utils/ |
getenforce.c | 24 puts("Enforcing"); 26 puts("Permissive"); 28 puts("Disabled");
|
/external/llvm/test/Object/Inputs/ |
trivial-object-test.elf-hexagon | |
program-headers.elf-i386 | |
trivial-object-test.elf-i386 | |
/external/clang/test/CXX/over/over.oper/over.literal/ |
p7.cpp | 10 void puts(const char *); 12 puts(c);
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
dynamic-table.c | 5 int puts(const char *); 8 puts("Hello, World");
|
trivial.obj.elf-i386 | |
/external/guava/guava/src/com/google/common/hash/ |
PrimitiveSink.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/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/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/ltrace/testsuite/ltrace.torture/ |
vfork-thread.c | 13 puts ("bleble"); 26 puts ("vforked"); 30 puts ("vforked child exiting"); 33 puts ("parent continuing");
|
/external/llvm/test/CodeGen/PowerPC/ |
hello.ll | 8 %tmp2 = tail call i32 @puts( i8* getelementptr ([13 x i8], [13 x i8]* @.str, i32 0, i64 0) ) 12 declare i32 @puts(i8*)
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
2003-05-07-ArgumentTest.ll | 3 declare i32 @puts(i8*) 8 %tmp.0 = call i32 @puts( i8* %tmp.6 ) ; <i32> [#uses=0]
|
hello.ll | 5 declare i32 @puts(i8*) 8 %reg210 = call i32 @puts( i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
hello.ll | 5 declare i32 @puts(i8*) 8 %reg210 = call i32 @puts( i8* getelementptr ([12 x i8], [12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
|
/external/toybox/toys/android/ |
getenforce.c | 22 if (!is_selinux_enabled()) puts("Disabled"); 27 else puts(ret ? "Enforcing" : "Permissive");
|
/external/llvm/test/Transforms/InstCombine/ |
puts-1.ll | 1 ; Test that the puts library call simplifier works correctly. 9 declare i32 @puts(i8*) 11 ; Check puts("") -> putchar('\n'). 16 call i32 @puts(i8* %str) 27 %ret = call i32 @puts(i8* %str) 28 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([1 x i8], [1 x i8]* @empty, i32 0, i32 0))
|