/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
T_rsub_int_2.d | 21 .limit regs 1 28 .limit regs 4 35 .limit regs 4 42 .limit regs 4
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
T_rsub_int_lit8_2.d | 21 .limit regs 1 28 .limit regs 4 35 .limit regs 4 42 .limit regs 4
|
/external/freetype/src/cff/ |
cffparse.h | 41 FT_Byte* limit; member in struct:CFF_ParserRec_ 62 FT_Byte* limit );
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
EscapeTransliterator.java | 171 int limit = pos.limit; local 177 while (start < limit) { 202 limit += buf.length() - charLen; 205 pos.contextLimit += limit - pos.limit; 206 pos.limit = limit;
|
BidiWriter.java | 94 private static String doWriteForward(char[] text, int start, int limit, 97 return doWriteForward(new String(text, start, limit - start), options); 232 static String doWriteReverse(char[] text, int start, int limit, int options) 234 return writeReverse(new String(text, start, limit - start), options); 289 bidiRun.limit, 293 bidiRun.limit, options)); 326 bidiRun.start, bidiRun.limit, 330 dirProps[bidiRun.limit - 1] != Bidi.L) { 346 bidiRun.limit - 1)) { 360 bidiRun.limit, options)) [all...] |
CaseFoldTransliterator.java | 63 if(offsets.start >= offsets.limit) { 75 iter.setLimit(offsets.limit); 81 // the case mapping function tried to look beyond the context limit 101 offsets.limit += delta; 105 offsets.start = offsets.limit;
|
UppercaseTransliterator.java | 66 if(offsets.start >= offsets.limit) { 78 iter.setLimit(offsets.limit); 84 // the case mapping function tried to look beyond the context limit 104 offsets.limit += delta; 108 offsets.start = offsets.limit;
|
/external/icu/icu4c/source/common/ |
appendable.cpp | 42 const UChar *limit=s+length; local 47 } while(s<limit);
|
uiter.cpp | 99 return iter->limit; 124 pos=iter->limit+delta; 135 } else if(pos>iter->limit) { 136 pos=iter->limit; 144 return iter->index<iter->limit; 154 if(iter->index<iter->limit) { 163 if(iter->index<iter->limit) { 190 } else if((int32_t)state<iter->start || iter->limit<(int32_t)state) { 222 iter->limit=iter->length; 252 if((index=iter->index)<iter->limit) { 597 int32_t i, limit, index; local 622 int32_t i, limit, length; local 771 int32_t limit=iter->limit; local [all...] |
/external/icu/icu4c/source/layoutex/ |
RunArrays.cpp | 60 le_int32 RunArray::add(le_int32 limit) 69 limits[index] = limit; 104 le_int32 FontRuns::add(const LEFontInstance *font, le_int32 limit) 106 le_int32 index = RunArray::add(limit); 156 le_int32 LocaleRuns::add(const Locale *locale, le_int32 limit) 158 le_int32 index = RunArray::add(limit); 208 le_int32 ValueRuns::add(le_int32 value, le_int32 limit) 210 le_int32 index = RunArray::add(limit);
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
EscapeTransliterator.java | 170 int limit = pos.limit; local 176 while (start < limit) { 201 limit += buf.length() - charLen; 204 pos.contextLimit += limit - pos.limit; 205 pos.limit = limit;
|
/external/iproute2/tc/ |
q_codel.c | 56 fprintf(stderr, "Usage: ... codel [ limit PACKETS ] [ target TIME]\n"); 64 unsigned limit = 0; local 72 if (strcmp(*argv, "limit") == 0) { 74 if (get_unsigned(&limit, *argv, 0)) { 75 fprintf(stderr, "Illegal \"limit\"\n"); 113 if (limit) 114 addattr_l(n, 1024, TCA_CODEL_LIMIT, &limit, sizeof(limit)); 132 unsigned limit; local 146 limit = rta_getattr_u32(tb[TCA_CODEL_LIMIT]) [all...] |
q_hhf.c | 20 fprintf(stderr, "Usage: ... hhf [ limit PACKETS ] [ quantum BYTES]\n"); 31 unsigned limit = 0; local 41 if (strcmp(*argv, "limit") == 0) { 43 if (get_unsigned(&limit, *argv, 0)) { 44 fprintf(stderr, "Illegal \"limit\"\n"); 96 if (limit) 97 addattr_l(n, 1024, TCA_HHF_BACKLOG_LIMIT, &limit, 98 sizeof(limit)); 123 unsigned limit; local 139 limit = rta_getattr_u32(tb[TCA_HHF_BACKLOG_LIMIT]) [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
MediaDataBox.java | 99 transfer(fileChannel, startPosition - header.limit(), contentSize + header.limit(), writableByteChannel); 117 fileChannel.position(startPosition - header.limit()); 118 ByteBuffer h2 = ByteBuffer.allocate(header.limit()); 133 long size = header.limit(); 157 if ((cacheEntry != null) && ((chacheEntryOffset + cacheEntry.limit()) >= (offset + length))) { 161 cachedSample.limit(length); 180 cachedSample.limit(length);
|
/external/pdfium/third_party/freetype/src/cff/ |
cffparse.h | 41 FT_Byte* limit; member in struct:CFF_ParserRec_ 62 FT_Byte* limit );
|
/external/skia/src/core/ |
SkGlyphCache_Globals.h | 60 int setCacheCountLimit(int limit); 63 size_t setCacheSizeLimit(size_t limit); 65 // returns true if this cache is over-budget either due to size limit 66 // or count limit.
|
/external/v8/test/mjsunit/compiler/ |
osr-follow.js | 28 var limit = a ? 100001 : 100002; 32 for (var i = 0; i < limit; i++) { 39 var limit = a ? 100001 : 100002; 43 for (var i = 0; i < limit; i++) {
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigestSpiTest.java | 151 int limit = buf.limit(); local 153 assertEquals(limit, buf.limit()); 154 assertEquals(limit, buf.position()); 161 assertEquals(limit, buf.limit()); 162 assertEquals(limit, buf.position());
|
/libcore/ojluni/src/main/java/java/nio/ |
ByteBufferAsCharBuffer.java | 58 int lim = this.limit(); 70 limit(), 80 limit(), 138 int lim = limit(); 147 limit(capacity()); 161 if ((end > limit()) || (start > end)) 169 db.limit(end); 181 int lim = limit();
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
HttpUrl.java | 1022 int limit = skipTrailingAsciiWhitespace(input, pos, input.length()); local [all...] |
/external/zopfli/src/zopfli/ |
lz77.c | 159 Updates the limit value to a smaller one if possible with more limited 163 size_t pos, size_t* limit, 174 (*limit == ZOPFLI_MAX_MATCH || s->lmc->length[lmcpos] <= *limit || 176 lmcpos, s->lmc->length[lmcpos]) >= *limit)); 182 if (*length > *limit) *length = *limit; 186 if (*limit == ZOPFLI_MAX_MATCH && *length >= ZOPFLI_MIN_MATCH) { 196 *limit = s->lmc->length[lmcpos]; 207 size_t pos, size_t limit, [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
Streams.java | 50 * @param limit maximum number of bytes that can be read. 52 * @throws IOException in case of underlying IOException, or if limit is reached on inStr still has data in it. 54 public static byte[] readAllLimited(InputStream inStr, int limit) 58 pipeAllLimited(inStr, limit, buf); 121 * Write up to limit bytes of data from inStr to the destination stream outStr. 124 * @param limit the maximum number of bytes allowed to be read. 126 * @throws IOException in case of underlying IOException, or if limit is reached on inStr still has data in it. 128 public static long pipeAllLimited(InputStream inStr, long limit, OutputStream outStr) 136 if ((limit - total) < numRead)
|
/external/guava/guava/src/com/google/common/base/ |
Splitter.java | 107 private final int limit; field in class:Splitter 114 CharMatcher trimmer, int limit) { 118 this.limit = limit; 316 return new Splitter(strategy, true, trimmer, limit); 321 * stops splitting after it reaches the limit. 322 * The limit defines the maximum number of items returned by the iterator. 325 * {@code Splitter.on(',').limit(3).split("a,b,c,d")} returns an iterable 328 * {@code Splitter.on(',').limit(3).omitEmptyStrings().split("a,,,b,,,c,d")} 331 * {@code Splitter.on(',').limit(3).trimResults().split(" a , b , c , d ") [all...] |
/external/icu/icu4c/source/common/unicode/ |
unifilt.h | 90 int32_t limit,
|
unimatch.h | 47 * supplied at limit, they might also match. 82 * Matching in the forward direction is indicated by limit > 83 * offset. Characters from offset forwards to limit-1 will be 86 * Matching in the reverse direction is indicated by limit < 87 * offset. Characters from offset backwards to limit+1 will be 90 * If limit == offset then the only match possible is a zero 93 * As a side effect, advance the offset parameter to the limit of 104 * matching. On output, the limit of the matched text. The 109 * @param limit the limit index of text to be matched. Greate [all...] |