HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 276 - 300 of 3197) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiffInternal.h 17 namespace diff { namespace in namespace:clang
46 } // end namespace diff
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiffInternal.h 17 namespace diff { namespace in namespace:clang
46 } // end namespace diff
  /prebuilts/go/darwin-x86/doc/articles/wiki/
test.bash 51 diff -u test_edit.out test_edit.good
53 diff -u test_save.out test_view.good # should be the same as viewing
54 diff -u Test.txt test_Test.txt.good
56 diff -u test_view.out test_view.good
  /prebuilts/go/linux-x86/doc/articles/wiki/
test.bash 51 diff -u test_edit.out test_edit.good
53 diff -u test_save.out test_view.good # should be the same as viewing
54 diff -u Test.txt test_Test.txt.good
56 diff -u test_view.out test_view.good
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
sym_diff.py 16 from libcxx.sym_check import diff, util
58 added, removed, changed = diff.diff(old_syms_list, new_syms_list)
61 report, is_break, is_different = diff.report_diff(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 30 if not diff(fn, tree):
49 if diff(fn, tree):
69 if diff(fn, tree):
80 def diff(fn, tree): function
87 return os.system("diff -u %s @" % fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 30 if not diff(fn, tree):
49 if diff(fn, tree):
69 if diff(fn, tree):
80 def diff(fn, tree): function
87 return os.system("diff -u %s @" % fn)
  /toolchain/binutils/binutils-2.27/gas/
ehopt.c 473 offsetT diff; local
477 diff = resolve_symbol_value (frag->fr_symbol);
480 diff /= ca;
481 if (diff < 0x40)
483 else if (diff < 0x100)
485 else if (diff < 0x10000)
516 offsetT diff; local
523 diff = resolve_symbol_value (frag->fr_symbol);
527 diff /= ca;
531 gas_assert (diff < 0x40)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
96 int diff; local
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
145 return diff;
152 return ISDIGIT (*p2) ? -1 : diff;
  /external/adhd/cras/src/dsp/tests/
cmpraw.c 27 double diff = 0; local
48 diff += fabs(data1[i] - data2[i]);
52 printf("avg diff = %g, max diff = %g, changed = %.3f%%\n",
53 diff / n, maxdiff * 32768, changed*100.0f/n);
  /external/apache-http/src/org/apache/commons/codec/language/
SoundexUtils.java 118 int diff = 0; local
121 diff++;
124 return diff;
  /external/autotest/client/site_tests/audio_LoopbackLatency/
audio_LoopbackLatency.py 49 diff = abs(result[0] - result[1])
51 'reported %d uS, diff %d us\n', _NOISE_THRESHOLD,
52 result[0], result[1], diff)
60 if diff < _LATENCY_DIFF_LIMIT_US:
69 raise error.TestFail('Latency difference too much, diff limit '
  /external/autotest/client/site_tests/kernel_FirmwareRequest/src/
fw_filesystem.sh 66 if diff -q "$FW" /dev/test_firmware >/dev/null ; then
83 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
97 if ! diff -q "$FW" /dev/test_firmware >/dev/null ; then
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat384.java 16 boolean neg = Nat192.diff(x, 6, x, 0, dx, 0) != Nat192.diff(y, 6, y, 0, dy, 0);
35 Nat192.diff(x, 6, x, 0, dx, 0);
Nat512.java 16 boolean neg = Nat256.diff(x, 8, x, 0, dx, 0) != Nat256.diff(y, 8, y, 0, dy, 0);
35 Nat256.diff(x, 8, x, 0, dx, 0);
  /external/emma/core/java12/com/vladium/emma/report/
ItemComparator.java 89 final int diff = m_comparators [c].compare (l, g);
90 if (diff != 0) return diff;
  /external/libnl/include/netlink-private/
object-api.h 151 * int diff = 0;
153 * // We help ourselves in defining our own DIFF macro which will
158 * // Call our own diff macro for each attribute to build a bitmask
160 * diff |= MY_DIFF(FOO, a->foo != b->foo)
161 * diff |= MY_DIFF(BAR, strcmp(a->bar, b->bar))
163 * return diff;
257 * diff |= ATTR_DIFF(attrs, MY_ATTR_FOO, a, b, a->foo != b->foo);
261 ({ int diff = 0; \
263 diff = ATTR; \
264 diff; })
    [all...]
  /external/libvpx/libvpx/tools/
intersect-diffs.py 21 import diff
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog02 91 diff=$(( $newvalue - $oldvalue ))
92 if [ $diff -eq 0 ]; then
95 elif [ $diff -ge 1 ]; then
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
rpc_clnt_call_scalability.c 69 long long diff; local
108 diff =
111 rslt = (double)diff / 1000;
  /frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
BenchmarkResults.java 78 double diff = mResults.get(i) - mean; local
79 sd += diff * diff;
  /frameworks/base/tools/aapt2/format/binary/
ResChunkPullParser.cpp 51 const std::ptrdiff_t diff = (const char*)current_chunk_ - (const char*)data_; local
52 CHECK(diff >= 0) << "diff is negative";
53 const size_t offset = static_cast<const size_t>(diff);
  /frameworks/support/compat/src/main/java/androidx/core/widget/
ContentLoadingProgressBar.java 101 long diff = System.currentTimeMillis() - mStartTime; local
102 if (diff >= MIN_SHOW_TIME || mStartTime == -1) {
112 postDelayed(mDelayedHide, MIN_SHOW_TIME - diff);
  /libcore/tools/upstream/
upstream-diff 21 the diff tool (default: meld) can be specified by command line options.
40 upstream-diff java/util/ArrayList.java
44 upstream-diff java.util.ArrayList java.util.LinkedList
47 upstream-diff -r 8u121-b13,ojluni,9+181 java/util/ArrayList.java
49 upstream-diff -r 7u40,8u60,8u121-b13 java/util/ArrayList.java
57 def run_diff(diff, repositories, rel_paths):
72 subprocess.call([diff] + paths)
79 parser.add_argument('-d', '--diff', default='meld',
90 run_diff(args.diff, repositories, args.rel_path)
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressView.java 74 long diff = System.currentTimeMillis() - mStartTime; local
75 if (diff >= sMinShowTime || mStartTime == -1) {
84 mHandler.postDelayed(mDelayedHide, sMinShowTime - diff);

Completed in 892 milliseconds

<<11121314151617181920>>