/external/proguard/src/proguard/shrink/ |
InnerUsageMarker.java | 55 * @param usageMarker the usage marker that is used to mark the classes 71 // Mark the necessary inner classes information. 78 // Mark this attribute as being used as well. 105 // used, then mark this InnerClassesInfo as well. 135 // Mark the class constant and its Utf8 constant.
|
Shrinker.java | 77 // Mark the seeds. 81 // Mark interfaces that have to be kept. 84 // Mark the inner class and annotation information that has to be kept. 109 // Mark the seeds.
|
/dalvik/vm/alloc/ |
MarkSweep.c | 62 #define LOG_MARK(...) LOGV_GC("MARK: " __VA_ARGS__) 67 #define LOGV_MARK(...) LOGVV_GC("MARK: " __VA_ARGS__) 101 LOGE_GC("Could not create %d-byte ashmem mark stack: %s\n", 110 LOGE_GC("Could not mmap %d-byte ashmem mark stack: %s\n", 153 /* Create mark bitmaps that cover the same ranges as the 157 numBitmaps, "mark")) 199 /* This object will need to go on the mark stack. 223 /* Used to mark objects when recursing. Recursion is done by moving 227 * need to be added to the mark stack. 243 /* If the object hasn't already been marked, mark it an [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
LineNumberInputStreamTest.java | 99 * @tests java.io.LineNumberInputStream#mark(int) 104 method = "mark", 108 // Test for method void java.io.LineNumberInputStream.mark(int) 110 lnis.mark(40); 113 assertEquals("Failed to mark", 0, lnis.getLineNumber()); 114 assertEquals("Failed to mark", '0', lnis.read()); 116 fail("Exception during mark test : " + e.getMessage()); 217 lnis.mark(40); 225 lnis.mark(5); 228 fail("Test 3: Failed to invalidate mark.") [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserBackupAgent.java | 138 Bookmark mark = new Bookmark(); local 139 mark.url = in.readUTF(); 140 mark.visits = in.readInt(); 141 mark.date = in.readLong(); 142 mark.created = in.readLong(); 143 mark.title = in.readUTF(); 144 bookmarks.add(mark); 154 Bookmark mark = bookmarks.get(i); local 158 urlCol, BookmarkColumns.URL + " == '" + mark.url + "' AND " + 162 if (DEBUG) Log.v(TAG, "Did not see url: " + mark.url) [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 41 #pragma mark - 42 #pragma mark ARMAssembler... 127 #pragma mark - 128 #pragma mark Prolog/Epilog & Generate... 207 #pragma mark - 208 #pragma mark Data Processing... 218 #pragma mark - 219 #pragma mark Multiply... 266 #pragma mark - 267 #pragma mark Branches.. [all...] |
/external/webkit/JavaScriptCore/runtime/ |
WeakGCMap.h | 43 * A value that becomes unmarked leaves the WeakGCMap before becoming marked again. (Guaranteed by all destructors running before the mark phase begins.) 44 * During the mark phase, all values in the WeakGCMap are valid. (Guaranteed by all destructors running before the mark phase begins.) 58 // mark bit is not set. This is used, among other things, to retrieve values 59 // during the GC mark phase, which begins by clearing all mark bits. 99 Heap::markCell(value); // If value is newly allocated, it's not marked, so mark it now.
|
/packages/inputmethods/PinyinIME/jni/include/ |
dicttrie.h | 42 // An extended mile stone is used to mark a partial match in the dictionary 44 // For example, when the user inputs "w", a mile stone is created to mark the 50 // there may be more one parsing mark used to mark these partial matchings. 51 // A mile stone records the starting position in the mark list and number of 86 // Parsing mark list used to mark the detailed extended statuses. 88 // The position for next available mark. 91 // Mile stone list used to mark the extended status.
|
/external/icu4c/layout/ |
MarkToBasePosnSubtables.cpp | 35 // markGlyph isn't a covered mark glyph 45 // markGlyph isn't in the mark array or its 46 // mark class is too big. The table is mal-formed!
|
MarkToLigaturePosnSubtables.cpp | 34 // markGlyph isn't a covered mark glyph 44 // markGlyph isn't in the mark array or its 45 // mark class is too big. The table is mal-formed!
|
MarkToMarkPosnSubtables.cpp | 35 // markGlyph isn't a covered mark glyph 45 // markGlyph isn't in the mark array or its 46 // mark class is too big. The table is mal-formed!
|
/external/iptables/extensions/ |
libip6t_CONNSECMARK.c | 4 * Based on the MARK and CONNMARK targets. 21 " --save Copy security mark from packet to conntrack\n" 22 " --restore Copy security mark from connection to packet\n"
|
libipt_CONNSECMARK.c | 4 * Based on the MARK and CONNMARK targets. 21 " --save Copy security mark from packet to conntrack\n" 22 " --restore Copy security mark from connection to packet\n"
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
CloseShieldInputStream.java | 89 * @see java.io.FilterInputStream#mark(int)
91 public synchronized void mark(int readlimit) {
method in class:CloseShieldInputStream 93 is.mark(readlimit);
|
/dalvik/libcore/luni/src/main/java/java/io/ |
BufferedInputStream.java | 54 * The current limit, which when passed, invalidates the current mark. 59 * The currently marked position. -1 indicates no mark has been set or the 60 * mark has been invalidated. 156 /* Mark position not set or exceeded readlimit */ 180 /* Set the new position and mark position */ 189 * Sets a mark position in this stream. The parameter {@code readlimit} 190 * indicates how many bytes can be read before a mark is invalidated. 197 * the number of bytes that can be read before the mark is 202 public synchronized void mark(int readlimit) { method in class:BufferedInputStream 208 * Indicates whether {@code BufferedInputStream} supports the {@code mark()} [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_ULOG.h | 35 unsigned long mark; member in struct:ulog_packet_msg
|
/external/icu4c/test/intltest/ |
canittst.h | 7 * @author Mark E. Davis
|
/external/jpeg/ |
rdgif.c | 18 * CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
/external/proguard/src/proguard/ |
KeepClassSpecification.java | 39 * @param markClasses specifies whether to mark the classes. 42 * @param markConditionally specifies whether to mark the classes and 66 * @param markClasses specifies whether to mark the classes. 69 * @param markConditionally specifies whether to mark the classes and
|
/external/proguard/src/proguard/optimize/info/ |
NonPrivateMemberMarker.java | 48 // Mark all referenced class members in different classes. 51 // Explicitly mark the <clinit> method. 56 // Explicitly mark the parameterless <init> method. 61 // Mark all methods that may have implementations.
|
/external/zlib/contrib/vstudio/vc7/ |
zlib.rc | 25 VALUE "LegalCopyright", "(C) 1995-2003 Jean-loup Gailly & Mark Adler\0"
|
/external/zlib/contrib/vstudio/vc8/ |
zlib.rc | 25 VALUE "LegalCopyright", "(C) 1995-2003 Jean-loup Gailly & Mark Adler\0"
|
/external/zlib/win32/ |
zlib1.rc | 28 VALUE "LegalCopyright", "(C) 1995-2004 Jean-loup Gailly & Mark Adler\0"
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 35 unsigned long mark; member in struct:ulog_packet_msg
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 35 unsigned long mark; member in struct:ulog_packet_msg
|