Searched refs:diff (Results 176 - 200 of 1000) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/build/
H A Dcheck_grit.py37 diff = list(u - i)
39 if len(diff) == 0:
H A Dcheck_gyp.py32 diff = list(u - i)
34 if len(diff) == 0:
/external/chromium_org/base/metrics/
H A Dhistogram_samples.h51 void IncreaseSum(int64 diff);
52 void IncreaseRedundantCount(HistogramBase::Count diff);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dcontroller_pairing_screen_actor.h67 virtual void OnScreenContextChanged(const base::DictionaryValue& diff) = 0;
77 virtual void OnContextChanged(const base::DictionaryValue& diff) = 0;
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h23 Vector2 diff(a.x() - b.x(), a.y() - b.y());
24 return diff;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py54 pretty_diff_file = pretty_patch.pretty_diff_file(self.diff())
58 # file alive until the user has had a chance to confirm the diff.
65 def diff(self): member in class:ConfirmDiff
75 diff_correct = self._tool.user.confirm("Was that diff correct?")
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dbin_multi_test.sh54 if diff -w ${eg} results/${e} >/dev/null; then
74 if diff -w ${og} results/${oh} >/dev/null; then
75 if diff -w ${eg} results/${e} >/dev/null; then
76 if diff -w ${mg} results/${m} >/dev/null; then
/external/compiler-rt/lib/dfsan/scripts/
H A Dcheck_custom_wrappers.sh18 diff -u \
31 diff -u \
/external/harfbuzz_ng/src/
H A Dcheck-defs.sh34 } | diff "$def" - >&2 || stat=1
/external/libnl/lib/netfilter/
H A Dlog_obj.c237 int diff = 0; local
244 diff |= NFNL_LOG_DIFF_VAL(GROUP, log_group);
245 diff |= NFNL_LOG_DIFF_VAL(COPY_MODE, log_copy_mode);
246 diff |= NFNL_LOG_DIFF_VAL(COPY_RANGE, log_copy_range);
247 diff |= NFNL_LOG_DIFF_VAL(FLUSH_TIMEOUT, log_flush_timeout);
248 diff |= NFNL_LOG_DIFF_VAL(ALLOC_SIZE, log_alloc_size);
249 diff |= NFNL_LOG_DIFF_VAL(QUEUE_THRESHOLD, log_queue_threshold);
254 return diff;
H A Dct_obj.c278 int diff = 0; local
287 diff |= CT_DIFF_VAL(FAMILY, ct_family);
288 diff |= CT_DIFF_VAL(PROTO, ct_proto);
289 diff |= CT_DIFF_VAL(TCP_STATE, ct_protoinfo.tcp.state);
290 diff |= CT_DIFF_VAL(TIMEOUT, ct_timeout);
291 diff |= CT_DIFF_VAL(MARK, ct_mark);
292 diff |= CT_DIFF_VAL(USE, ct_use);
293 diff |= CT_DIFF_VAL(ID, ct_id);
294 diff |= CT_DIFF_ADDR(ORIG_SRC, ct_orig.src);
295 diff |
[all...]
/external/libnl/lib/route/
H A Dnexthop.c86 int diff = 0; local
90 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex);
91 diff |= NH_DIFF(WEIGHT, a->rtnh_weight != b->rtnh_weight);
92 diff |= NH_DIFF(REALMS, a->rtnh_realms != b->rtnh_realms);
93 diff |= NH_DIFF(GATEWAY, nl_addr_cmp(a->rtnh_gateway,
97 diff |= NH_DIFF(FLAGS,
100 diff |= NH_DIFF(FLAGS, a->rtnh_flags != b->rtnh_flags);
104 return diff;
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.h64 void diff(Module *L, Module *R);
65 void diff(Function *L, Function *R);
/external/valgrind/
H A Dmerge.upstream.sh51 svn diff -r$valgrind_revision:$upstream_valgrind_revision $valgrind_svn_url | patch -Ep0 | tee -a $current_dir/merge.log
57 svn diff -r$vex_revision:$upstream_vex_revision $vex_svn_url | patch -Ep0 | tee -a $current_dir/merge.log
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java309 private String diff = null; field in class:TestCertUtils.TestCertificate
323 public TestCertificate(String diff) { argument
325 this.diff = diff;
330 * diff. Leave the <code>diff</code> null when no difference needed.
332 * @param diff
335 public TestCertificate(String diff, String type) { argument
337 this.diff = diff;
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_symbols.cpp101 size_t diff; local
103 diff = sym->st_value - elf_addr;
105 diff = elf_addr - sym->st_value - sym->st_size;
107 if (diff < nearest_diff) {
109 nearest_diff = diff;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
H A DomxSP_FFTInit_R_F32.c59 OMX_INT diff; local
110 diff = TWIDDLE_TABLE_ORDER - (order - 1);
112 step = 1 << diff;
165 diff = TWIDDLE_TABLE_ORDER - order;
166 step = 1 << diff;
H A DomxSP_FFTInit_R_S16S32.c69 OMX_INT Nby2,N,M,diff, step; local
128 diff = 12 - (order-1);
129 step = 1<<diff; /* step into the twiddle table for the current order */
198 diff = 12 - order;
199 step = 1<<diff;
H A DomxSP_FFTInit_R_S32.c68 OMX_INT Nby2,N,M,diff, step; local
126 diff = 12 - (order-1);
127 step = 1<<diff; /* step into the twiddle table for the current order */
196 diff = 12 - order;
197 step = 1<<diff;
/external/chromium_org/third_party/skia/bench/
H A Dbench_compare.py30 print ' d: diff'
31 print ' p: percent diff'
42 self.diff = old.time - new.time
45 diffp = self.diff / old.time
123 'd' : '{diff: 0.2f}\t',
132 'd' : '{diff}\t',
144 'd' : '{diff: >+10.2f} ',
153 'd' : '{diff: >10} ',
172 , diff='diff'
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
H A DSorterTemplate.java34 int diff = hi - lo;
35 if (diff <= QUICKSORT_THRESHOLD) {
88 int diff = hi - lo;
89 if (diff <= MERGESORT_THRESHOLD) {
93 int mid = lo + diff / 2;
/external/pixman/test/
H A Dmatrix-test.c157 double diff = fabs (result_f.v[j] - local
160 if (is_affine && diff > (0.51 / 65536.0))
163 testnum, i, diff);
166 else if (diff > (0.71 / 65536.0))
169 testnum, i, diff);
/external/skia/bench/
H A Dbench_compare.py30 print ' d: diff'
31 print ' p: percent diff'
42 self.diff = old.time - new.time
45 diffp = self.diff / old.time
123 'd' : '{diff: 0.2f}\t',
132 'd' : '{diff}\t',
144 'd' : '{diff: >+10.2f} ',
153 'd' : '{diff: >10} ',
172 , diff='diff'
[all...]
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h79 double diff = in_expected - in_real; local
80 if (diff < 0.) {
81 diff = -diff;
83 return diff < in_maxErr;
/external/chromium_org/tools/clang/scripts/
H A Dpackage.sh58 svn diff "${LLVM_DIR}" 2>&1 | tee -a buildlog.txt
61 svn diff "${LLVM_DIR}/tools/clang" 2>&1 | tee -a buildlog.txt
64 svn diff "${LLVM_DIR}/compiler-rt" 2>&1 | tee -a buildlog.txt
67 svn diff "${LLVM_DIR}/projects/libcxx" 2>&1 | tee -a buildlog.txt
70 svn diff "${LLVM_DIR}/projects/libcxxabi" 2>&1 | tee -a buildlog.txt

Completed in 834 milliseconds

1234567891011>>