Home
last modified time | relevance | path

Searched full:compares (Results 1 – 25 of 2710) sorted by relevance

12345678910>>...109

/external/guava/guava/src/com/google/common/collect/
DSortedLists.java44 * compares as equal to the key.
48 * Return the index of any list element that compares as equal to the key. No guarantees are
49 * 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. */
73 // Everything between lower and upper inclusive compares at >= 0. in resultIndex()
86 /** Return the index of the first list element that compares as equal to the key. */
99 // Everything between lower and upper inclusive compares at <= 0. in resultIndex()
113 * Return the index of the first list element that compares as greater than the key, or {@code
127 * Return the index of the last list element that compares as less than the key, or {@code -1}
179 * list that compares as equal to the key.
[all …]
DComparisonChain.java214 * Compares two comparable objects as specified by {@link Comparable#compareTo}, <i>if</i> the
232 * Compares two objects using a comparator, <i>if</i> the result of this comparison chain has not
239 * Compares two {@code int} values as specified by {@link Integer#compare}, <i>if</i> the result
245 * Compares two {@code long} values as specified by {@link Long#compare}, <i>if</i> the result of
251 * Compares two {@code float} values as specified by {@link Float#compare}, <i>if</i> the result
257 * Compares two {@code double} values as specified by {@link Double#compare}, <i>if</i> the result
275 * Compares two {@code boolean} values, considering {@code true} to be less than {@code false},
289 * Compares two {@code boolean} values, considering {@code false} to be less than {@code true},
/external/guava/android/guava/src/com/google/common/collect/
DSortedLists.java44 * compares as equal to the key.
48 * Return the index of any list element that compares as equal to the key. No guarantees are
49 * 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. */
73 // Everything between lower and upper inclusive compares at >= 0. in resultIndex()
86 /** Return the index of the first list element that compares as equal to the key. */
99 // Everything between lower and upper inclusive compares at <= 0. in resultIndex()
113 * Return the index of the first list element that compares as greater than the key, or {@code
127 * Return the index of the last list element that compares as less than the key, or {@code -1}
179 * list that compares as equal to the key.
[all …]
DComparisonChain.java179 * Compares two comparable objects as specified by {@link Comparable#compareTo}, <i>if</i> the
197 * Compares two objects using a comparator, <i>if</i> the result of this comparison chain has not
204 * Compares two {@code int} values as specified by {@link Integer#compare}, <i>if</i> the result
210 * Compares two {@code long} values as specified by {@link Long#compare}, <i>if</i> the result of
216 * Compares two {@code float} values as specified by {@link Float#compare}, <i>if</i> the result
222 * Compares two {@code double} values as specified by {@link Double#compare}, <i>if</i> the result
240 * Compares two {@code boolean} values, considering {@code true} to be less than {@code false},
248 * Compares two {@code boolean} values, considering {@code false} to be less than {@code true},
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DOrderedCollectionLib.h51 @retval <0 If UserStruct1 compares less than UserStruct2.
53 @retval 0 If UserStruct1 compares equal to UserStruct2.
55 @retval >0 If UserStruct1 compares greater than UserStruct2.
72 @retval <0 If StandaloneKey compares less than UserStruct's key.
74 @retval 0 If StandaloneKey compares equal to UserStruct's key.
76 @retval >0 If StandaloneKey compares greater than UserStruct's key.
203 user structure linked by the minimum entry compares
225 user structure linked by the maximum entry compares
304 collection that compares equal to UserStruct),
336 collection that compares equal to
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DOrderedCollectionLib.h51 @retval <0 If UserStruct1 compares less than UserStruct2.
53 @retval 0 If UserStruct1 compares equal to UserStruct2.
55 @retval >0 If UserStruct1 compares greater than UserStruct2.
72 @retval <0 If StandaloneKey compares less than UserStruct's key.
74 @retval 0 If StandaloneKey compares equal to UserStruct's key.
76 @retval >0 If StandaloneKey compares greater than UserStruct's key.
197 user structure linked by the minimum entry compares
218 user structure linked by the maximum entry compares
294 collection that compares equal to UserStruct),
326 collection that compares equal to
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DOrderedCollectionLib.h57 @retval <0 If UserStruct1 compares less than UserStruct2.
59 @retval 0 If UserStruct1 compares equal to UserStruct2.
61 @retval >0 If UserStruct1 compares greater than UserStruct2.
78 @retval <0 If StandaloneKey compares less than UserStruct's key.
80 @retval 0 If StandaloneKey compares equal to UserStruct's key.
82 @retval >0 If StandaloneKey compares greater than UserStruct's key.
209 user structure linked by the minimum entry compares
231 user structure linked by the maximum entry compares
310 collection that compares equal to UserStruct),
342 collection that compares equal to
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DOrderedCollectionLib.h51 @retval <0 If UserStruct1 compares less than UserStruct2.
53 @retval 0 If UserStruct1 compares equal to UserStruct2.
55 @retval >0 If UserStruct1 compares greater than UserStruct2.
72 @retval <0 If StandaloneKey compares less than UserStruct's key.
74 @retval 0 If StandaloneKey compares equal to UserStruct's key.
76 @retval >0 If StandaloneKey compares greater than UserStruct's key.
203 user structure linked by the minimum entry compares
225 user structure linked by the maximum entry compares
304 collection that compares equal to UserStruct),
336 collection that compares equal to
/external/cronet/stable/third_party/boringssl/src/pki/
Dstring_util.h22 // Compares |str1| and |str2| ASCII case insensitively (independent of locale).
26 // Compares |str1| and |prefix| ASCII case insensitively (independent of
31 // Compares |str1| and |suffix| ASCII case insensitively (independent of
43 // Compares |str1| and |prefix|. Returns true if |str1| starts with |prefix|.
47 // Compares |str1| and |suffix|. Returns true if |str1| ends with |suffix|.
/external/cronet/tot/third_party/boringssl/src/pki/
Dstring_util.h22 // Compares |str1| and |str2| ASCII case insensitively (independent of locale).
26 // Compares |str1| and |prefix| ASCII case insensitively (independent of
31 // Compares |str1| and |suffix| ASCII case insensitively (independent of
43 // Compares |str1| and |prefix|. Returns true if |str1| starts with |prefix|.
47 // Compares |str1| and |suffix|. Returns true if |str1| ends with |suffix|.
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCounterComparator.java30 * Compares the absolute number of total items.
36 * Compares the absolute number of covered items.
42 * Compares the absolute number of missed items.
48 * Compares the ratio of covered items.
54 * Compares the ratio of missed items.
/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DProtoFluentAssertion.java269 * Compares double fields as equal if they are both finite and their absolute difference is less
277 * Compares double fields with these explicitly specified top-level field numbers using the
286 * Compares double fields with these explicitly specified top-level field numbers using the
295 * Compares double fields with these explicitly specified fields using the provided absolute
304 * Compares double fields with these explicitly specified fields using the provided absolute
313 * Compares float fields as equal if they are both finite and their absolute difference is less
321 * Compares float fields with these explicitly specified top-level field numbers using the
330 * Compares float fields with these explicitly specified top-level field numbers using the
339 * Compares float fields with these explicitly specified fields using the provided absolute
348 * Compares float fields with these explicitly specified top-level field numbers using the
[all …]
DIterableOfProtosFluentAssertion.java275 * Compares double fields as equal if they are both finite and their absolute difference is less
283 * Compares double fields with these explicitly specified top-level field numbers using the
292 * Compares double fields with these explicitly specified top-level field numbers using the
301 * Compares double fields with these explicitly specified fields using the provided absolute
310 * Compares double fields with these explicitly specified fields using the provided absolute
319 * Compares float fields as equal if they are both finite and their absolute difference is less
327 * Compares float fields with these explicitly specified top-level field numbers using the
336 * Compares float fields with these explicitly specified top-level field numbers using the
345 * Compares float fields with these explicitly specified fields using the provided absolute
354 * Compares float fields with these explicitly specified top-level field numbers using the
[all …]
/external/icu/icu4j/perf-tests/
DREADME.txt69 converterperf compares ICU Decoder and ICU Encoder with JDK versions for timing.
71 decimalformatperf compares JDK with ICU in contruction, parsing, and
77 ucharacterperf compares JDK with ICU for character handling with
81 unicodesetperf compares UnicodeSet with HashSet with the following:
/external/apache-commons-io/src/site/xdoc/
Dupgradeto1_4.xml132 - ExtensionFileComparator - compares files using file name extensions.
133 - LastModifiedFileComparator - compares files using the last modified date/time.
134 - NameFileComparator - compares files using file names.
135 - PathFileComparator - compares files using file paths.
136 - SizeFileComparator - compares files using file sizes.
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/
Dranges.min.pass.cpp101 int compares = 0; in test_2_arguments() local
104 ++compares; in test_2_arguments()
113 assert(compares == 1); in test_2_arguments()
139 int compares = 0; in test_initializer_list() local
142 ++compares; in test_initializer_list()
151 assert(compares == 2); in test_initializer_list()
223 int compares = 0; in test_range() local
226 ++compares; in test_range()
235 assert(compares == 2); in test_range()
Dranges.max.pass.cpp103 int compares = 0; in test_2_arguments() local
106 ++compares; in test_2_arguments()
115 assert(compares == 1); in test_2_arguments()
139 int compares = 0; in test_initializer_list() local
142 ++compares; in test_initializer_list()
151 assert(compares == 2); in test_initializer_list()
226 int compares = 0; in test_range() local
229 ++compares; in test_range()
238 assert(compares == 2); in test_range()
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.min.max/
Dranges.max.pass.cpp103 int compares = 0; in test_2_arguments() local
106 ++compares; in test_2_arguments()
115 assert(compares == 1); in test_2_arguments()
139 int compares = 0; in test_initializer_list() local
142 ++compares; in test_initializer_list()
151 assert(compares == 2); in test_initializer_list()
226 int compares = 0; in test_range() local
229 ++compares; in test_range()
238 assert(compares == 2); in test_range()
Dranges.min.pass.cpp101 int compares = 0; in test_2_arguments() local
104 ++compares; in test_2_arguments()
113 assert(compares == 1); in test_2_arguments()
139 int compares = 0; in test_initializer_list() local
142 ++compares; in test_initializer_list()
151 assert(compares == 2); in test_initializer_list()
223 int compares = 0; in test_range() local
226 ++compares; in test_range()
235 assert(compares == 2); in test_range()
/external/grpc-grpc/test/core/avl/
Davl_fuzzer.proto35 message Compares { message
42 repeated Compares compares = 3; field
/external/libva-utils/test/gtest/include/gtest/internal/
Dgtest-string.h98 // Compares two C strings. Returns true if and only if they have the same
112 // Compares two wide C strings. Returns true if and only if they have the
120 // Compares two C strings, ignoring case. Returns true if and only if
129 // Compares two wide C strings, ignoring case. Returns true if and only if
136 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
138 // which compares according to LC_CTYPE category of the current locale.
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-string.h98 // Compares two C strings. Returns true if and only if they have the same
112 // Compares two wide C strings. Returns true if and only if they have the
120 // Compares two C strings, ignoring case. Returns true if and only if
129 // Compares two wide C strings, ignoring case. Returns true if and only if
136 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
138 // which compares according to LC_CTYPE category of the current locale.
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/include/gtest/internal/
Dgtest-string.h101 // Compares two C strings. Returns true if and only if they have the same
115 // Compares two wide C strings. Returns true if and only if they have the
123 // Compares two C strings, ignoring case. Returns true if and only if
131 // Compares two wide C strings, ignoring case. Returns true if and only if
138 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
140 // which compares according to LC_CTYPE category of the current locale.
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h102 // Compares two C strings. Returns true if and only if they have the same
116 // Compares two wide C strings. Returns true if and only if they have the
124 // Compares two C strings, ignoring case. Returns true if and only if
132 // Compares two wide C strings, ignoring case. Returns true if and only if
139 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
141 // which compares according to LC_CTYPE category of the current locale.
/external/cronet/stable/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-string.h102 // Compares two C strings. Returns true if and only if they have the same
116 // Compares two wide C strings. Returns true if and only if they have the
124 // Compares two C strings, ignoring case. Returns true if and only if
132 // Compares two wide C strings, ignoring case. Returns true if and only if
139 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
141 // which compares according to LC_CTYPE category of the current locale.

12345678910>>...109