Searched defs:equivalent (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp-tests.el29 (defun equivalent-face (face)
41 (setq result (cons (equivalent-face (get-text-property i 'face s))
/external/llvm/lib/Support/
H A Dsystem_error.cpp35 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensions.java156 public boolean equivalent( method in class:Extensions
H A DX509Extensions.java424 public boolean equivalent( method in class:X509Extensions
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp24 /// \brief Default \c PathComparator using \c llvm::sys::fs::equivalent().
27 virtual bool equivalent(StringRef FileA, StringRef FileB) const { function in struct:clang::tooling::DefaultPathComparator
28 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB);
88 /// whether the stored path is equivalent to 'p'. If yes, the best match is
94 /// equivalent, continue with the parent node as if 'n' didn't exist. If one
95 /// is equivalent, the best match is found. Otherwise, report and ambigiuity
102 if (Comparator.equivalent(StringRef(Path), FileName))
121 if (Comparator.equivalent(AllChildren[i], FileName)) {
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java29 * 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(
65 public final boolean equivalent(@Nullable T a, @Nullable T b) { method in class:Equivalence
[all...]
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp131 virtual bool equivalent(StringRef FileA, StringRef FileB) const { function in struct:clang::tooling::FakeComparator
/external/chromium_org/content/browser/renderer_host/input/
H A Dimmediate_input_router_unittest.cc92 bool equivalent = TouchEventsAreEquivalent(*first, *second); local
93 if (!equivalent)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp409 // 1. It is the first position in the node and the next visually equivalent position
411 // 2. It is the last position in the node and the previous visually equivalent position
413 // 3. It is an editable position and both the next and previous visually equivalent
581 // This function and downstream() are used for moving back and forth between visually equivalent candidates.
703 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
1163 // Try a visually equivalent position with possibly opposite editability. This helps in case |this| is in
1166 Position equivalent = downstreamIgnoringEditingBoundaries(*this); local
1167 if (equivalent == *this) {
1168 equivalent = upstreamIgnoringEditingBoundaries(*this);
1169 if (equivalent
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp797 const HTMLElementEquivalent* equivalent = HTMLElementEquivalents[i].get(); local
798 if (equivalent->matches(element) && equivalent->propertyExistsInStyle(m_mutableStyle.get())
799 && (shouldExtractMatchingStyle == ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m_mutableStyle.get()))) {
801 equivalent->addToStyle(element, extractedStyle);
854 const HTMLAttributeEquivalent* equivalent = HTMLAttributeEquivalents[i].get(); local
857 if (shouldPreserveWritingDirection == PreserveWritingDirection && equivalent->attributeName() == HTMLNames::dirAttr)
860 if (!equivalent->matches(element) || !equivalent->propertyExistsInStyle(m_mutableStyle.get())
861 || (shouldExtractMatchingStyle == DoNotExtractMatchingStyle && equivalent
993 elementMatchesAndPropertyIsNotInInlineStyleDecl(const HTMLElementEquivalent* equivalent, const Element* element, EditingStyle::CSSPropertyOverrideMode mode, StylePropertySet* style) argument
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h17 // category. However, they shall be equivalent to any error conditions listed
167 friend bool equivalent(file_status A, file_status B);
307 /// @returns errc::success if exists(to) && exists(from) && equivalent(to, from)
420 bool equivalent(file_status A, file_status B);
429 /// inode (or equivalent).
432 error_code equivalent(const Twine &A, const Twine &B, bool &result);
434 /// @brief Simpler version of equivalent for clients that don't need to
436 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
438 return !equivalent(A, B, result) && result;
/external/clang/include/clang/AST/
H A DType.h2346 /// should not be: two lexically equivalent variable array types could mean
3340 /// generally it is not canonically equivalent to the attributed type.
3341 /// The "equivalent type" is the minimally-desugared type which the
3342 /// type is canonically equivalent to.
3347 /// - the equivalent type is VectorType(16, int32_t)
3395 QualType modified, QualType equivalent)
3400 ModifiedType(modified), EquivalentType(equivalent) {
3424 QualType modified, QualType equivalent) {
3427 ID.AddPointer(equivalent.getAsOpaquePtr());
3806 /// equivalent fo
3394 AttributedType(QualType canon, Kind attrKind, QualType modified, QualType equivalent) argument
3423 Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, QualType modified, QualType equivalent) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...

Completed in 4320 milliseconds