HomeSort by relevance Sort by last modified time
    Searched full:temporary (Results 676 - 700 of 4014) sorted by null

<<21222324252627282930>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 65 wmysql_query("CREATE TEMPORARY TABLE `tmptags` (`tagname` VARBINARY(255), `revision` VARCHAR(20), PRIMARY KEY (`tagname`)) ENGINE = memory");
122 wmysql_query("DROP TEMPORARY TABLE `tmptags`");
  /external/eigen/Eigen/src/Core/
Reverse.h 212 * - this API allows to avoid creating a temporary (the current implementation creates a temporary, but that could be avoided using swap)
  /external/freetype/src/gzip/
infcodes.c 85 uInt j; /* temporary storage */
86 inflate_huft *t; /* temporary pointer */
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.1.in 243 Set the directory used to generate temporary files to
245 The default temporary directory is the same as the destination
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 134 // transfer temporary buffer to final heightmap
155 * the temporary height map buffer
  /external/jpeg/
jmemname.c 44 * Selection of a file name for a temporary file.
196 * Backing store (temporary file) management.
  /external/libhevc/common/
ihevc_itrans_recon.c 68 * Temporary 4x4 buffer for storing inverse
200 * Temporary 4x4 buffer for storing inverse
  /external/libpng/scripts/
makefile.std 15 # installing into a temporary location. Example:
19 # If you're going to install into a temporary location
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 49 // to I420 (with optional vertical flipping) into a temporary I420 buffer,
52 // also enable temporary buffer.
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 32 /// Creates a temporary file with known contents, and uses
134 // Create a temporary file and write data into it.
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 39 /// This is a temporary hack. We should really include the instruction
138 // Add all the patterns to a temporary list so we can sort them.
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 72 uint temp_flag; /**< Tracks temporary regs which are in use */
73 uint utemp_flag; /**< Tracks TYPE_U temporary regs which are in use */
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_vert_fc.c 76 rc_error(fc_state->C, "No free temporary to use for"
170 /* Reserve a temporary to use as our predicate stack counter, if we
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 30 * This class also provides a system for runtime-generated collision segments. These temporary
32 * intended to persist. Temporary segments are useful for dynamic solid objects, such as moving
133 // The temporary surface is closer.
220 // temporary segments
234 /* Inserts a temporary surface into the collision world. It will persist for one frame. */
247 // Clear temporary surfaces
257 // Temporary surfaces must persist for one frame in order to be reliable independent of
610 // These vectors are all temporary storage variables allocated as class members to avoid
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexDataWriter.java 49 * A temporary buffer that can be used for larger writes. Can be replaced with a larger buffer if needed.
248 // make sure we have enough room in the temporary buffer
  /external/v8/src/base/platform/
condition-variable.cc 18 // TODO(bmeurer): The test for V8_LIBRT_NOT_AVAILABLE is a temporary
84 // TODO(bmeurer): The test for V8_LIBRT_NOT_AVAILABLE is a temporary
  /external/v8/src/compiler/
instruction-selector-impl.h 69 // alias any temporary or output registers.
74 // Use a unique register for the node that does not alias any temporary or
  /external/v8/test/mjsunit/
constant-folding.js 219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
  /external/wpa_supplicant_8/src/wps/
http_client.c 210 *path = '\0'; /* temporary nul termination for address */
232 /* remove temporary nul termination for address */
  /frameworks/base/docs/html/training/basics/intents/
result.jd 160 beginning with Android 2.3, the Contacts/People app grants your app a temporary
161 permission to read from the Contacts Provider when it returns you a result. The temporary permission
  /libcore/luni/src/main/java/libcore/io/
IoUtils.java 120 * Used by frameworks/base unit tests to clean up a temporary directory.
139 * Creates a unique new temporary directory under "java.io.tmpdir".
  /ndk/build/tools/
build-gdbserver.sh 43 register_option "--build-out=<path>" do_build_out "Set temporary build directory"
151 # Copy the sysroot to a temporary build directory
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilter.java 161 * it is a temporary state.
185 // should also not be stored in preferences anymore since it is a temporary state.
  /external/clang/include/clang/Frontend/
CompilerInstance.h 149 /// TempFilename may be empty and Filename non-empty if creating the temporary
634 /// The files created by this function always use temporary files to write to
635 /// their result (that is, the data is written to a temporary file which will
658 /// is true, createOutputFile will create a new temporary file that must be
670 /// \param UseTemporary - Create a new temporary file that must be renamed to
676 /// \param TempPathName [out] - If given, the temporary file path name
  /external/llvm/include/llvm/ADT/
Twine.h 1 //===-- Twine.h - Fast Temporary String Concatenation -----------*- C++ -*-===//
24 /// concatenation of temporary values as strings.
29 /// it avoids the cost of generating temporary values for intermediate string
32 /// the creation of temporary strings for conversions operations (such as
36 /// implementation relies on the ability to store pointers to temporary stack
184 /// Since the intended use of twines is as temporary objects, assignments

Completed in 692 milliseconds

<<21222324252627282930>>