/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imaplib.py | 71 # Accumulate read(1) because it's simpler to handle the differences
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_imaplib.py | 71 # Accumulate read(1) because it's simpler to handle the differences
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imaplib.py | 71 # Accumulate read(1) because it's simpler to handle the differences
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
difference.py | 27 """Base class for all policy differences."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imaplib.py | 71 # Accumulate read(1) because it's simpler to handle the differences
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
AndroidPropertyPage.java | 120 // and will reload it smartly (detecting differences) and updating the ProjectState.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilitiesTest.java | 52 // Differences in text are NOT significant!
|
/system/core/libmemunreachable/ |
README.md | 6 libmemunreachable is a zero-overhead native memory leak detector. It uses an imprecise mark-and-sweep garbage collector pass over all native memory, reporting any unreachable blocks as leaks. It is similar to the [Heap Checker from tcmalloc](http://htmlpreview.github.io/?https://github.com/gperftools/gperftools/blob/master/doc/heap_checker.html), but with a few key differences to remove the overhead. Instead of instrumenting every call to malloc and free, it queries the allocator (jemalloc) for active allocations when leak detection is requested. In addition, it performs a very short stop-the-world data collection on the main process, and then forks a copy of the process to perform the mark-and-sweep, minimizing disruption to the original process.
|
/system/extras/tests/net_test/ |
run_net_test.sh | 20 # These two break the flo kernel due to differences in -Werror on recent GCC.
|
/system/sepolicy/tools/sepolicy-analyze/ |
README | 86 within the sepolicy file. This can be normal due to differences between
|
/system/update_engine/update_manager/ |
evaluation_context.cc | 177 // choose the smaller of the differences between evaluation start time and
|
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-elf.h | 65 differences that we can't compute yet. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
immexpr1.s | 1 ! Check that immediate operands with expressions with differences between
|
/toolchain/binutils/binutils-2.25/include/ |
getopt.h | 111 differences in the consts, in unistd.h. To avoid compilation
|
/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
|