/external/javasqlite/src/main/native/ |
sqlite_jni.c | 457 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", local 460 if (mid == 0) { 465 ret = (*env)->CallBooleanMethod(env, h->bh, mid, tabstr.jstr, 485 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", local 488 if (mid == 0) { 492 ret = (*env)->CallBooleanMethod(env, h->bh, mid, 0, (jint) count) 509 jmethodID mid = (*env)->GetMethodID(env, cls, "progress", "()Z"); local 511 if (mid == 0) { 515 ret = (*env)->CallBooleanMethod(env, h->ph, mid) != JNI_TRUE; 530 jmethodID mid; local 1710 jmethodID mid = local 1764 jmethodID mid = (*env)->GetMethodID(env, cls, "last_step", local 1786 jmethodID mid = local 1841 jmethodID mid = (*env)->GetMethodID(env, cls, "last_step", local 2307 jmethodID mid; local 2404 jmethodID mid; local 4836 jmethodID mid; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
nfrs.cpp | 427 int32_t mid = (lo + hi) / 2; local 428 if (rules[mid]->getBaseValue() == number) { 429 return rules[mid]; 431 else if (rules[mid]->getBaseValue() > number) { 432 hi = mid; 435 lo = mid + 1;
|
ucoleitr.cpp | 616 const uint32_t *mid; local 639 mid = start + ((limit - start) >> 1); 640 if (mOrder <= (*mid & strengthMask)) { 641 limit = mid; 643 start = mid;
|
/external/chromium_org/third_party/skia/src/core/ |
SkEdgeClipper.cpp | 247 SkScalar mid; 251 mid = SkScalarAve(minT, maxT); 252 SkScalar delta = eval_cubic_coeff(A, B, C, D, mid); 254 minT = mid; 257 maxT = mid; 263 *t = mid;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.h | 469 uptr mid = (first + last) / 2; 470 if (comp(v[mid], val)) 471 first = mid + 1; 472 else if (comp(val, v[mid])) 473 last = mid - 1; 475 return mid;
|
/external/eigen/test/ |
array.cpp | 122 Scalar mid = (m1.cwiseAbs().minCoeff() + m1.cwiseAbs().maxCoeff())/Scalar(2); local 125 m3(i,j) = abs(m1(i,j))<mid ? 0 : m1(i,j); 126 VERIFY_IS_APPROX( (m1.abs()<ArrayType::Constant(rows,cols,mid)) 129 VERIFY_IS_APPROX( (m1.abs()<ArrayType::Constant(rows,cols,mid)) 131 VERIFY_IS_APPROX( (m1.abs()>=ArrayType::Constant(rows,cols,mid)) 134 VERIFY_IS_APPROX( (m1.abs()<mid).select(0,m1), m3);
|
array_for_matrix.cpp | 109 Scalar mid = (m1.cwiseAbs().minCoeff() + m1.cwiseAbs().maxCoeff())/Scalar(2); local 112 m3(i,j) = abs(m1(i,j))<mid ? 0 : m1(i,j); 113 VERIFY_IS_APPROX( (m1.array().abs()<MatrixType::Constant(rows,cols,mid).array()) 116 VERIFY_IS_APPROX( (m1.array().abs()<MatrixType::Constant(rows,cols,mid).array()) 118 VERIFY_IS_APPROX( (m1.array().abs()>=MatrixType::Constant(rows,cols,mid).array()) 121 VERIFY_IS_APPROX( (m1.array().abs()<mid).select(0,m1), m3);
|
/external/icu/icu4c/source/i18n/ |
nfrs.cpp | 452 int32_t mid = (lo + hi) / 2; local 453 if (rules[mid]->getBaseValue() == number) { 454 return rules[mid]; 456 else if (rules[mid]->getBaseValue() > number) { 457 hi = mid; 460 lo = mid + 1;
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
ttgsubtable.cpp | 37 int mid = (low + high) / 2;
local 38 if (buf[mid].key < key) {
39 low = mid + 1;
40 } else if (buf[mid].key > key) {
41 high = mid - 1;
43 buf[mid].value = value;
|
/external/skia/src/core/ |
SkEdgeClipper.cpp | 247 SkScalar mid; 251 mid = SkScalarAve(minT, maxT); 252 SkScalar delta = eval_cubic_coeff(A, B, C, D, mid); 254 minT = mid; 257 maxT = mid; 263 *t = mid;
|
/system/core/libutils/ |
VectorImpl.cpp | 558 ssize_t mid; 562 mid = l + (h - l)/2; 563 const void* const curr = reinterpret_cast<const char *>(a) + (mid*s); 566 err = l = mid; 569 l = mid + 1; 571 h = mid - 1;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 416 name = (*it).mid(pos); 418 name = (*it).mid(pos); 534 addr = str.mid(pos); 536 dev_type = str.mid(pos); 600 bssid = (*it).mid(pos); 602 id = (*it).mid(pos).toInt(); 604 flags = (*it).mid(pos); 606 ssid = (*it).mid(pos); 608 wps_name = (*it).mid(pos); 610 pri_dev_type = (*it).mid(pos) [all...] |
/bootable/recovery/minzip/ |
Zip.c | 287 int mid; local 291 mid = low + ((high - low) / 2); // avoid overflow 293 if (pArchive->pEntries[mid].fileNameLen < fileNameLen) { 294 diffLen = pArchive->pEntries[mid].fileNameLen; 298 diff = strncmp(pArchive->pEntries[mid].fileName, fileName, 301 diff = pArchive->pEntries[mid].fileNameLen - fileNameLen; 304 low = mid + 1; 306 high = mid - 1; 308 high = mid; [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
vq.c | 381 opus_val16 mid, side; local 405 mid = celt_sqrt(Emid); 409 itheta = MULT16_16_Q15(QCONST16(0.63662f,15),celt_atan2p(side, mid)); 411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid));
|
bands.c | 391 static void stereo_merge(celt_norm *X, celt_norm *Y, opus_val16 mid, int N) 404 /* Compensating for the mid normalization */ 405 xp = MULT16_32_Q15(mid, xp); 406 /* mid and side are in Q15, not Q14 like X and Y */ 407 mid2 = SHR32(mid, 1); 436 /* Apply mid scaling (side is already scaled) */ 437 l = MULT16_16_Q15(mid, X[j]); 698 side and mid. With just that parameter, we can re-scale both 699 mid and side because we know that 1) they have unit norm and 822 /* This is the mid vs side allocation that minimizes squared erro 889 opus_val16 mid=0, side=0; local 1201 opus_val16 mid=0, side=0; local [all...] |
/external/libopus/celt/ |
vq.c | 381 opus_val16 mid, side; local 405 mid = celt_sqrt(Emid); 409 itheta = MULT16_16_Q15(QCONST16(0.63662f,15),celt_atan2p(side, mid)); 411 itheta = (int)floor(.5f+16384*0.63662f*atan2(side,mid));
|
bands.c | 391 static void stereo_merge(celt_norm *X, celt_norm *Y, opus_val16 mid, int N) 404 /* Compensating for the mid normalization */ 405 xp = MULT16_32_Q15(mid, xp); 406 /* mid and side are in Q15, not Q14 like X and Y */ 407 mid2 = SHR32(mid, 1); 436 /* Apply mid scaling (side is already scaled) */ 437 l = MULT16_16_Q15(mid, X[j]); 698 side and mid. With just that parameter, we can re-scale both 699 mid and side because we know that 1) they have unit norm and 822 /* This is the mid vs side allocation that minimizes squared erro 889 opus_val16 mid=0, side=0; local 1201 opus_val16 mid=0, side=0; local [all...] |
/external/strace/ |
unwind.c | 320 int mid = (upper + lower) / 2; local 322 cur_mmap_cache = &tcp->mmap_cache[mid]; 341 upper = mid - 1; 343 lower = mid + 1;
|
/external/svox/pico/lib/ |
picokpr.h | 101 extern picoos_bool picokpr_isEqualMid (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__11, picokpr_StrArrOffset mid);
|
/external/tremolo/Tremolo/ |
floor1.c | 83 int mid=j+i; local 84 int k2=mid; 86 while(k1<mid && k2<end){ 92 while(k1<mid) B[j++]=A[k1++];
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
CameraPairwiseTest.java | 465 int mid = (int) Math.floor(supportedPictureSizes.size() / 2); local 473 params.setPictureSize(supportedPictureSizes.get(mid).width, 474 supportedPictureSizes.get(mid).height); 478 supportedPictureSizes.get(mid).height);
|
/ndk/sources/android/support/src/musl-math/ |
libm.h | 37 uint32_t mid; member in struct:ldshape::__anon42818
|
/art/runtime/ |
scoped_thread_state_change.h | 162 mirror::ArtMethod* DecodeMethod(jmethodID mid) const 167 mirror::ArtMethod* method = reinterpret_cast<mirror::ArtMethod*>(mid);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
LaunchedDebugger.java | 238 long mid = reply.getNextValueAsMethodID(); local 242 if (mid == methodID) {
|
/external/icu/icu4c/source/common/ |
locmap.c | 1078 uint32_t mid; local [all...] |