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

<<11121314151617181920>>

  /external/jdiff/src/jdiff/
DiffMyers.java 6 /** A class to compare vectors of objects. The result of comparison
9 of text from two files. Comparison options such as "ignore
49 be needed again later to print the results of the comparison as
63 /** When set to true, the comparison uses a heuristic to speed it up.
431 and avoid even thinking about them in the main comparison algorithm. */
435 /* Now do the main comparison algorithm, considering just the
458 /* Get the results of comparison in the form of a chain
467 /** The result of comparison is an "edit script": a chain of change objects.
512 /** Allocate changed array for the results of comparison. */
535 comparison algorithm; it will be as if that line were not in the file
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
fp-cmp-01.ll 1 ; Test 32-bit floating-point comparison.
7 ; Check comparison with registers.
151 ; Check comparison with zero.
fp-cmp-02.ll 1 ; Test 64-bit floating-point comparison.
7 ; Check comparison with registers.
151 ; Check comparison with zero.
  /frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java 206 // Primitive comparison
213 // String comparison
219 // Object comparison
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
finder.hpp 46 \param Comp An element comparison predicate
87 \param Comp An element comparison predicate
127 \param Comp An element comparison predicate
  /bionic/libc/arch-x86/string/
strcmp.S 78 L3: movzbl (%eax),%eax /* unsigned comparison */
  /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.
  /dalvik/vm/compiler/template/mips/
TEMPLATE_CMPL_DOUBLE_VFP.S 8 * destination register based on the results of the comparison.
  /dalvik/vm/mterp/mips/
OP_CMPL_DOUBLE.S 8 * destination register based on the results of the comparison.
OP_CMPL_FLOAT.S 8 * destination register based on the results of the comparison.
  /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/ceres-solver/include/ceres/internal/
scoped_ptr.h 102 // Comparison operators.
133 // Forbid comparison of scoped_ptr types. If C2 != C, it totally doesn't
236 // Comparison operators.
263 // Forbid comparison of different scoped_array types.
  /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/chromium-trace/trace-viewer/src/tracing/trace_model/
cpu.js 80 * Comparison between processes that orders by cpuNumber.
process.js 30 * Comparison between processes that orders by pid.
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view_unittest.cc 62 // Escape is used just for canceling, so exclude it from the comparison with
  /external/chromium_org/base/
file_descriptor_posix.h 31 // A comparison operator so that we can use these as keys in a std::map.
location.h 30 // Comparison operator for insertion into a std::map<> hash tables.
version.h 17 // parsing and comparison.

Completed in 1488 milliseconds

<<11121314151617181920>>