Searched refs:reuse (Results 1 - 25 of 48) sorted by relevance

12

/external/apache-http/src/org/apache/http/conn/
H A DBasicEofSensorWatcher.java69 * @param reuse whether the connection should be re-used
72 boolean reuse) {
78 attemptReuse = reuse;
71 BasicEofSensorWatcher(ManagedClientConnection conn, boolean reuse) argument
H A DBasicManagedEntity.java78 * @param reuse whether the connection should be re-used
82 boolean reuse) {
90 this.attemptReuse = reuse;
80 BasicManagedEntity(HttpEntity entity, ManagedClientConnection conn, boolean reuse) argument
/external/nanopb-c/examples/network_server/
H A Dserver.c91 int reuse = 1; local
95 setsockopt(listenfd, SOL_SOCKET, SO_REUSEADDR, &reuse, sizeof(reuse));
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3basetree.h131 void (*reuse) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3input.h144 void (*reuse) (struct ANTLR3_INPUT_STREAM_struct * input, pANTLR3_UINT8 inString, ANTLR3_UINT32 size, pANTLR3_UINT8 name); member in struct:ANTLR3_INPUT_STREAM_struct
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c363 " push %edi\n" // reuse
381 Int reuse, Addr sp)
393 lock. At least that's clear for the 'reuse' case. The
394 non-reuse case? Dunno, perhaps it's a new thread the kernel
401 "stackaddr %#lx, workitem %#lx, reuse/flags %x, sp %#lx\n",
402 self, kport, stackaddr, workitem, reuse, sp);
409 /* For 10.7 and earlier, |reuse| appeared to be used as a simple
414 Bool is_reuse = reuse != 0;
416 Bool is_reuse = (reuse & 0x20000 /* == WQ_FLAG_THREAD_REUSE */) != 0;
447 if (0) VG_(printf)("wqthread_hijack reuse
380 wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, Int reuse, Addr sp) argument
[all...]
H A Dsyswrap-amd64-darwin.c433 Int reuse, Addr sp)
445 lock. At least that's clear for the 'reuse' case. The
446 non-reuse case? Dunno, perhaps it's a new thread the kernel
453 "stackaddr %#lx, workitem %#lx, reuse/flags %x, sp %#lx\n",
454 self, kport, stackaddr, workitem, reuse, sp);
461 /* For 10.7 and earlier, |reuse| appeared to be used as a simple
466 Bool is_reuse = reuse != 0;
468 Bool is_reuse = (reuse & 0x20000 /* == WQ_FLAG_THREAD_REUSE */) != 0;
499 if (0) VG_(printf)("wqthread_hijack reuse %s: tid %d, tst %p, "
523 vex->guest_R8 = reuse;
432 wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, Int reuse, Addr sp) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontree.c54 static void reuse (pANTLR3_BASE_TREE tree);
158 // If we have anything on the re claim stack, reuse that sucker first
164 // Cool we got something we could reuse, it will have been cleaned up by
317 tree->baseTree.reuse = reuse;
527 * then add it into the reuse stack.
530 reuse (pANTLR3_BASE_TREE tree) function
H A Dantlr3basetreeadaptor.c654 * because if it was a Nil Node, then we can reuse it now.
661 saveRoot->reuse(saveRoot);
678 // will not reuse it again, so we will reclaim it here. First we want to zero out
683 oldRootTree->reuse(oldRootTree);
709 // can reuse it rather than orphaning it!
729 saveRoot->reuse(saveRoot);
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c695 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
720 if ((cache = find_cached_block(data, block, &reuse[0]))) {
735 cache = reuse[0];
751 if (find_cached_block(data, block+i, &reuse[i]))
762 cache = reuse[j];
782 struct unix_cache *cache, *reuse; local
815 cache = find_cached_block(data, block, &reuse);
817 cache = reuse;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java248 @Override public void setReuseAddress(boolean reuse) throws SocketException { argument
249 delegate.setReuseAddress(reuse);
/external/skia/experimental/Networking/
H A DSkSockets.cpp35 int reuse = 1; local
37 if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &reuse, sizeof(int)) < 0) {
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java191 ("Connection reuse strategy may not be null.");
307 boolean reuse = false;
480 reuse = reuseStrategy.keepAlive(response, context);
481 if(reuse) {
491 if (reuse) {
523 if (reuse)
529 entity = new BasicManagedEntity(entity, managedConn, reuse);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java195 ("Connection reuse strategy may not be null.");
343 boolean reuse = false;
509 reuse = reuseStrategy.keepAlive(response, context);
510 if (reuse) {
528 if (reuse) {
562 if (reuse)
568 entity = new BasicManagedEntity(entity, managedConn, reuse);
/external/fonttools/Lib/fontTools/ttLib/
H A Dsfnt.py131 reuse = False
140 reuse = True
155 if not reuse:
/external/fonttools/Tools/fontTools/ttLib/
H A Dsfnt.py131 reuse = False
140 reuse = True
155 if not reuse:
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register
H A DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register
H A DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register
H A DARM-E_voice_gain_gnu.s47 tmp2 .req r1 @ reuse register
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register
H A DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register
H A DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register
H A DARM-E_voice_gain_gnu.s47 tmp2 .req r1 @ reuse register
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex74 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 */

Completed in 3116 milliseconds

12