HomeSort by relevance Sort by last modified time
    Searched refs:Compare (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/base/tools/localize/
Configuration.h 19 // Compare two configurations
20 int Compare(const Configuration& that) const;
22 inline bool operator<(const Configuration& that) const { return Compare(that) < 0; }
23 inline bool operator<=(const Configuration& that) const { return Compare(that) <= 0; }
24 inline bool operator==(const Configuration& that) const { return Compare(that) == 0; }
25 inline bool operator!=(const Configuration& that) const { return Compare(that) != 0; }
26 inline bool operator>=(const Configuration& that) const { return Compare(that) >= 0; }
27 inline bool operator>(const Configuration& that) const { return Compare(that) > 0; }
Values.h 24 // Compare two configurations
25 int Compare(const StringResource& that) const;
27 inline bool operator<(const StringResource& that) const { return Compare(that) < 0; }
28 inline bool operator<=(const StringResource& that) const { return Compare(that) <= 0; }
29 inline bool operator==(const StringResource& that) const { return Compare(that) == 0; }
30 inline bool operator!=(const StringResource& that) const { return Compare(that) != 0; }
31 inline bool operator>=(const StringResource& that) const { return Compare(that) >= 0; }
32 inline bool operator>(const StringResource& that) const { return Compare(that) > 0; }
XLIFFFile.h 70 int Compare(const File& that) const;
72 inline bool operator<(const File& that) const { return Compare(that) < 0; }
73 inline bool operator<=(const File& that) const { return Compare(that) <= 0; }
74 inline bool operator==(const File& that) const { return Compare(that) == 0; }
75 inline bool operator!=(const File& that) const { return Compare(that) != 0; }
76 inline bool operator>=(const File& that) const { return Compare(that) >= 0; }
77 inline bool operator>(const File& that) const { return Compare(that) > 0; }
XMLHandler.h 28 int Compare(const XMLAttribute& that) const;
30 inline bool operator<(const XMLAttribute& that) const { return Compare(that) < 0; }
31 inline bool operator<=(const XMLAttribute& that) const { return Compare(that) <= 0; }
32 inline bool operator==(const XMLAttribute& that) const { return Compare(that) == 0; }
33 inline bool operator!=(const XMLAttribute& that) const { return Compare(that) != 0; }
34 inline bool operator>=(const XMLAttribute& that) const { return Compare(that) >= 0; }
35 inline bool operator>(const XMLAttribute& that) const { return Compare(that) > 0; }
Configuration.cpp 5 Configuration::Compare(const Configuration& that) const
9 n = locale.compare(that.locale);
12 n = vendor.compare(that.vendor);
15 n = orientation.compare(that.orientation);
18 n = density.compare(that.density);
21 n = touchscreen.compare(that.touchscreen);
24 n = keyboard.compare(that.keyboard);
27 n = navigation.compare(that.navigation);
30 n = screenSize.compare(that.screenSize);
  /external/easymock/src/org/easymock/internal/matchers/
Compare.java 24 public class Compare<T> implements IArgumentMatcher, Serializable {
34 public Compare(T expected, Comparator<? super T> comparator, LogicalOperator result) {
50 return operator.matchResult(comparator.compare((T) actual, expected));
  /external/v8/src/
heap-profiler.h 71 // Strings are unique, so it is sufficient to compare their pointers.
75 static int Compare(const JSObjectsCluster& a, const JSObjectsCluster& b) {
76 // Strings are unique, so it is sufficient to compare their pointers.
82 static int Compare(const JSObjectsCluster* a, const JSObjectsCluster* b) {
83 return Compare(*a, *b);
119 static int Compare(const Key& a, const Key& b) {
120 return Key::Compare(a, b);
159 static int Compare(const Key& a, const Key& b) {
160 return Key::Compare(a, b);
192 static int Compare(const ClusterBackRefs& a, const ClusterBackRefs& b)
    [all...]
zone-inl.h 81 int cmp = C::Compare(key, root_->key_);
109 if (C::Compare(key, root_->key_) == 0) {
128 int cmp = C::Compare(root_->key_, key);
152 int cmp = C::Compare(root_->key_, key);
198 if (C::Compare(key, root_->key_) != 0)
233 int cmp = C::Compare(key, current->key_);
237 if (C::Compare(key, current->left_->key_) < 0) {
253 if (C::Compare(key, current->right_->key_) > 0) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 246 int Compare(const String& rhs) const;
250 bool operator==(const char* c_str) const { return Compare(c_str) == 0; }
254 bool operator<(const String& rhs) const { return Compare(rhs) < 0; }
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 43 // \param Compare Comparison class for determing min-heapness of max-heapness
46 template <class T, class Compare>
51 Heap(Compare comp) : comp_(comp), size_(0) { }
182 Compare comp_;
fst-decl.h 55 template <class T, class Compare> class Heap;
arcsort.h 30 // type Compare. This version modifies its input. Comparison function
32 // library. In general, Compare must meet the requirements for an STL
42 template<class Arc, class Compare>
43 void ArcSort(MutableFst<Arc> *fst, Compare comp) {
170 // type Compare. This version is a delayed Fst. Comparsion function
172 // library. In general, Compare must meet the requirements for an STL
191 typedef C Compare;
278 // Compare class for comparing input labels of arcs.
291 // Compare class for comparing output labels of arcs.
308 typedef C Compare;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-string.h 250 int Compare(const String& rhs) const;
260 bool operator<(const String& rhs) const { return Compare(rhs) < 0; }
  /external/chromium/base/i18n/
file_util_icu.cc 95 int Compare(const string16& a, const string16& b) {
96 // We are not sure if Collator::compare is thread-safe.
101 UCollationResult result = collator_->compare(
172 return Singleton<LocaleAwareComparator>()->Compare(a.value().c_str(),
182 return Singleton<LocaleAwareComparator>()->Compare(
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 51 Compare.run();
Compare.java 8 public class Compare {
84 /* compare when high words are equal but low words differ */
  /external/chromium/base/
version_unittest.cc 37 TEST(Version, Compare) {
waitable_event.h 123 virtual bool Compare(void* tag) = 0;
scoped_variant_win.h 79 int Compare(const VARIANT& var, bool ignore_case = false) const;
154 // Use the Compare method instead.
scoped_variant_win_unittest.cc 97 // Test the Compare and Copy routines.
100 EXPECT_EQ(0, var_bstr.Compare(var_bstr2));
102 EXPECT_NE(0, var_bstr.Compare(var_bstr2));
104 EXPECT_EQ(0, var_bstr.Compare(var_bstr2));
107 EXPECT_EQ(0, var_bstr.Compare(var_bstr2));
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 187 int Compare(const String& rhs) const;
  /frameworks/base/media/libstagefright/codecs/common/include/
voMem.h 48 VO_S32 (VO_API * Compare) (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32 uSize);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.5-1.js 27 This test file tests cases in which the compare function is not supplied.
195 var c = Compare( lo, hi );
204 function Compare( x, y ) {
15.4.4.5-2.js 27 This test file tests cases in which the compare function is supplied.
161 S +"; A.sort(Compare); A.length",
163 eval( S + "; A.sort(Compare); A.length") );
196 var c = Compare( lo, hi );
205 function Compare( x, y ) {
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
scale_sig_opt.s 34 CMP r2, #0 @Compare exp and 0

Completed in 525 milliseconds

1 2 3