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

<<21222324252627282930>>

  /art/compiler/optimizing/
ssa_liveness_analysis.h 55 * A live range contains the start and end of a range where an instruction or a temporary
236 DCHECK(first_use_ == nullptr) << "A temporary can only have one user";
237 DCHECK(first_env_use_ == nullptr) << "A temporary cannot have environment user";
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 352 constexpr B b1 { { 1 }, { 2 } }; // expected-note {{temporary created here}}
354 static_assert(&b1.a1.r != &b1.a2.r, ""); // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}
356 constexpr B &&b2 { { 3 }, { 4 } }; // expected-note {{temporary created here}}
358 static_assert(&b1.a1 != &b2.a1, ""); // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}
360 constexpr thread_local B b3 { { 1 }, { 2 } }; // expected-error {{constant expression}} expected-note {{reference to temporary}} expected-note {{here}}
363 constexpr thread_local B b2 { { 1 }, { 2 } }; // expected-error {{constant expression}} expected-note {{reference to temporary}} expected-note {{here}}
364 constexpr B b3 { { 1 }, { 2 } }; // expected-error {{constant expression}} expected-note {{reference to temporary}} expected-note {{here}}
371 constexpr B b5 = B{ {0}, {0} }; // expected-error {{constant expression}} expected-note {{reference to temporary}} expected-note {{here}}
375 // storage duration temporary, that temporary must itself be initialize
    [all...]
  /art/compiler/dex/
mir_graph.h 190 * it is useful to have compiler-generated temporary registers and have them treated
195 int32_t v_reg; // Virtual register number for temporary.
200 kCompilerTempVR, // A virtual register temporary.
201 kCompilerTempSpecialMethodPtr, // Temporary that keeps track of current method pointer.
202 kCompilerTempBackend, // Temporary that is used by backend.
    [all...]
vreg_analysis.cc 57 /* Mark the location of ArtMethod* as temporary */
  /external/icu/icu4c/source/i18n/
rbt_pars.h 70 * Temporary symbol table used during parsing.
75 * Temporary vector of matcher variables. When parsing is complete, this
82 * Temporary table of variable names. When parsing is complete, this is
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 143 // The temporary buffer starts at tempStart, and extends
147 // temporary buffer. If there is nothing to the left, use
178 // context character into the temporary buffer. We don't
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 55 * Get unpreserved temporary, a temp whose value is not preserved between
133 * into temporary registers. Use utemp registers for this -
217 /* texcoord is swizzled or negated. Need to allocate a new temporary
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
ParallelSorter.java 28 * technique for sorting them in parallel is to create a new temporary
29 * object for each row, store the objects in a temporary array, sort the
45 * slower, does not require a temporary array.
  /external/opencv/cv/include/
cvtypes.h 256 float** flNewSamples; /* temporary array of the Sample Vectors */
259 float* Temp; /* Temporary vector */
308 CvMat* temp1; /* temporary matrices */
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 85 * length; the temporary space Y must also be the same size.
130 * temporary storage V must be 128rN bytes in length; the temporary storage
crypto_scrypt-ref.c 130 * length; the temporary space Y must also be the same size.
173 * temporary storage V must be 128rN bytes in length; the temporary storage
  /frameworks/rs/driver/runtime/
rs_matrix.c 241 // Use a temporary variable to support the case where one of the inputs
271 // Use a temporary variable to support the case where one of the inputs
298 // Use a temporary variable to support the case where one of the inputs
  /ndk/build/tools/
build-compiler-rt.sh 26 This requires a temporary NDK installation containing
48 register_var_option "--build-dir=<path>" OPTION_BUILD_DIR "Specify temporary build dir."
161 # commands in a temporary Makefile that we will be able to invoke with
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MailboxUtilities.java 168 // Set temporary flag indicating state of update of mailbox list
202 // If our temporary flag is set, we were interrupted during an update
217 // Clear the temporary flag
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 16 removing temporary files if they are necessary to hold intermediate
18 different sources to many different destinations. The temporary
218 # Invent temporary files to connect stages that need files
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 16 removing temporary files if they are necessary to hold intermediate
18 different sources to many different destinations. The temporary
218 # Invent temporary files to connect stages that need files
  /art/build/
Android.common_path.mk 37 # Directory used for temporary test files on the host.
  /art/runtime/native/
java_lang_reflect_Constructor.cc 56 "default. This is a temporary workaround for backwards compatibility "
  /bionic/libc/arch-mips/include/machine/
regdef.h 92 #define k0 $26 /* kernel temporary */
  /bionic/libc/bionic/
tmpfile.cpp 102 // TODO: get this app's temporary directory from the framework ("/data/data/app/cache").
  /bionic/libc/private/
bionic_tls.h 63 // function will then clear it. Since its use is extremely temporary,
  /build/core/
sdk_font.mk 16 # A temporary location to store the renamed fonts. atree picks all files in
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 92 * Creates a temporary file containing the test string and then issues the intent to share it.
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteFtsTest.java 37 "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety.",
  /developers/build/
github.sh 17 ## for the temporary code folder (folder will be deleted at end)
43 Will not delete the temporary directory used to pull/push
51 ## Make sure we delete the temporary folder (if it gets created) before exiting
173 ##make temporary dir to pull code into - will be deleted upon exit.

Completed in 441 milliseconds

<<21222324252627282930>>