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

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips2@ecoff@ld-forward.d 2 #as: -32 --defsym forward=1
3 #name: MIPS ld forward
mips2@ecoff@sd-forward.d 2 #as: -32 --defsym tsd=1 --defsym forward=1
3 #name: MIPS sd forward
mips32@ecoff@ld-forward.d 2 #as: -32 --defsym forward=1
3 #name: MIPS ld forward
mips32@ecoff@sd-forward.d 2 #as: -32 --defsym tsd=1 --defsym forward=1
3 #name: MIPS sd forward
mips32r2@ecoff@ld-forward.d 2 #as: -32 --defsym forward=1
3 #name: MIPS ld forward
mips32r2@ecoff@sd-forward.d 2 #as: -32 --defsym tsd=1 --defsym forward=1
3 #name: MIPS sd forward
r3000@ecoff@sd-forward.d 2 #as: -32 --defsym tsd=1 --defsym forward=1
3 #name: MIPS sd forward
r3900@ecoff@ld-forward.d 2 #as: -32 --defsym forward=1
3 #name: MIPS ld forward
r3900@ecoff@sd-forward.d 2 #as: -32 --defsym tsd=1 --defsym forward=1
3 #name: MIPS sd forward
s_d-forward.d 2 #as: -32 --defsym ts_d=1 --defsym forward=1
3 #name: MIPS s.d forward
sd-forward.d 2 #as: -32 --defsym tsd=1 --defsym forward=1
3 #name: MIPS sd forward
sdc1-forward.d 2 #as: -32 --defsym tsdc1=1 --defsym forward=1
3 #name: MIPS sdc1 forward
l_d-forward-n32.d 2 #as: -n32 --defsym tl_d=1 --defsym forward=1
3 #name: MIPS l.d forward n32
l_d-forward-n64.d 2 #as: -64 --defsym tl_d=1 --defsym forward=1
3 #name: MIPS l.d forward n64
ldc1-forward-n32.d 2 #as: -n32 --defsym tldc1=1 --defsym forward=1
3 #name: MIPS ldc1 forward n32
ldc1-forward-n64.d 2 #as: -64 --defsym tldc1=1 --defsym forward=1
3 #name: MIPS ldc1 forward n64
mips1@l_d-forward.d 2 #as: -32 --defsym tl_d=1 --defsym forward=1
3 #name: MIPS l.d forward
mips1@s_d-forward.d 2 #as: -32 --defsym ts_d=1 --defsym forward=1
3 #name: MIPS s.d forward
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/forward/
forward.pass.cpp 10 // test forward
46 static_assert(sizeof(test(std::forward<A&>(a))) == 1, "");
47 static_assert(sizeof(test(std::forward<A>(a))) == 4, "");
48 static_assert(sizeof(test(std::forward<A>(source()))) == 4, "");
50 static_assert(sizeof(test(std::forward<const A&>(a))) == 2, "");
51 // static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
52 static_assert(sizeof(test(std::forward<const A>(a))) == 8, "");
53 static_assert(sizeof(test(std::forward<const A>(source()))) == 8, "");
55 static_assert(sizeof(test(std::forward<const A&>(ca))) == 2, "");
56 // static_assert(sizeof(test(std::forward<const A&>(csource()))) == 2, "")
    [all...]
forward1.fail.cpp 10 // test forward
23 std::forward<A&>(source()); // error
forward3.fail.cpp 10 // test forward
23 std::forward<A&>(csource()); // error
  /external/libcxx/test/std/utilities/utility/forward/
forward_03.pass.cpp 10 // test forward
41 static_assert(sizeof(test(std::forward<A&>(a))) == 1, "");
42 static_assert(sizeof(test(std::forward<A>(a))) == 1, "");
44 // Libc++'s C++03 implementation of 'forward' cannot accept true non-const
46 // static_assert(sizeof(test(std::forward<A>(source()))) == 2, "");
48 static_assert(sizeof(test(std::forward<const A&>(a))) == 2, "");
49 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
50 static_assert(sizeof(test(std::forward<const A>(a))) == 2, "");
51 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, "");
53 static_assert(sizeof(test(std::forward<const A&>(ca))) == 2, "")
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
CertPathChecker.java 44 * <p>The {@code forward} flag specifies the order that certificates will
45 * be passed to the {@link #check check} method (forward or reverse).
47 * @param forward the order that certificates are presented to the
49 * presented from target to trust anchor (forward); if
54 void init(boolean forward) throws CertPathValidatorException;
57 * Indicates if forward checking is supported. Forward checking refers
60 * forward direction (from target to trust anchor).
62 * @return {@code true} if forward checking is supported, {@code false}
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
forward1.fail.cpp 10 // test forward
23 std::forward<A&>(source()); // error
forward3.fail.cpp 10 // test forward
23 std::forward<A&>(csource()); // error

Completed in 405 milliseconds

12 3 4 5 6 7 8 91011>>