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

<<21222324252627282930>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.5-2.js 49 (2) If comparefn is not supplied or is a consistent comparison
58 comparison function for a set of values if (a) for any two of those
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.9.1.js 34 5. Perform the comparison Result(4) == Result(2). (See section 11.9.3)
136 // if type(x) is Number and type(y) is string, return the result of the comparison x == ToNumber(y).
11.9.2.js 34 5. Perform the comparison Result(4) == Result(2). (See section 11.9.3)
135 // if type(x) is Number and type(y) is string, return the result of the comparison x != ToNumber(y).
11.9.3.js 34 5. Perform the comparison Result(4) == Result(2). (See section 11.9.3)
135 // if type(x) is Number and type(y) is string, return the result of the comparison x == ToNumber(y).
  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 93 * Character based on the comparison level of the collator. A collation order
180 * specified comparison order.
  /external/webkit/Tools/Scripts/
test-webkitpy 219 (comparison, current_version, minimum_version) = \
222 if comparison > 0:
  /hardware/ti/omap3/dspbridge/inc/
csl.h 170 * A signed value that gives the results of the comparison:
263 * A signed value that gives the results of the comparison:
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 171 * A signed value that gives the results of the comparison:
264 * A signed value that gives the results of the comparison:
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 346 // find_first_of, with and without an explicitly supplied comparison function.
361 // find_end, with and without an explicitly supplied comparison function.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 346 // find_first_of, with and without an explicitly supplied comparison function.
361 // find_end, with and without an explicitly supplied comparison function.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 346 // find_first_of, with and without an explicitly supplied comparison function.
361 // find_end, with and without an explicitly supplied comparison function.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 346 // find_first_of, with and without an explicitly supplied comparison function.
361 // find_end, with and without an explicitly supplied comparison function.
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 78 /// isSameCompare - Is V equivalent to the comparison "LHS Pred RHS"?
426 /// ThreadCmpOverSelect - In the case of a comparison with a select instruction,
427 /// try to simplify the comparison by seeing whether both branches of the select
478 // the original comparison.
483 // type as the result of the comparison, so bail out if this is not so.
551 /// ThreadCmpOverPHI - In the case of a comparison with a PHI instruction, try
552 /// try to simplify the comparison by seeing whether comparing with all of the
    [all...]
  /external/dexmaker/javadoc/
index-all.html 125 <DT><A HREF="./com/google/dexmaker/Code.html" title="class in com.google.dexmaker"><B>Code</B></A> - Class in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>Builds a sequence of instructions.<DT><A HREF="./com/google/dexmaker/package-summary.html"><B>com.google.dexmaker</B></A> - package com.google.dexmaker<DD>&nbsp;<DT><A HREF="./com/google/dexmaker/stock/package-summary.html"><B>com.google.dexmaker.stock</B></A> - package com.google.dexmaker.stock<DD>&nbsp;<DT><A HREF="./com/google/dexmaker/Code.html#compare(com.google.dexmaker.Comparison, com.google.dexmaker.Label, com.google.dexmaker.Local, com.google.dexmaker.Local)"><B>compare(Comparison, Label, Local&lt;T&gt;, Local&lt;T&gt;)</B></A> -
134 <DT><A HREF="./com/google/dexmaker/Comparison.html" title="enum in com.google.dexmaker"><B>Comparison</B></A> - Enum in <A HREF="./com/google/dexmaker/package-summary.html">com.google.dexmaker</A><DD>A comparison between two values of the same type.<DT><A HREF="./com/google/dexmaker/stock/ProxyBuilder.html#constructorArgTypes(java.lang.Class...)"><B>constructorArgTypes(Class&lt;?&gt;...)</B></A> -
    [all...]
  /external/icu4c/common/unicode/
utext.h 377 * If either or both of the parameters are NULL, the comparison is FALSE.
679 * Compare two UTexts (binary order). The comparison begins at each source text's
683 * The comparison is done in code point order; unlike u_strCompare, you
709 * Compare two UTexts (binary order). The comparison begins at each source text's
714 * The comparison is done in code point order; unlike u_strCompare, you
740 * Compare two UTexts case-insensitively using full case folding. The comparison
744 * The comparison is done in code point order; this is because the characters
762 * Comparison in code point order with default case folding.
779 * Compare two UTexts case-insensitively using full case folding. The comparison
785 * The comparison is done in code point order; this is because the character
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 29 * string comparison. You use this service to build
74 * Possible values for a comparison result
201 * Base letter represents a primary difference. Set comparison
207 * difference. Set comparison level to UCOL_SECONDARY to ignore tertiary
212 * tertiary difference. Set comparison level to UCOL_TERTIARY to include
213 * all comparison differences. Use this to set the strength of a Collator
470 * @param coll The UCollator containing the comparison rules.
492 * @param coll The UCollator containing the comparison rules.
511 * @param coll The UCollator containing the comparison rules.
530 * @param coll The UCollator containing the comparison rules
    [all...]
  /external/libpcap/
optimize.c 829 * If the comparison at the end of a block is an equality
830 * comparison against a constant, and nobody uses the value
832 * the operation preceding the comparison is an arithmetic
845 * If we have a subtract to do a comparison,
848 * comparison:
859 * and the comparison in the test is
910 * comparison result.
1345 * At this point, we only know the comparison if we
1347 * comparison with a constant.
1350 * was an equality comparison with a constant, we know th
    [all...]
  /bionic/libc/string/
strcasecmp.c 38 * together for a case independent comparison. The mappings are
  /bionic/libc/tools/
checksyscalls.py 147 # now perform the comparison
  /bionic/libm/include/powerpc/
fenv.h 54 #define FE_VXVC 0x00080000 /* ordered comparison involving NaN */
  /bionic/libm/powerpc/
fenv.h 54 #define FE_VXVC 0x00080000 /* ordered comparison involving NaN */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 68 /** Reference comparison result for tests. */
178 * @param testCompareResults the array storing the comparison results from
674 * comparison results.
677 * @param testCompareResults the boolean array to store the test comparison
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/
Test_if_eq.java 33 * Compare with 1234 to check that in case of failed comparison
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 60 * information to convert math and comparison instructions into
  /dalvik/libdex/
DexUtf.h 66 * code point values for comparison. This treats different encodings

Completed in 952 milliseconds

<<21222324252627282930>>