/frameworks/base/core/java/android/view/ |
GhostView.java | 238 int high = overlayViewGroup.getChildCount() - 1; local 240 while (low <= high) { 241 int mid = (low + high) / 2; 248 high = mid - 1;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImplJni.java | 209 * @param high The maximum frequency or -1 212 public static final native int setDictionaryParameter( long work, int index, int base, int high );
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
sfnt_info.h | 130 unsigned char low, high; /* key note range */ member in struct:soundfont_voice_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/ |
sfnt_info.h | 130 unsigned char low, high; /* key note range */ member in struct:soundfont_voice_info
|
/system/extras/libpagemap/ |
pm_process.c | 108 uint64_t low, uint64_t high, 116 if (!proc || (low > high) || !range_out || !len) 119 if (low == high) { 126 numpages = (high - low) / proc->ker->pagesize;
|
/art/runtime/native/ |
libcore_util_CharsetUtils.cc | 220 jchar high = static_cast<jchar>(ch); local 222 if (!U16_IS_SURROGATE_LEAD(high) || !U16_IS_SURROGATE_TRAIL(low)) { 230 ch = U16_GET_SUPPLEMENTARY(high, low);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
ContinuousOutputModel.java | 324 final int high = FastMath.min(iMax - 1, (iMin + 9 * iMax) / 10); local 327 } else if (index > high) { 328 index = high;
|
/external/libevent/ |
bufferevent_pair.c | 160 if (dst->wm_read.high) { 162 if (dst_size < dst->wm_read.high) { 163 n = dst->wm_read.high - dst_size;
|
bufferevent_openssl.c | 172 * high-water mark. */ 173 if (bufev->wm_write.high && bufev->wm_write.high <= (outlen+inlen)) { 174 if (bufev->wm_write.high <= outlen) { 179 inlen = bufev->wm_write.high - outlen; 741 if (wm->high) { 742 if (evbuffer_get_length(input) >= wm->high) { 746 result = wm->high - evbuffer_get_length(input); 762 * Read from the underlying buffer until we block or we hit our high-water 796 * overrun our read high-watermark (somewha [all...] |
/external/libxml2/ |
genUnicode.py | 312 (low, high) = range 313 if high < 0x10000: 332 pline += "{%s, %s}" % (hex(low), hex(high)) 352 int low, high, mid, cmp; 358 high = tptr->numentries - 1; 360 while (low <= high) { 361 mid = (low + high) / 2; 365 high = mid - 1;
|
/libcore/libart/src/main/java/java/lang/ |
StringFactory.java | 48 public static String newStringFromBytes(byte[] data, int high) { 49 return newStringFromBytes(data, high, 0, data.length); 56 public static native String newStringFromBytes(byte[] data, int high, int offset, int byteCount);
|
/system/core/libcutils/ |
fs_config.c | 62 uint32_t low, high; local 65 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); 66 return ((uint64_t) high << 32) | (uint64_t) low;
|
/system/vold/ |
MoveTask.cpp | 30 #define CONSTRAIN(amount, low, high) (amount < low ? low : (amount > high ? high : amount))
|
/external/bison/src/ |
lalr.c | 135 goto_number high; local 141 high = goto_map[sym - ntokens + 1] - 1; 145 aver (low <= high); 146 middle = (low + high) / 2; 153 high = middle - 1;
|
/external/gptfdisk/ |
gptcl.cc | 66 uint64_t low, high, startSector, endSector, sSize; local 290 high = FindLastInFree(low); 291 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low); 292 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high);
|
/external/v8/src/ |
fast-dtoa.cc | 329 // * low, w and high are correct up to 1 ulp (unit in the last place). That 331 // * low.e() == w.e() == high.e() 332 // * low < w < high, and taking into account their error: low~ <= high~ 338 // such that LOW < buffer * 10^kappa < HIGH, where LOW and HIGH are the 339 // correct values of low and high (without their error). 359 // represent 'w' we can stop. Everything inside the interval low - high 360 // represents w. However we have to pay attention to low, high and w's 364 DiyFp high, [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Integer.java | 620 * During VM initialization, java.lang.Integer.IntegerCache.high property 627 static final int high; 631 // high value may be configured by property 634 sun.misc.VM.getSavedProperty("java.lang.Integer.IntegerCache.high"); 641 high = h; 643 cache = new Integer[(high - low) + 1]; 668 assert IntegerCache.high >= 127; 669 if (i >= IntegerCache.low && i <= IntegerCache.high) [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 439 int cond, low, mid, high; local 442 high = n - 1; 443 while (low <= high) { 444 mid = (low + high) / 2; 446 high = mid - 1;
|
/bootable/recovery/minzip/ |
Zip.c | 83 CENVEM_UNIX = 3 << 8, // the high byte of CENVEM 282 int low, high; local 285 high = i - 1; 286 while (low <= high) { 291 mid = low + ((high - low) / 2); // avoid overflow 306 high = mid - 1; 308 high = mid; 313 unsigned int target = high + 1;
|
/external/icu/icu4c/source/common/ |
uset.cpp | 329 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, .. 439 uint16_t high=(uint16_t)(c>>16), low=(uint16_t)c; local 443 if (high < array[base] || (high==array[base] && low<array[base+1])) { 445 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) { 451 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) {
|
/frameworks/base/core/java/com/android/internal/util/ |
NotificationColorUtil.java | 252 double low = 0, high = lab[0]; local 254 for (int i = 0; i < 15 && high - low > 0.00001; i++) { 255 final double l = (low + high) / 2; 264 high = l; 641 private static int constrain(int amount, int low, int high) { 642 return amount < low ? low : (amount > high ? high : amount);
|
/external/selinux/policycoreutils/sandbox/ |
sandbox | 147 high = int(highc[1:]) + 1 148 if high - low == 0: 151 return low, high 157 low, high = get_range() 161 total = high - low 165 i1 = random.randrange(low, high) 166 i2 = random.randrange(low, high)
|
/toolchain/binutils/binutils-2.25/binutils/ |
ieee.c | 1010 /* BB3: High level module block begin. We don't have to do 1657 bfd_vma low, high, signedp, size; local 1809 bfd_vma high; local 3644 bfd_vma high; member in struct:ieee_range 3789 bfd_signed_vma high; member in struct:ieee_modified_array_type 4970 bfd_vma low, high; local 5039 bfd_vma low, high; local [all...] |
/external/speex/libspeex/ |
sb_celp.c | 233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t)); 284 speex_free(st->high); 315 spx_word16_t *high; local 335 high = in+st->frame_size; 337 /* High-band buffering / sync with low band */ 339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack); 345 /*FIXME: Are the two signals (low, high) in sync? */ 347 e_high = compute_rms16(high, st->frame_size); 356 high = high - (st->windowSize-st->frame_size) [all...] |
/external/opencv3/modules/imgproc/src/ |
canny.cpp | 58 static bool ippCanny(const Mat& _src, Mat& _dst, float low, float high) 90 _dst.ptr(), (int)_dst.step, roi, low, high, buffer) < 0 ) 129 int low = cvFloor(low_thresh), high = cvFloor(high_thresh); local 155 (float) low, (float) high); 184 low, high); local 243 : boundaries(_boundaries), src(_src), map(_map), low(_low), high(_high), 513 if (!prev_flag && m > high && (i <= boundaries.start+1 || _map[j-mapstep] != 2) ) 571 int high; member in class:cv::tbbCanny 639 int high = cvFloor(high_thresh); local 666 g.run(tbbCanny(Range(i * grainSize, (i + 1) * grainSize), src, map, low, high, aperture_size, L2gradient)) 706 int high = cvFloor(high_thresh); local [all...] |