HomeSort by relevance Sort by last modified time
    Searched full:compare (Results 351 - 375 of 7746) sorted by null

<<11121314151617181920>>

  /external/clang/test/PCH/
pragma-diag-section.cpp 12 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/test/SemaObjCXX/
pointer-to-objc-pointer-conv.mm 35 bool Compare(id obj) { return *this == obj; }
  /external/dexmaker/src/dx/java/com/android/dx/util/
Uint.java 30 return Unsigned.compare(intValue, uint.intValue);
  /external/jdiff/src/jdiff/
SingleComment.java 30 /** Compare two SingleComment objects using just the id. */
  /external/libvpx/libvpx/examples/
error_resilient.txt 24 Compare the output for a file encoded with this example versus one
  /external/libyuv/files/include/
libyuv.h 15 #include "libyuv/compare.h"
  /external/llvm/test/Transforms/LoopStrengthReduce/
dont_reverse.ll 4 ; Don't reverse the iteration if the rhs of the compare is defined
exit_compare_live_range.ll 1 ; Make sure that the compare instruction occurs after the increment to avoid
  /external/mockito/src/org/mockito/internal/invocation/finder/
AllInvocationsFinder.java 34 public int compare(Invocation o1, Invocation o2) { method in class:AllInvocationsFinder.SequenceNumberComparator
  /external/qemu/distrib/sdl-1.2.15/test/
testver.c 2 /* Test program to compare the compile-time version of SDL with the linked
  /external/skia/dm/
DMPipeTask.h 19 SkBitmap reference, // Bitmap to compare pipe results to.
DMReplayTask.h 19 SkBitmap reference, // Bitmap to compare picture replay results to.
DMTileGridTask.h 19 SkBitmap reference, // Bitmap to compare picture replay results to.
  /libcore/luni/src/main/java/java/text/
Collator.java 78 * if (usCollator.compare(&quot;abc&quot;, &quot;ABC&quot;) == 0) {
85 * The following example shows how to compare two strings using the collator for
90 * // Compare two strings in the default locale
93 * if (myCollator.compare(&quot;\u00e0\u0325&quot;, &quot;a\u0325\u0300&quot;) != 0) {
96 * if (myCollator.compare(&quot;\u00e0\u0325&quot;, &quot;a\u0325\u0300&quot;) != 0) {
184 * the first string to compare.
186 * the second string to compare.
193 public int compare(Object object1, Object object2) { method in class:Collator
194 return compare((String) object1, (String) object2);
201 * the first string to compare
208 public abstract int compare(String string1, String string2); method in class:Collator
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
ObjectsTest.java 28 assertEquals(0, Objects.compare(null, null, String.CASE_INSENSITIVE_ORDER));
29 assertEquals(0, Objects.compare("a", "A", String.CASE_INSENSITIVE_ORDER));
30 assertEquals(-1, Objects.compare("a", "b", String.CASE_INSENSITIVE_ORDER));
31 assertEquals(1, Objects.compare("b", "a", String.CASE_INSENSITIVE_ORDER));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search_comp.pass.cpp 12 // template<ForwardIterator Iter, class T, CopyConstructible Compare>
13 // requires Predicate<Compare, T, Iter::value_type>
14 // && Predicate<Compare, Iter::value_type, T>
16 // binary_search(Iter first, Iter last, const T& value, Compare comp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/
equal_range_comp.pass.cpp 12 // template<ForwardIterator Iter, class T, CopyConstructible Compare>
13 // requires Predicate<Compare, T, Iter::value_type>
14 // && Predicate<Compare, Iter::value_type, T>
16 // equal_range(Iter first, Iter last, const T& value, Compare comp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare_comp.pass.cpp 12 // template<InputIterator Iter1, InputIterator Iter2, CopyConstructible Compare>
13 // requires Predicate<Compare, Iter1::value_type, Iter2::value_type>
14 // && Predicate<Compare, Iter2::value_type, Iter1::value_type>
17 // Iter2 first2, Iter2 last2, Compare comp);
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_defs_ext.h 119 Mnemonic_CMP, // Compare Two Operands
120 Mnemonic_CMPXCHG, // Compare and exchange
121 Mnemonic_CMPXCHG8B, // Compare and Exchange 8 Bytes
122 Mnemonic_CMPSB, // Compare Two Bytes at DS:ESI and ES:EDI
123 Mnemonic_CMPSW, // Compare Two Words at DS:ESI and ES:EDI
124 Mnemonic_CMPSD, // Compare Two Doublewords at DS:ESI and ES:EDI
145 Mnemonic_COMISD, // Compare Scalar Ordered Double-Precision Floating-Point Values and Set EFLAGS
146 Mnemonic_COMISS, // Compare Scalar Ordered Single-Precision Floating-Point Values and Set EFLAGS
309 Mnemonic_TEST, // Logical Compare
311 Mnemonic_UCOMISD, // Unordered Compare Scalar Double-Precision Floating-Point Values and Set EFLAG
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
AnnotationCompareTest.java 53 assertNull(compare(fromApi, toApi)); method
70 assertNotNull(compare(fromApi, toApi)); method
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java 60 * Compare the values of this and another instance, which are guaranteed
63 * @param other {@code non-null;} the instance to compare to
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 60 * Compare the values of this and another instance, which are guaranteed
63 * @param other {@code non-null;} the instance to compare to
  /external/bluetooth/bluedroid/bta/sys/
bd.c 64 ** Description Compare bd addr b to a.
88 ** Description Compare bd addr to "any" bd addr.
  /external/chromium/chrome/browser/webdata/
autofill_entry.cc 33 int diff = name_.compare(key.name());
37 return value_.compare(key.value()) < 0;
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
kernel.js 33 Kernel.compare = function(x, y) {
41 return Kernel.compare(this, that);

Completed in 741 milliseconds

<<11121314151617181920>>