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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 78 #undef puts
125 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++/4.4.3/include/
cstdio 77 #undef puts
124 using ::puts;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 76 #undef puts
123 using ::puts;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 79 #undef puts
126 using ::puts;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 76 #undef puts
123 using ::puts;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 79 #undef puts
126 using ::puts;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 77 #undef puts
124 using ::puts;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 80 #undef puts
130 using ::puts;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes_test.so 
  /external/llvm/test/DebugInfo/X86/
debug-ranges-offset.ll 74 %puts = call i32 @puts(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @str, i64 0, i64 0)), !dbg !28
139 %puts.i = call i32 @puts(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @str, i64 0, i64 0)), !dbg !34
154 declare i32 @puts(i8* nocapture readonly) #3
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 55 * waiting puts. Similarly for the takeLock. The "count" field
58 * for puts to get takeLock and vice-versa, cascading notifies are
62 * takes signalling puts. Operations such as remove(Object) and
131 /** Wait queue for waiting puts */
190 * Locks to prevent both puts and takes.
198 * Unlocks to allow both puts and takes.
312 * only decrease at this point (all other puts are shut
  /external/elfutils/src/tests/
asm-tst9.c 99 puts ("cannot open backend library");
184 puts ("not a valid ELF file");
199 puts ("ELF header does not match");