Searched defs:compare (Results 1 - 25 of 380) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h162 ANTLR3_UINT32 (*compare) (struct ANTLR3_STRING_struct * string, const char * compStr); member in struct:ANTLR3_STRING_struct
/external/apache-http/src/org/apache/commons/codec/
H A DStringEncoderComparator.java68 * @param o1 the object to compare
69 * @param o2 the object to compare to
73 public int compare(Object o1, Object o2) { method in class:StringEncoderComparator
/external/apache-http/src/org/apache/http/cookie/
H A DCookieIdentityComparator.java38 * This cookie comparator can be used to compare identity of cookies.
56 public int compare(final Cookie c1, final Cookie c2) { method in class:CookieIdentityComparator
H A DCookiePathComparator.java71 public int compare(final Cookie c1, final Cookie c2) { method in class:CookiePathComparator
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java86 // Create a vector of node compare elements
114 * Return the results of a compare of two nodes.
115 * TODO: Optimize compare -- cache the getStringExpr results, key by m_selectPat + hash of node.
117 * @param n1 First node to use in compare
118 * @param n2 Second node to use in compare
122 * @return The results of the compare of the two nodes.
126 int compare( method in class:NodeSorter
165 // Can't use NaN for compare. They are never equal. Use zero instead.
174 result = compare(n1, n2, kIndex + 1, support);
231 // Use collation keys for faster compare, bu
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java465 * @param obj2 Object to compare this nodeset to
472 public boolean compare(XObject obj2, Comparator comparator) method in class:XNodeSet
638 * @param obj2 object to compare this nodeset to
640 * @return see this.compare(...)
646 return compare(obj2, S_LT);
652 * @param obj2 object to compare this nodeset to
654 * @return see this.compare(...)
660 return compare(obj2, S_LTE);
666 * @param obj2 object to compare this nodeset to
668 * @return see this.compare(
[all...]
/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_number_conversions_unittest.cc691 std::vector<uint8> compare; local
695 compare.push_back(static_cast<uint8>(cases[i].output[j]));
696 ASSERT_EQ(output.size(), compare.size()) << i << ": " << cases[i].input;
697 EXPECT_TRUE(std::equal(output.begin(), output.end(), compare.begin())) <<
792 EXPECT_EQ(hex.compare("01FF02FE038081"), 0);
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/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc3204 const FormStructure::InputFieldComparator& compare) {
3217 wrapper->FillFormStructure(types, compare, &form_structure_);
3256 card_wrapper.FillFormStructure(types, compare, &form_structure_);
3276 profile_wrapper.FillFormStructure(types, compare, &form_structure_);
3202 FillOutputForSectionWithComparator( DialogSection section, const FormStructure::InputFieldComparator& compare) argument
H A Ddata_model_wrapper.cc90 const FormStructure::InputFieldComparator& compare,
94 compare,
88 FillFormStructure( const std::vector<ServerFieldType>& types, const FormStructure::InputFieldComparator& compare, FormStructure* form_structure) const argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js111 function compare(a, b) { function
116 return compare(app1.name.toLowerCase(), app2.name.toLowerCase());
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string.h114 // Case insensitive string compare.
119 // Case sensitive string compare.
120 int compare(const wchar_t* str) const { function in class:mini_installer::StackString
/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller_unittest.cc212 std::less<SigninErrorController::AuthStatusProvider*> compare; local
214 compare(fake_provider0.get(), fake_provider1.get()) ?
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_url_unittest.cc115 FileSystemURL::Comparator compare; local
120 compare(FileSystemURL::CreateForTest(urls[i]),
129 EXPECT_EQ(a.type() < b.type(), compare(a, b));
130 EXPECT_EQ(b.type() < a.type(), compare(b, a));
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc2870 // There can be several index keys that compare equal. We want the last one.
3216 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key); local
3218 return compare > 0;
3220 return compare >= 0;
3222 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key); local
3224 return compare < 0;
3226 return compare <= 0;
3231 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.high_key); local
3233 return compare >= 0;
3235 return compare >
3237 int compare = CompareIndexKeys(iterator_->Key(), cursor_options_.low_key); local
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dverify_filelist.py173 def compare(line1, line2): function in function:SortFile
178 lines.sort(compare)
/external/chromium_org/sync/syncable/
H A Dsyncable_id.h74 inline int compare(const Id& that) const { function in class:syncer::syncable::Id
75 return s_.compare(that.s_);
110 // This method returns an ID that will compare less than any valid ID.
/external/chromium_org/testing/android/junit/javatests/src/org/chromium/testing/local/
H A DGtestLoggerTest.java135 public int compare(Description o1, Description o2) { method in class:GtestLoggerTest.DescriptionComparator
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.cpp46 HTMLEntitySearch::CompareResult HTMLEntitySearch::compare(const HTMLEntityTableEntry* entry, UChar nextCharacter) const function in class:blink::HTMLEntitySearch
63 CompareResult result = compare(left, nextCharacter);
70 result = compare(probe, nextCharacter);
88 CompareResult result = compare(right, nextCharacter);
95 result = compare(probe, nextCharacter);
118 if (m_first == m_last && compare(m_first, nextCharacter) != Prefix)
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPredicate.cpp116 bool EqTestOp::compare(EvaluationContext& context, const Value& lhs, const Value& rhs) const function in class:blink::XPath::EqTestOp
129 if (compare(context, stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
143 if (compare(context, Value(stringValue(lhsSet[lindex])).toNumber(), rhs))
155 if (compare(context, stringValue(lhsSet[lindex]), rhs))
166 return compare(context, lhs.toBoolean(), rhs);
174 if (compare(context, lhs, Value(stringValue(rhsSet[rindex])).toNumber()))
181 if (compare(context, lhs, stringValue(rhsSet[rindex])))
187 return compare(context, lhs, rhs.toBoolean());
224 return compare(context, lhs, rhs);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntime.js546 return compare(name1, name2);
554 function compare(left, right) function

Completed in 626 milliseconds

1234567891011>>