HomeSort by relevance Sort by last modified time
    Searched full:puts (Results 101 - 125 of 1661) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/nanopb-c/tests/basic_buffer/
encode_buffer.c 2 * Just puts constant data in the fields and encodes into
  /external/strace/tests/
umovestr2.c 28 puts("+++ exited with 0 +++");
  /external/llvm/test/Object/
readobj-elf-versioning.test 33 ELF32: Name: puts@GLIBC_2.0
41 ELF64: Name: puts@GLIBC_2.2.5
  /external/llvm/test/tools/llvm-readobj/Inputs/
trivial.ll 12 %call = tail call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @.str, i32 0, i32 0)) nounwind
17 declare i32 @puts(i8* nocapture) nounwind
  /external/ltrace/testsuite/ltrace.minor/
trace-fork.exp 20 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
38 set pattern {^[0-9]* puts}
  /external/llvm/test/CodeGen/X86/
reverse_branches.ll 41 %puts = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @str4, i64 0, i64 0))
50 %puts42 = call i32 @puts(i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str2, i64 0, i64 0))
88 %puts43 = call i32 @puts(i8* getelementptr inbounds ([5 x i8], [5 x i8]* @str4, i64 0, i64 0))
97 %puts44 = call i32 @puts(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @.str3, i64 0, i64 0))
103 declare i32 @puts(i8* nocapture) nounwind
seh-safe-div.ll 13 ; puts("EXCEPTION_ACCESS_VIOLATION");
17 ; puts("EXCEPTION_INT_DIVIDE_BY_ZERO");
48 call void @puts(i8* getelementptr ([27 x i8], [27 x i8]* @str1, i32 0, i32 0))
53 call void @puts(i8* getelementptr ([29 x i8], [29 x i8]* @str2, i32 0, i32 0))
88 ; CHECK: callq puts
95 ; CHECK: callq puts
195 declare void @puts(i8*)
musttail-fastcall.ll 9 declare void @puts(i8*)
17 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0))
22 ; Check that we spill and fill around the call to puts.
46 call void @puts(i8* getelementptr ([4 x i8], [4 x i8]* @asdf, i32 0, i32 0))
51 ; Check that we spill and fill SSE registers around the call to puts.
  /external/llvm/test/DebugInfo/
two-cus-from-same-file.ll 18 %puts = tail call i32 @puts(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @str, i32 0, i32 0)), !dbg !23
22 declare i32 @puts(i8* nocapture) nounwind
28 %puts = tail call i32 @puts(i8* getelementptr inbounds ([6 x i8], [6 x i8]* @str1, i32 0, i32 0)), !dbg !28
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 4 int puts(const char *s);
136 puts("Hello world!\n");
142 puts(argv[3]);
  /external/elfutils/src/tests/
asm-tst7.c 47 puts ("cannot open backend library");
91 puts ("not a valid ELF file");
131 puts ("too many symbol");
asm-tst8.c 47 puts ("cannot open backend library");
92 puts ("not a valid ELF file");
132 puts ("too many symbol");
get-aranges.c 74 puts ("failed to get CU die offset");
85 puts ("failed to get CU die");
128 puts ("failed to get CU die");
funcretval.c 70 puts ("returns no value");
76 puts ("");
get-pubnames.c 45 puts ("failed to get CU die");
56 puts ("failed to get object die");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
puts.c 1 /* $OpenBSD: puts.c,v 1.11 2009/11/21 09:53:44 guenther Exp $ */
43 puts(const char *s) function
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 55 // Puts the status into the Intent
79 // Puts log data into the Intent
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 35 { @output.puts( $functionHeader.name + " is a declaration") }
37 { @output.puts( $functionHeader.name + " is a definition") }
  /external/icu/icu4c/source/tools/gentest/
genres32.c 62 /*puts(file);*/
63 puts("Generating testtable32.txt");
  /external/llvm/test/ExecutionEngine/MCJIT/
2002-12-16-ArgTest.ll 5 declare i32 @puts(i8*)
30 %reg236 = call i32 @puts( i8* %reg117 ) ; <i32> [#uses=0]
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
2002-12-16-ArgTest.ll 5 declare i32 @puts(i8*)
30 %reg236 = call i32 @puts( i8* %reg117 ) ; <i32> [#uses=0]
  /external/llvm/test/Object/Inputs/COFF/
x86-64.yaml 19 SymbolName: puts
89 Name: puts
  /external/llvm/test/Transforms/InstCombine/
printf-2.ll 28 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([12 x i8], [12 x i8]* @str, i32 0, i32 0))
38 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([13 x i8], [13 x i8]* @hello_world, i32 0, i32 0))
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 69 * Puts a byte into this byte vector. The byte vector is automatically
86 * Puts two bytes into this byte vector. The byte vector is automatically
106 * Puts a short into this byte vector. The byte vector is automatically
125 * Puts a byte and a short into this byte vector. The byte vector is
146 * Puts an int into this byte vector. The byte vector is automatically
167 * Puts a long into this byte vector. The byte vector is automatically
194 * Puts an UTF8 string into this byte vector. The byte vector is
259 * Puts an array of bytes into this byte vector. The byte vector is
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 42 * Warns, and also puts a list of strings afterwards.

Completed in 2554 milliseconds

1 2 3 45 6 7 8 91011>>