HomeSort by relevance Sort by last modified time
    Searched full:comparison (Results 726 - 750 of 3417) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 164 class Comparison:
165 """An AE Comparison"""
173 return "Comparison(%r, %r, %r)" % (self.obj1, self.relo, self.obj2)
185 return isinstance(x, Comparison)
187 class NComparison(Comparison):
191 Comparison.__init__(obj1, self.relo, obj2)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 141 * @brief Find the median of three values using a predicate for comparison.
    [all...]
stl_map.h 155 * @param comp A comparison object.
187 * @param comp A comparison object.
220 * @param comp A comparison functor.
630 * Returns the key comparison object out of which the %map was
638 * Returns a value comparison object, built from the key comparison
788 * @brief Map equality comparison.
stl_multimap.h 153 * @param comp A comparison object.
185 * @param comp A comparison functor.
217 * @param comp A comparison functor.
566 * Returns the key comparison object out of which the %multimap
574 * Returns a value comparison object, built from the key comparison
717 * @brief Multimap equality comparison.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 141 * @brief Find the median of three values using a predicate for comparison.
    [all...]
stl_map.h 155 * @param comp A comparison object.
187 * @param comp A comparison object.
220 * @param comp A comparison functor.
630 * Returns the key comparison object out of which the %map was
638 * Returns a value comparison object, built from the key comparison
788 * @brief Map equality comparison.
stl_multimap.h 153 * @param comp A comparison object.
185 * @param comp A comparison functor.
217 * @param comp A comparison functor.
566 * Returns the key comparison object out of which the %multimap
574 * Returns a value comparison object, built from the key comparison
717 * @brief Multimap equality comparison.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 141 * @brief Find the median of three values using a predicate for comparison.
    [all...]
stl_map.h 155 * @param comp A comparison object.
187 * @param comp A comparison object.
220 * @param comp A comparison functor.
630 * Returns the key comparison object out of which the %map was
638 * Returns a value comparison object, built from the key comparison
788 * @brief Map equality comparison.
stl_multimap.h 153 * @param comp A comparison object.
185 * @param comp A comparison functor.
217 * @param comp A comparison functor.
566 * Returns the key comparison object out of which the %multimap
574 * Returns a value comparison object, built from the key comparison
717 * @brief Multimap equality comparison.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 141 * @brief Find the median of three values using a predicate for comparison.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 141 * @brief Find the median of three values using a predicate for comparison.
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 136 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
137 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
138 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
139 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
140 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
141 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
143 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
151 doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UCharIterator comparison failed");
156 doAssert((col->compare("ab", "abc", 2) == Collator::EQUAL), "ab = abc with length 2 comparison failed");
157 doAssert((col->compare("ab", "AB", 2) == Collator::LESS), "ab < AB with length 2 comparison failed")
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 138 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
139 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
140 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
141 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
143 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
145 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
153 doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UCharIterator comparison failed");
158 doAssert((col->compare("ab", "abc", 2) == Collator::EQUAL), "ab = abc with length 2 comparison failed");
159 doAssert((col->compare("ab", "AB", 2) == Collator::LESS), "ab < AB with length 2 comparison failed")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h     [all...]
stl_map.h 157 * @param comp A comparison object.
189 * @param comp A comparison object.
222 * @param comp A comparison functor.
713 * Returns the key comparison object out of which the %map was
721 * Returns a value comparison object, built from the key comparison
871 * @brief Map equality comparison.
    [all...]
stl_multimap.h 155 * @param comp A comparison object.
187 * @param comp A comparison functor.
219 * @param comp A comparison functor.
638 * Returns the key comparison object out of which the %multimap
646 * Returns a value comparison object, built from the key comparison
789 * @brief Multimap equality comparison.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h     [all...]
stl_map.h 157 * @param comp A comparison object.
189 * @param comp A comparison object.
222 * @param comp A comparison functor.
713 * Returns the key comparison object out of which the %map was
721 * Returns a value comparison object, built from the key comparison
871 * @brief Map equality comparison.
    [all...]
stl_multimap.h 155 * @param comp A comparison object.
187 * @param comp A comparison functor.
219 * @param comp A comparison functor.
638 * Returns the key comparison object out of which the %multimap
646 * Returns a value comparison object, built from the key comparison
789 * @brief Multimap equality comparison.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h     [all...]

Completed in 1737 milliseconds

<<21222324252627282930>>