Searched defs:puts (Results 1 - 4 of 4) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java19 private int puts; field in class:LruBitmapPool
54 puts++;
119 Log.v(TAG, "Hits=" + hits + " misses=" + misses + " puts=" + puts + " evictions=" + evictions + " currentSize="
/external/bison/darwin-lib/
H A Dstdio.h1220 # undef puts
1221 # define puts rpl_puts
1223 _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1)));
1224 _GL_CXXALIAS_RPL (puts, int, (const char *string));
1226 _GL_CXXALIAS_SYS (puts, int, (const char *string));
1228 _GL_CXXALIASWARN (puts); variable
/external/bison/linux-lib/
H A Dstdio.h1220 # undef puts
1221 # define puts rpl_puts
1223 _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1)));
1224 _GL_CXXALIAS_RPL (puts, int, (const char *string));
1226 _GL_CXXALIAS_SYS (puts, int, (const char *string));
1228 _GL_CXXALIASWARN (puts); variable
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h476 /// int puts(const char *s);
477 puts, enumerator in enum:llvm::LibFunc::Func

Completed in 117 milliseconds