HomeSort by relevance Sort by last modified time
    Searched full:reuse (Results 51 - 75 of 1488) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/rs/driver/linkloader/lib/
GOT.cpp 42 // If yes, we can reuse this entry.
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLClientSessionCache.java 25 * persist and reuse sessions across restarts.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msg.h 22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msg.h 22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msg.h 22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguardgui.pro 19 # If we wanted to reuse the previously obfuscated proguard_out.jar, we could
  /external/apache-http/src/org/apache/http/conn/
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/ceres-solver/internal/ceres/
dogleg_strategy.h 133 // solve is needed and reuse is set to false.
138 // Cauchy steps can be reused to compute the Dogleg, thus reuse is
145 // called again, thus reuse is set to false.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 54 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
antlr3rewritestreams.c 62 // so we can reuse it if we need to.
75 // vector factory for later reuse.
105 /** Do special nilNode reuse detection for node streams.
118 // if they were, we can reuse them.
132 // tree->reuse(tree);
137 // vector factory for later reuse.
160 // tree->reuse(tree);
192 // to the pool? If we do, then we will just reuse it by resetting
202 // We found a stream we can reuse.
  /bionic/libc/stdio/
fclose.c 60 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
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 32 // FIXME: Reuse the same FileManager for multiple ASTContexts.
  /external/e2fsprogs/intl/
log.c 60 /* Can we reuse the last opened logfile? */
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 377 * Reuse a particular cache entry for another block.
628 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
653 if ((cache = find_cached_block(data, block, &reuse[0]))) {
668 cache = reuse[0];
684 if (find_cached_block(data, block+i, &reuse[i]))
695 cache = reuse[j];
715 struct unix_cache *cache, *reuse; local
748 cache = find_cached_block(data, block, &reuse);
750 cache = reuse;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttribFlags.java 26 * Some future version of this protocol may reuse this value.
  /external/harfbuzz_ng/src/
hb-blob.h 52 * HarfBuzz and doing that just once (no reuse!),
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
AndroidLocator.java 30 // Reuse the already existing stream (only once)
  /external/kernel-headers/original/linux/
msg.h 22 unsigned long msg_lcbytes; /* Reuse junk fields for 32 bit */
  /external/libxslt/libxslt/
xsltconfig.h 81 * string formatting function, in that case reuse the Trio ones already
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 14 // to reuse any of the code from the ARM version.
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 24 * This class provides methods to create and reuse IntegerType objects.
  /external/proguard/src/proguard/evaluation/value/
SpecificValueFactory.java 24 * This class provides methods to create and reuse IntegerValue objects.
  /external/proguard/src/proguard/optimize/info/
VariableUsageMarker.java 62 // Try to reuse the previous array.

Completed in 1205 milliseconds

1 23 4 5 6 7 8 91011>>