HomeSort by relevance Sort by last modified time
    Searched full:remember (Results 776 - 800 of 3625) sorted by null

<<31323334353637383940>>

  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 515 // Remember the super initialization offset.
620 // Remember whether the method is an initializer.
714 // Remember the smallest subroutine start.
  /external/swiftshader/third_party/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/swiftshader/third_party/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/unicode/
ConvertUTF.c 197 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
367 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
368 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java 384 // remember that we were disabled, but pass the command up to start softap
468 // remember that we were enabled, but pass the command up to start softap
530 // remember that we were disabled, but pass the command up to start softap
  /external/libpcap/
pcap-sita.c 203 u->iface = 0; /* and finally remember that there are no remaining structure */
301 u->ip = ptr2; /* and remember the whole shebang */
434 iface->iftype = iftype; /* remember the interface type of this interface */
589 if (acn_if_list == 0) acn_if_list = iff; /* remember the head of the list */
791 max_fs = u->find_fd; /* remember the highest number currently in use */
    [all...]
  /external/swiftshader/third_party/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...]
  /frameworks/base/core/java/android/widget/
Gallery.java 174 * If true, this onScroll is the first for this user's drag (remember, a
364 * Remember that we are in layout to prevent more layout request from
761 // Remember some state
800 // Remember some state
863 // Remember left and right edges of where views have been placed
    [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/syslinux/core/lwip/src/core/
dhcp.c 233 * Remember the configuration offered by a DHCP server.
248 /* remember offered address */
520 /* remember offered lease time */
525 /* remember given renewal period */
534 /* remember given rebind period */
552 /* remember given subnet mask */
    [all...]
  /external/swiftshader/third_party/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/googletest/googletest/docs/
FAQ.md 89 simple and easy to remember. It also gives Google Test some wiggle
232 what other threads are doing (remember that test methods can be added,
395 BaseTest::TearDown(); // Remember to tear down the base fixture
436 If you go with thread-safe death tests, remember that they rerun the test
446 The first thing to remember is that Google Test does not reuse the
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.cpp 546 * + If the code point there is in the set, then remember to continue after it.
547 * + If a set string matches at the current position, then remember to continue after it.
551 * + Remember the longest recursive span (the farthest end point).
601 * + If the code point there is in the set, then remember to continue after it.
602 * + If a set string matches at the current position, then remember to continue after it.
623 * ~ Remember the longest set string match (farthest end point) from the earliest
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [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/Lex/
PPExpressions.cpp 99 // Found a paren, remember we saw it and skip it.
200 // Success, remember that we saw defined(X).
566 // Remember the precedence of this operator and get the precedence of the
  /external/google-breakpad/src/common/
convert_UTF.c 216 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
374 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
375 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
  /external/llvm/include/llvm/ADT/
DenseMap.h 500 // If we are writing over a tombstone, remember this.
550 // If this is a tombstone, remember it. If Val ends up not in the map, we
554 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 273 // Remember this use.
483 Defs.push_back(Reg); // Remember this def.
601 // registers across MBBs. Remember if any reserved register is liveout.
  /external/llvm/lib/Support/
ConvertUTF.c 100 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
536 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
537 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 138 // a previously inlined alloca. If not, remember that we had it.
215 // already, remember that this alloca came from an inlined function and mark
516 // Create a new inline history entry for this, so that we remember
  /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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 498 // If we are writing over a tombstone, remember this.
548 // If this is a tombstone, remember it. If Val ends up not in the map, we
552 FoundTombstone = ThisBucket; // Remember the first tombstone found.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTF.cpp 100 * (I.e., one byte sequence, two byte... etc.). Remember that sequencs
536 case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
537 case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */

Completed in 869 milliseconds

<<31323334353637383940>>