HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 151 - 175 of 2336) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tools/aapt2/diff/
Diff.cpp 170 bool diff = false; local
178 diff = true;
180 diff |= emitResourceConfigValueDiff(context, apkA, pkgA, typeA, entryA,
194 diff = true;
207 bool diff = false; local
214 diff = true;
233 diff = true;
252 diff = true;
254 diff |= emitResourceEntryDiff(context, apkA, pkgA, typeA, entryA.get(),
266 diff = true
275 bool diff = false; local
340 bool diff = false; local
384 int diff(const std::vector<StringPiece>& args) { function in namespace:aapt
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_avg.c 168 int diff = ref[i] - src[i]; // diff: dynamic range [-510, 510], 10 bits. local
169 mean += diff; // mean: dynamic range 16 bits.
170 sse += diff * diff; // sse: dynamic range 26 bits.
185 int diff = abs(s[j]-d[j]); local
186 *min = diff < *min ? diff : *min;
187 *max = diff > *max ? diff : *max
222 int diff = abs(s[j]-d[j]); local
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPxr24Compressor.cpp 331 unsigned int diff = pixel - previousPixel; local
334 *(ptr[0]++) = diff >> 24;
335 *(ptr[1]++) = diff >> 16;
336 *(ptr[2]++) = diff >> 8;
337 *(ptr[3]++) = diff;
355 unsigned int diff = pixel.bits() - previousPixel; local
358 *(ptr[0]++) = diff >> 8;
359 *(ptr[1]++) = diff;
380 unsigned int diff = pixel24 - previousPixel; local
383 *(ptr[0]++) = diff >> 16
473 unsigned int diff = (*(ptr[0]++) << 24) | local
499 unsigned int diff = (*(ptr[0]++) << 8) | local
523 unsigned int diff = (*(ptr[0]++) << 24) | local
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 47 #define diff x6 define
71 eor diff, data1, data2 /* Non-zero if differences found. */
72 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
76 /* Not reached the limit, must have found a diff. */
93 orr diff, diff, mask
97 rev diff, diff
101 /* The MS-non-zero bit of DIFF marks either the first bit
105 clz pos, diff
    [all...]
  /cts/hostsidetests/theme/src/android/theme/cts/
ComparisonTask.java 52 final File diff = File.createTempFile("diff_" + mExpected.getName(), ".png"); local
53 createDiff(expected, actual, diff);
54 return diff;
125 // The diff will contain image1, image2 and the difference between the two.
126 final BufferedImage diff = new BufferedImage( local
151 diff.setRGB(x, j, colorExpected);
153 diff.setRGB(x, j, colorActual);
155 diff.setRGB(x, j, colorDiff);
159 ImageIO.write(diff, "png", out);
  /cts/suite/audio_quality/test_description/processing/
playback_sample.py 50 diff = abs(freq - signalFrequency)
51 if (diff < threshold):
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 10 int diff = Math.abs(Color.red(color) - Color.red(expectedColor)) local
13 return diff <= threshold;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 86 float[] diff = new float[3];
89 diff[i] = Math.round(mScale[i] * (event.values[i] - mPrev[i]) * 0.45f);
90 if (Math.abs(diff[i]) > 0) {
101 event.values[2] + ")" + " diff(" + diff[0] +
102 " " + diff[1] + " " + diff[2] + ")");
109 float x = diff[0];
110 float y = diff[1];
  /external/clang/utils/VtableTest/
check-zti 13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 11 diff -U3 test-gcc-ztv test-clang-ztv
  /external/google-breakpad/src/processor/
microdump_stackwalk_machine_readable_test 41 diff -u $testdata_dir/microdump.stackwalk.machine_readable-${ARCH}.out -
microdump_stackwalk_test 41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -
  /external/pdfium/testing/tools/
text_diff.py 26 for diff in diffs:
27 sys.stdout.write(diff)
  /external/slf4j/integration/src/test/java/org/slf4j/
CompatibilityAssertionTest.java 37 int diff = 1024 + new Random().nextInt(10000); field in class:CompatibilityAssertionTest
55 String msg = "hello world " + diff;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.cpp 284 Word16 cbGainMix, diff, tmp_diff, bgMix, cbGainMean;
320 diff = tmp[0];
322 diff = add(diff, tmp[i]); // Q13
326 if (sub(diff, 5325) > 0) // 0.65 in Q11
352 // bgMix = min(0.25, max(0.0, diff-0.55)) / 0.25;
353 tmp_diff = sub(diff, 4506); // 0.55 in Q13
355 // max(0.0, diff-0.55)
377 // bgMix = min(0.25, max(0.0, diff-0.40)) / 0.25;
378 tmp_diff = sub(diff, 3277); // 0.4 in Q1
480 Word16 diff; local
    [all...]
  /frameworks/base/tools/aapt2/
Main.cpp 27 extern int diff(const std::vector<StringPiece>& args);
48 } else if (command == "diff") {
49 return aapt::diff(args);
56 std::cerr << "\nusage: aapt2 [compile|link|dump|diff] ..." << std::endl;
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 164 long long diff = timediff_ns(&actual_time, &expected_time); local
165 if (llabs(diff) > NSEC_PER_SEC) {
167 llabs(diff) / NSEC_PER_SEC,
168 (llabs(diff) / NSEC_PER_MSEC) % MSEC_PER_SEC,
169 diff > 0 ? "late" : "early");
171 llabs(diff) / NSEC_PER_SEC,
172 (llabs(diff) / NSEC_PER_MSEC) % MSEC_PER_SEC,
173 diff > 0 ? "late" : "early");
  /external/libxml2/doc/examples/
Makefile.am 106 $(CHECKER) ./io1 > io1.tmp && diff io1.tmp $(srcdir)/io1.res
108 $(CHECKER) ./io2 > io2.tmp && diff io2.tmp $(srcdir)/io2.res
118 $(CHECKER) ./reader1 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res
120 $(CHECKER) ./reader2 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res
122 $(CHECKER) ./reader3 > reader3.tmp && diff reader3.tmp $(srcdir)/reader3.res
124 $(CHECKER) ./reader4 test1.xml test2.xml test3.xml > reader4.tmp && diff reader4.tmp $(srcdir)/reader4.res
126 $(CHECKER) ./testWriter && for i in 1 2 3 4 ; do diff $(srcdir)/writer.xml writer$$i.tmp || break ; done
128 $(CHECKER) ./tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
130 $(CHECKER) ./tree2 > tree2.tmp && diff tree2.tmp $(srcdir)/tree2.res
132 $(CHECKER) ./xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.re
    [all...]
  /external/autotest/client/tests/signaltest/src/
signaltest.c 82 long diff; local
83 diff = USEC_PER_SEC * ((int) t1.tv_sec - (int) t2.tv_sec);
84 diff += ((int) t1.tv_nsec - (int) t2.tv_nsec) / 1000;
85 return diff;
142 long diff; local
168 diff = calcdiff(after, before);
170 if (diff < stat->min)
171 stat->min = diff;
172 if (diff > stat->max)
173 stat->max = diff;
306 long diff = stat->values[stat->cyclesread & par->bufmsk]; local
    [all...]
  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
67 int diff; local
103 while ((diff = c1 - c2) == 0 && c1 != '\0')
116 return diff;
123 return ISDIGIT (*p2) ? -1 : diff;

Completed in 4084 milliseconds

1 2 3 4 5 67 8 91011>>