/external/stlport/test/eh/ |
SortClass.h | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
test_algobase.cpp | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
/frameworks/base/core/java/android/text/ |
Spanned.java | 29 * Bitmask of bits that are relevent for controlling point/mark behavior 32 * MARK and POINT are conceptually located <i>between</i> two adjacent characters. 33 * A MARK is "attached" to the character before, while a POINT will stick to the character 34 * after. The insertion cursor is conceptually located between the MARK and the POINT. 36 * As a result, inserting a new character between a MARK and a POINT will leave the MARK 41 * will hence be expanded to <i>include</i> the new character (when the span is using a MARK at 52 * at that offset. Conceptually, the text is added after the mark.
|
/libcore/luni/src/main/java/libcore/net/url/ |
FtpURLInputStream.java | 56 public synchronized void mark(int limit) { method in class:FtpURLInputStream 57 is.mark(limit);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldBufferedInputStreamTest.java | 130 // Test 1: Check that reset fails if no mark has been set. 133 fail("Test 1: IOException expected if no mark has been set."); 138 // Test 2: Check that mark / reset works when the mark is not invalidated. 140 is.mark(100); 145 assertTrue("Test 2: Failed to mark correct position or reset failed.", 149 // not invalidate the mark. 158 assertTrue("Test 4: Failed to mark correct position, or reset failed.",
|
/packages/apps/UnifiedEmail/src/com/android/mail/perf/ |
SimpleTimer.java | 62 public void mark(String msg) { method in class:SimpleTimer 65 LogUtils.d(getTag(), "[%s] %sms elapsed (%sms since last mark)", msg, now - mStartTime,
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
PositionInputStream.java | 64 public void mark(int readlimit) {
method in class:PositionInputStream 65 inputStream.mark(readlimit);
|
/packages/inputmethods/LatinIME/java/res/xml/ |
keys_less_greater.xml | 28 <!-- U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 29 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
rowkeys_symbols3.xml | 31 <!-- U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 32 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK -->
|
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
rows_symbols_shift.xml | 55 <!-- U+00A1: "¡" INVERTED EXCLAMATION MARK --> 58 <!-- U+00BF: "¿" INVERTED QUESTION MARK -->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 15 unsigned long mark; /* Netfilter mark value */ member in struct:ipq_packet_msg
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 15 unsigned long mark; /* Netfilter mark value */ member in struct:ipq_packet_msg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_queue.h | 15 unsigned long mark; /* Netfilter mark value */ member in struct:ipq_packet_msg
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plarena.h | 153 #define PL_ARENA_RELEASE(pool, mark) \ 155 char *_m = (char *)(mark); \ 195 PR_EXTERN(void) PL_ArenaCountRelease(PLArenaPool *pool, char *mark); 197 PR_EXTERN(void) PL_ArenaCountRetract(PLArenaPool *pool, char *mark); 206 #define PL_ArenaCountRelease(ap, mark) /* nothing */ 207 #define PL_ArenaCountRetract(ap, mark) /* nothing */
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 41 #pragma mark - 42 #pragma mark ARMAssembler... 132 #pragma mark - 133 #pragma mark Prolog/Epilog & Generate... 212 #pragma mark - 213 #pragma mark Data Processing... 223 #pragma mark - 224 #pragma mark Multiply... 271 #pragma mark - 272 #pragma mark Branches.. [all...] |
/art/runtime/gc/collector/ |
mark_sweep.h | 83 // Find the default mark bitmap. 106 // Builds a mark stack and recursively mark until it empties. 111 // Make a space immune, immune spaces have all live objects marked - that is the mark and 117 // Bind the live bits to the mark bits of bitmaps for spaces that are never collected, ie 118 // the image. Mark that portion of the heap as immune. 127 // Builds a mark stack with objects on dirty cards and recursively mark until it empties. 132 // Remarks the root set after completing the concurrent mark. 242 // Returns true if the object has its bit set in the mark bitmap [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-streams.rb | 119 marker = @stream.mark 123 marker = @stream.mark 130 marker1 = @stream.mark 133 marker2 = @stream.mark 143 marker1 = @stream.mark() 146 marker2 = @stream.mark() 149 marker3 = @stream.mark() 159 marker = @stream.mark 184 marker1 = @stream.mark() 187 marker2 = @stream.mark [all...] |
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 38 #pragma mark - DNS Protocol Constants 89 #pragma mark - 90 #pragma mark - General Utility Functions 100 #pragma mark - 101 #pragma mark - Domain Name Utility Functions 123 #pragma mark - 124 #pragma mark - Resource Record Utility Functions 181 #pragma mark - 182 #pragma mark - DNS Message Creation Functions 226 #pragma mark [all...] |
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 96 // create the mark supporting wrapper 99 // mark is needed to recognize the format of the provided encoding 101 inStream.mark(1); 131 // create the mark supporting wrapper 142 inStream.mark(1); 153 inStream.mark(CERT_CACHE_SEED_LENGTH); 193 // mark for the next iteration 194 inStream.mark(1); 241 // Create the mark supporting wrapper 242 // Mark is needed to recognize the forma 777 public void mark(int readlimit) { method in class:X509CertFactoryImpl.RestoringInputStream [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 70 /** Tail-pruning mark: Number of nodes in use */ 72 /** Tail-pruning mark: Number of data items in use */ 74 /** Tail-pruning mark: Number of size-of-data fields in use */ 76 /** Tail-pruning mark: Number of dataOrQName slots in use */ 78 /** Tail-pruning mark: Number of namespace declaration sets in use 84 /** Tail-pruning mark: Number of naespace declaration elements in use 92 * Tail-pruning mark: initial number of nodes in use 97 * Tail-pruning mark: initial number of namespace declaration sets 102 * Tail-pruning mark: initial number of namespace declaration elements 107 * Tail-pruning mark: initial number of data items in us [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/io/ |
BufferedReaderTest.java | 102 * @tests java.io.BufferedReader#mark(int) 105 // Test for method void java.io.BufferedReader.mark(int) 109 br.mark(1000); 114 assertTrue("Failed to set mark properly", testString.substring(500, 120 br.mark(250); 123 fail("Failed to invalidate mark properly"); 135 in.mark(14); 143 in.mark(8); 150 br.mark(3); 160 br.mark(3) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
cp1250.py | 81 u'!' # 0x21 -> EXCLAMATION MARK 82 u'"' # 0x22 -> QUOTATION MARK 111 u'?' # 0x3F -> QUESTION MARK 178 u'\u201a' # 0x82 -> SINGLE LOW-9 QUOTATION MARK 180 u'\u201e' # 0x84 -> DOUBLE LOW-9 QUOTATION MARK 187 u'\u2039' # 0x8B -> SINGLE LEFT-POINTING ANGLE QUOTATION MARK 193 u'\u2018' # 0x91 -> LEFT SINGLE QUOTATION MARK 194 u'\u2019' # 0x92 -> RIGHT SINGLE QUOTATION MARK 195 u'\u201c' # 0x93 -> LEFT DOUBLE QUOTATION MARK 196 u'\u201d' # 0x94 -> RIGHT DOUBLE QUOTATION MARK [all...] |
cp1251.py | 81 u'!' # 0x21 -> EXCLAMATION MARK 82 u'"' # 0x22 -> QUOTATION MARK 111 u'?' # 0x3F -> QUESTION MARK 178 u'\u201a' # 0x82 -> SINGLE LOW-9 QUOTATION MARK 180 u'\u201e' # 0x84 -> DOUBLE LOW-9 QUOTATION MARK 187 u'\u2039' # 0x8B -> SINGLE LEFT-POINTING ANGLE QUOTATION MARK 193 u'\u2018' # 0x91 -> LEFT SINGLE QUOTATION MARK 194 u'\u2019' # 0x92 -> RIGHT SINGLE QUOTATION MARK 195 u'\u201c' # 0x93 -> LEFT DOUBLE QUOTATION MARK 196 u'\u201d' # 0x94 -> RIGHT DOUBLE QUOTATION MARK [all...] |
cp1253.py | 81 u'!' # 0x21 -> EXCLAMATION MARK 82 u'"' # 0x22 -> QUOTATION MARK 111 u'?' # 0x3F -> QUESTION MARK 178 u'\u201a' # 0x82 -> SINGLE LOW-9 QUOTATION MARK 180 u'\u201e' # 0x84 -> DOUBLE LOW-9 QUOTATION MARK 187 u'\u2039' # 0x8B -> SINGLE LEFT-POINTING ANGLE QUOTATION MARK 193 u'\u2018' # 0x91 -> LEFT SINGLE QUOTATION MARK 194 u'\u2019' # 0x92 -> RIGHT SINGLE QUOTATION MARK 195 u'\u201c' # 0x93 -> LEFT DOUBLE QUOTATION MARK 196 u'\u201d' # 0x94 -> RIGHT DOUBLE QUOTATION MARK [all...] |
cp1257.py | 81 u'!' # 0x21 -> EXCLAMATION MARK 82 u'"' # 0x22 -> QUOTATION MARK 111 u'?' # 0x3F -> QUESTION MARK 178 u'\u201a' # 0x82 -> SINGLE LOW-9 QUOTATION MARK 180 u'\u201e' # 0x84 -> DOUBLE LOW-9 QUOTATION MARK 187 u'\u2039' # 0x8B -> SINGLE LEFT-POINTING ANGLE QUOTATION MARK 193 u'\u2018' # 0x91 -> LEFT SINGLE QUOTATION MARK 194 u'\u2019' # 0x92 -> RIGHT SINGLE QUOTATION MARK 195 u'\u201c' # 0x93 -> LEFT DOUBLE QUOTATION MARK 196 u'\u201d' # 0x94 -> RIGHT DOUBLE QUOTATION MARK [all...] |