/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/ |
point_const_iterator.hpp | 106 /// Compares content to a different iterator object. 111 /// Compares content to a different iterator object. 116 /// Compares content (negatively) to a different iterator object. 121 /// Compares content (negatively) to a different iterator object.
|
point_iterator.hpp | 95 /// Compares content to a different iterator object. 100 /// Compares content to a different iterator object. 105 /// Compares content to a different iterator object. 110 /// Compares content (negatively) to a different iterator object.
|
/external/guava/guava/src/com/google/common/collect/ |
SortedLists.java | 46 * compares as equal to the key. 50 * Return the index of any list element that compares as equal to the key. No guarantees are 51 * made as to which index is returned, if more than one element compares as equal to the key. 61 * Return the index of the last list element that compares as equal to the key. 71 // Everything between lower and upper inclusive compares at >= 0. 85 * Return the index of the first list element that compares as equal to the key. 96 // Everything between lower and upper inclusive compares at <= 0. 110 * Return the index of the first list element that compares as greater than the key, or {@code 121 * Return the index of the last list element that compares as less than the key, or {@code -1} 166 * list that compares as equal to the key [all...] |
/external/skia/tools/ |
test_pdfs.py | 2 Compares the rendererings of serialized SkPictures to expected images. 23 Takes input SkPicture files and renders them as PDF files, and then compares
|
test_pictures.py | 2 Compares the rendererings of serialized SkPictures to expected images. 25 Takes input SkPicture files and renders them as PNG files, and then compares
|
test_rendering.py | 2 Compares the rendererings of serialized SkPictures to expected result. 19 Compares the renderings of serialized SkPicture files and directories specified
|
/external/webrtc/test/testsupport/metrics/ |
video_metrics.h | 52 // This function only compares video frames up to the point when the shortest 72 // This function only compares video frames up to the point when the shortest 93 // This function only compares video frames up to the point when the shortest
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.rst | 16 **llvm-diff** compares the structure of two LLVM modules, primarily 29 **llvm-diff** compares two functions by comparing their basic blocks,
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
AttributeTypeAndValueComparator.java | 38 * compares two AttributeTypeAndValues 70 * compares two Object identifiers
|
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/ |
X500PrincipalTest.java | 181 * compares with expected value 223 * compares with expected value of name 238 * compares with expected value of name 253 * compares with expected value of name 266 * compares with expected value of name 282 * compares with expected value of name 298 * compares with expected value of name 314 * compares with expected byte array 343 * compares with expected byte array 359 * compares with expected value of name [all...] |
/dalvik/dx/tests/111-use-null-as-array/ |
info.txt | 16 This test compares emitted code against a known-good (via eyeballing)
|
/external/chromium/base/i18n/ |
file_util_icu.h | 30 // Compares two filenames using the current locale information. This can be
|
/external/icu4c/test/compat/ |
readme.txt | 7 tzdate.c Source file that compares the ICU time and system time.
|
/external/icu4c/test/intltest/ |
calcasts.h | 6 * Calendar Case Test is a type of CalendarTest which compares the
|
thcoll.h | 34 * sorted order, and confirm that the collator compares each line as
|
/external/llvm/test/CodeGen/NVPTX/ |
vector-compare.ll | 4 ; This test makes sure that the result of vector compares are properly
|
/external/skia/include/core/ |
SkScalarCompare.h | 25 we gain the speed of integer compares.
|
/external/skia/legacy/include/core/ |
SkScalarCompare.h | 25 we gain the speed of integer compares.
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
HsvColorComparator.java | 24 * A color comparator which compares based on hue, saturation, and value.
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
diff_parser_unittest.py | 134 { 'a' : 'i', 'b' : 'w' }, # git-diff (compares the (i)ndex and the (w)ork tree) 135 { 'a' : 'c', 'b' : 'w' }, # git-diff HEAD (compares a (c)ommit and the (w)ork tree) 136 { 'a' : 'c', 'b' : 'i' }, # git diff --cached (compares a (c)ommit and the (i)ndex) 137 { 'a' : 'o', 'b' : 'w' }, # git-diff HEAD:file1 file2 (compares an (o)bject and a (w)ork tree entity) 138 { 'a' : '1', 'b' : '2' }, # git diff --no-index a b (compares two non-git things (1) and (2))
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
autolocktest.cpp | 52 // Compares whether one array of gray color patches is brighter than 75 // Compares whether one array of gray color patches is within a small range
|
meteringtest.cpp | 57 // Compares two given arrays of pixel values and decide whether the first one is 81 // Compares the two givn arrays of pixel values and decide whether they are
|
/frameworks/base/core/java/com/android/internal/util/ |
CharSequences.java | 94 * Compares two character sequences for equality. 111 * Compares two character sequences with API like {@link Comparable#compareTo}.
|
/libcore/luni/src/main/java/java/text/ |
CollationKey.java | 31 * {@code Collator.compare(String, String)} compares two strings and returns 89 * Compares this collation key to the given collation key.
|
/libcore/luni/src/main/java/java/util/ |
Comparator.java | 33 * Compares the two specified objects to determine their relative ordering. The ordering 58 * Compares this {@code Comparator} with the specified {@code Object} and indicates whether they
|