HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 451 - 475 of 1090) sorted by null

<<11121314151617181920>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 1849 StyleDifference diff = StyleDifferenceEqual; local
    [all...]
  /external/chromium_org/media/base/
yuv_convert_unittest.cc 412 int diff = rgb_converted_bytes[i] - rgb_bytes[i]; local
413 if (diff < 0)
414 diff = -diff;
415 error += diff;
594 int diff = yuv_reference_bytes[i] - yuv_converted_bytes[i]; local
595 if (diff < 0)
596 diff = -diff;
597 error += diff;
    [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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 254 # FIXME: This function also creates the image diff. Maybe that work should
266 diff, err_str = self._port.diff_image(expected_driver_output.image, driver_output.image)
272 driver_output.image_diff = diff
277 _log.warning(' %s -> pixel hash failed (but diff passed)' % self._test_name)
325 diff, err_str = self._port.diff_image(reference_driver_output.image, actual_driver_output.image)
326 if not diff:
329 _log.warning(" %s -> ref test hashes matched but diff failed" % self._test_name)
332 diff, err_str = self._port.diff_image(reference_driver_output.image, actual_driver_output.image)
333 if diff:
336 _log.warning(" %s -> ref test hashes didn't match but diff passed" % self._test_name
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 137 # And make sure we actually get diff output.
138 diff = port.diff_text('foo', 'bar', 'exp.txt', 'act.txt')
139 self.assertIn('foo', diff)
140 self.assertIn('bar', diff)
141 self.assertIn('exp.txt', diff)
142 self.assertIn('act.txt', diff)
143 self.assertNotIn('nosuchthing', diff)
  /external/chromium_org/third_party/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(*SkTCast<const SkUnit3D*>(&diff),
329 patchPtr = (const SkScalar*)(const void*)&diff;
  /external/libvpx/libvpx/test/
dct16x16_test.cc 307 const uint32_t diff = dst[j] - src[j]; local
308 const uint32_t error = diff * diff;
402 const uint32_t diff = dst[j] - src[j]; local
403 const uint32_t error = diff * diff;
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
48 short *udiff = diff + 256;
49 short *vdiff = diff + 320;
78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride,
87 diff[c] = src[c] - pred[c];
90 diff += 16;
  /external/opencv/cv/src/
cvcolor.cpp 1225 int vmin = b, diff; local
1271 float vmin, diff; local
1461 float vmin, vmax, diff; local
    [all...]
cvsegmentation.cpp 143 #define c_diff(ptr1,ptr2,diff) \
148 diff = ws_max(db,dg); \
149 diff = ws_max(diff,dr); \
150 assert( 0 <= diff && diff <= 255 ); \
  /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/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(*SkTCast<const SkUnit3D*>(&diff),
329 patchPtr = (const SkScalar*)(const void*)&diff;
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 216 long diff = time - x.time; local
217 if (diff < 0)
219 else if (diff > 0)
226 long diff = getDelay(NANOSECONDS) - other.getDelay(NANOSECONDS); local
227 return (diff < 0) ? -1 : (diff > 0) ? 1 : 0;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 267 int diff = a.name.compareTo(b.name);
268 if (diff != 0) {
269 return diff;
271 diff = a.type.compareTo(b.type);
272 if (diff != 0) {
273 return diff;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 953 String diff = getDiff(beforeWithCaret, actual); local
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 326 const double diff = parameters[prev][dim] - parameters[i][dim]; local
327 length += diff * diff;
  /external/chromium_org/third_party/icu/source/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/chromium_org/ui/gfx/image/
image_skia.cc 132 float diff = std::abs(it->GetScale() - scale); local
133 if (diff < smallest_diff && !it->is_null()) {
135 smallest_diff = diff;
  /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/openssh/
monitor_mm.c 48 long diff = (char *)a->address - (char *)b->address; local
50 if (diff == 0)
52 else if (diff < 0)
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 328 int diff = this.mCountry.compareTo(other.mCountry); local
330 if (diff != 0) {
331 return diff;
340 // Finally diff by display name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 179 diff = abs(result - 1./3.)
181 self.assertLess(diff, 0.01, "%s not less than 0.01" % diff)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 179 diff = abs(result - 1./3.)
181 self.assertLess(diff, 0.01, "%s not less than 0.01" % diff)
  /bootable/recovery/applypatch/
imgdiff_test.sh 98 diff -q $tmpdir/target $tmpdir/result || fail "patch output not correct!"

Completed in 2496 milliseconds

<<11121314151617181920>>