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

1 2 3

  /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/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/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.cpp 448 // 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(op2.gpr())
    [all...]
  /external/chromium/net/disk_cache/
disk_cache_test_util.h 61 explicit CallbackTest(bool reuse);
disk_cache_test_util.cc 128 CallbackTest::CallbackTest(bool reuse) : result_(-1), reuse_(reuse ? 0 : 1) {}
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 369 * @param reuse
374 public void setReuseAddress(boolean reuse) throws SocketException {
376 impl.setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(reuse));
DatagramSocket.java 563 * @param reuse
568 public void setReuseAddress(boolean reuse) throws SocketException {
570 impl.setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(reuse));
Socket.java 877 public void setReuseAddress(boolean reuse) throws SocketException {
879 impl.setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(reuse));
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 385 Int reuse, Addr sp)
397 lock. At least that's clear for the 'reuse' case. The
398 non-reuse case? Dunno, perhaps it's a new thread the kernel
408 if (reuse) {
437 vex->guest_R8 = reuse;
444 if (reuse) {
syswrap-x86-darwin.c 363 " 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
403 if (reuse) {
442 vex->guest_EDI = reuse;
450 if (reuse) {
  /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 364 * Reuse a particular cache entry for another block.
583 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/skia/src/core/
SkChunkAlloc.cpp 76 void SkChunkAlloc::reuse() { function in class:SkChunkAlloc
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s 64 qDelta QN Q10.S16 ; reuse qDq0p0
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 185 ("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);
    [all...]
  /external/v8/test/mjsunit/
codegen-coverage.js 55 // 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

Completed in 2053 milliseconds

1 2 3