HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 326 - 350 of 1560) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
postypes.h 139 /// Remember the value of @a st.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 139 /// Remember the value of @a st.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h 139 /// Remember the value of @a st.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ApkInstallManager.java 36 * The goal of this class is to remember the installation of APKs on devices, and provide
  /external/elfutils/src/
ldgeneric.c 554 have to check the `defined' flag. But we remember that this
    [all...]
  /external/clang/lib/Basic/
ConvertUTF.c 99 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
480 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
481 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 224 FoundSet = I; // Remember it.
253 FoundSet = I; // Remember it.
409 // Remember how many references need to be dropped.
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 134 // a previously inlined alloca. If not, remember that we had it.
187 // already, remember that this alloca came from an inlined function and mark
449 // Create a new inline history entry for this, so that we remember
  /external/qemu/memcheck/
memcheck_common.h 79 * important to remember that same structure (an exact copy) is also declared
132 * by the guest system before event is fired up It is important to remember that
177 * remember that same structure (an exact copy) is also declared in the libc's
  /external/clang/lib/Lex/
Pragma.cpp 122 // Remember the pragma token location.
139 // Remember the string.
202 // Remember the pragma token location.
559 // Remember the pragma token location.
578 // Remember the macro string.
    [all...]
PPExpressions.cpp 92 // Found a paren, remember we saw it and skip it.
144 // Success, remember that we saw defined(X).
474 // Remember the precedence of this operator and get the precedence of the
  /external/llvm/lib/Linker/
LinkModules.cpp 103 // Two identical types are clearly isomorphic. Remember this
642 // Make sure to remember this mapping.
670 // Make sure to remember this mapping.
690 // Make sure to remember this mapping.
732 // Make sure to remember this mapping.
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 694 // Remember to push it.
730 // Remember to pop it.
763 // Remember to pop it.
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 324 Please remember that this is only the initial release of EXT2ED, and it is
704 <Command>recall</Command> is the opposite of <Command>remember</Command>. It will place you at the
706 reference section <XRef LinkEnd="remember-ref">.
726 <Sect2 id="remember-ref">
727 <Title>remember</Title>
732 Syntax: remember object
736 object which you will like to return to later. The <Command>remember</Command> command
    [all...]
  /external/oprofile/doc/
internals.xml 353 a sample (remember, we may still be in an NMI context, so no locking is
360 It is critical to remember that at this point, the PC value is an
453 exclusion on the event buffer is taken. Remember, we do not need to do
507 (remember, we will have seen a task switch earlier, so we know which
616 suffice to remember that the filename will include only relevant
    [all...]
  /external/llvm/lib/CodeGen/
VirtRegRewriter.cpp 393 /// available instead of reloading it, remember that we did so.
401 // Otherwise, remember this.
427 /// 'Rejected' set to remember which registers have been considered and
    [all...]
DwarfEHPrepare.cpp 399 // Only unwind edges lead to the landing pad. Remember the landing pad.
467 // Remember the newly constructed landing pad. The original landing pad
591 // Remember where we found the eh.exception call, to avoid rescanning earlier
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/icu4c/common/
unisetspan.cpp 542 * + If the code point there is in the set, then remember to continue after it.
543 * + If a set string matches at the current position, then remember to continue after it.
547 * + Remember the longest recursive span (the farthest end point).
597 * + If the code point there is in the set, then remember to continue after it.
598 * + If a set string matches at the current position, then remember to continue after it.
619 * ~ Remember the longest set string match (farthest end point) from the earliest
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 375 // the uri for the element... lets remember it
634 * Set the doctype in the underlying XML handler. Remember that this method
646 * Set the doctype in the underlying XML handler. Remember that this method
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 914 CvNode1D *prev_u_min_i = 0, *prev_v_min_j = 0, *remember; local
1001 remember = prev_u_min_i->next;
1005 if( remember == prev_u_min_i->next ) /* line min_i was deleted */
    [all...]
  /external/tremolo/Tremolo/
codebook.c 495 long total1=(s->q_bits*s->dim+8)/8; /* remember flag bit */
497 /* vector of column offsets; remember flag bit */
563 if( (s->q_bits*s->dim+8)/8 <=4){ /* remember flag bit */
  /external/v8/src/
scanner-base.cc 87 // Remember the position of octal escape sequences so that better error
132 // Ignore line terminators, but remember them. This is necessary
223 // Remember the position of the next token
  /bionic/libc/netbsd/isc/
ev_timers.c 221 /* Remember the ID if the caller provided us a place for it. */
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
MethodCodegenDriver.cpp 297 /* Remember the first LIR for this block */

Completed in 974 milliseconds

<<11121314151617181920>>