/external/jdiff/src/jdiff/ |
Modifiers.java | 61 public String diff(Modifiers newModifiers) { method in class:Modifiers
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
subtract_sse2.asm | 15 ; short *diff, unsigned char *Predictor, 27 mov rdi, arg(2) ;diff 74 ;void vp8_subtract_mby_sse2(short *diff, unsigned char *src, int src_stride, 86 mov rdi, arg(0) ;diff 146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc, 160 mov rdi, arg(0) ;diff 164 add rdi, 256*2 ;diff = diff + 256 (shorts)
|
/external/llvm/tools/ |
Makefile | 35 llvm-diff macho-dump llvm-objdump llvm-readobj \
|
/external/llvm/utils/ |
codegen-diff | 83 codegen-diff 87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE> 91 B<codegen-diff> is a program that tries to show you the differences 106 Finally, you run B<codegen-diff>, as indicated in the Synopsis section of 125 B<codegen-diff> was written by Brian Gaeke.
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
xvmc_bench.c | 192 struct timeval start, stop, diff; local 274 timeval_subtract(&diff, &stop, &start); 275 diff_secs = (double)diff.tv_sec + (double)diff.tv_usec / 1000000.0;
|
/external/netperf/ |
netcpu_perfstat.c | 299 diff; local 302 diff = lib_end_count[i] - lib_start_count[i]; 305 diff = lib_end_count[i] - lib_start_count[i] + LONG_LONG_MAX; 307 actual_rate = (float) diff / lib_elapsed;
|
netcpu_pstat.c | 256 diff; local 259 diff = lib_end_count[i] - lib_start_count[i]; 262 diff = lib_end_count[i] - lib_start_count[i] + LONG_LONG_MAX; 264 actual_rate = (float) diff / lib_elapsed;
|
/external/oprofile/pp/ |
opreport_options.cpp | 162 void check_options(bool diff) 175 if (diff) { 194 if (details && diff) { 200 if (diff) {
|
/external/skia/src/gpu/gl/ |
GrGLSL_impl.h | 150 int diff = (kOnes_GrSLConstantVec == default0) - (kOnes_GrSLConstantVec == default1); local 151 if (-1 == diff) { 154 } else if (0 == diff) { 157 GrAssert(1 == diff);
|
/external/skia/src/views/animated/ |
SkImageView.cpp | 172 SkAnimator::DifferenceType diff = fData.fAnim->draw(canvas, &paint, now); local 174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff)); 176 if (diff == SkAnimator::kDifferent) 178 else if (diff == SkAnimator::kPartiallyDifferent)
|
/libcore/luni/src/main/java/java/util/ |
UUID.java | 422 int diff = 16 - msbStr.length(); local 423 for (int i = 0; i < diff; i++) { 433 int diff = 16 - lsbStr.length(); local 434 for (int i = 0; i < diff; i++) {
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipInputStream.java | 160 int diff = entryIn - inB; local 162 if (diff != 0) { 163 ((PushbackInputStream) in).unread(buf, len - diff, diff);
|
/external/harfbuzz_ng/util/ |
ansi-print.cc | 69 color_diff_t diff (const color_t &o) function in struct:color_t 187 color_diff_t diff = fgc.diff (bgc); 188 int dd = diff.dot (diff); 191 int d = diff.dot (image (x, y).diff (bgc));
|
/bootable/recovery/applypatch/ |
applypatch.sh | 180 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 185 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 214 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 219 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 228 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 258 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 263 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 318 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 331 diff -q $DATA_DIR/new.file $tmpdir/patched || fail 340 diff -q $DATA_DIR/new.file $tmpdir/patched || fai [all...] |
/system/core/libpixelflinger/codeflinger/ |
blending.cpp | 444 integer_t diff(fragment.flags & CORRUPTIBLE ? 447 if (shift>0) RSB(AL, 0, diff.reg, fb.reg, reg_imm(fragment.reg, LSR, shift)); 448 else if (shift<0) RSB(AL, 0, diff.reg, fb.reg, reg_imm(fragment.reg, LSL,-shift)); 449 else RSB(AL, 0, diff.reg, fb.reg, fragment.reg); 450 mul_factor_add(temp, diff, factor, component_t(fb)); 462 integer_t diff(fb.flags & CORRUPTIBLE ? 465 if (shift>0) SUB(AL, 0, diff.reg, fb.reg, reg_imm(fragment.reg, LSR, shift)); 466 else if (shift<0) SUB(AL, 0, diff.reg, fb.reg, reg_imm(fragment.reg, LSL,-shift)); 467 else SUB(AL, 0, diff.reg, fb.reg, fragment.reg); 468 mul_factor_add(temp, diff, factor, component_t(fragment)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimateMotionElement.cpp | 338 FloatSize diff = to - from; 339 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height());
|
/external/skia/tests/ |
Sk64Test.cpp | 174 int diff = denom - ck; local 175 REPORTER_ASSERT(reporter, SkAbs32(diff) <= 1); 191 diff = fixdiv - dfixdiv; 193 if (SkAbs32(diff) > 1) { 197 REPORTER_ASSERT(reporter, SkAbs32(diff) <= 1);
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 397 final long diff = time - SystemClock.uptimeMillis(); local 398 if (diff > 0) { 399 return time + " (in " + diff + " ms)"; 401 if (diff < 0) { 402 return time + " (" + -diff + " ms ago)";
|
/external/opencv/cv/src/ |
cvstereobm.cpp | 232 int diff = abs(lval - rptr[d]); local 233 cbuf[d] = (uchar)diff; 234 hsad[d] = (ushort)(hsad[d] + diff); 271 __m128i diff = _mm_adds_epu8(_mm_subs_epu8(lv, rv), _mm_subs_epu8(rv, lv)); local 272 __m128i diff_h = _mm_sub_epi16(_mm_unpackhi_epi8(diff, z), _mm_unpackhi_epi8(cbs, z)); 273 _mm_store_si128((__m128i*)(cbuf + d), diff); 274 diff = _mm_sub_epi16(_mm_unpacklo_epi8(diff, z), _mm_unpacklo_epi8(cbs, z)); 276 hsad_l = _mm_add_epi16(hsad_l, diff); 438 int diff = abs(lval - rptr[d]) local 472 int diff = abs(lval - rptr[d]); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshot.js | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.js | 430 $('diff-canvas').className = 'loading'; 431 $('diff-canvas').style.display = ''; 432 $('diff-checksum').style.display = 'none'; 436 * Computes a graphical a diff between the expected and actual images by 438 * components of each pixel. The output is put into the diff canvas, with 467 var diffCanvas = $('diff-canvas'); 482 var diff = diffImageData.data; 495 diff[diffOffset] = 255; 496 diff[diffOffset + 1] = 0; 497 diff[diffOffset + 2] = 0 [all...] |
/external/stlport/src/ |
time_facets.cpp | 430 int diff; variable 432 diff = t->tm_gmtoff; 434 diff = t->__tm_gmtoff; 436 if (diff < 0) { 438 diff = -diff; 441 diff /= 60; 442 _STLP_SPRINTF(_buf, "%.4d", (diff / 60) * 100 + diff % 60);
|
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 430 int diff; variable 432 diff = t->tm_gmtoff; 434 diff = t->__tm_gmtoff; 436 if (diff < 0) { 438 diff = -diff; 441 diff /= 60; 442 _STLP_SPRINTF(_buf, "%.4d", (diff / 60) * 100 + diff % 60);
|
/external/chromium_org/third_party/lcov/bin/ |
lcov | 50 # 2003-06-27 / Peter Oberparleiter: implemented --diff 54 # 2004-03-29 / Peter Oberparleiter: modified --diff option to better cope with 115 sub diff(); 135 our $diff; # If set, modifies tracefile according to diff 143 our $convert_filenames; # If set, convert filenames when applying diff 144 our $strip; # If set, strip leading directories when applying diff 150 our $diff_path = ""; # Path removed from tracefile when applying diff 207 "diff=s" => \$diff, 2416 sub diff() subroutine [all...] |
/external/chromium/chrome/browser/ |
browsing_data_remover.cc | 284 base::TimeDelta diff; local 288 diff = base::TimeDelta::FromHours(1); 291 diff = base::TimeDelta::FromHours(24); 294 diff = base::TimeDelta::FromHours(7*24); 297 diff = base::TimeDelta::FromHours(4*7*24); 306 return delete_begin_time - diff;
|