Searched
full:comparison (Results
676 -
700 of
3417) sorted by null
<<21222324252627282930>>
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
opcode.h | 105 #define COMPARE_OP 107 /* Comparison operator */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email_codecs.py | 53 # TK: full decode comparison
|
test_email_codecs_renamed.py | 53 # TK: full decode comparison
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
tokenize_tests.txt | 151 # comparison
|
/sdk/emulator/qtools/ |
profile_trace.cpp | 23 // This comparison function is called from qsort() to sort
|
/libcore/luni/src/main/java/java/util/ |
TreeMap.java | 277 int comparison = (comparableKey != null) local 284 if (comparison == 0) { 298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right; 309 if (comparison < 0) { // nearest.key is higher 327 } else { // comparison > 0, nearest.key is lower [all...] |
/art/runtime/mirror/ |
string.cc | 104 DCHECK_GE(count_, 0); // ensures the unsigned comparison is safe. 262 // Quick test for comparison of a string with itself.
|
/dalvik/libdex/ |
DexProto.h | 184 * Compare a prototype and a string method descriptor. The comparison 192 * comparison is done as if the descriptors were converted to a
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_match.h | 99 // Comparison function for determining when one match is better than another. 103 // Comparison functions for removing matches with duplicate destinations.
|
/external/chromium/chrome/browser/history/ |
url_database_unittest.cc | 25 // a time_t, do a reaul comparison. Instead, we have to do a more rough 26 // comparison since the conversion reduces the precision.
|
/external/chromium/net/base/ |
directory_lister.cc | 162 // comparison function on the filenames for sorting in the user's locale. 212 // comparison function on the filenames for sorting in the user's locale.
|
/external/chromium_org/gpu/config/ |
gpu_control_list_version_info_unittest.cc | 216 // We apply numerical comparison to major, lexical comparison to others.
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
errorcode.h | 177 Operation op_; // Comparison operation. 178 const ErrorCode *passed_; // Value to be returned if comparison passed,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
regcoll.cpp | 368 // Secondary/Tertiary comparison incorrect in French Secondary 597 // string comparison errors in Scandinavian collators [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_vec_index_to_cond_assign.cpp | 103 /* Generate a single comparison condition "mask" for all of the components 203 /* Generate a single comparison condition "mask" for all of the components
|
/external/chromium_org/tools/site_compare/commands/ |
compare2.py | 7 Does the easiest compatibility test: equality comparison between two different 79 ["-m", "--maskdir"], "Path that holds masks to use for comparison")
|
/external/icu4c/i18n/ |
sortkey.cpp | 170 // Bitwise comparison for the collation keys. 178 // Bitwise comparison for the collation keys.
|
/external/llvm/lib/TableGen/ |
StringMatcher.cpp | 84 // Do the comparison with if (Str[1] != 'f') 90 // Do the comparison with if memcmp(Str.data()+1, "foo", 3).
|
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.h | 69 // An instruction that peforms a 32-bit signed comparison and branches 73 // An instruction that peforms a 64-bit signed comparison and branches
|
/external/llvm/test/CodeGen/SystemZ/ |
branch-04.ll | 187 ; rather than "jump if not ordered" after a floating-point comparison. 204 ; rather than "jump if ordered" after a floating-point comparison.
|
int-cmp-02.ll | 1 ; Test 32-bit signed comparison in which the second operand is a variable. 7 ; Check register comparison.
|
int-cmp-03.ll | 1 ; Test 32-bit unsigned comparison in which the second operand is a variable. 5 ; Check register comparison.
|
int-cmp-11.ll | 86 ; Check the next value up, which must use register comparison. 167 ; Check the next value down, which must use register comparison.
|
int-cmp-13.ll | 99 ; Check the next value up, which must use a register comparison. 180 ; Check the next value down, which must use register comparison.
|
int-cmp-14.ll | 99 ; Check the next value up, which must use a register comparison. 180 ; Check the next value down, which must use register comparison.
|
Completed in 1045 milliseconds
<<21222324252627282930>>