Searched
full:temporary (Results
751 -
775 of
4014) sorted by null
<<31323334353637383940>>
/external/bison/djgpp/ |
README.in | 47 way by redirecting stdin and stdout of bison and m4 to temporary files 74 3.1.: Create a temporary directory and copy the source package into the
|
/external/clang/test/CodeGen/ |
volatile.c | 201 // From vF2 to a temporary 211 // vF2 to a temporary, then vF2 to itself
|
/external/clang/test/SemaCXX/ |
undefined-internal.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wbind-to-temporary-copy %s 110 // a temporary is bound to a reference even in C++98. Similarly, we shouldn't
|
warn-range-loop-analysis.cpp | 118 // No warning, this reference is not a temporary 173 // No warning, this reference is not a temporary
|
/external/eigen/doc/ |
TutorialMatrixArithmetic.dox | 136 introducing a temporary here, so it will compile \c m=m*m as: 141 If you know your matrix product can be safely evaluated into the destination matrix without aliasing issue, then you can use the \link MatrixBase::noalias() noalias()\endlink function to avoid the temporary, e.g.:
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/ |
GifDrawable.java | 149 // we can use the absence of a callback as an indication that it's ok to clear our temporary data. Prior to 158 * Clears temporary data and resets the drawable back to the first frame.
|
/external/icu/icu4c/source/common/ |
uniset_closure.cpp | 126 // Need to build the pattern in a temporary string because 163 // use str as a temporary string to avoid constructing one
|
/external/icu/icu4c/source/i18n/ |
strrepl.cpp | 134 // The temporary buffer starts at tempStart, and extends 138 // temporary buffer. If there is nothing to the left, use
|
/external/jemalloc/include/jemalloc/internal/ |
prof.h | 164 /* Temporary storage for summation during dump. */ 233 /* Temporary storage for summation during dump. */
|
/external/jpeg/ |
filelist.doc | 114 jmemansi.c Makes temporary files with ANSI-standard routine tmpfile(). 115 jmemname.c Makes temporary files with program-generated file names.
|
jdapimin.c | 225 * jpeg_destroy to release any temporary space.) 261 * A side effect is to free any temporary memory (there shouldn't be any).
|
/external/libavc/common/armv8/ |
ih264_iquant_itrans_recon_dc_av8.s | 80 // * temporary buffer of size 1*16 303 // * temporary buffer of size 1*64
|
/external/libhevc/common/ |
ihevc_iquant_itrans_recon.c | 68 * Temporary 4x4 buffer for storing inverse 276 * Temporary 4x4 buffer for storing inverse
|
/external/libpng/scripts/ |
makefile.dec | 36 # installing into a temporary location. Example: 40 # If you're going to install into a temporary location
|
makefile.msys | 61 # installing into a temporary location. Example: 65 # If you're going to install into a temporary location
|
/external/libvncserver/client_examples/ |
vnc2mpg.c | 158 /* if the output format is not RGB565, then a temporary RGB565 165 fprintf(stderr, "Could not allocate temporary picture\n");
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_to_i420.cc | 68 // to I420 (with optional vertical flipping) into a temporary I420 buffer, 71 // also enable temporary buffer.
|
/external/libxml2/os400/ |
initscript.sh | 184 # Thus we build a temporary file with the pragma prepended to 185 # the source file and we compile that temporary file.
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFUnit.cpp | 300 // to see this). So we need to create a temporary vector and swap the 302 // so that when temporary vector goes out of scope, it will destroy the
|
/external/llvm/test/CodeGen/X86/ |
regalloc-reconcile-broken-hints.ll | 31 ; Move the first argument (%data) into a temporary register. 37 ; We use to produce a useless copy here and move %data in another temporary register.
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 225 attribute, temporary, or result register in the program string. 329 printf("Current temporary registers:\n");
|
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 328 /* Avoid making a temporary if we don't need to to avoid aliasing. */ 335 /* Otherwise, store the operand in a temporary generally if it's
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_context.h | 181 GLuint temp_flag; /* Tracks temporary regs which are in 185 GLuint utemp_flag; /* Tracks TYPE_U temporary regs which are in
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_misc_state.c | 134 * tile_x and tile_y to 0. This is a temporary workaround until we 176 * tile_x and tile_y to 0. This is a temporary workaround until we come
|
/external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
NanoHTTPD.java | 100 * Pluggable strategy for creating and cleaning up temporary files. 378 * Pluggable strategy for creating and cleaning up temporary files. 422 * temporary files created as a result of handling the request.</p> 433 * <p>Temp files are responsible for managing the actual temporary storage and cleaning 465 * Default strategy for creating and cleaning up temporary files. 502 * Default strategy for creating and cleaning up temporary files. 807 * Default strategy for creating and cleaning up temporary files. [all...] |
Completed in 531 milliseconds
<<31323334353637383940>>