HomeSort by relevance Sort by last modified time
    Searched defs:diff (Results 251 - 275 of 368) sorted by null

<<1112131415

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 2888 nsecs_t diff = now - mLastFpsTime; local
3194 nsecs_t diff = now - mLastFPSTime; local
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 214 long diff = time - x.time; local
215 if (diff < 0)
217 else if (diff > 0)
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 106 long diff = currentTime - sessionTime; local
107 assertTrue("diff between " + currentTime + " and " + sessionTime + " should be < 10000",
108 diff < 10000);
128 long diff = currentTime - sessionTime; local
129 assertTrue("diff between " + currentTime + " and " + sessionTime + " should be < 10000",
130 diff < 10000);
131 assertTrue ("diff should be < 10000 but is " + diff, diff < 10000);
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 443 float diff = mHorizontal ? downView.getTranslationY() : downView.getTranslationX(); local
444 if (Math.abs(diff) > (mHorizontal ? downView.getHeight() : downView.getWidth()) / 2) {
446 animateOut(downView, Math.signum(diff) * mFlingVelocity, diff);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 824 final ArrayList<ContentProviderOperation> diff = state.buildDiff(); local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 49 * Tests for {@link EntityDeltaList} which focus on "diff" operations that should
178 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
179 delta.buildAssert(diff);
180 delta.buildDiff(diff);
181 assertDiffPattern(diff, pattern);
188 static void assertDiffPattern(ArrayList<ContentProviderOperation> diff,
190 assertEquals("Unexpected operations", pattern.length, diff.size());
193 final ContentProviderOperation found = diff.get(i);
292 static int countExceptionUpdates(ArrayList<ContentProviderOperation> diff) {
294 for (ContentProviderOperation oper : diff) {
308 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
319 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
330 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
342 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
354 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryDictionary.java 284 final long diff = System.currentTimeMillis() - now; local
286 + mLocale + ", " + diff + "ms.");
561 final long diff = System.currentTimeMillis() - now; local
562 Log.w(TAG, "PROF: Write User HistoryDictionary: " + mLocale + ", "+ diff
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 898 const int diff = outputLength - inputLength - 1; local
    [all...]
  /sdk/traceview/src/com/android/traceview/
MethodData.java 441 double diff = time1 - time2; local
443 if (diff < 0)
445 else if (diff > 0)
456 double diff = time1 - time2; local
458 if (diff < 0)
460 else if (diff > 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /bionic/libc/stdlib/
strtod.c 924 diff function
    [all...]
  /external/aac/libAACenc/src/
adj_thr.cpp 1810 INT diff; local
    [all...]
  /external/aac/libSBRdec/src/
env_calc.cpp 1186 int diff; local
1191 filtBuffer[band] >>= diff; \/* Compensate for the scale change by shifting the mantissa. *\/ local
1213 nrgGain[band] >>= diff; local
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 1155 int64 diff = (num_refs_ - current) \/ 50; local
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 148 const int diff = lhs - rhs_; local
149 if (diff > 0) {
150 *listener << "which is " << diff << " more than " << rhs_;
151 } else if (diff == 0) {
154 *listener << "which is " << -diff << " less than " << rhs_;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1505 time_t diff, now; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1140 int diff = b.gapChanged(); local
1471 int diff = newGap - gap; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 2383 int diff; local
    [all...]
  /external/opencv/cv/src/
cvcolor.cpp 1225 int vmin = b, diff; local
1271 float vmin, diff; local
1461 float vmin, vmax, diff; local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 656 double diff = alpha_i - alpha_j; local
660 if( diff > 0 && alpha_j < 0 )
663 alpha_i = diff;
665 else if( diff <= 0 && alpha_i < 0 )
668 alpha_j = -diff;
671 if( diff > C_i - C_j && alpha_i > C_i )
674 alpha_j = C_i - diff;
676 else if( diff <= C_i - C_j && alpha_j > C_j )
679 alpha_i = C_j + diff;
    [all...]
  /external/ppp/pppd/
auth.c 1110 int diff; local
1131 diff = maxoctets - used;
1132 if(diff < 0) {
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 2355 int diff = (int) (png_ptr->width & 7); \/* amount lost *\/ local
2398 int diff = (int) (png_ptr->width & 7); \/* amount lost *\/ local
2440 int diff = (int) (png_ptr->width & 7); \/* amount lost *\/ local
2649 int diff = (int) (png_ptr->width & 7); \/* amount lost *\/ local
2693 int diff = (int) (png_ptr->width & 7); \/* amount lost *\/ local
2733 int diff = (int) (png_ptr->width & 7); \/* amount lost *\/ local
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 497 SkScalar diff; local
500 diff = dst.width() - SkScalarMul(src.width(), sy);
502 diff = dst.height() - SkScalarMul(src.height(), sy);
506 diff = SkScalarHalf(diff);
510 tx += diff;
512 ty += diff;
    [all...]
  /external/valgrind/main/callgrind/
main.c 1622 ULong diff; local
1627 UInt diff = VG_(read_millisecond_timer)() - syscalltime[tid]; local
    [all...]

Completed in 2405 milliseconds

<<1112131415