HomeSort by relevance Sort by last modified time
    Searched refs:equivalent (Results 1 - 25 of 52) sorted by null

1 2 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
backward_warning.h 31 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 31 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 31 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
backward_warning.h 31 non-deprecated interface with equivalent functionality instead. For a \
  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 9 // the C++ end the bindings were passed the punycode equivalent of this
  /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/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/
system_error.h 36 virtual bool equivalent(int code, const error_condition& condition) const;
37 virtual bool equivalent(const error_code& code, int condition) const;
649 virtual bool equivalent(int _code, const error_condition& _condition) const;
650 virtual bool equivalent(const error_code& _code, int _condition) const;
801 return _x.category().equivalent(_x.value(), _y)
802 || _y.category().equivalent(_x, _y.value());
FileSystem.h 17 // category. However, they shall be equivalent to any error conditions listed
153 /// @returns errc::success if exists(to) && exists(from) && equivalent(to, from)
172 /// @brief Remove path. Equivalent to POSIX remove().
240 bool equivalent(file_status A, file_status B);
247 /// inode (or equivalent).
250 error_code equivalent(const Twine &A, const Twine &B, bool &result);
  /external/v8/test/mjsunit/
const.js 49 // do so that 'o++' is equivalent to 'o = o + 1'.
  /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/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
  /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
documentnormalizedocument09.js 93 If an exception is thrown from this method, it is considered to be equivalent of returningtrue.
documentnormalizedocument12.js 95 If an exception is thrown from this method, it is considered to be equivalent of returningtrue.
handleerror01.js 93 If an exception is thrown from this method, it is considered to be equivalent of returningtrue.
  /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/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 416 public boolean equivalent( method in class:X509Extensions
  /external/llvm/unittests/Support/
Path.cpp 205 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal));

Completed in 2199 milliseconds

1 2 3