/external/bluetooth/bluedroid/bta/include/ |
bd.h | 65 ** Description Compare bd addr b to a. 77 ** Description Compare bd addr to "any" bd addr.
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.cc | 46 if (element.compare("autofillqueryresponse") == 0) { 57 if (attribute_name.compare("uploadrequired") == 0) { 62 } else if (attribute_name.compare("experimentid") == 0) { 69 } else if (element.compare("field") == 0) { 82 if (attribute_name.compare("autofilltype") == 0) { 120 if (element.compare("autofilluploadresponse") == 0) { 125 if (attribute_name.compare("positiveuploadrate") == 0) { 127 } else if (attribute_name.compare("negativeuploadrate") == 0) {
|
/external/chromium/third_party/libjingle/overrides/talk/xmllite/ |
qname.h | 25 int Compare(const QName & other) const; 28 bool operator<(const QName & other) const { return Compare(other) < 0; }
|
/external/chromium_org/content/common/ |
cc_messages_unittest.cc | 43 void Compare(const RenderPass* a, const RenderPass* b) { 51 void Compare(const SharedQuadState* a, const SharedQuadState* b) { 61 void Compare(const DrawQuad* a, const DrawQuad* b) { 69 Compare(a->shared_quad_state, b->shared_quad_state); 73 Compare(CheckerboardDrawQuad::MaterialCast(a), 77 Compare(DebugBorderDrawQuad::MaterialCast(a), 81 Compare(IOSurfaceDrawQuad::MaterialCast(a), 85 Compare(PictureDrawQuad::MaterialCast(a), 89 Compare(RenderPassDrawQuad::MaterialCast(a), 93 Compare(TextureDrawQuad::MaterialCast(a) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
capitst.h | 35 * ctor, dtor, createInstance, compare, getStrength/setStrength 45 * Test compare
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
mnkytst.h | 9 * substrings of the default test strings to verify if the compare and 36 // perform monkey tests using Collator::compare
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3997.test | 20 return [string compare $rhs $lhs] 23 return [string compare $lhs $rhs]
|
/external/clang/test/Modules/ |
submodules.cpp | 18 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
|
/external/clang/test/SemaCXX/ |
builtins.cpp | 12 template<int (*Compare)(const char *s1, const char *s2)> 14 return Compare(s1, s2) == 0;
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Unsigned.java | 25 public static int compare(short ushortA, short ushortB) { method in class:Unsigned 34 public static int compare(int uintA, int uintB) { method in class:Unsigned
|
/external/icu4c/test/cintltst/ |
capitst.h | 35 * ctor, dtor, createInstance, compare, getStrength/setStrength 45 * Test compare
|
/external/icu4c/test/intltest/ |
mnkytst.h | 9 * substrings of the default test strings to verify if the compare and 36 // perform monkey tests using Collator::compare
|
/external/libyuv/files/ |
libyuv_test.gyp | 49 'target_name': 'compare', 56 'util/compare.cc',
|
/external/linux-tools-perf/util/ |
strfilter.h | 38 * strfilter__compare - compare given string and a string filter 42 * Compare @str and @self. Return true if the str match the rule
|
/external/lzma/CPP/Common/ |
MyVector.h | 132 static void SortRefDown(T* p, int k, int size, int (*compare)(const T*, const T*, void *), void *param)
140 if (s < size && compare(p + s + 1, p + s, param) > 0)
142 if (compare(&temp, p + s, param) >= 0)
150 void Sort(int (*compare)(const T*, const T*, void *), void *param)
159 SortRefDown(p, i, size, compare, param);
167 SortRefDown(p, 1, size, compare, param);
258 void Sort(int (*compare)(void *const *, void *const *, void *), void *param)
259 { CPointerVector::Sort(compare, param); }
|
/external/stlport/test/eh/ |
bug.cpp | 7 struct compare struct 28 std::multiset<int*,compare> m;
|
/external/strace/linux/ |
ioctlsort.c | 26 int compare(const void* a, const void* b) { function 43 qsort(ioctls, nioctls, sizeof(ioctls[0]), compare);
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
SortingCursorWrapper.java | 183 final int compare; local 185 compare = -1; 187 compare = 1; 189 compare = lhs.compareToIgnoreCase(rhs); 192 if (compare < 0) { 236 final int compare = Long.compare(lhs, rhs); local 237 if (compare > 0) {
|
/libcore/dex/src/main/java/com/android/dex/util/ |
Unsigned.java | 25 public static int compare(short ushortA, short ushortB) { method in class:Unsigned 34 public static int compare(int uintA, int uintB) { method in class:Unsigned
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
addprefix | 29 # COMPARE RESULTS 31 # In this call to compare output, you should use the call &get_logfile(1)
|
dir | 29 # COMPARE RESULTS 31 # In this call to compare output, you should use the call &get_logfile(1)
|
findstring | 32 # COMPARE RESULTS 34 # In this call to compare output, you should use the call &get_logfile(1)
|
join | 29 # COMPARE RESULTS 31 # In this call to compare output, you should use the call &get_logfile(1)
|
notdir | 29 # COMPARE RESULTS 31 # In this call to compare output, you should use the call &get_logfile(1)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
compare.hpp | 1 // Boost string_algo library compare.hpp header file -------------------------// 19 take an additional argument with a predicate used to compare elements. 38 Compare two operands for equality 63 Compare two operands. Case is ignored. 90 Compare two operands using > operator 116 Compare two operands. Case is ignored. 143 Compare two operands using > operator 169 Compare two operands. Case is ignored.
|