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

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
regdef.h 92 #define k0 $26 /* kernel temporary */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 24 "temporary directory for creating the distribution"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 24 "temporary directory for creating the distribution"),
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
unittest.xml 41 <!-- delete temporary files that have been created. -->
  /system/extras/simpleperf/
record_file_test.cpp 34 filename = "temporary.record_file";
  /art/compiler/optimizing/
register_allocator.h 192 // where an instruction requires a temporary.
214 // Temporary array, allocated ahead of time for simplicity.
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 187 // create a temporary File
204 // delete the temporary file
  /external/boringssl/src/crypto/modes/
cbc.c 133 * is no need to decrypt to a temporary block. */
166 * the next block's IV. Decrypt to a temporary block instead. */
  /external/clang/include/clang/Basic/
DiagnosticCommonKinds.td 153 "unable to rename temporary '%0' to output file '%1': '%2'">;
155 "unable to make temporary file: %0">;
  /external/clang/lib/Driver/
Compilation.cpp 72 // example we should only try to remove a temporary assembly file if
217 // Clear temporary/results file lists.
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 63 // This will require simulating a temporary NSFastEnumerationState, either
66 // terminates we reclaim the temporary (it goes out of scope) and we
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 247 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}}
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
720 struct A { int &&temporary; int x; int y; }; member in struct:loops::modify_temporary_during_construction::A
722 constexpr A a = { 6, f(a.temporary), a.temporary }; // expected-note {{temporary created here}}
725 constexpr int k = a.temporary++; // expected-error {{constant expression}} expected-note {{outside the expression that created the temporary}}
conversion-function.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wbind-to-temporary-copy -verify %s
224 // temporary objects when binding to a reference.
member-init.cpp 90 // expected-error@-1 {{temporary of type 'const PR14838::function' has private destructor}}
91 // expected-warning@-2 {{binding reference member 'r' to a temporary value}}

Completed in 535 milliseconds

<<21222324252627282930>>