Searched defs:reuse (Results 1 - 11 of 11) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
H A DBasicEofSensorWatcher.java64 * @param reuse whether the connection should be re-used
67 boolean reuse) {
73 attemptReuse = reuse;
66 BasicEofSensorWatcher(ManagedClientConnection conn, boolean reuse) argument
H A DBasicManagedEntity.java73 * @param reuse whether the connection should be re-used
77 boolean reuse) {
85 this.attemptReuse = reuse;
75 BasicManagedEntity(HttpEntity entity, ManagedClientConnection conn, boolean reuse) argument
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.h58 explicit CallbackTest(bool reuse) : result_(-1), reuse_(reuse ? 0 : 1) {} argument
H A Dmapped_file_unittest.cc23 explicit FileCallbackTest(int id, bool reuse) argument
/external/skia/src/core/
H A DSkChunkAlloc.cpp71 void SkChunkAlloc::reuse() { function in class:SkChunkAlloc
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c529 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/
H A DExecutableAllocatorFixedVMPool.cpp127 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/chromium/third_party/libevent/
H A Dhttp.c200 static int bind_socket_ai(struct addrinfo *, int reuse);
201 static int bind_socket(const char *, u_short, int reuse);
1770 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
2257 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
2682 bind_socket_ai(struct addrinfo *ai, int reuse) argument
2705 if (reuse) {
2764 bind_socket(const char *address, u_short port, int reuse) argument
2778 fd = bind_socket_ai(aitop, reuse);
/external/openssl/ssl/
H A Dssltest.c278 fprintf(stderr," -reuse - use session-id reuse\n");
477 int number=1,reuse=0; local
546 else if (strcmp(*argv,"-reuse") == 0)
547 reuse=1;
727 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
731 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
1009 if (!reuse) SSL_set_session(c_ssl,NULL);
/external/libxml2/
H A DHTMLparser.c5984 * @reuse: keep the context for reuse
5992 int options, int reuse)
6015 if (!reuse) {
5991 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
H A Dparser.c8744 "reuse of the xmlns namespace name is forbidden\n",
8797 "reuse of the xmlns namespace name is forbidden\n",
14264 * @reuse: keep the context for reuse
14272 int options, int reuse)
14297 if (!reuse) {
14271 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument

Completed in 329 milliseconds