Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 36) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.errors/
Dequivalent_error_code_int.pass.cpp22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5)); in main()
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6)); in main()
Dequivalent_int_error_condition.pass.cpp23 assert(e_cat.equivalent(5, e_cond)); in main()
24 assert(!e_cat.equivalent(6, e_cond)); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
Dequivalent_error_code_int.pass.cpp22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5)); in main()
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6)); in main()
Dequivalent_int_error_condition.pass.cpp23 assert(e_cat.equivalent(5, e_cond)); in main()
24 assert(!e_cat.equivalent(6, e_cond)); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dinline.m47 dnl Test for the 'inline' keyword or equivalent.
8 dnl Define 'inline' to a supported equivalent, or to nothing if not supported,
10 dnl equivalent is effectively supported, i.e. if the compiler is likely to
Dgnulib-common.m485 [/* Define to the equivalent of the C99 'restrict' keyword, or to
/ndk/sources/cxx-stl/llvm-libc++/android/
DREADME18 This is actually equivalent to:
62 # This is equivalent, but for GCC 4.7
65 # Also equivalent, but for Clang 3.1
/ndk/sources/cxx-stl/llvm-libc++/src/
Dsystem_error.cpp33 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent() function in error_category
39 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() function in error_category
/ndk/sources/cxx-stl/llvm-libc++/include/
Dsystem_error30 virtual bool equivalent(int code, const error_condition& condition) const noexcept;
31 virtual bool equivalent(const error_code& code, int condition) const noexcept;
377 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
378 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
561 return __x.category().equivalent(__x.value(), __y)
562 || __y.category().equivalent(__x, __y.value());
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dmult_targets2 ."rule with multiple targets is equivalent to writing \n"
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset37 // In this implementation the const version of operator[] is equivalent
/ndk/sources/host-tools/nawk-20071023/
DREADME60 equivalent), you must compile the pieces manually. We have
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi259 or the equivalent are not considered part of the section titles.
355 electronic equivalent of covers if the Document is in electronic form.
/ndk/sources/host-tools/sed-4.2.1/
DCOPYING163 rights of fair use or other equivalent, as provided by copyright law.
277 place (gratis or for a charge), and offer equivalent access to the
283 that supports equivalent copying facilities, provided you maintain
DCOPYING.DOC229 or the equivalent are not considered part of the section titles.
320 electronic equivalent of covers if the Document is in electronic form.
DNEWS350 double-spaced TESTFILE, while the equivalent `useless use of cat'
DABOUT-NLS144 to denote the language's main dialect. For example, `de' is equivalent
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi51 with its equivalent in the printed manual, constitutes the Title Page.
672 example, @code{a**} is equivalent to @code{a*}. @acronym{POSIX}
1062 output.@footnote{This is equivalent to @code{p} unless the @option{-i}
1260 output.@footnote{This is equivalent to @code{p} unless the @option{-i}
3340 case. For example, a caseless @code{[W-c]} is equivalent to
3631 is equivalent to @{0,@}
3634 is equivalent to @{1,@}
3637 is equivalent to @{0,1@}
3894 is permitted, but the apparently equivalent regular expression
Dsed-in.texi50 with its equivalent in the printed manual, constitutes the Title Page.
671 example, @code{a**} is equivalent to @code{a*}. @acronym{POSIX}
1061 output.@footnote{This is equivalent to @code{p} unless the @option{-i}
1259 output.@footnote{This is equivalent to @code{p} unless the @option{-i}
3173 case. For example, a caseless @code{[W-c]} is equivalent to
3464 is equivalent to @{0,@}
3467 is equivalent to @{1,@}
3470 is equivalent to @{0,1@}
3727 is permitted, but the apparently equivalent regular expression
Dsed.info25 with its equivalent in the printed manual, constitutes the Title Page.
48 with its equivalent in the printed manual, constitutes the Title Page.
468 is equivalent to `a*'. POSIX 1003.1-2001 says that `*' stands for
806 (1) This is equivalent to `p' unless the `-i' option is being used.
942 (1) This is equivalent to `p' unless the `-i' option is being used.
/ndk/sources/host-tools/make-3.81/
DABOUT-NLS143 to denote the language's main dialect. For example, `de' is equivalent
/ndk/tests/device/test-stlport_static-exception/
DCOPYING167 access to copy from a designated place, then offering equivalent
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING167 access to copy from a designated place, then offering equivalent
/ndk/build/tools/toolchain-licenses/
DCOPYING167 access to copy from a designated place, then offering equivalent
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING167 access to copy from a designated place, then offering equivalent

12