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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/Generic/
select.ll 78 ; Test branch-on-comparison-with-zero, in two ways:
80 ; 2. cannot be folded because result of comparison is used twice
123 ; Test branch on floating point comparison
  /external/srec/portable/include/
phashtable.h 79 * Signature for comparison functions. Must return 0 if key1 is identical to
80 * key2 and non-zero otherwise. The hash function and the comparison function
81 * are related in the sense that if the comparison function for two keys
  /frameworks/base/docs/html/training/activity-testing/
activity-basic-testing.jd 191 <p>When doing this type of string value comparison, it?s good practice to read
193 your comparison code. This prevents your test from easily breaking whenever the
195 <p>To perform the comparison, pass both the expected and actual strings as
  /libcore/libart/src/main/java/java/lang/reflect/
Proxy.java 52 int comparison = Method.ORDER_BY_SIGNATURE.compare(a, b);
53 if (comparison != 0) {
54 return comparison;
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 69 is at index k, byte by byte comparison will not load beyond address
70 s1+k and s2+k; word by word comparison may load up to 3 bytes beyond
73 that would not have happened in byte by byte comparison.
323 /* Unaligned comparison word by word using LDRs. */
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 69 is at index k, byte by byte comparison will not load beyond address
70 s1+k and s2+k; word by word comparison may load up to 3 bytes beyond
73 that would not have happened in byte by byte comparison.
323 /* Unaligned comparison word by word using LDRs. */
  /bionic/libc/upstream-netbsd/libc/stdlib/
bsearch.c 48 * The code below is a bit sneaky. After a comparison fails, we
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 173 << "Pixel comparison failed with tolerance " << tolerance << "\n"
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_ThumbnailsTest.java 69 // Get the current thumbnail count for future comparison.
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eqz/
Test_if_eqz.java 18 * Compare with 1234 to check that in case of failed comparison
  /dalvik/tests/003-omnibus-opcodes/src/
Compare.java 6 * Test comparison operators.
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_STRING_COMPARETO.S 56 * r10: iteration count for comparison
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 59 * a2: iteration count for comparison
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 7 * register based on the results of the comparison.
  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 46 * comparison is undefined.
  /external/chromium/base/memory/
weak_ptr_unittest.cc 50 TEST(WeakPtrTest, Comparison) {
  /external/chromium/base/win/
scoped_bstr.h 88 // Forbid comparison of ScopedBstr types. You should never have the same
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h 14 // A typedef for a RenderViewHost used for comparison purposes only.
  /external/chromium/chrome/common/
thumbnail_score.h 64 // by the comparison function.
  /external/chromium/webkit/glue/media/
video_renderer_impl.h 75 // value of |last_converted_frame_| must only be used for comparison purposes,
  /external/chromium-libpac/src/
net_util.cc 97 // IPv6 addresses in order to do the comparison.
  /external/chromium_org/base/
safe_numerics.h 49 // The last argument in each of the macros is the actual comparison code. It
  /external/chromium_org/base/win/
scoped_bstr.h 87 // Forbid comparison of ScopedBstr types. You should never have the same
  /external/chromium_org/chrome/browser/policy/
registry_dict_win.h 24 // A case-insensitive string comparison functor.
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h 54 // comparison of two NavigationIDs because it cannot always be determined

Completed in 565 milliseconds

<<21222324252627282930>>