/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
2002-08-19-ConstantExpr.ll | 3 global i32* bitcast (float* @2 to i32*) ;; Forward numeric reference
4 global float* @2 ;; Duplicate forward numeric reference
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
ecoff@sd-forward.d | 2 #as: -32 --defsym tsd=1 --defsym forward=1 3 #name: MIPS sd 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
|
l_d-forward.d | 2 #as: -32 --defsym tl_d=1 --defsym forward=1 3 #name: MIPS l.d forward
|
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
|
r3000@l_d-forward.d | 2 #as: -32 --defsym tl_d=1 --defsym forward=1 3 #name: MIPS l.d forward
|
r3000@s_d-forward.d | 2 #as: -32 --defsym ts_d=1 --defsym forward=1 3 #name: MIPS s.d forward
|
r3900@l_d-forward.d | 2 #as: -32 --defsym tl_d=1 --defsym forward=1 3 #name: MIPS l.d forward
|
r3900@s_d-forward.d | 2 #as: -32 --defsym ts_d=1 --defsym forward=1 3 #name: MIPS s.d forward
|
s_d-forward-n32.d | 2 #as: -n32 --defsym ts_d=1 --defsym forward=1 3 #name: MIPS s.d forward n32
|
s_d-forward-n64.d | 2 #as: -64 --defsym ts_d=1 --defsym forward=1 3 #name: MIPS s.d forward n64
|
s_d-forward.d | 2 #as: -32 --defsym ts_d=1 --defsym forward=1 3 #name: MIPS s.d forward
|
sd-forward-n32.d | 2 #as: -n32 --defsym tsd=1 --defsym forward=1 3 #name: MIPS sd forward n32
|
sd-forward-n64.d | 2 #as: -64 --defsym tsd=1 --defsym forward=1 3 #name: MIPS sd forward n64
|
sdc1-forward-n32.d | 2 #as: -n32 --defsym tsdc1=1 --defsym forward=1 3 #name: MIPS sdc1 forward n32
|
sdc1-forward-n64.d | 2 #as: -64 --defsym tsdc1=1 --defsym forward=1 3 #name: MIPS sdc1 forward n64
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/reader/ |
ReaderBomTest.java | 35 reader.forward(1); 37 reader.forward(1); 39 reader.forward(1); 41 reader.forward(1); 52 reader.forward(1); 54 reader.forward(1); 56 reader.forward(1); 58 reader.forward(1); 69 reader.forward(1); 71 reader.forward(1) [all...] |
/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...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingListTest.java | 138 private List<String> forward; field in class:ForwardingListTest 175 forward = new ForwardingList<String>() { 183 forward.add("asdf"); 188 forward.add(0, "asdf"); 193 forward.addAll(EMPTY_LIST); 198 forward.addAll(0, Collections.singleton("asdf")); 203 forward.clear(); 208 forward.contains(null); 213 forward.containsAll(EMPTY_LIST); 218 forward.get(0) [all...] |
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.h | 27 * Attaches to an open Forward Lock file. The file position is assumed to be at the beginning of the 30 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 39 * Reads the specified number of bytes from an open Forward Lock file. 41 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 51 * Updates the file position within an open Forward Lock file. 53 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 63 * Detaches from an open Forward Lock file. 65 * @param[in] fileDesc The file descriptor of an open Forward Lock file. 74 * Closes an open Forward Lock file. 76 * @param[in] fileDesc The file descriptor of an open Forward Lock file [all...] |