Home
last modified time | relevance | path

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

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/cxx-stl/llvm-libc++/libcxx/src/
Dsystem_error.cpp34 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++/
DREADME.NDK33 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/
Dsystem_error31 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/
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.
Dmake.info-1953 is equivalent to
1837 This is equivalent to the Unix-style `c:/foo/bar/baz.c' (the `c:'
2553 A rule with multiple targets is equivalent to writing many rules, each
2576 is equivalent to
4101 is equivalent to
4167 is exactly equivalent to this (*note The `origin' Function: Origin
4223 case is equivalent to `$(patsubst A,B,$(VAR))'. *Note Functions for
4500 is exactly equivalent to:
4519 is roughly equivalent to:
4636 equivalent to this:
[all …]
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
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
/ndk/build/tools/toolchain-licenses/
DCOPYING3162 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
DCOPYING167 access to copy from a designated place, then offering equivalent
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3162 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/make-3.81/
DABOUT-NLS143 to denote the language's main dialect. For example, `de' is equivalent
DCOPYING168 access to copy from a designated place, then offering equivalent
DNEWS567 `lib(mem1 mem2 mem3)' is equivalent to `lib(mem1) lib(mem2) lib(mem3)'.
897 equivalent to `$(patsubst a,b,$(foo))'.
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
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
/ndk/tests/device/test-stlport_static-exception/
DCOPYING167 access to copy from a designated place, then offering equivalent
/ndk/tests/build/lambda-defarg3/
DCOPYING167 access to copy from a designated place, then offering equivalent
/ndk/tests/abcc/jni/mman-win32/
DLICENSE.TXT167 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

12