Searched defs:compare (Results 176 - 200 of 380) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp60 inline bool compare (const T& min, const T& reported) { return min <= reported; } function in namespace:deqp::gles3::Functional::LimitQuery
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) function in namespace:deqp::gles3::Functional::LimitQuery
167 bool compare<NegInt> (const NegInt& min, const NegInt& reported) function in namespace:deqp::gles3::Functional::LimitQuery
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) function in namespace:deqp::gles3::Functional::LimitQuery
180 bool compare<AlignmentInt> (const AlignmentInt& min, const AlignmentInt& reported) function in namespace:deqp::gles3::Functional::LimitQuery
246 const bool isOk = compare<T>(m_minRequiredValue, value);
H A Des3fFramebufferBlitTests.cpp146 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result) function in class:deqp::gles3::Functional::BlitRectCase
148 // Use pixel-threshold compare for rect cases since 1px off will mean failure.
169 bool compare (const tcu::Surface& reference, const tcu::Surface& result);
177 bool BlitNearestFilterConsistencyCase::compare (const tcu::Surface& reference, const tcu::Surface& result) function in class:deqp::gles3::Functional::BlitNearestFilterConsistencyCase
425 bool compare (const tcu::Surface& reference, const tcu::Surface& result) function in class:deqp::gles3::Functional::BlitColorConversionCase
683 bool compare (const tcu::Surface& reference, const tcu::Surface& result) function in class:deqp::gles3::Functional::BlitDefaultFramebufferCase
H A Des3fShaderPrecisionTests.cpp190 bool compare (float in0, float in1, double reference, float result)
307 bool ShaderFloatPrecisionCase::compare (float in0, float in1, double reference, float result) function in class:deqp::gles3::Functional::ShaderFloatPrecisionCase
409 const bool firstPixelOk = compare(in0, in1, refD, pixels[0]);
/external/guava/guava/src/com/google/common/primitives/
H A DInts.java110 * @param a the first {@code int} to compare
111 * @param b the second {@code int} to compare
115 public static int compare(int a, int b) { method in class:Ints
386 * #compare(int, int)}), the first pair of values that follow any
406 public int compare(int[] left, int[] right) { method in class:Ints.LexicographicalComparator
409 int result = Ints.compare(left[i], right[i]);
H A DLongs.java80 * @param a the first {@code long} to compare
81 * @param b the second {@code long} to compare
85 public static int compare(long a, long b) { method in class:Longs
370 * #compare(long, long)}), the first pair of values that follow any
391 public int compare(long[] left, long[] right) { method in class:Longs.LexicographicalComparator
394 int result = Longs.compare(left[i], right[i]);
/external/icu/icu4c/source/common/
H A Duvector.cpp437 * as defined by 'compare'. The current elements are assumed to
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
443 sortedInsert(e, compare, ec);
448 * as defined by 'compare'. The current elements are assumed to
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
454 sortedInsert(e, compare, ec);
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
467 int8_t c = (*compare)(elements[probe], e);
497 UElementComparator *compare = *static_cast<UElementComparator * const *>(context); local
500 int32_t result = (*compare)(e
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSelectActivity.java344 public int compare(final LevelMetaData object1, final LevelMetaData object2) { method in class:LevelSelectActivity.LevelDataComparator
/external/skia/tools/
H A Dskdiff.h161 template<typename T> static int compare(const void* untyped_lhs, const void* untyped_rhs) { function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DFileSystemModel.js410 WebInspector.FileSystemModel.Entry.compare = function(x, y)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h219 * compare equal (to be transitive and prevent endless loops in sorting),
273 * @param text The UnicodeString to compare to this one.
282 * @param text The UnicodeString to compare to this one.
291 * @param text The UnicodeString to compare to this one.
300 * @param text The UnicodeString to compare to this one.
309 * @param text The UnicodeString to compare to this one.
318 * @param text The UnicodeString to compare to this one.
328 * @param text The UnicodeString to compare to this one.
336 inline int8_t compare(const UnicodeString& text) const;
343 * @param start the offset at which the compare operatio
3708 UnicodeString::compare(const UnicodeString& text) const function in class:UnicodeString
3712 UnicodeString::compare(int32_t start, function in class:UnicodeString
3718 UnicodeString::compare(const UChar *srcChars, function in class:UnicodeString
3723 UnicodeString::compare(int32_t start, function in class:UnicodeString
3731 UnicodeString::compare(int32_t start, function in class:UnicodeString
3737 UnicodeString::compare(int32_t start, function in class:UnicodeString
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.cpp292 SkOp compare; local
294 compare = fOpStack.index(idx);
295 if ((compare & kArtificialOp) == 0)
299 signed char topPrecedence = gPrecedence[compare];
/external/chromium_org/url/
H A Durl_util.cc99 const char* compare,
117 return DoCompareSchemeComponent(spec, our_scheme, compare);
408 const char* compare,
410 return DoFindAndCompareScheme(str, str_len, compare, found_scheme);
415 const char* compare,
417 return DoFindAndCompareScheme(str, str_len, compare, found_scheme);
97 DoFindAndCompareScheme(const CHAR* str, int str_len, const char* compare, Component* found_scheme) argument
406 FindAndCompareScheme(const char* str, int str_len, const char* compare, Component* found_scheme) argument
413 FindAndCompareScheme(const base::char16* str, int str_len, const char* compare, Component* found_scheme) argument
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc318 ExternalReference compare = local
320 __ CallCFunction(compare, argument_count);
/external/chromium_org/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc317 ExternalReference compare = local
319 __ CallCFunction(compare, argument_count);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaBasicBlock.java1019 public int compare(SsaBasicBlock b1, SsaBasicBlock b2) { method in class:SsaBasicBlock.LabelComparator
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java74 * can compare longs. The result of the comparison is written to another
78 * primitives. This is the only operation that can compare floating
82 * <li>{@link #compare compare()} compares two locals. The {@link
83 * Comparison#EQ} and {@link Comparison#NE} options compare either
84 * {@code int} primitives or references. The other options compare only
89 * There's no single operation to compare longs and jump, or to compare ints and
101 * comparison using {@link #compare compare()}
533 public <T> void compare(Comparison comparison, Label trueLabel, Local<T> a, Local<T> b) { method in class:Code
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java63 comparator.compare(1, null);
67 comparator.compare(null, 2);
71 comparator.compare(null, null);
81 assertEquals(0, caseInsensitiveOrdering.compare("A", "a"));
82 assertTrue(caseInsensitiveOrdering.compare("a", "B") < 0);
83 assertTrue(caseInsensitiveOrdering.compare("B", "a") > 0);
98 c.compare(0, 0);
108 assertEquals(0, c.compare(0, 0));
110 c.compare(0, 1);
121 assertEquals(0, c.compare(
640 @Override public int compare(Number a, Number b) { method in class:OrderingTest.NumberOrdering
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h219 * compare equal (to be transitive and prevent endless loops in sorting),
273 * @param text The UnicodeString to compare to this one.
282 * @param text The UnicodeString to compare to this one.
291 * @param text The UnicodeString to compare to this one.
300 * @param text The UnicodeString to compare to this one.
309 * @param text The UnicodeString to compare to this one.
318 * @param text The UnicodeString to compare to this one.
328 * @param text The UnicodeString to compare to this one.
336 inline int8_t compare(const UnicodeString& text) const;
343 * @param start the offset at which the compare operatio
3708 UnicodeString::compare(const UnicodeString& text) const function in class:UnicodeString
3712 UnicodeString::compare(int32_t start, function in class:UnicodeString
3718 UnicodeString::compare(const UChar *srcChars, function in class:UnicodeString
3723 UnicodeString::compare(int32_t start, function in class:UnicodeString
3731 UnicodeString::compare(int32_t start, function in class:UnicodeString
3737 UnicodeString::compare(int32_t start, function in class:UnicodeString
[all...]
/external/iptables/iptables/
H A Diptables-xml.c530 /* compare arguments up to -j or -g for match.
540 int compare = 0; local
553 compare = 0;
555 compare = 1;
561 compare = 0;
571 return compare == 1;
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h103 bool compare(const DomTreeNodeBase<NodeT> *Other) const { function in class:llvm::DomTreeNodeBase
298 /// compare - Return false if the other dominator tree base matches this
300 bool compare(const DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase
317 if (MyNd->compare(OtherNd))
H A DScaledNumber.h242 /// \c L is higher than that of \c R by \c ScaleDiff, compare them. Return -1,
253 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { function in namespace:llvm::ScaledNumbers
393 if (!compare(LDigits, LScale, DigitsT(1), RLgFloor + getWidth<DigitsT>()))
569 bool operator==(const ScaledNumber &X) const { return compare(X) == 0; }
570 bool operator<(const ScaledNumber &X) const { return compare(X) < 0; }
571 bool operator!=(const ScaledNumber &X) const { return compare(X) != 0; }
572 bool operator>(const ScaledNumber &X) const { return compare(X) > 0; }
573 bool operator<=(const ScaledNumber &X) const { return compare(X) <= 0; }
574 bool operator>=(const ScaledNumber &X) const { return compare(X) >= 0; }
670 int compare(cons function in class:llvm::ScaledNumber
[all...]
/external/skia/src/animator/
H A DSkScript.cpp292 SkOp compare; local
294 compare = fOpStack.index(idx);
295 if ((compare & kArtificialOp) == 0)
299 signed char topPrecedence = gPrecedence[compare];
/external/stlport/stlport/stl/
H A D_string_sum.h238 //compare
239 int compare(const _BString& __s) const function in class:__bstr_sum
240 { return _M_get_storage().compare(__s); }
241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const function in class:__bstr_sum
242 { return _M_get_storage().compare(__pos1, __n1, __s); }
243 int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) const function in class:__bstr_sum
244 { return _M_get_storage().compare(__pos1, __n1, __s, __pos2, __n2); }
245 int compare(const _CharT* __s) const function in class:__bstr_sum
246 { return _M_get_storage().compare(__s); }
247 int compare(size_typ function in class:__bstr_sum
249 int compare(size_type __pos1, size_type __n1, const _CharT* __s, size_type __n2) const function in class:__bstr_sum
[all...]
/external/stlport/stlport/stl/debug/
H A D_string.h651 int compare(const _Self& __s) const function in class:basic_string
652 { return _M_non_dbg_impl.compare(__s._M_non_dbg_impl); }
653 int compare(size_type __pos, size_type __n, const _Self& __s) const function in class:basic_string
654 { return _M_non_dbg_impl.compare(__pos, __n, __s._M_non_dbg_impl); }
655 int compare(size_type __pos1, size_type __n1, const _Self& __s, function in class:basic_string
657 { return _M_non_dbg_impl.compare(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2); }
658 int compare(const _CharT* __s) const { function in class:basic_string
660 return _M_non_dbg_impl.compare(__s);
662 int compare(size_type __pos, size_type __n, const _CharT* __s) const { function in class:basic_string
664 return _M_non_dbg_impl.compare(__po
666 int compare(size_type __pos1, size_type __n1, const _CharT* __s, function in class:basic_string
[all...]
/external/stlport/test/unit/
H A Dstring_test.cpp74 CPPUNIT_TEST(compare);
130 void compare();
904 void StringTest::compare() function in class:StringTest
910 CPPUNIT_ASSERT( str1.compare(str2) == 0 );
912 CPPUNIT_ASSERT( str1.compare(str2) > 0 );
914 CPPUNIT_ASSERT( str1.compare(str2) < 0 );
916 CPPUNIT_ASSERT( str1.compare("abcdef") == 0 );
917 CPPUNIT_ASSERT( str1.compare("abcde") > 0 );
918 CPPUNIT_ASSERT( str1.compare("abcdefg") < 0 );
921 CPPUNIT_ASSERT( str1.compare(
[all...]

Completed in 5458 milliseconds

1234567891011>>