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

<<21222324252627282930>>

  /external/mesa3d/src/glsl/
lower_vec_index_to_cond_assign.cpp 103 /* Generate a single comparison condition "mask" for all of the components
203 /* Generate a single comparison condition "mask" for all of the components
  /frameworks/base/core/java/android/database/
CursorJoiner.java 142 * Returns the comparison result of the next row from each cursor. If one cursor
236 * then returns 0. Otherwise returns the comparison result of the first non-matching pair
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 112 /// comparison function to sort symbols for analyzing weak alias.
202 /// comparison function to sort symbols for analyzing weak alias.
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 209 // we only use the hostnames in the comparison if the addrs were not
215 // addrs were resolved so use them for the comparison
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
replace.hpp 199 \param Loc A locale used for case insensitive comparison
250 \param Loc A locale used for case insensitive comparison
352 \param Loc A locale used for case insensitive comparison
403 \param Loc A locale used for case insensitive comparison
515 \param Loc A locale used for case insensitive comparison
570 \param Loc A locale used for case insensitive comparison
674 \param Loc A locale used for case insensitive comparison
725 \param Loc A locale used for case insensitive comparison
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flag-types.h 168 /* Overflow warning about folding a comparison to a constant because
180 comparison. Example: folding (x + 2 > y) to (x + 1 >= y). */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flag-types.h 168 /* Overflow warning about folding a comparison to a constant because
180 comparison. Example: folding (x + 2 > y) to (x + 1 >= y). */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
flag-types.h 168 /* Overflow warning about folding a comparison to a constant because
180 comparison. Example: folding (x + 2 > y) to (x + 1 >= y). */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flag-types.h 168 /* Overflow warning about folding a comparison to a constant because
180 comparison. Example: folding (x + 2 > y) to (x + 1 >= y). */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multimap.h 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
162 * @param __comp A comparison object.
195 * @param __comp A comparison functor.
227 * @param __comp A comparison functor.
701 * Returns the key comparison object out of which the %multimap
709 * Returns a value comparison object, built from the key comparison
852 * @brief Multimap equality comparison.
    [all...]
stl_multiset.h 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>.
168 * @param __comp A comparison functor.
207 * @param __comp A comparison functor.
276 /// Returns the comparison object.
280 /// Returns the comparison object.
725 * @brief Multiset equality comparison.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pystone.py 27 a pointer comparison to None is intended; the !=
29 comparison of the record). Version 1.1 runs 5-10
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pystone.py 27 a pointer comparison to None is intended; the !=
29 comparison of the record). Version 1.1 runs 5-10
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 456 int comparison = GetRawInfo(single_value_types[i]).compare( local
458 if (comparison != 0)
459 return comparison;
478 int comparison = values_a[j].compare(values_b[j]); local
479 if (comparison != 0)
480 return comparison;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_set.h 78 * @param Compare Comparison function object type, defaults to less<Key>.
167 * @param comp A comparison functor.
205 * @param comp A comparison functor.
272 /// Returns the comparison object with which the %set was constructed.
276 /// Returns the comparison object with which the %set was constructed.
628 * @brief Set equality comparison.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_set.h 80 * @param Compare Comparison function object type, defaults to less<Key>.
169 * @param comp A comparison functor.
207 * @param comp A comparison functor.
275 /// Returns the comparison object with which the %set was constructed.
279 /// Returns the comparison object with which the %set was constructed.
685 * @brief Set 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_set.h 80 * @param Compare Comparison function object type, defaults to less<Key>.
169 * @param comp A comparison functor.
207 * @param comp A comparison functor.
275 /// Returns the comparison object with which the %set was constructed.
279 /// Returns the comparison object with which the %set was constructed.
685 * @brief Set equality comparison.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_set.h 78 * @param Compare Comparison function object type, defaults to less<Key>.
167 * @param comp A comparison functor.
205 * @param comp A comparison functor.
272 /// Returns the comparison object with which the %set was constructed.
276 /// Returns the comparison object with which the %set was constructed.
628 * @brief Set equality comparison.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_set.h 78 * @param Compare Comparison function object type, defaults to less<Key>.
167 * @param comp A comparison functor.
205 * @param comp A comparison functor.
272 /// Returns the comparison object with which the %set was constructed.
276 /// Returns the comparison object with which the %set was constructed.
628 * @brief Set equality comparison.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_set.h 78 * @param Compare Comparison function object type, defaults to less<Key>.
167 * @param comp A comparison functor.
205 * @param comp A comparison functor.
272 /// Returns the comparison object with which the %set was constructed.
276 /// Returns the comparison object with which the %set was constructed.
628 * @brief Set equality comparison.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_set.h 78 * @param Compare Comparison function object type, defaults to less<Key>.
167 * @param comp A comparison functor.
205 * @param comp A comparison functor.
272 /// Returns the comparison object with which the %set was constructed.
276 /// Returns the comparison object with which the %set was constructed.
624 * @brief Set equality comparison.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_set.h 80 * @param Compare Comparison function object type, defaults to less<Key>.
169 * @param comp A comparison functor.
207 * @param comp A comparison functor.
275 /// Returns the comparison object with which the %set was constructed.
279 /// Returns the comparison object with which the %set was constructed.
685 * @brief Set equality comparison.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_set.h 82 * @tparam _Compare Comparison function object type, defaults to less<Key>.
172 * @param __comp A comparison functor.
212 * @param __comp A comparison functor.
280 /// Returns the comparison object with which the %set was constructed.
284 /// Returns the comparison object with which the %set was constructed.
693 * @brief Set equality comparison.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_set.h 80 * @param Compare Comparison function object type, defaults to less<Key>.
169 * @param comp A comparison functor.
207 * @param comp A comparison functor.
275 /// Returns the comparison object with which the %set was constructed.
279 /// Returns the comparison object with which the %set was constructed.
685 * @brief Set equality comparison.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_set.h 82 * @tparam _Compare Comparison function object type, defaults to less<Key>.
172 * @param __comp A comparison functor.
212 * @param __comp A comparison functor.
280 /// Returns the comparison object with which the %set was constructed.
284 /// Returns the comparison object with which the %set was constructed.
693 * @brief Set equality comparison.

Completed in 2615 milliseconds

<<21222324252627282930>>