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

<<21222324252627282930>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 189 /** @defgroup comparison_functors Comparison Classes
197 /// One of the @link comparison_functors comparison functors@endlink.
206 /// One of the @link comparison_functors comparison functors@endlink.
215 /// One of the @link comparison_functors comparison functors@endlink.
224 /// One of the @link comparison_functors comparison functors@endlink.
233 /// One of the @link comparison_functors comparison functors@endlink.
242 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 189 /** @defgroup comparison_functors Comparison Classes
197 /// One of the @link comparison_functors comparison functors@endlink.
206 /// One of the @link comparison_functors comparison functors@endlink.
215 /// One of the @link comparison_functors comparison functors@endlink.
224 /// One of the @link comparison_functors comparison functors@endlink.
233 /// One of the @link comparison_functors comparison functors@endlink.
242 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 189 /** @defgroup comparison_functors Comparison Classes
197 /// One of the @link comparison_functors comparison functors@endlink.
206 /// One of the @link comparison_functors comparison functors@endlink.
215 /// One of the @link comparison_functors comparison functors@endlink.
224 /// One of the @link comparison_functors comparison functors@endlink.
233 /// One of the @link comparison_functors comparison functors@endlink.
242 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 195 /** @defgroup comparison_functors Comparison Classes
203 /// One of the @link comparison_functors comparison functors@endlink.
212 /// One of the @link comparison_functors comparison functors@endlink.
221 /// One of the @link comparison_functors comparison functors@endlink.
230 /// One of the @link comparison_functors comparison functors@endlink.
239 /// One of the @link comparison_functors comparison functors@endlink.
248 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 196 /** @defgroup comparison_functors Comparison Classes
204 /// One of the @link comparison_functors comparison functors@endlink.
213 /// One of the @link comparison_functors comparison functors@endlink.
222 /// One of the @link comparison_functors comparison functors@endlink.
231 /// One of the @link comparison_functors comparison functors@endlink.
240 /// One of the @link comparison_functors comparison functors@endlink.
249 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 195 /** @defgroup comparison_functors Comparison Classes
203 /// One of the @link comparison_functors comparison functors@endlink.
212 /// One of the @link comparison_functors comparison functors@endlink.
221 /// One of the @link comparison_functors comparison functors@endlink.
230 /// One of the @link comparison_functors comparison functors@endlink.
239 /// One of the @link comparison_functors comparison functors@endlink.
248 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 196 /** @defgroup comparison_functors Comparison Classes
204 /// One of the @link comparison_functors comparison functors@endlink.
213 /// One of the @link comparison_functors comparison functors@endlink.
222 /// One of the @link comparison_functors comparison functors@endlink.
231 /// One of the @link comparison_functors comparison functors@endlink.
240 /// One of the @link comparison_functors comparison functors@endlink.
249 /// One of the @link comparison_functors comparison functors@endlink.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 194 /** @defgroup comparison_functors Comparison Classes
202 /// One of the @link comparison_functors comparison functors@endlink.
211 /// One of the @link comparison_functors comparison functors@endlink.
220 /// One of the @link comparison_functors comparison functors@endlink.
229 /// One of the @link comparison_functors comparison functors@endlink.
238 /// One of the @link comparison_functors comparison functors@endlink.
247 /// One of the @link comparison_functors comparison functors@endlink.
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
EqualsBuilder.java 518 * <p>Performs a deep comparison of two <code>Object</code> arrays.</p>
549 * <p>Deep comparison of array of <code>long</code>. Length and all
580 * <p>Deep comparison of array of <code>int</code>. Length and all
611 * <p>Deep comparison of array of <code>short</code>. Length and all
642 * <p>Deep comparison of array of <code>char</code>. Length and all
673 * <p>Deep comparison of array of <code>byte</code>. Length and all
704 * <p>Deep comparison of array of <code>double</code>. Length and all
735 * <p>Deep comparison of array of <code>float</code>. Length and all
766 * <p>Deep comparison of array of <code>boolean</code>. Length and all
  /external/openfst/src/include/fst/
queue.h 207 // comparison function object. Comparison function object COMP is
273 // comparison function object between weights, this class defines a
274 // comparison function object between states.
296 // specialized to use the weight's natural order for the comparison function.
741 // shortest distance from the initial state, a Less comparison
744 // comparison function object between states.
771 // to use the weight's natural order for the comparison function.
869 // order for the comparison function. The ownership of 'queue' is
  /build/tools/
warn.py 49 'patterns':[r".*: warning: comparison is always false due to limited range of data type",
50 r".*: warning: comparison of unsigned expression >= 0 is always true",
51 r".*: warning: comparison of unsigned expression < 0 is always false"] },
84 'description':'Comparison between signed and unsigned',
85 'patterns':[r".*: warning: comparison between signed and unsigned",
86 r".*: warning: comparison of promoted \~unsigned with unsigned",
89 'description':'Comparison between enum and non-enum',
151 r".*: warning: suggest parentheses around comparison in operand of '.+'",
300 'description':'Comparison of pointer to zero',
301 'patterns':[r".*: warning: ordered comparison of pointer with integer zero"] }
    [all...]
  /cts/tools/dasm/src/java_cup/
lr_item_core.java 159 /** Equality comparison for the core only. This is separate out because we
171 /** Equality comparison. */
176 /** Generic equality comparison. */
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.cc 128 // MSVC doesn't like this comparison as EQ.
143 // MSVC doesn't like this comparison as EQ.
256 // MSVC doesn't like this comparison as EQ.
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.mm 124 // Do a case-insensitive comparison because most users will be on
243 // literal comparison. "Children" of the declared bundle ID are permitted:
250 // version with a numeric comparison. If bundle_id may be permitted at any
  /external/chromium_org/content/browser/renderer_host/
render_view_host_manager_browsertest.cc 71 // Get the original SiteInstance for later comparison.
139 // Get the original SiteInstance for later comparison.
192 // Get the original SiteInstance for later comparison.
245 // Get the original SiteInstance for later comparison.
293 // Get the original SiteInstance for later comparison.
361 // Get the original SiteInstance for later comparison.
441 // Get the original SiteInstance for later comparison.
540 // Get the original SiteInstance and RVHM for later comparison.
682 // Get the original tab and SiteInstance for later comparison.
750 // Get the original SiteInstance for later comparison
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 194 that subsequent operations can use binary comparison.</td>
202 comparison, and the overhead of memory usage and retrieval time for sort
216 <li>For more information on incremental vs. sort key comparison, the importance
  /external/chromium_org/third_party/sqlite/src/src/
mutex_unix.c 63 ** comparison of two integers and is therefore atomic. But we are
216 ** that are not equal to self while the comparison is taking place.
259 ** that are not equal to self while the comparison is taking place.
  /external/chromium_org/third_party/sqlite/src/test/
speed1.test 110 # 50 SELECTs on an integer comparison. There is no index so
123 # 50 SELECTs on an LIKE comparison. There is no index so a full
145 # 5000 SELECTs on an integer comparison where the integer is
speed1p.explain 122 # 50 SELECTs on an integer comparison. There is no index so
141 # 50 SELECTs on an LIKE comparison. There is no index so a full
170 # 5000 SELECTs on an integer comparison where the integer is
speed1p.test 118 # 50 SELECTs on an integer comparison. There is no index so
136 # 50 SELECTs on an LIKE comparison. There is no index so a full
162 # 5000 SELECTs on an integer comparison where the integer is
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 193 // now check whether Body might contain a comparison which might be
196 // just a dumb "is there a comparison" scan. The aim here is to
206 // Delete any possible overflows which have a comparison.
  /external/clang/test/Analysis/
ptr-arith.c 130 clang_analyzer_eval(a != b); // expected-warning{{TRUE}} expected-warning{{comparison of distinct pointer types}}
131 clang_analyzer_eval(a < b); // expected-warning{{TRUE}} expected-warning{{comparison of distinct pointer types}}
132 clang_analyzer_eval(a <= b); // expected-warning{{TRUE}} expected-warning{{comparison of distinct pointer types}}
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 39 make_A() == z; // expected-warning{{equality comparison result unused}}
48 make_A() == z; // expected-warning{{equality comparison result unused}}
52 // we shouldn't see warnings about self-comparison,
  /external/clang/www/
index.html 85 <p>For a more detailed comparison between Clang and other compilers, please
86 see the <a href="comparison.html">clang comparison page</a>.</p>
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 194 that subsequent operations can use binary comparison.</td>
202 comparison, and the overhead of memory usage and retrieval time for sort
216 <li>For more information on incremental vs. sort key comparison, the importance

Completed in 358 milliseconds

<<21222324252627282930>>