Searched defs:compare (Results 151 - 175 of 380) sorted by relevance

1234567891011>>

/external/oprofile/opjitconv/
H A Djitsymbol.c56 static struct jitentry ** create_sorted_array(compare_symbol compare) argument
61 qsort(array, entry_count, sizeof(struct jitentry *), compare);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp17 static int compare(const void* data1, const void* data2) function
55 FXSYS_qsort(pCACHEINFO, nCount, sizeof (CACHEINFO), compare);
/external/qemu/android/base/
H A DString.cpp126 int String::compare(const char* str, size_t len) const { function in class:android::base::String
147 int String::compare(const char* str) const { function in class:android::base::String
148 return compare(str, ::strlen(str));
152 int String::compare(const String& other) const { function in class:android::base::String
153 return compare(other.c_str(), other.size());
157 int String::compare(const StringView& other) const { function in class:android::base::String
158 return compare(other.str(), other.size());
162 int String::compare(char ch) const { function in class:android::base::String
163 return compare(&ch, 1U);
/external/regex-re2/re2/
H A Dstringpiece.h79 int compare(const StringPiece& x) const { function in class:re2::StringPiece
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java408 public int compare(HitPoint object1, HitPoint object2) { method in class:BackgroundCollisionComponent.HitPointDistanceComparator
H A DGameObjectCollisionSystem.java321 public int compare(CollisionVolumeRecord object1, CollisionVolumeRecord object2) { method in class:GameObjectCollisionSystem.CollisionVolumeComparator
H A DSoundSystem.java182 public int compare(final Sound object1, final Sound object2) { method in class:SoundSystem.SoundComparator
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java166 public static int compare(Time a, Time b) { method in class:ShadowTime
180 return Time.compare(time, other) < 0;
185 return Time.compare(time, other) > 0;
/external/srec/portable/src/
H A DLCHAR.c132 int compare; local
137 CHKLOG(rc, lstrcasecmp(text, L("true"), &compare));
138 if (compare == 0)
143 CHKLOG(rc, lstrcasecmp(text, L("yes"), &compare));
144 if (compare == 0)
149 CHKLOG(rc, lstrcasecmp(text, L("false"), &compare));
150 if (compare == 0)
155 CHKLOG(rc, lstrcasecmp(text, L("no"), &compare));
156 if (compare == 0)
/external/stlport/stlport/stl/
H A Dchar_traits.h146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base
225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) function in class:char_traits
256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) function in class:char_traits
/external/chromium_org/base/containers/
H A Dsmall_map.h58 // double-compare, but you should be aware of this if you use your own
146 // Provide overrides to use operator== for key compare for the "normal" map and
387 key_equal compare; local
390 if (compare(array_[i]->first, key)) {
401 key_equal compare; local
404 if (compare(array_[i]->first, key)) {
416 key_equal compare; local
422 if (compare(array_[i]->first, key)) {
440 key_equal compare; local
444 if (compare(array
[all...]
/external/chromium_org/base/strings/
H A Dstring_piece.h226 int compare(const BasicStringPiece<STRING_TYPE>& x) const { function in class:base::BasicStringPiece
256 return STRING_TYPE::traits_type::compare(p, p2, N);
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.cc101 const FormStructure::InputFieldComparator& compare,
118 compare,
98 FillOutputForSectionWithComparator( DialogSection section, const DetailInputs& inputs, const FormStructure::InputFieldComparator& compare, FormStructure& form_structure, FullWallet* full_wallet, const base::string16& email_address) argument
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceResponse.cpp506 bool ResourceResponse::compare(const ResourceResponse& a, const ResourceResponse& b) function in class:blink::ResourceResponse
/external/chromium_org/third_party/icu/source/common/
H A Duvector.cpp437 * as defined by 'compare'. The current elements are assumed to
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
443 sortedInsert(e, compare, ec);
448 * as defined by 'compare'. The current elements are assumed to
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
454 sortedInsert(e, compare, ec);
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
467 int8_t c = (*compare)(elements[probe], e);
497 UElementComparator *compare = *static_cast<UElementComparator * const *>(context); local
500 int32_t result = (*compare)(e
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp323 UCollationResult RuleBasedCollator::compare( function in class:RuleBasedCollator
329 return compare(source.getBuffer(), uprv_min(length,source.length()), target.getBuffer(), uprv_min(length,target.length()), status);
332 UCollationResult RuleBasedCollator::compare(const UChar* source, function in class:RuleBasedCollator
345 UCollationResult RuleBasedCollator::compare( function in class:RuleBasedCollator
358 UCollationResult RuleBasedCollator::compare(UCharIterator &sIter, function in class:RuleBasedCollator
385 * substring of another key will compare less without any special case.
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.h76 int compare(const NicId &first, const NicId &second) const { function in class:cricket::NicIdComparator
89 return (compare(first, second) < 0);
/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h161 template<typename T> static int compare(const void* untyped_lhs, const void* untyped_rhs) { function
/external/chromium_org/third_party/webrtc/video/
H A Dfull_stack.cc218 FrameComparison(const FrameComparison& compare) argument
219 : dropped(compare.dropped),
220 send_time_ms(compare.send_time_ms),
221 recv_time_ms(compare.recv_time_ms),
222 render_time_ms(compare.render_time_ms) {
223 this->reference.CopyFrame(compare.reference);
224 this->render.CopyFrame(compare.render);
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py28 import commands.compare2 # compare one page in two versions of same browser namespace
76 def Compare(base, compare, ops, root_path=None, out_path=None):
81 compare: (browser, version) tuple of version to compare to
103 if type(compare) in types.StringTypes: compare = (compare, None)
107 compare_dir = os.path.join(root_path, compare[0])
113 if compare[1] is None:
114 # compare default
[all...]
/external/chromium_org/v8/src/compiler/
H A Djs-generic-lowering.cc170 Node* compare = local
174 node->ReplaceInput(0, compare);
/external/clang/lib/AST/
H A DDeclarationName.cpp80 int DeclarationName::compare(DeclarationName LHS, DeclarationName RHS) { function in class:clang::DeclarationName
91 return LII->getName().compare(RII->getName());
101 switch (LHSSelector.getNameForSlot(I).compare(
126 return LHS.getCXXLiteralIdentifier()->getName().compare(
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp766 static bool compare (T a, T b);
772 inline bool EqualityCompare<true>::compare (T a, T b) { return a == b; } function in class:rsg::__anon19782::EqualityCompare
779 inline bool EqualityCompare<false>::compare (T a, T b) { return a != b; } function in class:rsg::__anon19782::EqualityCompare
800 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asFloat(compNdx), b.component(elemNdx).asFloat(compNdx)));
812 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asInt(compNdx), b.component(elemNdx).asInt(compNdx)));
824 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asBool(compNdx), b.component(elemNdx).asBool(compNdx)));
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp73 static inline bool compare (deUint32 func, T a, T b) function in namespace:deqp::gles2::Functional
239 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f);
251 bool dpass = compare(m_compareFunc, d, rd);
438 // .compare
439 tcu::TestCaseGroup* compareGroup = new tcu::TestCaseGroup(m_testCtx, "compare", "gl_FragDepth used with depth comparison");
/external/deqp/modules/gles3/functional/
H A Des3fFragDepthTests.cpp79 static inline bool compare (deUint32 func, T a, T b) function in namespace:deqp::gles3::Functional
246 bool dpass = compare(m_compareFunc, d, constDepth*0.5f + 0.5f);
258 bool dpass = compare(m_compareFunc, d, rd);
582 // .compare
583 tcu::TestCaseGroup* compareGroup = new tcu::TestCaseGroup(m_testCtx, "compare", "gl_FragDepth used with depth comparison");

Completed in 599 milliseconds

1234567891011>>