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

<<31323334353637383940>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameActivity.java 95 int diff = mLastSystemUiVis ^ visibility; local
97 if (!mPaused && (diff&SYSTEM_UI_FLAG_HIDE_NAVIGATION) != 0
  /external/autotest/client/bin/result_tools/
zip_file_throttler_unittest.py 87 diff = math.fabs(expected.trimmed_size - actual.trimmed_size)
91 diff < 100,
  /external/autotest/site_utils/
automated_deploy.py 124 diff = infra.local_runner('git log prod..%s --oneline' % rebase_to,
126 if diff:
  /external/libvpx/libvpx/tools/
lint-hunks.py 10 """Performs style checking on each diff hunk."""
17 import diff
24 DIFF_CMD = ["git", "diff"]
25 DIFF_INDEX_CMD = ["git", "diff-index", "-u", "HEAD", "--"]
98 for hunk in diff.ParseDiffHunks(StringIO.StringIO(stdout)):
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-multihist.tc 67 diffs=`diff events/sched/sched_process_exit/hist events/sched/sched_process_fork/hist | wc -l`
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 149 int diff = InstOffset - BlockToInstOffset[MII->getOperand(0).getMBB()]; local
150 if ((unsigned)abs(diff) > MaxLoopRange) {
  /external/ltp/testcases/commands/gzip/
gzip_tests.sh 113 diff -w -B tst_gzip.out tst_gzip.exp > tst_gzip.err 2>&1
159 diff -w -B tst_gzip.out tst_gzip.exp > tst_gzip.err 2>&1
  /external/protobuf/objectivec/
generate_well_known_types.sh 61 diff -r "${TMP_DIR}/google" "${ProtoRootDir}/objectivec/google" > /dev/null
  /external/shflags/src/
shflags_test_public.sh 101 diff "${expectedF}" "${stderrF}" >/dev/null
141 diff "${expectedF}" "${stderrF}" >/dev/null
  /frameworks/base/core/java/android/animation/
PathKeyframes.java 147 float diff = endValue - startValue; local
148 return startValue + (diff * fraction);
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 42 Point diff = p1 - p0; local
43 return diff.Length();
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 47 #define TIME_DIFF(start, end, diff) \
48 diff = (((end).tv_sec - (start).tv_sec) * 1000000) + \
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.h 45 #define TIME_DIFF(start, end, diff) \
46 diff = (((end).tv_sec - (start).tv_sec) * 1000000) + \
  /libcore/ojluni/src/main/java/java/time/format/
DecimalStyle.java 332 int diff = zeroDigit - '0'; local
335 array[i] = (char) (array[i] + diff);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 29 // Diff compares two byte arrays using the diff tool to highlight the
32 func Diff(b1, b2 []byte) (data []byte, err error) {
50 data, err = exec.Command("diff", "-u", f1.Name(), f2.Name()).CombinedOutput()
52 // diff exits with a non-zero status when the files don't match.
57 data = []byte(fmt.Sprintf("diff failed: %v\nb1: %q\nb2: %q\n", err, b1, b2))
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 29 // Diff compares two byte arrays using the diff tool to highlight the
32 func Diff(b1, b2 []byte) (data []byte, err error) {
50 data, err = exec.Command("diff", "-u", f1.Name(), f2.Name()).CombinedOutput()
52 // diff exits with a non-zero status when the files don't match.
57 data = []byte(fmt.Sprintf("diff failed: %v\nb1: %q\nb2: %q\n", err, b1, b2))
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
run_wrap_objects_tests.sh 113 # Run the layer validation tests with and without the wrap-objects layer. Diff the results.
122 diff unwrapped.out wrapped.out
  /external/aac/libAACdec/src/
usacdec_lpd.cpp 207 int diff; local
235 diff = tmp_result_exp - 0;
237 if (diff >= 0) {
238 diff = fMin(diff, 31);
239 point95 = FL2FXCONST_DBL(0.95f) >> diff;
241 diff = fMax(diff, -31);
242 tmp_result >>= (-diff);
301 diff = result_e - gain_exp
307 gain1 >>= diff; local
324 gain <<= diff; local
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
DiffFields.java 36 public static List<DiffedFieldValue> diff(Iterable<FieldValue> current, method in class:DiffFields
87 * Comparator used for sorting fields for the purposes of diff.
  /external/autotest/client/tests/hackbench/src/
hackbench.c 317 struct timeval start, stop, diff; local
379 timersub(&stop, &start, &diff);
380 printf("Time: %lu.%03lu\n", diff.tv_sec, diff.tv_usec/1000);
  /external/curl/tests/
getpart.pm 257 # files, run 'diff' on them, store the result and return the diff output!
284 my @out = `diff -u $file2 $file1 2>/dev/null`;
287 @out = `diff -c $file2 $file1 2>/dev/null`;
  /external/elfutils/tests/
test-subr.sh 67 diff -u $outfile -
68 # diff's exit status will kill the script.
  /external/freetype/src/truetype/
ttpload.c 145 FT_Long diff = (FT_Long)entry->Offset - pos; local
148 if ( diff > 0 && diff < dist )
150 dist = diff;
  /external/guice/util/
compareBuilds.sh 69 ## if any files in those directories exist, that they're diff'd.
72 diff -u --recursive -Xexcludes ant mvn | \
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 70 Normalizer2DataBuilder &diff);

Completed in 2478 milliseconds

<<31323334353637383940>>