/external/elfutils/tests/ |
sectiondump.c | 141 puts (""); 165 puts ("");
|
asm-tst9.c | 107 puts ("cannot open backend library"); 192 puts ("not a valid ELF file"); 207 puts ("ELF header does not match");
|
/external/kernel-headers/original/asm-arm/ |
unaligned.h | 122 * tradeoff: 8 bytes of stack for all unaligned puts (2 133 * tradeoff: 8 bytes of stack for all unaligned puts (2
|
/external/llvm/include/llvm/Transforms/Utils/ |
BuildLibCalls.h | 91 /// EmitPutS - Emit a call to the puts function. This assumes that Str is 101 /// EmitFPutS - Emit a call to the puts function. Str is required to be a
|
/external/llvm/lib/Transforms/Utils/ |
BuildLibCalls.cpp | 317 /// EmitPutS - Emit a call to the puts function. This assumes that Str is 321 if (!TLI->has(LibFunc::puts)) 329 Value *PutS = M->getOrInsertFunction("puts", AttrListPtr::get(AWI), 333 CallInst *CI = B.CreateCall(PutS, CastToCStr(Str, B), "puts"); 334 if (const Function *F = dyn_cast<Function>(PutS->stripPointerCasts())) 370 /// EmitFPutS - Emit a call to the puts function. Str is required to be a
|
/external/llvm/test/CodeGen/X86/ |
lsr-normalization.ll | 41 %tmp15 = call i32 @puts(i8* getelementptr inbounds ([5 x i8]* @1, i64 0, i64 0)) 99 declare i32 @puts(i8* nocapture) nounwind
|
/external/openssh/contrib/ |
gnome-ssh-askpass2.c | 172 puts(local); 176 puts(passphrase);
|
/external/openssl/crypto/bio/ |
bio_cb.c | 107 BIO_snprintf(p,p_maxlen,"puts() - %s\n",bio->method->name); 125 BIO_snprintf(p,p_maxlen,"puts return %ld\n",ret);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
TestShellMac.mm | 85 puts("#TEST_TIMED_OUT\n"); 86 puts("#EOF\n");
|
/frameworks/native/opengl/libs/EGL/ |
egl_cache.h | 40 // initialize puts the egl_cache_t into an initialized state, such that it 47 // terminate puts the egl_cache_t back into the uninitialized state. When
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
tst-boost.c | 116 puts (line); 192 puts ("FAIL regcomp unpexpectedly succeeded");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cstdio | 77 #undef puts 124 using ::puts;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cstdio | 76 #undef puts 123 using ::puts;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cstdio | 76 #undef puts 123 using ::puts;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 77 #undef puts 124 using ::puts;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 77 #undef puts 124 using ::puts;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 77 #undef puts 124 using ::puts;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 77 #undef puts 124 using ::puts;
|
/external/elfutils/src/ |
addr2line.c | 246 puts (name); 309 puts ("??"); 314 puts (name); 451 puts (dwfl_module_addrname (mod, addr) ?: "??"); 484 puts ("??:0");
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 56 * waiting puts. Similarly for the takeLock. The "count" field 59 * for puts to get takeLock and vice-versa, cascading notifies are 63 * takes signalling puts. Operations such as remove(Object) and 132 /** Wait queue for waiting puts */ 191 * Lock to prevent both puts and takes. 199 * Unlock to allow both puts and takes. 314 * only decrease at this point (all other puts are shut
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
Interpreter.cpp | [all...] |
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
iexploder.rb | 319 puts "testing #{max} tags" 332 puts "[#{counter}] subtest #{test.subtest_num} is #{test.lines} lines with #{test.offset} offset" 335 puts "for #{max} tests, you will have #{counter} iterations until #{test.subtest_num}"
|
/dalvik/vm/mterp/armv5te/ |
OP_CMP_LONG.S | 6 * Compare two 64-bit values. Puts 0, 1, or -1 into the destination
|
/development/tools/labpretest/ |
README | 4 session. It puts a device into bootloader mode, reboots into bootloader mode,
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/ |
TestUtils.java | 87 * The method puts to the file all initial security providers and adds
|