/development/samples/ApiDemos/src/com/example/android/apis/view/ |
VideoPlayerActivity.java | 117 int diff = mLastSystemUiVis ^ visibility; local 119 if ((diff&SYSTEM_UI_FLAG_HIDE_NAVIGATION) != 0
|
/external/aac/libFDK/src/ |
qmf.cpp | 1157 int diff; local [all...] |
/external/chromium/testing/gmock/test/ |
gmock-generated-matchers_test.cc | 231 const int diff = get<0>(value) - get<1>(value); local 232 if (diff > 0) { 233 *listener << "where the first value is " << diff local 236 return diff < 0; 264 const int diff = lhs - rhs_; local 265 if (diff > 0) { 266 *listener << "which is " << diff << " more than " << rhs_; 267 } else if (diff == 0) { 270 *listener << "which is " << -diff << " less than " << rhs_; 632 *result_listener->stream() << "diff == " << (x + y - arg) [all...] |
/external/e2fsprogs/misc/ |
dumpe2fs.c | 132 long diff; local 202 diff = fs->group_desc[i].bg_block_bitmap - first_block; 203 if (diff >= 0) 204 printf(" (+%ld)", diff); 207 diff = fs->group_desc[i].bg_inode_bitmap - first_block; 208 if (diff >= 0) 209 printf(" (+%ld)", diff); 214 diff = fs->group_desc[i].bg_inode_table - first_block; 215 if (diff > 0) 216 printf(" (+%ld)", diff); [all...] |
/external/icu4c/common/ |
ucnvbocu.c | 248 * mode decoder's incomplete (diff<<2)|count (ignored when toULength==0) 263 * @param diff difference value -0x10ffff..0x10ffff 271 packDiff(int32_t diff) { 274 if(diff>=BOCU1_REACH_NEG_1) { 277 if(diff<=BOCU1_REACH_POS_1) { 279 return 0x01000000|(BOCU1_MIDDLE+diff); 282 if(diff<=BOCU1_REACH_POS_2) { 284 diff-=BOCU1_REACH_POS_1+1; 287 m=diff%BOCU1_TRAIL_COUNT; 288 diff/=BOCU1_TRAIL_COUNT 393 int32_t prev, c, diff; local 646 int32_t prev, c, diff; local 862 int32_t diff, count; local 942 int32_t prev, count, diff, c; local 1164 int32_t prev, count, diff, c; local [all...] |
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 151 int32_t diff = (int32_t)(hit - lot); local 152 if (diff <= tick) { 155 UDate medt = lot + ((diff / 2) / tick) * tick;
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
NavCalculator.java | 342 double diff = Math.abs(newLong + 180); local 343 newLong = 180 - diff; 347 double diff = Math.abs(newLong + 180); local 348 newLong = (180 - diff) * -1;
|
/external/libnfc-nxp/src/ |
phFriNfc_FelicaMap.c | 3031 int8_t diff = 0; local [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 597 int diff = InstOffset - BlockToInstOffset[MII->getOperand(0).getMBB()]; local 598 diff = (diff > 0 ? diff : -diff); 599 if ((unsigned)diff > MAX_LOOP_DISTANCE) {
|
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.cpp | 180 bool Result = diff(L, R, true, true); 190 diff(Pair.first, Pair.second); 194 void diff(BasicBlock *L, BasicBlock *R) { function in class:__anon9447::FunctionDifferenceEngine 206 // If the instructions differ, start the more sophisticated diff 208 if (diff(LeftI, RightI, false, false)) { 250 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { function in class:__anon9447::FunctionDifferenceEngine 463 void diff(Function *L, Function *R) { function in class:__anon9447::FunctionDifferenceEngine 488 return !diff(L, R, false, false); 551 DiffLogBuilder Diff(Engine.getConsumer()); 572 Diff.addMatch(L, R) 637 void DifferenceEngine::diff(Function *L, Function *R) { function in class:DifferenceEngine 655 void DifferenceEngine::diff(Module *L, Module *R) { function in class:DifferenceEngine [all...] |
/external/opencv/cvaux/src/ |
cvbgfg_acmmm2003.cpp | 258 int diff = abs( int(*rowStart1) - int(*rowStart2) ); local 259 HISTOGRAM[diff]++; 302 int diff = abs( int(*rowStart1) - int(*rowStart2) ); local 303 if ( diff > bestThres) 500 float diff = 0; local 589 diff = sum1 - stat->Pbcc * sum2; 591 if( diff > model->params.T ) 608 float diff = 0; local 688 diff = sum1 - stat->Pbc * sum2; 692 if( diff > model->params.T [all...] |
/external/opencv/ml/src/ |
mlnbayes.cpp | 293 CvMat diff; local 334 diff = cvMat( 1, var_count, CV_64FC1, buffer ); 350 diff.data.db[j] = avg_data[j] - x[vidx ? vidx[j] : j]; 352 CV_CALL(cvGEMM( &diff, u, 1, 0, 0, &diff, CV_GEMM_B_T )); 355 double d = diff.data.db[j];
|
/external/ppp/pppd/ |
chap_ms.c | 200 int diff; local 224 diff = memcmp(&rmd->LANManResp, &md.LANManResp, 228 diff = memcmp(&rmd->NTResp, &md.NTResp, sizeof(md.NTResp)); 230 if (diff == 0) {
|
/external/qemu/audio/ |
winaudio.c | 296 int64_t diff = now - last_time;
local
|
/external/skia/src/utils/ |
SkCamera.cpp | 309 SkPoint3D diff; local 312 diff.fX = quilt.fOrigin.fX - fLocation.fX; 313 diff.fY = quilt.fOrigin.fY - fLocation.fY; 314 diff.fZ = quilt.fOrigin.fZ - fLocation.fZ; 316 dot = SkUnit3D::Dot(*(const SkUnit3D*)(const void*)&diff, 329 patchPtr = (const SkScalar*)(const void*)&diff;
|
/external/valgrind/main/VEX/switchback/ |
switchback.c | 446 Int diff = ((Int)where_to_go) - ((Int)addr_of_nop); local 451 printf("diff = 0x%x\n", diff); 457 Long diff = ((Long)where_to_go) - ((Long)addr_of_nop); local 462 printf("diff = 0x%llx\n", diff); 466 if (diff < -0x2000000 || diff >= 0x2000000) { 484 /* branch to diff */ 485 p[0] = ((18<<26) | (((diff >> 2) & 0xFFFFFF) << 2) | (0<<1) | (0<<0)) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLSelectElement.cpp | 465 int diff = index - length(); local 468 if (diff > 0) { 471 } else if (diff < 0) { 478 if (diff >= 0 && option->selected()) 488 int diff = length() - newLen; local 490 if (diff < 0) { // add dummy elements 497 } while (++diff);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
UniscribeHelper.cpp | 803 int diff = currentAdvance - spaceWidthWithoutLetterSpacing; local [all...] |
/external/webrtc/src/common_audio/vad/ |
vad_core.c | 339 WebRtc_Word16 diff, nr, pos; local 635 // diff = "global" speech mean - "global" noise mean 636 diff = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(smid, 9); 638 diff -= tmp16; 640 if (diff < kMinimumDifference[n]) 643 tmp16 = kMinimumDifference[n] - diff; // Q5 645 // tmp16_1 = ~0.8 * (kMinimumDifference - diff) in Q7 646 // tmp16_2 = ~0.2 * (kMinimumDifference - diff) in Q7
|
/external/webrtc/src/modules/audio_processing/aecm/ |
echo_control_mobile.c | 281 __int64 freq, start, end, diff; local 495 diff = ((end - start) * 1000) / (freq/1000); 496 milliseconds = (unsigned int)(diff & 0xffffffff); 740 short diff; local 754 diff = aecm->filtDelay - aecm->knownDelay; 755 if (diff > 224) 764 } else if (diff < 96 && aecm->knownDelay > 0) 777 aecm->lastDelayDiff = diff;
|
/frameworks/av/libvideoeditor/osal/src/ |
LVOSA_FileReader_optim.c | 226 M4OSA_FilePosition diff; local 249 diff = gridPos - apContext->readFilePos; 251 if(diff != 0) 254 fileSeekPosition = diff; 267 ret_val = apContext->FS->pFctPtr_Seek(apContext->aFileDesc, diff, [all...] |
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/ |
CameraCapture.java | 199 int diff = (fpsk - low) + (high - fpsk); local 200 if (diff < minDiff) { 202 minDiff = diff;
|
/frameworks/base/voip/java/com/android/server/sip/ |
SipWakeupTimer.java | 332 int diff = e1.mMaxPeriod - e2.mMaxPeriod; local 333 if (diff == 0) diff = -1; 334 return diff;
|
/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 412 int diff = end - start - stringLength; local 413 if (diff > 0) { // replacing with fewer characters 427 } else if (diff < 0) { 429 move(-diff, end); 435 count -= diff;
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipInputStream.java | 165 int diff = entryIn - inB; local 167 if (diff != 0) { 168 ((PushbackInputStream) in).unread(buf, len - diff, diff);
|