/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/ |
D | equivalent_error_code_int.pass.cpp | 22 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()
|
D | equivalent_int_error_condition.pass.cpp | 23 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++/libcxx/test/thread/futures/futures.errors/ |
D | equivalent_error_code_int.pass.cpp | 22 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()
|
D | equivalent_int_error_condition.pass.cpp | 23 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/ |
D | inline.m4 | 7 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
|
D | gnulib-common.m4 | 85 [/* Define to the equivalent of the C99 'restrict' keyword, or to
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | system_error.cpp | 34 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent() function in error_category 40 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() function in error_category
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 33 This is actually equivalent to: 77 # This is equivalent, but for GCC 4.8 80 # Also equivalent, but for Clang 3.4
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | system_error | 31 virtual bool equivalent(int code, const error_condition& condition) const noexcept; 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 383 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 384 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT; 567 return __x.category().equivalent(__x.value(), __y) 568 || __y.category().equivalent(__x, __y.value());
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | mult_targets | 2 ."rule with multiple targets is equivalent to writing \n"
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | bitset | 37 // In this implementation the const version of operator[] is equivalent
|
/ndk/sources/host-tools/nawk-20071023/ |
D | README | 60 equivalent), you must compile the pieces manually. We have
|
/ndk/docs/text/ |
D | APPLICATION-MK.text | 119 + Using '-I../bar' will *NOT* work since it will be equivalent to 248 > The equivalent of LOCAL_SHORT_COMMANDS for your whole project. See the
|
D | NDK-BUILD.text | 135 to invoke the right NDK build script, it is equivalent to;
|
D | CPLUSPLUS-SUPPORT.text | 164 This will be equivalent to:
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 259 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/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 163 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
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | COPYING | 163 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
|
D | COPYING.DOC | 229 or the equivalent are not considered part of the section titles. 320 electronic equivalent of covers if the Document is in electronic form.
|
D | NEWS | 350 double-spaced TESTFILE, while the equivalent `useless use of cat'
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 162 rights of fair use or other equivalent, as provided by copyright law. 276 place (gratis or for a charge), and offer equivalent access to the 282 that supports equivalent copying facilities, provided you maintain
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 51 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
|
D | sed-in.texi | 50 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
|
D | sed.info | 25 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/ |
D | ABOUT-NLS | 143 to denote the language's main dialect. For example, `de' is equivalent
|