/external/apache-http/src/org/apache/http/conn/ |
D | BasicEofSensorWatcher.java | 67 boolean reuse) { in BasicEofSensorWatcher() argument 73 attemptReuse = reuse; in BasicEofSensorWatcher()
|
D | BasicManagedEntity.java | 77 boolean reuse) { in BasicManagedEntity() argument 85 this.attemptReuse = reuse; in BasicManagedEntity()
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 529 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; in unix_read_blk() local 554 if ((cache = find_cached_block(data, block, &reuse[0]))) { in unix_read_blk() 569 if (find_cached_block(data, block+i, &reuse[i])) in unix_read_blk() 580 cache = reuse[j]; in unix_read_blk() 594 struct unix_cache *cache, *reuse; in unix_write_blk() local 627 cache = find_cached_block(data, block, &reuse); in unix_write_blk() 629 cache = reuse; in unix_write_blk()
|
/external/webkit/JavaScriptCore/jit/ |
D | ExecutableAllocatorFixedVMPool.cpp | 127 void reuse(void* position, size_t size) in reuse() function in JSC::FixedVMPoolAllocator 137 void reuse(void*, size_t) {} in reuse() function in JSC::FixedVMPoolAllocator 140 void reuse(void*, size_t) {} in reuse() function in JSC::FixedVMPoolAllocator 368 reuse(result, size); in alloc()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 300 boolean reuse = false; in execute() 450 reuse = reuseStrategy.keepAlive(response, context); in execute() 451 if(reuse) { in execute() 461 if (reuse) { in execute() 493 if (reuse) in execute() 499 entity = new BasicManagedEntity(entity, managedConn, reuse); in execute()
|
/external/skia/include/core/ |
D | SkChunkAlloc.h | 37 void reuse();
|
/external/proguard/examples/ |
D | retrace.pro | 19 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
|
D | proguardgui.pro | 24 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
|
/external/skia/src/core/ |
D | SkChunkAlloc.cpp | 71 void SkChunkAlloc::reuse() { in reuse() function in SkChunkAlloc
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_filter_gnu.s | 49 tmp0 .req r1 @ reuse register
|
D | ARM-E_voice_gain_gnu.s | 47 tmp2 .req r1 @ reuse register
|
D | ARM-E_interpolate_loop_gnu.s | 45 tmp0 .req r1 @reuse register
|
D | ARM-E_interpolate_noloop_gnu.s | 49 tmp0 .req r1 @ reuse register
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_filter_gnu.s | 49 tmp0 .req r1 @ reuse register
|
D | ARM-E_interpolate_loop_gnu.s | 45 tmp0 .req r1 @reuse register
|
D | ARM-E_interpolate_noloop_gnu.s | 49 tmp0 .req r1 @ reuse register
|
D | ARM-E_voice_gain_gnu.s | 47 tmp2 .req r1 @ reuse register
|
/external/skia/src/ports/ |
D | SkXMLPullParser_expat.cpp | 188 fImpl->fData.fAlloc.reuse(); in onNextToken()
|
/external/openssl/ssl/ |
D | ssltest.c | 409 int number=1,reuse=0; in main() local 478 reuse=1; in main() 632 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) in main() 860 if (!reuse) SSL_set_session(c_ssl,NULL); in main()
|
/external/elfutils/ |
D | TODO | 89 ** reuse after elf_end
|
/external/astl/include/ |
D | vector | 134 // internal buffer around for reuse, call 'resize'/'erase' instead.
|
D | string | 109 // internal buffer around for reuse, call 'erase' instead.
|
/external/libpng/contrib/gregbook/ |
D | README | 25 LICENSE terms of distribution and reuse (BSD-like or GNU GPL)
|
/external/elfutils/m4/ |
D | lib-link.m4 | 34 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
|
/external/bison/m4/ |
D | lib-link.m4 | 34 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
|