/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 7 * destination register based on the results of the comparison. 27 @ Test for NaN with a second comparison. EABI forbids testing bit
|
/external/chromium_org/cc/test/ |
pixel_comparator.h | 35 // Exclude alpha channel from comparison? 58 // Exclude alpha channel from comparison?
|
/external/chromium_org/content/browser/ |
storage_partition_impl_map_unittest.cc | 13 // Test that the Less comparison function is implemented properly to uniquely 33 // Let's ensure basic comparison works.
|
/external/chromium_org/courgette/ |
difference_estimator.h | 26 // The comparison is staged: first make Base and Subject objects for the regions 29 // comparison.
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathPredicate.cpp | 109 // If both objects to be compared are node-sets, then the comparison will be true if and only if 111 // performing the comparison on the string-values of the two nodes is true. 120 // If one object to be compared is a node-set and the other is a number, then the comparison will be true 121 // if and only if there is a node in the node-set such that the result of performing the comparison on the number 129 // If one object to be compared is a node-set and the other is a string, then the comparison will be true 130 // if and only if there is a node in the node-set such that the result of performing the comparison on 138 // If one object to be compared is a node-set and the other is a boolean, then the comparison will be true 139 // if and only if the result of performing the comparison on the boolean and on the result of converting
|
/external/chromium_org/third_party/leveldatabase/src/ |
README | 24 Abstraction for user-specified comparison function. If you want 25 just bytewise comparison of keys, you can use the default comparator,
|
/external/clang/test/Misc/ |
include-stack-for-note-flag.cpp | 19 // STACK: error: comparison between pointer and integer 26 // STACKLESS: error: comparison between pointer and integer
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Comparison.java | 24 * A comparison between two values of the same type. 26 public enum Comparison {
|
/external/jdiff/src/jdiff/ |
ConstructorAPI.java | 10 * The method used for Collection comparison (compareTo) must make its 11 * comparison based upon everything that is known about this constructor.
|
/external/clang/test/SemaCXX/ |
null_in_arithmetic_ops.cpp | 67 b = a < NULL || a > NULL; // expected-warning 2{{comparison between NULL and non-pointer ('int' and NULL)}} 68 b = NULL < a || NULL > a; // expected-warning 2{{comparison between NULL and non-pointer (NULL and 'int')}} 69 b = a <= NULL || a >= NULL; // expected-warning 2{{comparison between NULL and non-pointer ('int' and NULL)}} 70 b = NULL <= a || NULL >= a; // expected-warning 2{{comparison between NULL and non-pointer (NULL and 'int')}} 71 b = a == NULL || a != NULL; // expected-warning 2{{comparison between NULL and non-pointer ('int' and NULL)}} 72 b = NULL == a || NULL != a; // expected-warning 2{{comparison between NULL and non-pointer (NULL and 'int')}} 85 b = ((NULL)) != a; // expected-warning{{comparison between NULL and non-pointer (NULL and 'int')}}
|
/external/chromium_org/sandbox/win/src/ |
policy_engine_opcodes.h | 13 // comparison against one single input parameter. For example, an opcode can 14 // encode just one of the following comparison: 35 // groups of opcodes that have N comparison opcodes plus 1 action opcode: 37 // [comparison 1][comparison 2]...[comparison N][action][comparison 1]... 53 // Comparison opcode values: 140 // Evaluates the opcode. For a typical comparison opcode the return value 232 // position to perform the comparison so we can do substring matching. Ther [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 630 // This comparison uses non-final fields so the sort order may change 635 int comparison = (another.isConnected() ? 1 : 0) - (isConnected() ? 1 : 0); local 636 if (comparison != 0) return comparison; 639 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) - 641 if (comparison != 0) return comparison; 644 comparison = (another.mVisible ? 1 : 0) - (mVisible ? 1 : 0); 645 if (comparison != 0) return comparison; [all...] |
/external/icu4c/samples/coll/ |
coll.cpp | 23 "-source string Source string for comparison\n" 24 "-target string Target string for comparison\n" 26 "The format \\uXXXX is supported for the rules and comparison strings\n" 135 * ICU string comparison 247 fprintf(stderr, "Error creating collator for comparison\n");
|
/external/chromium_org/third_party/icu/source/common/ |
uhash.h | 82 * bits). The hashing and comparison functions take a pointer to a 113 * A key comparison function. 121 * A key comparison function. 267 * Set the function used to compare keys. The default comparison is a 268 * void* pointer comparison. 277 * Set the function used to compare values. The default comparison is a 278 * void* pointer comparison. 599 * @param key1 The string for comparison 600 * @param key2 The string for comparison 609 * @param key1 The string for comparison [all...] |
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
results.js | 34 ui.results.Comparison = base.extends('table', { 37 this.className = 'comparison'; 104 _addResult: function(comparison, constructor, resultsURLsByKind, kind) 109 comparison.update(kind, new constructor(url)); 113 var comparison = new ui.results.Comparison(); 116 this._addResult(comparison, constructor, resultsURLsByKind, results.kExpectedKind); 117 this._addResult(comparison, constructor, resultsURLsByKind, results.kActualKind); 118 this._addResult(comparison, constructor, resultsURLsByKind, results.kDiffKind); 120 this.appendChild(comparison); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.h | 32 * - get/set decomposition mode and comparison level 75 * This tests the comparison convenience methods of a collator object. 92 * - comparison between collation keys
|
/external/icu4c/test/intltest/ |
apicoll.h | 32 * - get/set decomposition mode and comparison level 75 * This tests the comparison convenience methods of a collator object. 92 * - comparison between collation keys
|
/external/llvm/lib/Target/SystemZ/ |
SystemZTargetMachine.cpp | 71 // especially true in the commonest case where the result of the comparison 80 // value produced by RISBG can be used for any comparison with zero 89 // between the comparison and the branch, but it isn't clear whether
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_heap.h | 191 * @brief Push an element onto a heap using comparison functor. 194 * @param comp Comparison functor. 338 * @brief Pop an element off a heap using comparison functor. 341 * @param comp Comparison functor to use. 402 * @brief Construct a heap over a range using comparison functor. 405 * @param comp Comparison functor to use. 470 * @brief Sort a heap using comparison functor. 473 * @param comp Comparison functor to use. 524 * @brief Search the end of a heap using comparison functor. 527 * @param comp Comparison functor to use [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_heap.h | 193 * @brief Push an element onto a heap using comparison functor. 196 * @param comp Comparison functor. 340 * @brief Pop an element off a heap using comparison functor. 343 * @param comp Comparison functor to use. 404 * @brief Construct a heap over a range using comparison functor. 407 * @param comp Comparison functor to use. 472 * @brief Sort a heap using comparison functor. 475 * @param comp Comparison functor to use. 526 * @brief Search the end of a heap using comparison functor. 529 * @param comp Comparison functor to use [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_heap.h | 193 * @brief Push an element onto a heap using comparison functor. 196 * @param comp Comparison functor. 340 * @brief Pop an element off a heap using comparison functor. 343 * @param comp Comparison functor to use. 404 * @brief Construct a heap over a range using comparison functor. 407 * @param comp Comparison functor to use. 472 * @brief Sort a heap using comparison functor. 475 * @param comp Comparison functor to use. 526 * @brief Search the end of a heap using comparison functor. 529 * @param comp Comparison functor to use [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_heap.h | 191 * @brief Push an element onto a heap using comparison functor. 194 * @param comp Comparison functor. 338 * @brief Pop an element off a heap using comparison functor. 341 * @param comp Comparison functor to use. 402 * @brief Construct a heap over a range using comparison functor. 405 * @param comp Comparison functor to use. 470 * @brief Sort a heap using comparison functor. 473 * @param comp Comparison functor to use. 524 * @brief Search the end of a heap using comparison functor. 527 * @param comp Comparison functor to use [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_heap.h | 191 * @brief Push an element onto a heap using comparison functor. 194 * @param comp Comparison functor. 338 * @brief Pop an element off a heap using comparison functor. 341 * @param comp Comparison functor to use. 402 * @brief Construct a heap over a range using comparison functor. 405 * @param comp Comparison functor to use. 470 * @brief Sort a heap using comparison functor. 473 * @param comp Comparison functor to use. 524 * @brief Search the end of a heap using comparison functor. 527 * @param comp Comparison functor to use [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_heap.h | 191 * @brief Push an element onto a heap using comparison functor. 194 * @param comp Comparison functor. 338 * @brief Pop an element off a heap using comparison functor. 341 * @param comp Comparison functor to use. 402 * @brief Construct a heap over a range using comparison functor. 405 * @param comp Comparison functor to use. 470 * @brief Sort a heap using comparison functor. 473 * @param comp Comparison functor to use. 524 * @brief Search the end of a heap using comparison functor. 527 * @param comp Comparison functor to use [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_heap.h | 191 * @brief Push an element onto a heap using comparison functor. 194 * @param comp Comparison functor. 338 * @brief Pop an element off a heap using comparison functor. 341 * @param comp Comparison functor to use. 402 * @brief Construct a heap over a range using comparison functor. 405 * @param comp Comparison functor to use. 470 * @brief Sort a heap using comparison functor. 473 * @param comp Comparison functor to use. 524 * @brief Search the end of a heap using comparison functor. 527 * @param comp Comparison functor to use [all...] |