HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 376 - 400 of 1642) sorted by null

<<11121314151617181920>>

  /system/netd/
IdletimerController.cpp 62 * Remember that the timeout value has to be same at the time of the
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 188 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
350 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
351 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 87 * is built into the language and runtime. But the programmer has to remember to avoid a couple of
117 * from the need for the programmer to remember to use {@code while} instead of {@code if}.
163 * remember to use {@code while} instead of {@code if}. <pre> {@code
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 226 FoundSet = I; // Remember it.
255 FoundSet = I; // Remember it.
411 // Remember how many references need to be dropped.
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 141 // a previously inlined alloca. If not, remember that we had it.
194 // already, remember that this alloca came from an inlined function and mark
458 // 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 176 // Remember the pragma token location.
207 // Remember the string.
274 // Remember the pragma token location.
644 // Remember the pragma token location.
668 // 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).
482 // Remember the precedence of this operator and get the precedence of the
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 694 // Remember to push it.
730 // Remember to pop it.
763 // Remember to pop it.
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 174 * If true, this onScroll is the first for this user's drag (remember, a
353 * Remember that we are in layout to prevent more layout request from
750 // Remember some state
789 // Remember some state
852 // Remember left and right edges of where views have been placed
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 175 * Used during page migration, to remember the next position {@link #onPageSelected(int)}
333 // During the call, we don't remember the tab position.
335 // Remember this tab index. This function is also called, if the tab is set
    [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/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/clang/lib/Basic/
ConvertUTF.c 99 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
442 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
443 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
  /external/llvm/include/llvm/ADT/
DenseMap.h 431 // If we are writing over a tombstone, remember this.
481 // If this is a tombstone, remember it. If Val ends up not in the map, we
484 FoundTombstone = ThisBucket; // Remember the first tombstone found.
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 273 // Remember this use.
483 Defs.push_back(Reg); // Remember this def.
648 // registers across MBBs. Remember if any reserved register is liveout.
  /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.cc 265 // Ignore line terminators, but remember them. This is necessary
357 // Remember the position of the next token
678 // Remember the position of octal escape sequences so that an error
  /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 299 /* Remember the first LIR for this block */
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 60 + " nor long remember what we say here, but it can never forget what"

Completed in 1643 milliseconds

<<11121314151617181920>>