/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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
|
/system/core/fastboot/ |
socket.cpp | 126 // Only servers need to remember addresses; clients are connected to a server in NewClient()
|
/system/core/init/ |
service.h | 40 #define SVC_RC_DISABLED 0x080 // Remember if the disabled flag was set in the rc script.
|
/system/netd/server/ |
IdletimerController.cpp | 60 * Remember that the timeout value has to be same at the time of the
|
/toolchain/binutils/binutils-2.25/bfd/ |
som.h | 127 /* We remember these offsets so that after check_file_format, we have
|
trad-core.c | 98 if (u.u_dsize > 0x1000000) /* Remember, it's in pages... */
|
/toolchain/binutils/binutils-2.25/ |
missing | 80 # Run the given program, remember its exit status.
|
/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/llvm/lib/Analysis/ |
AliasSetTracker.cpp | 224 FoundSet = &*Cur; // Remember it. 258 FoundSet = &*Cur; // Remember it. 424 // Remember how many references need to be dropped.
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 175 // Remember the location of the code fragment. 208 // Remember the old offset of the appended instruction. 244 // Remember the old offset of the following instruction. [all...] |
/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.
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 173 // Remember that we last picked via external app 375 // Remember stack for last create 382 // Remember location for next app launch
|
/external/clang/lib/Lex/ |
Pragma.cpp | 180 // Remember the pragma token location. 215 // Remember the string. 308 // Remember the pragma token location. 509 // Remember the pragma token location. 533 // Remember the macro string. [all...] |
PPExpressions.cpp | 93 // Found a paren, remember we saw it and skip it. 149 // Success, remember that we saw defined(X). 499 // Remember the precedence of this operator and get the precedence of the
|
/external/libpcap/ |
pcap-sita.c | 203 u->iface = 0; /* and finally remember that there are no remaining structure */ 297 u->ip = ptr2; /* and remember the whole shebang */ 430 iface->iftype = iftype; /* remember the interface type of this interface */ 584 if (acn_if_list == 0) acn_if_list = iff; /* remember the head of the list */ 784 max_fs = u->find_fd; /* remember the highest number currently in use */ [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/icu/icu4c/source/common/ |
unisetspan.cpp | 544 * + If the code point there is in the set, then remember to continue after it. 545 * + If a set string matches at the current position, then remember to continue after it. 549 * + Remember the longest recursive span (the farthest end point). 599 * + If the code point there is in the set, then remember to continue after it. 600 * + If a set string matches at the current position, then remember to continue after it. 621 * ~ 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/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 | 455 // If we are writing over a tombstone, remember this. 505 // If this is a tombstone, remember it. If Val ends up not in the map, we 509 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. 600 // 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 */
|