/external/valgrind/main/include/ |
pub_tool_xarray.h | 40 // are allowed; the comparison function for sort/lookup can be changed 41 // at any time, and duplicates (modulo the comparison function) are 60 /* Set the comparison function for this XArray. This clears an 75 /* Sort an XArray using its comparison function, if set; else bomb. 88 comparison function. This is unsafe in the sense that if the array 89 is not totally ordered as defined by your comparison function, then 91 that the array is suitably ordered. This is in comparison to 93 array has first been sorted using the same comparison function as
|
/ndk/sources/cxx-stl/gabi++/src/ |
type_info.cc | 52 // we perform string comparison. 70 // we perform string comparison.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_contains.py | 94 This class raises an exception during comparison. That in 95 turn causes the comparison to fail with a TypeError.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_contains.py | 94 This class raises an exception during comparison. That in 95 turn causes the comparison to fail with a TypeError.
|
/bionic/libc/arch-x86/string/ |
memcmp.S | 38 L6: movzbl -1(%edi),%eax /* Perform unsigned comparison */
|
/cts/tools/signature-tools/ |
README.txt | 3 This project contains the source code and tests for API signature comparison tools.
|
/dalvik/vm/mterp/arm-vfp/ |
OP_CMPG_DOUBLE.S | 7 * destination register based on the results of the comparison.
|
OP_CMPG_FLOAT.S | 7 * destination register based on the results of the comparison.
|
OP_CMPL_DOUBLE.S | 7 * destination register based on the results of the comparison.
|
OP_CMPL_FLOAT.S | 7 * destination register based on the results of the comparison.
|
/dalvik/vm/mterp/armv5te/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
zcmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
/dalvik/vm/mterp/armv6t2/ |
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
/dalvik/vm/mterp/x86/ |
OP_CMP_LONG.S | 7 * register based on the results of the comparison.
|
bincmp.S | 5 * fragment that specifies the *reverse* comparison to perform, e.g.
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
TestHelper.java | 34 String.format("Source comparison failure: expected:<%s> but was:<%s>", expected, actual),
|
/external/chromium/base/ |
version.h | 17 // parsing and comparison.
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
sorted_array_utils.js | 33 var i, comparison; 37 comparison = mapFn(ary[i]) - loVal; 38 if (comparison < 0) { 40 } else if (comparison > 0) {
|
/external/chromium/net/spdy/ |
spdy_io_buffer.h | 39 // Comparison operator to support sorting.
|
/external/chromium-trace/trace-viewer/src/base/ |
sorted_array_utils.js | 34 var i, comparison; 38 comparison = mapFn(ary[i]) - loVal; 39 if (comparison < 0) { 41 } else if (comparison > 0) {
|
/external/chromium_org/base/ |
callback_unittest.nc | 17 // Attempting to call comparison function on two callbacks of different type.
|
version.cc | 130 const int comparison = CompareVersionComponents(components_, parsed); local 136 if (comparison == -1 || comparison == 0) 137 return comparison;
|
/external/chromium_org/base/win/ |
scoped_propvariant.h | 50 // Comparison operators for ScopedPropVariant are not supported at this point.
|
/external/chromium_org/chrome/browser/autocomplete/ |
url_prefix.h | 29 // Performs case insensitive string comparison.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
pepper_flash_content_settings_utils.h | 54 // comparison of the |audio_setting| and |video_setting| field of
|