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

<<11121314151617181920>>

  /external/google-breakpad/android/
run-checks.sh 95 - Rebuild the host version of Google Breakpad in a temporary
118 By default, all generated files will be created in a temporary directory
157 --tmp-dir=<path> Specify temporary directory (will be wiped-out).
159 --no-cleanup Don't remove temporary directory after completion.
187 # Ensure the temporary directory is deleted on exit, except if the --no-cleanup
196 dump "Temporary directory contents preserved: $TMPDIR"
204 # If --tmp-dir=<path> is not used, create a temporary directory.
208 fail_panic "Can't create temporary directory!"
209 log "Using temporary directory: $TMPDIR"
213 fail_panic "Can't create temporary directory: $TMPDIR
    [all...]
  /external/bison/lib/
progname.c 41 /* libtool creates a temporary executable whose name is sometimes prefixed
43 But the name of the temporary executable is a detail that should not be
  /external/ceres-solver/internal/ceres/
lapack.h 63 // The SolveUsingQR function requires a buffer for its temporary
76 // temporary storage. The optimal size of this array can be obtained
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 15 // Deduction against q succeeds, but results in a temporary which can't be
52 pd(), // expected-error {{temporary of type 'PD' has private destructor}}
  /external/clang/test/Rewriter/
instancetype-test.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-block-pointer.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
  /external/clang/test/SemaCXX/
rval-references.cpp 9 return 0; // expected-warning {{returning reference to local temporary}}
65 return static_cast<int&&>(i); // xpected-warning {{returning reference to temporary}}
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java 76 * Store the group in a temporary variable until we know this is a valid
100 * Store the group in a temporary variable until we know this is a
  /external/eigen/doc/
tutorial.cpp 53 m4 = m4 * (m4 + m4); // here Eigen chooses to first evaluate m4 + m4 into a temporary.
55 m3 = m3 * m4.block<3,3>(1,1); // here Eigen chooses NOT to evaluate block() into a temporary
  /external/libdrm/radeon/
radeon_cs.h 107 /* do a space check with the current persistent BO list and a temporary BO
108 * a temporary BO is like a DMA buffer, which gets flushed with the
  /external/libpng/scripts/
makefile.atari 23 # installing into a temporary location. Example:
27 # If you're going to install into a temporary location
  /external/libvorbis/vq/
make_floor_books.pl 89 die "Couldn't remove temporary output file.\n\tcommand:$command\n"
94 die "Couldn't remove temporary output file.\n\tcommand:$command\n"
  /external/llvm/test/CodeGen/X86/
2010-02-19-TailCallRetAddrBug.ll 11 ; Move return address (76(%esp)) to a temporary register (%ebp)
15 ; Move return address from temporary register (%ebp) to new stack location (60(%esp))
  /external/llvm/utils/lit/lit/formats/
base.py 92 # If using temp input, create a temporary file and hand it to the
114 report += """Temporary File: %s\n""" % tmp.name
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c 61 /* This is only used for temporary verts.
67 * Allocate space for temporary post-transform vertices, such as for clipping.
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 28 * conditional moves of each element into a temporary.
35 * element of the array is conditionally assigned to a temporary by comparing
39 * temporary variable.
42 * the RHS of the assignment is assigned to a temporary. The non-constant
44 * temporary is conditionally assigned to each element of the canonical form
352 * it must be a constant or some sort of anonymous temporary storage.
401 /* Temporary storage for either the result of the dereference of
426 /* Store the index to a temporary to avoid reusing its tree. */
  /external/v8/test/webkit/
function-call-register-allocation.js 25 "This test checks for a specific regression that caused function calls to allocate too many temporary registers."
36 // of these calls would allocate a new temporary register. We can
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultCode.java 102 /** Interaction with call control by NAA, temporary problem */
108 /** MMS temporary problem. */
  /ndk/build/tools/
build-host-make.sh 67 # We need to copy the sources to a temporary directory because
70 log "Copying sources to temporary directory: $TMP_SRCDIR"
  /ndk/tests/device/test-stlport_shared-exception/jni/
new1_3.cpp 12 // constructor of the temporary throws the exception, then the result should
18 // of the temporary throws the exception, then the result should be
  /ndk/tests/device/test-stlport_static-exception/jni/
new1_3.cpp 12 // constructor of the temporary throws the exception, then the result should
18 // of the temporary throws the exception, then the result should be
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DocumentImagePicker.java 45 * @param pendingItem a temporary attachment data for showing the placeholder state.
120 // Ask the listener to create a temporary placeholder item to show the progress.
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 73 case 3: // Temporary presentation disallowed
74 case 4: // Temporary presentation allowed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 6 Returned filename is either the input filename or a temporary filename;
8 Other temporary files used are removed by the function.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 6 Returned filename is either the input filename or a temporary filename;
8 Other temporary files used are removed by the function.

Completed in 318 milliseconds

<<11121314151617181920>>