Searched refs:comparison (Results 1 – 25 of 58) sorted by relevance
123
/external/icu4c/test/intltest/ |
D | regcoll.cpp | 1086 UnicodeString comparison(tests[i + 1]); in compareArray() local 1089 if (comparison == "<") in compareArray() 1093 else if (comparison == ">") in compareArray() 1097 else if (comparison == "=") in compareArray() 1105 errln(bogus1 + comparison + bogus2); in compareArray()
|
/external/iptables/extensions/ |
D | libipt_connmark.man | 9 comparison).
|
D | libip6t_mark.man | 9 comparison).
|
D | libipt_mark.man | 9 comparison).
|
/external/webkit/autotools/ |
D | acinclude.m4 | 20 # The operator OP determines what type of comparison to do, and can be one 70 # portions necessary to perform the specific comparison specified by the 93 # allows a simple string comparison. The end result is that a version
|
/external/tesseract/testing/ |
D | README | 42 report and comparison with the 1995 results.
|
/external/webkit/WebKit/win/Interfaces/ |
D | DOMRange.idl | 50 // DOM Range comparison codes
|
/external/icu4c/data/unidata/ |
D | Blocks.txt | 20 # For more information on the comparison of property values,
|
/external/grub/docs/ |
D | multiboot.info | 942 The general rule is that the data comparison technique is the quick 953 * Data comparison technique:: 957 File: multiboot.info, Node: Data comparison technique, Next: I/O restriction technique, Up: BIOS… 959 4.2.1 Data comparison technique 981 File: multiboot.info, Node: I/O restriction technique, Prev: Data comparison technique, Up: BIOS… 1651 Node: Data comparison technique41217
|
D | multiboot.texi | 1008 The general rule is that the data comparison technique is the quick and 1018 * Data comparison technique:: 1023 @node Data comparison technique 1024 @subsection Data comparison technique
|
/external/jpeg/ |
D | filelist.doc | 209 test*.* Source and comparison files for confidence test.
|
/external/icu4c/samples/ufortune/resources/ |
D | root.txt | 182 She just wanted to make a comparison.",
|
/external/icu4c/i18n/ |
D | ucol.cpp | 6933 int32_t comparison; in ucol_checkIdent() local 6948 comparison = u_strCompareIter(sIt, tIt, TRUE); in ucol_checkIdent() 7022 comparison = u_strcmpCodePointOrder(sBuf, tBuf); in ucol_checkIdent() 7030 comparison = u_memcmpCodePointOrder(sBuf, tBuf, uprv_min(sLen, tLen)); in ucol_checkIdent() 7031 if (comparison == 0) { in ucol_checkIdent() 7032 comparison = sLen - tLen; in ucol_checkIdent() 7037 if (comparison < 0) { in ucol_checkIdent() 7039 } else if (comparison == 0) { in ucol_checkIdent()
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_instance.mm | 48 …eptionEnvironment; // No need to protect this value, since we just use it for a pointer comparison.
|
/external/dropbear/libtommath/ |
D | bn.tex | 787 for any comparison. 807 \subsection{Unsigned comparison} 809 An unsigned comparison considers only the digits themselves and not the associated \textit{sign} fl… 810 mp\_int structures. This is analogous to an absolute comparison. The function mp\_cmp\_mag() will… 865 \subsection{Signed comparison} 930 This will compare $a$ to the left of $b$ using a signed comparison. Note that it will always treat…
|
/external/bison/tests/ |
D | calc.at | 111 %nonassoc '=' /* comparison */
|
/external/libpcap/ |
D | CHANGES | 388 comparison operators, while the code generator and optimizer assumed
|
/external/bluetooth/glib/gthread/ |
D | ChangeLog | 450 * gthread-posix.c (g_thread_create_posix_impl): Do a comparison,
|
/external/dropbear/ |
D | CHANGES | 109 - Improve PAM prompt comparison.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 1955 (JSC::JIT::emitBinaryDoubleOp): Actually do the comparison in reverse 1984 comparison in reverse order, and jump if the result is below or 1998 numeric or string comparison. If the second operand is an object, you 2022 (JSC::JIT::emitSlow_op_neq): Made a vptr comparison a *Ptr operation, 2116 (JSC::JIT::emit_op_div): Modified emitBinaryDoubleOp to accept comparison/jump
|
D | ChangeLog-2002-12-03 | 692 - fix hash function and key comparison for the other kind of hash table; yields 3% 954 * kjs/ustring.h: Added compare function for -1/0/+1 comparison.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 1297 guint64 otherwise and that can produce warnings about comparison
|
D | NEWS | 2847 * Fixes for comparison of threads [Sebastian Wilhelmi] 3003 * Fixed confusions between comparison functions that return <0, 0, >0
|
D | ChangeLog.pre-2-2 | 450 comparison. (#54344, Morten Welinder)
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 1683 # Normalize beta version numbers with letters to numbers only for comparison.
|
123