HomeSort by relevance Sort by last modified time
    Searched refs:limit (Results 476 - 500 of 4660) sorted by null

<<11121314151617181920>>

  /frameworks/ex/common/java/com/android/common/
Search.java 73 * @param limit The query limit to pass to the suggestion provider. This is advisory,
74 * the returned cursor may contain more rows. Pass {@code -1} for no limit.
78 String query, int limit) {
113 if (limit > 0) {
115 String.valueOf(limit));
  /hardware/bsp/intel/peripheral/libupm/src/adc121c021/
adc121c021.h 242 * Sets the alert low limit. If alerts are enabled and the
243 * measured conversion value is lower than the low limit, an alert is
246 * @param limit Alert low limit
249 mraa_result_t setAlertLowLimit(uint16_t limit);
252 * Sets the alert high limit. If alerts are enabled and the
253 * measured conversion value is higher than the high limit, an alert is
256 * @param limit Alert high limit
259 mraa_result_t setAlertHighLimit(uint16_t limit);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
y4m_video_source.h 24 unsigned int start, int limit)
29 limit_(limit),
80 virtual unsigned int limit() const { return limit_; } function in class:libvpx_test::Y4mVideoSource
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_loopfilter_16_neon.c 48 const uint8_t *limit,
50 vp9_lpf_vertical_16_neon(s, p, blimit, limit, thresh);
51 vp9_lpf_vertical_16_neon(s + 8 * p, p, blimit, limit, thresh);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
Handler.java 47 // int limit = s.length();
48 // char d[] = new char[limit];
50 // for (int sp = 0; sp < limit; sp++) {
52 // if (c == '%' && sp + 2 < limit) {
114 * @param limit the character position to stop parsing at.
116 public void parseURL(URL u, String spec, int start, int limit) {
123 if (start < limit) {
124 file = spec.substring(start, limit);
  /libcore/ojluni/src/main/java/sun/security/ssl/
EngineInputRecord.java 227 int macOffset = bb.limit() - tagLen;
240 bb.limit(cipheredLength);
280 bb.limit(macOffset);
300 int lim = bb.limit();
303 bb.limit(macData);
311 bb.limit(lim);
317 bb.limit(macData);
394 int srcLim = srcBB.limit();
417 srcBB.limit(srcPos + len);
427 srcBB.limit(srcPos + len)
    [all...]
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 72 bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100);
74 std::string GetUnreachableMemoryString(bool log_contents = false, size_t limit = 100);
80 bool LogUnreachableMemory(bool log_contents, size_t limit);
  /external/icu/icu4c/source/common/
norm2allmodes.h 56 normalize(const UChar *src, const UChar *limit,
102 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
176 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
192 normalize(const UChar *src, const UChar *limit,
194 impl.decompose(src, limit, &buffer, errorCode);
198 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
201 impl.decomposeAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
204 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
205 return impl.decompose(src, limit, NULL, errorCode);
224 normalize(const UChar *src, const UChar *limit,
    [all...]
ubidiln.c 125 int32_t start, int32_t limit,
133 RETURN_VOID_IF_BAD_RANGE(start, 0, limit, *pErrorCode);
134 RETURN_VOID_IF_BAD_RANGE(limit, 0, pParaBiDi->length+1, *pErrorCode);
140 ubidi_getParagraph(pParaBiDi, limit-1, NULL, NULL, NULL, pErrorCode)) {
149 length=pLineBiDi->length=limit-start;
160 for(j=start; j<limit; j++) {
183 } else if(pParaBiDi->trailingWSStart<limit) {
475 /* look for the limit run of such a sequence (the run behind it) */
563 int32_t length=pBiDi->length, limit; local
578 limit=pBiDi->trailingWSStart
686 *limit=start+pBiDi->insertPoints.size; local
697 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; local
751 int32_t start, limit, sumOfSosEos; local
814 int32_t start, end, limit, temp; local
942 int32_t i, j, start, limit, length, insertRemove; local
1080 int32_t begin=0, limit=runCount; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 47 return limit;
79 } else if(state == State.ITER_IN_FCD_SEGMENT && pos != limit) {
169 } else if(state == State.ITER_IN_FCD_SEGMENT && pos != limit) {
226 (state == State.ITER_IN_FCD_SEGMENT && pos == limit) ||
231 if(pos == limit) {
233 } else { // pos < limit
244 iter.moveIndex(limit - start);
246 start = limit;
292 limit = pos + s.length();
303 limit = pos + s.length()
446 private int limit; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 45 return limit;
77 } else if(state == State.ITER_IN_FCD_SEGMENT && pos != limit) {
167 } else if(state == State.ITER_IN_FCD_SEGMENT && pos != limit) {
224 (state == State.ITER_IN_FCD_SEGMENT && pos == limit) ||
229 if(pos == limit) {
231 } else { // pos < limit
242 iter.moveIndex(limit - start);
244 start = limit;
290 limit = pos + s.length();
301 limit = pos + s.length()
444 private int limit; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CharTrie.java 63 int dataLength, latin1Length, i, limit; local
91 limit=0xdc00>>INDEX_STAGE_1_SHIFT_;
92 for(; i<limit; ++i) {
97 limit=latin1Length+DATA_BLOCK_LENGTH;
98 for(i=latin1Length; i<limit; ++i) {
UtilityExtensions.java 53 * and limit, and the || indicate the start and limit.
65 * and limit, and the || indicate the start and limit.
72 pos.start <= pos.limit &&
73 pos.limit <= pos.contextLimit &&
79 c = input.substring(pos.start, pos.limit);
80 d = input.substring(pos.limit, pos.contextLimit);
91 pos.limit + ", cl=" + pos.contextLimit + "} on " +
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ByteArrayWrapper.java 70 size = source.limit();
89 * @param limit
90 public ByteArrayWrapper(byte[] src, int start, int limit) {
91 size = limit - start;
118 * Set the internal byte array from offset 0 to (limit - start) with the
119 * contents of src from offset start to limit. If the byte array is null or its length is less than capacity, a new
120 * byte array of length (limit - start) will be allocated.
121 * This resets the size of the internal byte array to (limit - start).
124 * @param limit end + 1 offset of src to copy from
127 public final ByteArrayWrapper set(byte[] src, int start, int limit)
    [all...]
  /external/icu/icu4c/source/i18n/
titletrn.cpp 79 if (offsets.start >= offsets.limit) {
115 csc.limit = offsets.contextLimit;
121 for(textPos=offsets.start; textPos<offsets.limit;) {
136 // fMap() tried to look beyond the context limit
157 csc.limit=offsets.contextLimit+=delta;
158 offsets.limit+=delta;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CharTrie.java 62 int dataLength, latin1Length, i, limit; local
90 limit=0xdc00>>INDEX_STAGE_1_SHIFT_;
91 for(; i<limit; ++i) {
96 limit=latin1Length+DATA_BLOCK_LENGTH;
97 for(i=latin1Length; i<limit; ++i) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java 74 size = source.limit();
93 * @param limit
94 public ByteArrayWrapper(byte[] src, int start, int limit) {
95 size = limit - start;
123 * Set the internal byte array from offset 0 to (limit - start) with the
124 * contents of src from offset start to limit. If the byte array is null or its length is less than capacity, a new
125 * byte array of length (limit - start) will be allocated.
126 * This resets the size of the internal byte array to (limit - start).
129 * @param limit end + 1 offset of src to copy from
133 public final ByteArrayWrapper set(byte[] src, int start, int limit)
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
UtilityExtensions.java 51 * and limit, and the || indicate the start and limit.
63 * and limit, and the || indicate the start and limit.
70 pos.start <= pos.limit &&
71 pos.limit <= pos.contextLimit &&
77 c = input.substring(pos.start, pos.limit);
78 d = input.substring(pos.limit, pos.contextLimit);
89 pos.limit + ", cl=" + pos.contextLimit + "} on " +
  /external/libvpx/libvpx/test/
lpf_8_test.cc 39 const uint8_t *limit, const uint8_t *thresh,
47 const uint8_t *limit, const uint8_t *thresh,
61 const uint8_t *limit, const uint8_t *thresh,
63 vpx_highbd_lpf_vertical_16_sse2(s, p, blimit, limit, thresh, bd);
67 const uint8_t *limit, const uint8_t *thresh,
69 vpx_highbd_lpf_vertical_16_c(s, p, blimit, limit, thresh, bd);
73 const uint8_t *limit, const uint8_t *thresh,
75 vpx_highbd_lpf_vertical_16_dual_sse2(s, p, blimit, limit, thresh, bd);
79 const uint8_t *limit, const uint8_t *thresh,
81 vpx_highbd_lpf_vertical_16_dual_c(s, p, blimit, limit, thresh, bd)
    [all...]
  /external/skia/bench/
FontCacheBench.cpp 120 for (int limit = 32; limit <= 1024; limit <<= 1) {
126 int count = SkMin32(count_glyphs(array), limit);
131 SkDebugf("hashBits [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs,
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java 108 public Cursor query(String tag, int limit) {
117 int pos = (cursor.getCount() < limit ? 0 : cursor.getCount() - limit);
123 * Retrieves a cursor that starts at the last limit rows
125 * @param limit
128 public Cursor query(int limit) {
129 return query(null, limit);
133 * Query tracker data, filtering by given tag. mo limit to number of rows
  /libcore/ojluni/src/main/java/java/nio/
ByteBufferAsDoubleBuffer.java 59 int lim = this.limit();
71 limit(),
81 limit(),
135 int lim = limit();
144 limit(capacity());
ByteBufferAsFloatBuffer.java 58 int lim = this.limit();
70 limit(),
80 limit(),
134 int lim = limit();
143 limit(capacity());
ByteBufferAsIntBuffer.java 58 int lim = this.limit();
70 limit(),
80 limit(),
134 int lim = limit();
143 limit(capacity());
ByteBufferAsLongBuffer.java 58 int lim = this.limit();
70 this.limit(),
80 this.limit(),
134 int lim = limit();
143 limit(capacity());

Completed in 422 milliseconds

<<11121314151617181920>>