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

<<21222324252627282930>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_collate.h 50 int compare(const char* __low1, const char* __high1, function in class:collate
86 int compare(const wchar_t* __low1, const wchar_t* __high1, function in class:collate
166 return __coll.compare(__x.data(), __x.data() + __x.size(),
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_collate.h 50 int compare(const char* __low1, const char* __high1, function in class:collate
86 int compare(const wchar_t* __low1, const wchar_t* __high1, function in class:collate
166 return __coll.compare(__x.data(), __x.data() + __x.size(),
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_collate.h 50 int compare(const char* __low1, const char* __high1, function in class:collate
86 int compare(const wchar_t* __low1, const wchar_t* __high1, function in class:collate
166 return __coll.compare(__x.data(), __x.data() + __x.size(),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
compatibility.h 97 /** @brief Compare-and-swap
99 * Compare @c *__ptr and @c __comparand. If equal, let @c
103 * @param __comparand Compare value.
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 112 // DEPRECATED: Use |CompareMulti| instead. |Compare| does not compare
114 int Compare(const AutofillProfile& profile) const;
116 // Comparison for Sync. Same as |Compare| but includes multi-valued fields.
119 // Equality operators compare GUIDs and the contents in the comparison.
176 // So we can compare AutofillProfiles with EXPECT_EQ().
  /external/chromium_org/gin/test/
expect.js 34 // Compare `[[Class]]` names.
85 // Recursively compare objects and arrays.
87 // Compare array lengths to determine if a deep comparison is necessary.
91 // Deep compare the contents, ignoring non-numeric properties.
98 // Deep compare objects.
103 // Deep compare each member.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cache.c 70 /** Compare two keys */
71 int (*compare)(const void *key1, const void *key2); member in struct:util_cache
91 int (*compare)(const void *key1, const void *key2),
102 cache->compare = compare;
143 cache->compare(key, current->key) == 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.h 56 * \c hash and \c compare routines are used when adding elements to the table
61 * \param compare Function used to compare keys.
64 hash_func_t hash, hash_compare_func_t compare);
152 * Compare two strings used as keys
177 * Compare two pointers used as keys
  /external/guava/guava/src/com/google/common/primitives/
SignedBytes.java 84 * @param a the first {@code byte} to compare
85 * @param b the second {@code byte} to compare
89 public static int compare(byte a, byte b) { method in class:SignedBytes
158 * #compare(byte, byte)}), the first pair of values that follow any common
179 public int compare(byte[] left, byte[] right) { method in class:SignedBytes.LexicographicalComparator
182 int result = SignedBytes.compare(left[i], right[i]);
  /external/llvm/include/llvm/ADT/
Optional.h 138 /// explicitly compare the underlying values and account for empty \c Optional
147 /// explicitly compare the underlying values and account for empty \c Optional
156 /// explicitly compare the underlying values and account for empty \c Optional
165 /// explicitly compare the underlying values and account for empty \c Optional
174 /// explicitly compare the underlying values and account for empty \c Optional
183 /// explicitly compare the underlying values and account for empty \c Optional
  /external/llvm/unittests/ADT/
SmallStringTest.cpp 163 EXPECT_EQ(-1, SmallString<10>("aab").compare("aad"));
164 EXPECT_EQ( 0, SmallString<10>("aab").compare("aab"));
165 EXPECT_EQ( 1, SmallString<10>("aab").compare("aaa"));
166 EXPECT_EQ(-1, SmallString<10>("aab").compare("aabb"));
167 EXPECT_EQ( 1, SmallString<10>("aab").compare("aa"));
168 EXPECT_EQ( 1, SmallString<10>("\xFF").compare("\1"));
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 70 /** Compare two keys */
71 int (*compare)(const void *key1, const void *key2); member in struct:util_cache
91 int (*compare)(const void *key1, const void *key2),
102 cache->compare = compare;
143 cache->compare(key, current->key) == 0)
  /external/mesa3d/src/mesa/program/
hash_table.h 56 * \c hash and \c compare routines are used when adding elements to the table
61 * \param compare Function used to compare keys.
64 hash_func_t hash, hash_compare_func_t compare);
152 * Compare two strings used as keys
177 * Compare two pointers used as keys
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 63 * Use a collator to compare strings in a localized manner.
126 protected int compare(String word, String letter) { method in class:AlphabetIndexer
134 return mCollator.compare(firstLetter, letter);
212 int diff = compare(curName, targetLetter);
224 // if (mCollator.compare(startingLetter, targetLetter) < 0) {
265 if (compare(curName, targetLetter) == 0) {
  /frameworks/rs/scriptc/
rs_atomic.rsh 220 * Compare-and-set operation with a full memory barrier.
224 * @param addr The address to compare and replace if the compare passes.
234 * Compare-and-set operation with a full memory barrier.
238 * @param addr The address to compare and replace if the compare passes.
  /prebuilts/sdk/renderscript/include/
rs_atomic.rsh 220 * Compare-and-set operation with a full memory barrier.
224 * @param addr The address to compare and replace if the compare passes.
234 * Compare-and-set operation with a full memory barrier.
238 * @param addr The address to compare and replace if the compare passes.
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 37 if (StringUtil::compare(name, "waitforcompletion") == 0) {
38 if (StringUtil::compare(value, "1") == 0) {
  /cts/tools/signature-tools/src/signature/io/html/
ExecutableMemberComparator.java 19 import signature.compare.model.IExecutableMemberDelta;
39 public int compare(IExecutableMemberDelta<? extends IExecutableMember> a, method in class:ExecutableMemberComparator
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_INDEXOF.S 45 /* Build pointer to start of data to compare and pre-bias */
55 * r1: chat to compare
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_INDEXOF.S 47 /* Build pointer to start of data to compare */
57 * a1: char to compare
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
KeyPairTest.java 75 // check result: compare public keys
86 // check result: compare private keys
  /external/bison/lib/
c-strcase.h 39 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
44 /* Compare no more than N characters of strings S1 and S2, ignoring case,
  /external/chromium/chrome/browser/ui/cocoa/
find_pasteboard_unittest.mm 78 [[pboard_.get() findPboardText] compare:@"text"]);
86 [[pboard_.get() findText] compare:@"text"]);
  /external/chromium_org/base/metrics/
bucket_ranges_unittest.cc 27 // Compare empty ranges.
36 // Compare full filled ranges.
  /external/chromium_org/base/
version.h 40 // Commonly used pattern. Given a valid version object, compare if a
51 // Given a valid version object, compare if a |wildcard_string| results in a

Completed in 1175 milliseconds

<<21222324252627282930>>