HomeSort by relevance Sort by last modified time
    Searched defs:equivalent (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Support/
system_error.cpp 35 error_category::equivalent(int code, const error_condition& condition) const { function in class:llvm::error_category
40 error_category::equivalent(const error_code& code, int condition) const { function in class:llvm::error_category
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 29 * A strategy for determining whether two instances are considered equivalent. Examples of
48 * Returns {@code true} if the given objects are considered equivalent.
50 * <p>The {@code equivalent} method implements an equivalence relation on object references:
54 * equivalent(x, x)} returns {@code true}.
56 * equivalent(x, y) == equivalent(y, x)}.
58 * {@code equivalent(x, y)} returns {@code true} and {@code equivalent(y, z)} returns {@code
59 * true}, then {@code equivalent(x, z)} returns {@code true}.
61 * of {@code equivalent(x, y)} consistently return {@code true} or consistently return {@cod
65 public final boolean equivalent(@Nullable T a, @Nullable T b) { method in class:Equivalence
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 416 public boolean equivalent( method in class:X509Extensions
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 146 * @return true if logically equivalent
148 public boolean equivalent(Operation o) { method in class:AsyncQueryServiceHelper.OperationInfo
  /external/webkit/Source/WebCore/dom/
Position.cpp 339 // 1. It is the first position in the node and the next visually equivalent position
341 // 2. It is the last position in the node and the previous visually equivalent position
343 // 3. It is an editable position and both the next and previous visually equivalent
511 // This function and downstream() are used for moving back and forth between visually equivalent candidates.
633 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
1068 Position equivalent = downstreamIgnoringEditingBoundaries(*this); local
    [all...]
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 611 const HTMLElementEquivalent* equivalent = HTMLEquivalents[i]; local
612 if (equivalent->matches(element) && equivalent->propertyExistsInStyle(m_mutableStyle.get())
613 && (shouldExtractMatchingStyle == ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m_mutableStyle.get()))) {
615 equivalent->addToStyle(element, extractedStyle);
666 const HTMLAttributeEquivalent* equivalent = HTMLAttributeEquivalents[i].get(); local
669 if (shouldPreserveWritingDirection == PreserveWritingDirection && equivalent->attributeName() == HTMLNames::dirAttr)
672 if (!equivalent->matches(element) || !equivalent->propertyExistsInStyle(m_mutableStyle.get())
673 || (shouldExtractMatchingStyle == DoNotExtractMatchingStyle && equivalent->valueIsPresentInStyle(element, m_mutableStyle.get()))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 232 milliseconds