/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/ |
elfweak.exp | 114 set differences 0 156 if $differences<1 then { 209 set differences 0 266 if $differences<1 then {
|
/external/jdiff/src/jdiff/ |
APIComparator.java | 7 * The differences are stored in an APIDiff object. 15 * Top-level object representing the differences between two APIs. 21 * Package-level object representing the differences between two packages. 23 * differences into. 133 // Some differences such as documentation changes are not tracked in 135 // were no differences between the APIs. [all...] |
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-mmix.texi | 20 * MMIX-mmixal:: Differences to @code{mmixal} syntax and semantics 499 @section Differences to @code{mmixal} 500 @cindex mmixal differences 501 @cindex differences, mmixal 504 differences in function compared to @code{mmixal} (@pxref{mmixsite}).
|
/external/guava/guava/src/com/google/common/collect/ |
Maps.java | 418 Map<K, MapDifference.ValueDifference<V>> differences = newHashMap(); 419 doDifference(left, right, valueEquivalence, onlyOnLeft, onlyOnRight, onBoth, differences); 420 return new MapDifferenceImpl<K, V>(onlyOnLeft, onlyOnRight, onBoth, differences); 427 Map<K, MapDifference.ValueDifference<V>> differences) { 436 differences.put( 457 final Map<K, ValueDifference<V>> differences; 461 Map<K, ValueDifference<V>> differences) { 465 this.differences = unmodifiableMap(differences); 470 return onlyOnLeft.isEmpty() && onlyOnRight.isEmpty() && differences.isEmpty() [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
coll.h | 122 * For example, in Czech, "e" and "f" are considered primary differences, 123 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary 124 * differences and "e" and "e" are identical. The following shows how both case 151 * and the way in which secondary and tertiary differences are taken into 170 * PRIMARY to ignore secondary and tertiary differences.<br> 174 * Diacritical differences on the same base letter represent a secondary 176 * differences. Use this to set the strength of a Collator object.<br> 181 * comparison differences. Use this to set the strength of a Collator 596 * // tertiary differences will be ignored [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
MapsTest.java | 332 + "value differences={3=(c, f), 5=(e, g)}", diff1.toString()); 344 + "value differences={3=(f, c), 5=(g, e)}", diff2.toString()); 392 + "value differences={3=(c, F), 5=(e, G)}", diff1.toString()); 405 + "value differences={3=(F, c), 5=(G, e)}", diff2.toString()); 473 + "value differences={5=(e, g), 3=(c, f)}", diff1.toString()); 489 + "value differences={3=(f, c), 5=(g, e)}", diff2.toString()); [all...] |
/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
Fuzzer.java | 384 // If we found divergences, try checking if the differences 385 // in outputs align with differences in architectures.
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
dhry.h | 69 * had small (though not significant) differences. 200 * Note that because of language differences, the numbers are slightly
|
/cts/tests/tests/database/src/android/database/cts/ |
CursorWindowTest.java | 203 // Converting of Float, there would be some little precision differences. So just compare 257 // Converting from Double to String, there would be some little precision differences. So
|
/docs/source.android.com/src/devices/tv/ |
HDMI-CEC.jd | 93 to simplify handling differences of the protocol and signalling mechanisms 139 implemented to the definition provided by Android. It abstracts differences in
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 37 * Result Tree Frameworks (RTFs). The differences are: 58 * %REVIEW% In fact, since the differences are so minor, I think it
|
/external/ceres-solver/examples/ |
robot_pose_mle.cc | 59 // solved for, between a pair of successive poses of the robot. Differences 66 // Differences between the observed and expected range readings are then
|
/external/ceres-solver/include/ceres/ |
numeric_diff_cost_function.h | 80 // cost function with central differences used for computing the 119 // central differences begin with, and only after that works, trying forward
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
index.txt | 12 differences 185 some differences. The request object wraps a single ``environ``
|
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | 491 /// DiffTree - A tree representation the differences between two types. [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlMessageBuilder.java | 191 * differences compared to the protocol buffer definition. For example, 194 * Also, many fields names have slight differences compared to the names in
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UnicodeRegex.java | 74 * consistent with Java regex, so be careful of the differences. 81 * "abc[:bc=N:]. See UnicodeSet for the differences in syntax.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UnicodeRegex.java | 72 * consistent with Java regex, so be careful of the differences. 79 * "abc[:bc=N:]. See UnicodeSet for the differences in syntax.
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btGeneric6DofConstraint.h | 367 Calcs the global transform for the joint offset for body A an B, and also calcs the agle differences between the bodies. 414 //! performs Jacobian calculation, and also calculates angle differences and axis
|
/external/llvm/docs/ |
SystemLibrary.rst | 10 to shield LLVM from the differences between operating systems for the few 126 methods. There is no need to use inheritance for implementation differences, it
|
/external/pcre/dist/doc/html/ |
pcre.html | 37 differences. Some features that appeared in Python and PCRE before they 61 the documentation describes the 8-bit library, with the differences for the
|
/external/v8/src/base/platform/ |
platform.h | 7 // This module does specifically not deal with differences between different 101 // functions. Add methods here to cope with differences between the
|
/frameworks/av/services/audioflinger/ |
LinearMap.h | 109 since we use differences in our computation. 163 // "step" or differences between adjacent points less than 32 bits.
|
/frameworks/base/docs/html/about/versions/ |
android-4.0.3.jd | 21 Differences Report »</a> </li> 285 href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API Differences Report</a>.</p>
|
/frameworks/base/docs/html/sdk/api_diff/20/changes/ |
jdiff_statistics.html | 78 <h2>Total of Differences, by Number and Type</h2> 82 <TABLE summary="Number of differences" WIDTH="100%">
|