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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 9 #define IPT_LOG_NFLOG 0x10 /* Unsupported, don't 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/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;
ManagedClientConnection.java 199 * or other circumstances might prevent reuse.
208 * to prevent it's reuse. Reasons for preventing reuse include
210 * {@link org.apache.http.ConnectionReuseStrategy reuse strategy}.
  /external/chromium/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.h 3 Its is under the MIT license, to encourage reuse by cut-and-paste.
  /external/proguard/examples/
retrace.pro 19 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
proguardgui.pro 24 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
  /frameworks/base/core/java/android/webkit/
PerfChecker.java 45 // Reset mTime, to permit reuse
  /frameworks/base/docs/html/resources/
index.jd 25 to learn about how Android works. Feel free to reuse any of the code or
  /libcore/luni/src/main/java/java/net/
SocketUtils.java 24 * Helps us reuse more of Socket's implementation in SocketChannelImpl.SocketAdapter.
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 54 * keep the connection open for reuse with another request.
63 * connection reuse strategy.
  /external/chromium/net/base/
load_states.h 23 // the first completes. This may be done to optimize for cache reuse.
40 // requests that reuse a keep-alive connection skip this state.
  /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/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/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);
  /external/webkit/JavaScriptCore/parser/
ParserArena.cpp 85 // Since this code path is used only when parsing fails, it's not bothering to reuse
87 // efficiently reuse the same arena.
  /external/nist-sip/java/gov/nist/javax/sip/
package.html 22 <li> Connection caching and reuse for TCP connections -- reduce latency by re-using
  /external/proguard/src/proguard/evaluation/value/
IdentifiedValueFactory.java 27 * This class provides methods to create and reuse IntegerValue objects.
  /frameworks/base/core/java/android/widget/
SpinnerAdapter.java 34 * @param convertView the old view to reuse, if possible. Note: You should
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLClientSessionCache.java 25 * persist and reuse sessions across restarts.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msg.h 22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
  /bionic/libc/stdio/
fclose.c 61 fp->_flags = 0; /* Release this FILE for reuse. */
  /external/chromium/third_party/libevent/
evrpc-internal.h 47 * this is shared between the base and the pool, so that we can reuse

Completed in 2708 milliseconds

1 2 3 4 5 6 7 8 91011>>