Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 25 of 89) sorted by relevance

1234

/external/apache-http/src/org/apache/http/conn/
DBasicEofSensorWatcher.java67 boolean reuse) { in BasicEofSensorWatcher() argument
73 attemptReuse = reuse; in BasicEofSensorWatcher()
DBasicManagedEntity.java77 boolean reuse) { in BasicManagedEntity() argument
85 this.attemptReuse = reuse; in BasicManagedEntity()
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c529 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/
DExecutableAllocatorFixedVMPool.cpp127 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/
DDefaultRequestDirector.java300 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/
DSkChunkAlloc.h37 void reuse();
/external/proguard/examples/
Dretrace.pro19 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
Dproguardgui.pro24 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
/external/skia/src/core/
DSkChunkAlloc.cpp71 void SkChunkAlloc::reuse() { in reuse() function in SkChunkAlloc
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register
DARM-E_voice_gain_gnu.s47 tmp2 .req r1 @ reuse register
DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register
DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register
DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register
DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register
DARM-E_voice_gain_gnu.s47 tmp2 .req r1 @ reuse register
/external/skia/src/ports/
DSkXMLPullParser_expat.cpp188 fImpl->fData.fAlloc.reuse(); in onNextToken()
/external/openssl/ssl/
Dssltest.c409 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/
DTODO89 ** reuse after elf_end
/external/astl/include/
Dvector134 // internal buffer around for reuse, call 'resize'/'erase' instead.
Dstring109 // internal buffer around for reuse, call 'erase' instead.
/external/libpng/contrib/gregbook/
DREADME25 LICENSE terms of distribution and reuse (BSD-like or GNU GPL)
/external/elfutils/m4/
Dlib-link.m434 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
/external/bison/m4/
Dlib-link.m434 dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the

1234