/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
results.html | 26 <li>results color depends on the diff of the delta with the baseline: 28 <li>red: <code>diff <= -5%</code></li> 29 <li>magenta: <code>-5% < diff < 0%</code></li> 30 <li>black: <code>0% <= diff < +10%</code></li> 31 <li>blue: <code>+10% <= diff < +25%</code></li> 32 <li>green: <code>diff >= +25%</code></li>
|
/external/skia/tools/skpdiff/ |
SkDifferentPixelsMetric_cpu.cpp | 28 QueuedDiff* diff = fQueuedDiffs.push(); local 29 SkTDArray<SkIPoint>* poi = diff->poi = new SkTDArray<SkIPoint>(); 32 diff->finished = false; 33 diff->result = -1; 39 diff->finished = true; 66 diff->result = 1.0 - ((double)differentPixelsCount / (width * height));
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
screen_manager_handler.cc | 49 const DictionaryValue* diff) { 51 delegate_->OnContextChanged(screen_name, diff);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 48 def _show_pretty_diff(self, diff): 54 pretty_diff_file = pretty_patch.pretty_diff_file(diff) 58 # file alive until the user has had a chance to confirm the diff. 68 diff = self.cached_lookup(state, "diff") 69 pretty_diff_file = self._show_pretty_diff(diff) 71 self._tool.user.page(diff) 72 diff_correct = self._tool.user.confirm("Was that diff correct?")
|
/external/chromium_org/tools/git/ |
post-checkout | 14 if ! git diff-index --quiet HEAD $(git rev-parse --show-cdup)DEPS; then 18 if git diff-tree $old_ref $new_ref | grep -qs $'\tDEPS$'; then
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
encodemb_altivec.asm | 15 ;# r3 short *diff 56 stvx v3, 0, r3 ;# store out diff 65 stvx v3, r10, r3 ;# store out diff 93 stvx v3, 0, r3 ;# store out diff 102 stvx v3, r10, r3 ;# store out diff 112 ;# r3 short *diff 138 stvx v3, 0, r3 ;# store out diff 145 stvx v3, r10, r3 ;# store out diff
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_idct_blk.c | 15 static void add_constant_residual(const int16_t diff, uint8_t *dest, int stride, 21 dest[c] = clip_pixel(diff + dest[c]); 27 void vp9_add_constant_residual_8x8_c(const int16_t diff, uint8_t *dest, 29 add_constant_residual(diff, dest, stride, 8, 8); 32 void vp9_add_constant_residual_16x16_c(const int16_t diff, uint8_t *dest, 34 add_constant_residual(diff, dest, stride, 16, 16); 37 void vp9_add_constant_residual_32x32_c(const int16_t diff, uint8_t *dest, 39 add_constant_residual(diff, dest, stride, 32, 32);
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 52 struct timeval start, stop, diff; local 87 timersub(&stop, &start, &diff); 101 result_usec = diff.tv_sec * 1000000; 102 result_usec += diff.tv_usec; 105 diff.tv_sec, 106 (unsigned long) (diff.tv_usec/1000)); 117 diff.tv_sec, 118 (unsigned long) (diff.tv_usec / 1000));
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-mul-05.ll | 17 %diff = fmul fp128 %f1, %f2x 18 store fp128 %diff, fp128 *%ptr
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/ |
expected_list.json | 12 "diff/",
|
/external/clang/test/ARCMT/ |
api.m | 3 // RUN: diff %t %s.result
|
api.m.result | 3 // RUN: diff %t %s.result
|
dispatch.m.result | 3 // RUN: diff %t %s.result
|
with-arc-mode-modify.m | 4 // RUN: diff %t %s.result
|
with-arc-mode-modify.m.result | 4 // RUN: diff %t %s.result
|
/external/clang/test/Frontend/ |
ast-main.c | 4 // RUN: diff %t1.ll %t2.ll
|
/external/expat/ |
README.android | 6 files to make the diff of what we are using clearer. It is reasonable
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 2 * Diff Match and Patch 5 * http://code.google.com/p/google-diff-match-patch/ 40 * Functions for diff, match and patch. 48 * Class containing the diff, match and patch methods. 57 * Number of seconds to map a diff before giving up (0 for infinity). 65 * The size beyond which the double-ended diff activates. 114 // DIFF FUNCTIONS 118 * The data structure representing a diff is a Linked list of Diff objects: 119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye") [all...] |
/external/iproute2/ |
.gitignore | 20 *.diff
|
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc_Utils.c | 42 int8_t diff = 0; local 47 for(;((n>0)&&(diff==0));n--,b1++,b2++) 49 diff = *b1 - *b2; 52 return (int)diff;
|
/external/llvm/test/Feature/ |
float.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
global_section.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
prototype.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
/external/llvm/test/Integer/ |
properties_bt.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
undefined_bt.ll | 3 ; RUN: diff %t1.ll %t2.ll
|