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

123

/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/skia/include/core/
H A DSkChunkAlloc.h28 if you plan to reuse the allocator multiple times.
30 void reuse();
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.cpp448 // locking into a register may free for reuse!
451 m_gpr = m_jit->reuse(op1.gpr());
460 // locking into a register may free for reuse!
464 m_gpr = m_jit->reuse(op1.gpr());
466 m_gpr = m_jit->reuse(op2.gpr());
475 // locking into a register may free for reuse!
478 m_gpr = m_jit->reuse(op1.gpr());
487 // locking into a register may free for reuse!
491 m_gpr = m_jit->reuse(op1.gpr());
493 m_gpr = m_jit->reuse(op
[all...]
/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.h61 explicit CallbackTest(bool reuse);
H A Ddisk_cache_test_util.cc128 CallbackTest::CallbackTest(bool reuse) : result_(-1), reuse_(reuse ? 0 : 1) {} argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-amd64-darwin.c387 Int reuse, Addr sp)
399 lock. At least that's clear for the 'reuse' case. The
400 non-reuse case? Dunno, perhaps it's a new thread the kernel
406 "stackaddr %#lx, workitem %#lx, reuse %d, sp %#lx\n",
407 self, kport, stackaddr, workitem, reuse, sp);
414 if (reuse) {
435 if (0) VG_(printf)("wqthread_hijack reuse %s: tid %d, tst %p, "
459 vex->guest_R8 = reuse;
466 if (reuse) {
386 wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, Int reuse, Addr sp) argument
H A Dsyswrap-x86-darwin.c364 " push %edi\n" // reuse
382 Int reuse, Addr sp)
394 lock. At least that's clear for the 'reuse' case. The
395 non-reuse case? Dunno, perhaps it's a new thread the kernel
404 if (reuse) {
425 if (0) VG_(printf)("wqthread_hijack reuse %s: tid %d, tst %p, "
459 vex->guest_EDI = reuse;
467 if (reuse) {
381 wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, Int reuse, Addr sp) argument
/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/e2fsprogs/lib/ext2fs/
H A Dunix_io.c583 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
608 if ((cache = find_cached_block(data, block, &reuse[0]))) {
623 if (find_cached_block(data, block+i, &reuse[i]))
634 cache = reuse[j];
654 struct unix_cache *cache, *reuse; local
687 cache = find_cached_block(data, block, &reuse);
689 cache = reuse;
/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/skia/src/core/
H A DSkChunkAlloc.cpp68 void SkChunkAlloc::reuse() { function in class:SkChunkAlloc
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java185 ("Connection reuse strategy may not be null.");
301 boolean reuse = false;
468 reuse = reuseStrategy.keepAlive(response, context);
469 if(reuse) {
479 if (reuse) {
511 if (reuse)
517 entity = new BasicManagedEntity(entity, managedConn, reuse);
/external/skia/src/ports/
H A DSkXMLPullParser_expat.cpp180 fImpl->fData.fAlloc.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 1338 milliseconds

123