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

<<21222324252627282930>>

  /external/chromium_org/chrome_frame/
com_message_event.cc 69 // Note that since we're using LowerCaseEqualsASCII for string comparison,
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_mac.h 18 // A typedef for a RenderViewHost used for comparison purposes only.
  /external/chromium_org/crypto/
hmac.h 71 // over using Sign() with a manual comparison (such as memcmp), as such
  /external/chromium_org/net/base/
upload_element.h 59 // change. Also note that the granularity for comparison is time_t, not
  /external/chromium_org/ppapi/api/
ppb_var_dictionary.idl 17 * strings while the values can be arbitrary vars. Key comparison is always
  /external/chromium_org/ppapi/c/
ppb_var_dictionary.h 32 * strings while the values can be arbitrary vars. Key comparison is always
  /external/chromium_org/printing/
image.h 92 // Flag to signal if the comparison functions should ignore the alpha channel.
  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.cc 118 // full JID starts with host's bare jid. Comparison is case
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
sunspider.html 67 interval). In addition, in comparison mode it tells you if you have
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
results-TEMPLATE.html 44 <small>(You can bookmark this results URL for later comparison.)</small></p>
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImageSet.h 52 // FIXME: This is used by StyleImage for equals comparison, but this implementation
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
codeunit.py 77 # Annoying comparison operators. Py3k wants __lt__ etc, and Py2k needs all
  /external/chromium_org/third_party/freetype/include/freetype/
ftadvanc.h 73 /* comparison. */
  /external/chromium_org/third_party/icu/source/i18n/
usrchimp.h 46 // length required for backwards ce comparison
  /external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 17 * for a before-and-after comparison of
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
slice.h 68 // Three-way comparison. Returns value:
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.h 89 // Comparison
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.h 116 * comparison to see which entry in the list is a direct copy of our template
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_tri.c 293 /* Adjust so we can just check the sign bit (< 0 comparison), instead of having to do a less efficient <= 0 comparison */
401 /* Adjust so we can just check the sign bit (< 0 comparison), instead of having to do a less efficient <= 0 comparison */
  /external/chromium_org/ui/gfx/
matrix3_f.h 24 // Element-wise comparison with given precision.
  /external/chromium_org/v8/test/intl/collator/
normalization.js 31 // to make ICU fail comparison without normalization (upper, lower accent).
  /external/clang/lib/Analysis/
BodyFarm.cpp 53 /// Create a new BinaryOperator representing a comparison.
303 // Construct the comparison.
304 Expr *Comparison =
338 new (C) IfStmt(C, SourceLocation(), 0, Comparison, Body,
  /external/clang/test/Analysis/
constant-folding.c 8 // Sema can already catch the simple comparison a==a,
  /external/clang/www/
menu.html.incl 10 <a href="/comparison.html">Comparisons</a>
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 476 Method lt = branchingMethod(Comparison.LT);
481 Method le = branchingMethod(Comparison.LE);
486 Method eq = branchingMethod(Comparison.EQ);
491 Method ge = branchingMethod(Comparison.GE);
496 Method gt = branchingMethod(Comparison.GT);
501 Method ne = branchingMethod(Comparison.NE);
507 private Method branchingMethod(Comparison comparison) throws Exception {
510 * if (a comparison b) {
525 code.compare(comparison, ifBody, localA, localB)
    [all...]

Completed in 682 milliseconds

<<21222324252627282930>>