/external/chromium/chrome/browser/ |
power_save_blocker.h | 20 // Puts the sleep mode block into effect.
|
/external/chromium/chrome/browser/sync/util/ |
dbgq.h | 12 // puts the elements into the array in reverse, so you can just look at the i_
|
/external/clang/test/Parser/ |
pragma-weak.c | 3 // Note that this puts the expected lines before the directives to work around
|
/external/llvm/test/Object/ |
nm-archive.test | 18 BITCODE-NEXT: U puts
|
/frameworks/base/cmds/system_server/ |
system_main.cpp | 5 * puts the main thread into the thread pool so it can handle
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 6 * Compare two floating-point values. Puts 0, 1, or -1 into the 9 * Provide a "naninst" instruction that puts 1 or -1 into r1 depending
|
TEMPLATE_CMPL_FLOAT.S | 6 * Compare two floating-point values. Puts 0, 1, or -1 into the 9 * Provide a "naninst" instruction that puts 1 or -1 into r1 depending
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_CMPL_FLOAT_VFP.S | 7 * Compare two floating-point values. Puts 0, 1, or -1 into the 10 * Provide a "naninst" instruction that puts 1 or -1 into a1 depending
|
TEMPLATE_CMPL_DOUBLE_VFP.S | 7 * Compare two double precision floating-point values. Puts 0, 1, or -1 into the 10 * Provide a "naninst" instruction that puts 1 or -1 into a1 depending
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
StrNCpy.ll | 15 declare i32 @puts(i8*) 27 call i32 @puts( i8* %rslt3 ) ; <i32>:1 [#uses=0]
|
/external/webkit/Source/WebCore/editing/ |
EditingBehaviorTypes.h | 29 // 1) Clicking below the last line of an editable area puts the caret at the end 31 // 2) Pushing the down arrow key on the last line puts the caret at the end of the
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex10.c | 44 puts ("re_compile_pattern return non-NULL value"); 61 puts (" -> OK");
|
tst-regex2.c | 83 puts (errstr); 112 puts ("\nregexec failed"); 126 puts ("\nregexec without REG_NOSUB did not find the correct match"); 151 puts ("\nre_search failed"); 162 puts ("\nre_search did not find the correct match"); 184 puts ("\nincorrect regs.{start,end}[num_regs - 1]");
|
/external/llvm/test/CodeGen/X86/ |
reverse_branches.ll | 41 %puts = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @str4, i64 0, i64 0)) 50 %puts42 = call i32 @puts(i8* getelementptr inbounds ([7 x i8]* @.str2, i64 0, i64 0)) 88 %puts43 = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @str4, i64 0, i64 0)) 97 %puts44 = call i32 @puts(i8* getelementptr inbounds ([11 x i8]* @.str3, i64 0, i64 0)) 103 declare i32 @puts(i8* nocapture) nounwind
|
/external/llvm/test/Transforms/SimplifyCFG/ |
MagicPointer.ll | 27 %call = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @.str, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 35 %call3 = call i32 @puts(i8* getelementptr inbounds ([4 x i8]* @.str1, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 47 %call10 = call i32 @puts(i8* getelementptr inbounds ([4 x i8]* @.str2, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 55 %call15 = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @.str3, i64 0, i64 0)) nounwind ; <i32> [#uses=0] 59 %call18 = call i32 @puts(i8* %x) nounwind ; <i32> [#uses=0] 75 declare i32 @puts(i8*)
|
/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/tests/ |
get-aranges.c | 82 puts ("failed to get CU die offset"); 93 puts ("failed to get CU die"); 136 puts ("failed to get CU die");
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio-write.c | 133 puts (const char *string) function 134 #undef puts macro 137 CALL_WITH_SIGPIPE_EMULATION (int, puts (string), ret == EOF)
|
/bionic/libc/stdio/ |
puts.c | 1 /* $OpenBSD: puts.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */ 43 puts(const char *s) function
|
/dalvik/vm/mterp/armv5te/ |
OP_CMPL_DOUBLE.S | 7 * Compare two floating-point values. Puts 0, 1, or -1 into the 10 * Provide a "naninst" instruction that puts 1 or -1 into r1 depending
|
/dalvik/vm/mterp/mips/ |
OP_CMPL_DOUBLE.S | 7 * Compare two floating-point values. Puts 0, 1, or -1 into the 10 * Provide a "naninst" instruction that puts 1 or -1 into a1 depending
|
OP_CMPL_FLOAT.S | 7 * Compare two floating-point values. Puts 0, 1, or -1 into the 10 * Provide a "naninst" instruction that puts 1 or -1 into a1 depending
|
/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/icu4c/tools/gentest/ |
genres32.c | 62 /*puts(file);*/ 63 puts("Generating testtable32.txt");
|
/external/llvm/test/ExecutionEngine/ |
2002-12-16-ArgTest.ll | 5 declare i32 @puts(i8*) 30 %reg236 = call i32 @puts( i8* %reg117 ) ; <i32> [#uses=0]
|