HomeSort by relevance Sort by last modified time
    Searched full:compares (Results 151 - 175 of 1028) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/test-runner/src/android/test/
DatabaseTestUtils.java 33 * Compares the schema of two databases and asserts that they are equal.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidTestReference.java 50 * Compares {@link ITestIdentifier} using names
  /external/eigen/Eigen/src/Core/
Fuzzy.h 82 * \note The fuzzy compares are done multiplicatively. Two vectors \f$ v \f$ and \f$ w \f$
109 * \note The fuzzy compares are done multiplicatively. A vector \f$ v \f$ is
131 * \note The fuzzy compares are done multiplicatively. A vector \f$ v \f$ is
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockAccessibilityService.java 175 * Compares all properties of the <code>expectedEvent</code> and the
212 * Compares the {@link android.os.Parcelable} data of the
235 * Compares the text of the <code>expectedEvent</code> and
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestCase.java 770 * Compares the identity of actual and expected.
783 * Compares the value of actual and expected ignoring case.
796 * Compares the values in actual and expected ignoring case and order.
809 * Compares the values in actual and expected ignoring case.
822 * Compares the value of actual and expected ignoring case.
843 * Compares the values in actual and expected ignoring case and order.
865 * Compares the values in actual and expected ignoring case.
886 * Compares the values of actual and expected.
899 * Compares the values of actual and expected.
912 * Compares the values of actual and expected
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-string.h 129 // Compares two C strings. Returns true iff they have the same content.
146 // Compares two wide C strings. Returns true iff they have the same
154 // Compares two C strings, ignoring case. Returns true iff they
163 // Compares two wide C strings, ignoring case. Returns true iff they
170 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
172 // which compares according to LC_CTYPE category of the current locale.
243 // Compares this with another String.
  /external/gtest/include/gtest/internal/
gtest-string.h 129 // Compares two C strings. Returns true iff they have the same content.
146 // Compares two wide C strings. Returns true iff they have the same
154 // Compares two C strings, ignoring case. Returns true iff they
163 // Compares two wide C strings, ignoring case. Returns true iff they
170 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
172 // which compares according to LC_CTYPE category of the current locale.
243 // Compares this with another String.
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-string.h 129 // Compares two C strings. Returns true iff they have the same content.
146 // Compares two wide C strings. Returns true iff they have the same
154 // Compares two C strings, ignoring case. Returns true iff they
163 // Compares two wide C strings, ignoring case. Returns true iff they
170 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
172 // which compares according to LC_CTYPE category of the current locale.
243 // Compares this with another String.
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 129 // Compares two C strings. Returns true iff they have the same content.
146 // Compares two wide C strings. Returns true iff they have the same
154 // Compares two C strings, ignoring case. Returns true iff they
163 // Compares two wide C strings, ignoring case. Returns true iff they
170 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
172 // which compares according to LC_CTYPE category of the current locale.
243 // Compares this with another String.
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-string.h 127 // Compares two C strings. Returns true iff they have the same content.
144 // Compares two wide C strings. Returns true iff they have the same
152 // Compares two C strings, ignoring case. Returns true iff they
161 // Compares two wide C strings, ignoring case. Returns true iff they
168 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
170 // which compares according to LC_CTYPE category of the current locale.
243 // Compares this with another String.
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 127 // Compares two C strings. Returns true iff they have the same content.
144 // Compares two wide C strings. Returns true iff they have the same
152 // Compares two C strings, ignoring case. Returns true iff they
161 // Compares two wide C strings, ignoring case. Returns true iff they
168 // On windows, this method uses _wcsicmp which compares according to LC_CTYPE
170 // which compares according to LC_CTYPE category of the current locale.
243 // Compares this with another String.
  /external/guava/guava/src/com/google/common/primitives/
SignedBytes.java 81 * Compares the two specified {@code byte} values. The sign of the value
156 * Returns a comparator that compares two {@code byte} arrays
157 * lexicographically. That is, it compares, using {@link
  /libcore/luni/src/main/java/java/lang/
Boolean.java 94 * Compares this instance with the specified object and indicates if they
110 * Compares this object to the specified boolean object to determine their
128 * Compares two {@code boolean} values.
Enum.java 103 * Compares this object with the specified object and indicates if they are
136 * Compares this object to the specified enum object to determine their
137 * relative order. This method compares the object's ordinal values, that
  /cts/tests/tests/holo/src/android/holo/cts/
BitmapDeletionActivity.java 31 * and either compares or generates bitmaps.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
SwitchInsn.java 92 * <p> SwitchInsn always compares false. The current use for this method
  /dalvik/dx/src/com/android/dx/rop/code/
SwitchInsn.java 92 * <p> SwitchInsn always compares false. The current use for this method
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 153 /** Pointer to function that compares the text of a string to the supplied
158 /** Pointer to a function that compares the text of a string with the supplied character string
164 /** Pointer to a function that compares the text of a string with the supplied string
168 ANTLR3_UINT32 (*compareS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * compStr);
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 56 * Compares two strings based not on the strings
  /external/bsdiff/
bsdiff.1 39 compares
  /external/chromium/chrome/browser/prefs/
pref_value_map.h 59 // Compares this value map against |other| and stores all key names that have
  /external/chromium/chrome/browser/resources/options/
certificate_backup_overlay.js 79 * Compares the password fields and sets the button state appropriately.
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 110 // Compares two C strings. Returns true iff they have the same content.
127 // Compares two wide C strings. Returns true iff they have the same
135 // Compares two C strings, ignoring case. Returns true iff they
184 // Compares this with another String.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
SwitchInsn.java 92 * <p> SwitchInsn always compares false. The current use for this method
  /external/e2fsprogs/lib/uuid/
uuid_compare.3.in 44 function compares the two supplied uuid variables

Completed in 2099 milliseconds

1 2 3 4 5 67 8 91011>>