Searched refs:diffs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A Dbatch.sh49 v11diffs=./diffs-v1.1
50 vcompatdiffs=./diffs-vcompat
51 v12diffs=./diffs-v1.2
83 echo "TEST FAILED: unexpected diffs"
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DBoxView.java781 int[] diffs = null;
785 diffs = new int[n];
791 diffs[i] = spans[i] - tmp;
794 diffs[i] = tmp - spans[i];
810 float adjF = adjustmentFactor * diffs[i];
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1661 // are accumulated in the *_diffs fields. Here we add the diffs to
1672 size_t diffs = (size_t) (-_inc_cset_recorded_rs_lengths_diffs); local
1673 if (_inc_cset_recorded_rs_lengths >= diffs) {
1674 _inc_cset_recorded_rs_lengths -= diffs;
/openjdk7/make/scripts/
H A Dwebrev.ksh282 diff -b $1 $2 > /tmp/$$.diffs
289 # Now we have the diffs, generate the HTML for the old file.
368 ' /tmp/$$.diffs > /tmp/$$.file1
450 ' /tmp/$$.diffs > /tmp/$$.file2
922 Use 'j' and 'k' for next and previous diffs; or use buttons
990 # context or unified diffs.
2569 # Should we ignore changes in white spaces when generating diffs?
2660 # and do our diffs there. This makes it possible to generate
2661 # clean looking diffs which don't have absolute paths present.
2702 print "No access to jar, so can't produce diffs fo
[all...]

Completed in 57 milliseconds