HomeSort by relevance Sort by last modified time
    Searched full:comparison (Results 226 - 250 of 2086) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/wilhelm/src/itf/
IEffectSend.c 117 // comparison (SL_MILLIBEL_MIN <= initialLevel) is always true due to range of SLmillibel
193 // comparison (SL_MILLIBEL_MIN <= directLevel) is always true due to range of SLmillibel
256 // comparison (SL_MILLIBEL_MIN <= sendLevel) is always true due to range of SLmillibel
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp 61 // Uses only the gray patches on the color checker for comparison.
  /cts/tests/tests/holo/src/android/holo/cts/
HoloTest.java 138 // comparison failures.
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 468 * @return See the comments below for each object type comparison
484 // If both objects to be compared are node-sets, then the comparison
487 // the comparison on the string-values of the two nodes is true.
547 // then the comparison will be true if and only if the result of
548 // performing the comparison on the boolean and on the result of
561 // then the comparison will be true if and only if there is a
563 // comparison on the number to be compared and on the result of
607 // string, then the comparison will be true if and only if there
609 // the comparison on the string-value of the node and the other
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays.sgml 233 Sorts a #GArray using @compare_func which should be a qsort()-style comparison
243 @compare_func: comparison function.
248 Like g_array_sort(), but the comparison function receives an extra user data
253 @compare_func: comparison function.
  /external/chromium/base/
file_descriptor_posix.h 32 // A comparison operator so that we can use these as keys in a std::map.
  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 403 int comparison = GetInfo(types[index]).compare( local
405 if (comparison != 0)
406 return comparison;
422 int comparison = GetInfo(single_value_types[i]).compare( local
424 if (comparison != 0)
425 return comparison;
445 int comparison = values_a[j].compare(values_b[j]); local
446 if (comparison != 0)
447 return comparison;
  /external/chromium/chrome/browser/ui/cocoa/
focus_tracker_unittest.mm 84 // it for direct comparison.
  /external/chromium/net/base/
directory_lister.h 93 // Comparison methods for sorting, chosen based on |sort_|.
  /external/chromium/ui/gfx/
point.h 85 // This comparison is required to use Points in sets, or sorted
  /external/clang/test/Analysis/
additive-folding-range-constraints.c 55 // comparison value over an overflow boundary (Min for <, Max for >).
  /external/clang/test/SemaObjC/
conditional-expr-4.m 74 return a == b; // expected-warning {{comparison of distinct pointer types ('id<P1>' and 'A *')}}
  /external/clang/www/
menu.html.incl 10 <a href="/comparison.html">Comparisons</a>
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt_verify_memory.c 35 @return CRYPT_OK if successful regardless of the resulting tag comparison
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 26 comparison.
  /external/elfutils/src/
sectionhash.c 37 /* Comparison function for sections. */
  /external/icu4c/common/
bytestrie.cpp 317 ++pos; // ignore the comparison byte
325 ++pos; // ignore a comparison byte
347 return pos+1; // ignore the last comparison byte
421 ++pos; // ignore the comparison byte
uarrsort.h 32 * @return 32-bit signed integer comparison result:
ucharstrie.cpp 267 ++pos; // ignore the comparison unit
275 ++pos; // ignore a comparison unit
298 return pos+1; // ignore the last comparison unit
380 ++pos; // ignore the comparison unit
  /external/iptables/extensions/
libxt_osf.man 12 0 - True IP address and fingerprint TTL comparison. This generally works for
  /external/iptables/include/linux/netfilter/
xt_osf.h 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
468 | {comparison} [value]:comparison // x.y
472 comparison {->expression}
473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b
475 | {gt} [left]:comparison gt [right]:add_subtract // x.y > a.b
477 | {lte} [left]:comparison lte [right]:add_subtract // x.y <= a.b
479 | {gte} [left]:comparison gte [right]:add_subtract // x.y >= a.b
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 47 /// that we should not rely on the value itself, but only on the comparison to
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 48 /// that we should not rely on the value itself, but only on the comparison to
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 58 /// that we should not rely on the value itself, but only on the comparison to

Completed in 3309 milliseconds

1 2 3 4 5 6 7 8 91011>>