HomeSort by relevance Sort by last modified time
    Searched refs:reuse (Results 1 - 25 of 42) sorted by null

1 2

  /external/apache-http/src/org/apache/http/conn/
BasicEofSensorWatcher.java 64 * @param reuse whether the connection should be re-used
67 boolean reuse) {
73 attemptReuse = reuse;
BasicManagedEntity.java 73 * @param reuse whether the connection should be re-used
77 boolean reuse) {
85 this.attemptReuse = reuse;
  /external/chromium/net/disk_cache/
disk_cache_test_util.h 58 explicit CallbackTest(bool reuse) : result_(-1), reuse_(reuse ? 0 : 1) {}
mapped_file_unittest.cc 23 explicit FileCallbackTest(int id, bool reuse)
  /external/skia/include/core/
SkChunkAlloc.h 32 /** Reuse all allocated blocks. This invalidates all returned
35 if you plan to reuse the allocator multiple times.
37 void reuse();
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 127 void reuse(void* position, size_t size) function in class:JSC::FixedVMPoolAllocator
137 void reuse(void*, size_t) {} function in class:JSC::FixedVMPoolAllocator
140 void reuse(void*, size_t) {} function in class:JSC::FixedVMPoolAllocator
215 // we can reuse this. Pop it off the end of m_freeList.
302 // This means that we can simply reuse all memory when allocating, without
358 // We can reuse the existing FreeListEntry node to add this back
366 // Call reuse to report to the operating system that this memory is in use.
368 reuse(result, size);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 362 public HeapSegmentElement getNextElement(HeapSegmentElement reuse) {
364 if (reuse != null) {
365 return reuse.set(this);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 326 * Reuse a particular cache entry for another block.
529 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
554 if ((cache = find_cached_block(data, block, &reuse[0]))) {
569 if (find_cached_block(data, block+i, &reuse[i]))
580 cache = reuse[j];
594 struct unix_cache *cache, *reuse; local
627 cache = find_cached_block(data, block, &reuse);
629 cache = reuse;
  /external/skia/src/core/
SkChunkAlloc.cpp 71 void SkChunkAlloc::reuse() { function in class:SkChunkAlloc
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 466 * @param reuse
471 public void setReuseAddress(boolean reuse) throws SocketException {
473 impl.setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(reuse));
DatagramSocket.java 739 * @param reuse
744 public void setReuseAddress(boolean reuse) throws SocketException {
746 impl.setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(reuse));
Socket.java     [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 184 ("Connection reuse strategy may not be null.");
300 boolean reuse = false;
461 reuse = reuseStrategy.keepAlive(response, context);
462 if(reuse) {
472 if (reuse) {
504 if (reuse)
510 entity = new BasicManagedEntity(entity, managedConn, reuse);
    [all...]
  /external/v8/test/mjsunit/
codegen-coverage.js 50 // The add will spill x and reuse {eax,rax} for the result.
  /external/skia/src/ports/
SkXMLPullParser_expat.cpp 188 fImpl->fData.fAlloc.reuse();
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_interpolate_loop_gnu.s 45 tmp0 .req r1 @reuse register
ARM-E_interpolate_noloop_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_voice_gain_gnu.s 47 tmp2 .req r1 @ reuse register
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_interpolate_loop_gnu.s 45 tmp0 .req r1 @reuse register
ARM-E_interpolate_noloop_gnu.s 49 tmp0 .req r1 @ reuse register
ARM-E_voice_gain_gnu.s 47 tmp2 .req r1 @ reuse register
  /external/iproute2/doc/
api-ip6-flowlabels.tex 74 Flow labels have finite lifetime and source is not allowed to reuse
264 request flow label manager to allocate new flow label, to reuse
310 \item \verb|share| defines who is allowed to reuse the same flow label.
317 #define IPV6_FL_S_ANY 255 /* Anyone may reuse it */
  /external/chromium/third_party/libevent/
http.c 200 static int bind_socket_ai(struct addrinfo *, int reuse);
201 static int bind_socket(const char *, u_short, int reuse);
    [all...]

Completed in 2438 milliseconds

1 2