HomeSort by relevance Sort by last modified time
    Searched refs:equivalent (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /external/llvm/tools/llvm-config/
llvm-config.cpp 194 if (sys::fs::equivalent(CurrentExecPrefix,
207 } else if (sys::fs::equivalent(CurrentExecPrefix, LLVM_OBJ_ROOT)) {
211 } else if (sys::fs::equivalent(CurrentExecPrefix,
  /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/llvm/include/llvm/Support/
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
163 friend bool equivalent(file_status A, file_status B);
268 /// @returns errc::success if exists(to) && exists(from) && equivalent(to, from)
287 /// @brief Remove path. Equivalent to POSIX remove().
355 bool equivalent(file_status A, file_status B);
364 /// inode (or equivalent).
367 error_code equivalent(const Twine &A, const Twine &B, bool &result);
369 /// @brief Simpler version of equivalent for clients that don't need to
371 inline bool equivalent(const Twine &A, const Twine &B) { function in namespace:llvm::sys::fs
373 return !equivalent(A, B, result) && result
    [all...]
system_error.h 38 virtual bool equivalent(int code, const error_condition& condition) const;
39 virtual bool equivalent(const error_code& code, int condition) const;
640 virtual bool equivalent(int _code, const error_condition& _condition) const;
641 virtual bool equivalent(const error_code& _code, int _condition) const;
796 return _x.category().equivalent(_x.value(), _y)
797 || _y.category().equivalent(_x, _y.value());
  /external/llvm/unittests/Support/
Path.cpp 188 EXPECT_FALSE(fs::equivalent(A, B));
209 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal));
213 EXPECT_TRUE(fs::equivalent(A, B));
  /external/openfst/src/include/fst/
fstlib.h 71 #include <fst/equivalent.h>
  /external/v8/test/mjsunit/
const.js 49 // do so that 'o++' is equivalent to 'o = o + 1'.
object-is.js 28 // Test both the Harmony egal operator and it's function equivalent.
  /external/v8/test/mjsunit/regress/
regress-326.js 29 // Should sort non-array into equivalent of [37,42,undefined,,0]
  /external/llvm/autoconf/m4/
ltdl.m4 112 # or its logical equivalent (e.g. shl_load for HP-UX < 11)
305 [Define if you have the libdl library or equivalent.])
311 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
313 [Define if you have the libdl library or equivalent.])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 112 # or its logical equivalent (e.g. shl_load for HP-UX < 11)
305 [Define if you have the libdl library or equivalent.])
311 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
313 [Define if you have the libdl library or equivalent.])
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 443 # or its logical equivalent (e.g. shl_load for HP-UX < 11)
643 [Define if you have the libdl library or equivalent.])
654 [Define if you have the libdl library or equivalent.])
659 [Define if you have the libdl library or equivalent.])
  /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...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 61 @ equivalent to dvmPopJniLocals
footer.S 49 @ equivalent to dvmPopJniLocals
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 82 # equivalent to dvmPopJniLocals
footer.S 66 # equivalent to dvmPopJniLocals
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 86 If an exception is thrown from this method, it is considered to be equivalent of returningtrue.
nodeisequalnode09.js 80 Get the first "em" node, construct an equivalent in a new document and see if isEqualNode
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 37 // UTF-8 (wide case). The output should be equivalent to the true wide
  /ndk/sources/host-tools/nawk-20071023/
README 60 equivalent), you must compile the pieces manually. We have
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Extensions.java 180 public boolean equivalent( method in class:Extensions
X509Extensions.java 424 public boolean equivalent( method in class:X509Extensions
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/openfst/src/include/fst/script/
fstscript.h 45 #include <fst/script/equivalent.h>
106 REGISTER_FST_OPERATION(Equivalent, Arc, EquivalentArgs);

Completed in 4506 milliseconds

12 3 4 5