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

1 2 3 4 5 6 7 8 91011>>

  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
test.c 3 extern int puts(const char *);
6 puts("hello world");
main.c 6 puts("usage: main.out libtest.so");
12 puts("failed to open lib");
18 puts("failed to find test() function");
  /external/libexif/test/nls/
print-localedir.c 8 puts(LOCALEDIR);
9 puts("\n");
  /external/syslinux/com32/lib/
puts.c 2 * puts.c
7 int puts(const char *s) function
  /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!");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-rel-1.s 4 .long .puts
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
sec64k.exp 69 puts $ofd " .global start"
70 puts $ofd "start:"
71 puts $ofd " .global _start"
72 puts $ofd "_start:"
73 puts $ofd " .global __start"
74 puts $ofd "__start:"
75 puts $ofd " .global main"
76 puts $ofd "main:"
77 puts $ofd " .global foo_0"
78 puts $ofd "foo_0: .dc.a 0
    [all...]
  /external/llvm/test/tools/llvm-symbolizer/Inputs/
coff-exports.cpp 6 extern "C" int puts(const char *str);
9 puts("foo1");
10 puts("foo2");
coff-dwarf.cpp 4 extern "C" int puts(const char *str);
7 puts("foo1");
8 puts("foo2");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
1-1.c 38 puts("Test Failed: \%a doesn't equal at least 3 bytes");
41 puts("PASS");
47 puts("Test Failed: \%A doesn't equal to 6 bytes");
50 puts("PASS");
56 puts("Test Failed: \%b doesn't equal to 3 bytes");
59 puts("PASS");
65 puts("Test Failed: \%B is less than3 bytes");
68 puts("PASS");
76 * puts("Test Failed: \%c doesn't equal at least 30 bytes");
78 * puts ("PASS")
    [all...]
2-1.c 40 * puts("Test Failed: \%Ec doesn't equal at least 31 bytes");
43 * puts("PASS");
50 puts("Test Failed: \%EC doesn't equal to 2 bytes");
53 puts("PASS");
60 * puts("Test Failed: \%Ex doesn't equal to 10 bytes");
63 * puts ("PASS");
70 puts("Test Failed: \%EX doesn't equal to 3 bytes");
73 puts("PASS");
80 * puts("Test Failed: \%Ey doesn't equal at least 2 bytes");
83 * puts ("PASS")
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
m68k-got.exp 81 puts $ofd "\t.text"
82 puts $ofd "\t.align 2"
83 puts $ofd "\t.globl $func"
84 puts $ofd "\t.type $func,@function"
85 puts $ofd "$func:"
86 puts $ofd "\tlink.w %fp,#0"
87 puts $ofd "\tmove.l %a5,-(%sp)"
88 puts $ofd "\tmove.l #_GLOBAL_OFFSET_TABLE_@GOTPC, %a5"
89 puts $ofd "\tlea (-6, %pc, %a5), %a5"
94 puts $ofd "\tlea $symbol@GOT,%a0
    [all...]
  /external/selinux/libselinux/utils/
getenforce.c 24 puts("Enforcing");
26 puts("Permissive");
28 puts("Disabled");
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/arm/
libtest.so.txt 11 IMP_SYMBOL puts
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86/
libtest.so.txt 12 IMP_SYMBOL puts
  /development/vndk/tools/definition-tool/tests/testdata/test_elfdump/expected/x86_64/
libtest.so.txt 11 IMP_SYMBOL puts
  /external/llvm/test/Object/Inputs/
trivial-object-test.elf-hexagon 
  /external/clang/test/CXX/over/over.oper/over.literal/
p7.cpp 10 void puts(const char *);
12 puts(c);
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/test/ExecutionEngine/
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/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/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/libcups/cups/
testcups.c 165 puts("No password entered.");
182 puts(buffer);
215 puts("Unable to start document!");
225 puts("Unable to write bytes!");
238 puts("Unable to finish document!");
244 puts("Usage:");
245 puts("");
246 puts("Run basic unit tests:");
247 puts("");
248 puts(" ./testcups")
    [all...]

Completed in 1381 milliseconds

1 2 3 4 5 6 7 8 91011>>