/external/sdv/vsomeip/third_party/boost/move/test/ |
D | unique_ptr_types.cpp | 53 typedef bml::unique_ptr<int> P; in test() typedef 57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef 62 typedef bml::unique_ptr<int[]> P; in test() typedef 66 typedef bml::unique_ptr<int[], Deleter> P; in test() typedef 71 typedef bml::unique_ptr<int[5]> P; in test() typedef 75 typedef bml::unique_ptr<int[5], Deleter> P; in test() typedef 81 typedef bml::unique_ptr<int_5_t[]> P; in test() typedef 86 typedef bml::unique_ptr<int_5_t[], Deleter> P; in test() typedef 106 typedef bml::unique_ptr<int> P; in test() typedef 110 typedef bml::unique_ptr<int, Deleter> P; in test() typedef [all …]
|
/external/python/watchdog/tests/ |
D | test_emitter.py | 48 def test_create(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… 68 def test_closed(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: 100 def test_create_wrong_encoding(p: P, event_queue: TestEventQueue, start_watching: StartWatching) ->… 115 def test_delete(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None: 128 def test_modify(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Exp… 148 def test_chmod(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None: 163 def test_move(p: P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: Expec… 193 p: P, 226 def test_move_to(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None: 241 def test_move_to_full(p: P, event_queue: TestEventQueue, start_watching: StartWatching) -> None: [all …]
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/utility/pairs/pairs.pair/ |
D | abi.trivial_copy_move.pass.cpp | 89 typedef std::pair<int, short> P; in test_trivial() typedef 95 typedef std::pair<int, short> P; in test_trivial() typedef 100 using P = std::pair<NonTrivialDtor, int>; in test_trivial() typedef 109 using P = std::pair<NonTrivialCopy, int>; in test_trivial() typedef 117 using P = std::pair<NonTrivialMove, int>; in test_trivial() typedef 125 using P = std::pair<DeletedCopy, int>; in test_trivial() typedef 133 using P = std::pair<Trivial, int>; in test_trivial() typedef 141 using P = std::pair<TrivialMove, int>; in test_trivial() typedef 150 using P = std::pair<TrivialNoAssignment, int>; in test_trivial() typedef 160 using P = std::pair<TrivialNoConstruction, int>; in test_trivial() typedef
|
D | abi.non_trivial_copy_move.pass.cpp | 81 typedef std::pair<int, short> P; in test_trivial() typedef 87 typedef std::pair<int, short> P; in test_trivial() typedef 92 using P = std::pair<NonTrivialDtor, int>; in test_trivial() typedef 101 using P = std::pair<NonTrivialCopy, int>; in test_trivial() typedef 109 using P = std::pair<NonTrivialMove, int>; in test_trivial() typedef 117 using P = std::pair<DeletedCopy, int>; in test_trivial() typedef 125 using P = std::pair<Trivial, int>; in test_trivial() typedef 133 using P = std::pair<TrivialMove, int>; in test_trivial() typedef
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/utility/pairs/pairs.pair/ |
D | abi.trivial_copy_move.pass.cpp | 89 typedef std::pair<int, short> P; in test_trivial() typedef 95 typedef std::pair<int, short> P; in test_trivial() typedef 100 using P = std::pair<NonTrivialDtor, int>; in test_trivial() typedef 109 using P = std::pair<NonTrivialCopy, int>; in test_trivial() typedef 117 using P = std::pair<NonTrivialMove, int>; in test_trivial() typedef 125 using P = std::pair<DeletedCopy, int>; in test_trivial() typedef 133 using P = std::pair<Trivial, int>; in test_trivial() typedef 141 using P = std::pair<TrivialMove, int>; in test_trivial() typedef 150 using P = std::pair<TrivialNoAssignment, int>; in test_trivial() typedef 160 using P = std::pair<TrivialNoConstruction, int>; in test_trivial() typedef
|
D | abi.non_trivial_copy_move.pass.cpp | 81 typedef std::pair<int, short> P; in test_trivial() typedef 87 typedef std::pair<int, short> P; in test_trivial() typedef 92 using P = std::pair<NonTrivialDtor, int>; in test_trivial() typedef 101 using P = std::pair<NonTrivialCopy, int>; in test_trivial() typedef 109 using P = std::pair<NonTrivialMove, int>; in test_trivial() typedef 117 using P = std::pair<DeletedCopy, int>; in test_trivial() typedef 125 using P = std::pair<Trivial, int>; in test_trivial() typedef 133 using P = std::pair<TrivialMove, int>; in test_trivial() typedef
|
/external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/ |
D | trivial_copy_move_ABI.pass.cpp | 87 typedef std::pair<int, short> P; in main() typedef 93 typedef std::pair<int, short> P; in main() typedef 98 using P = std::pair<NonTrivialDtor, int>; in main() typedef 107 using P = std::pair<NonTrivialCopy, int>; in main() typedef 115 using P = std::pair<NonTrivialMove, int>; in main() typedef 123 using P = std::pair<DeletedCopy, int>; in main() typedef 131 using P = std::pair<Trivial, int>; in main() typedef 139 using P = std::pair<TrivialMove, int>; in main() typedef
|
D | non_trivial_copy_move_ABI.pass.cpp | 92 typedef std::pair<int, short> P; in main() typedef 98 typedef std::pair<int, short> P; in main() typedef 103 using P = std::pair<NonTrivialDtor, int>; in main() typedef 112 using P = std::pair<NonTrivialCopy, int>; in main() typedef 120 using P = std::pair<NonTrivialMove, int>; in main() typedef 128 using P = std::pair<DeletedCopy, int>; in main() typedef 136 using P = std::pair<Trivial, int>; in main() typedef 144 using P = std::pair<TrivialMove, int>; in main() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | Endian.h | 352 template <typename T> inline T read(const void *P, endianness E) { in read() 356 template <typename T, endianness E> inline T read(const void *P) { in read() 360 inline uint16_t read16(const void *P, endianness E) { in read16() 363 inline uint32_t read32(const void *P, endianness E) { in read32() 366 inline uint64_t read64(const void *P, endianness E) { in read64() 370 template <endianness E> inline uint16_t read16(const void *P) { in read16() 373 template <endianness E> inline uint32_t read32(const void *P) { in read32() 376 template <endianness E> inline uint64_t read64(const void *P) { in read64() 380 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 381 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Endian.h | 354 template <typename T> inline T read(const void *P, endianness E) { in read() 358 template <typename T, endianness E> inline T read(const void *P) { in read() 362 inline uint16_t read16(const void *P, endianness E) { in read16() 365 inline uint32_t read32(const void *P, endianness E) { in read32() 368 inline uint64_t read64(const void *P, endianness E) { in read64() 372 template <endianness E> inline uint16_t read16(const void *P) { in read16() 375 template <endianness E> inline uint32_t read32(const void *P) { in read32() 378 template <endianness E> inline uint64_t read64(const void *P) { in read64() 382 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 383 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le() [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Endian.h | 303 template <typename T, endianness E> inline T read(const void *P) { in read() 307 template <endianness E> inline uint16_t read16(const void *P) { in read16() 310 template <endianness E> inline uint32_t read32(const void *P) { in read32() 313 template <endianness E> inline uint64_t read64(const void *P) { in read64() 317 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 318 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le() 319 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le() 320 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be() 321 inline uint32_t read32be(const void *P) { return read32<big>(P); } in read32be() 322 inline uint64_t read64be(const void *P) { return read64<big>(P); } in read64be() [all …]
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 304 template <typename T, endianness E> inline T read(const void *P) { in read() 308 template <endianness E> inline uint16_t read16(const void *P) { in read16() 311 template <endianness E> inline uint32_t read32(const void *P) { in read32() 314 template <endianness E> inline uint64_t read64(const void *P) { in read64() 318 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le() 319 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le() 320 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le() 321 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be() 322 inline uint32_t read32be(const void *P) { return read32<big>(P); } in read32be() 323 inline uint64_t read64be(const void *P) { return read64<big>(P); } in read64be() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
D | eq.pass.cpp | 35 typedef std::pair<int, std::string> P; in main() typedef 56 typedef std::pair<int, std::string> P; in main() typedef 77 typedef std::pair<int, std::string> P; in main() typedef 103 typedef std::pair<int, std::string> P; in main() typedef 129 typedef std::pair<int, std::string> P; in main() typedef 151 typedef std::pair<int, std::string> P; in main() typedef 173 typedef std::pair<int, std::string> P; in main() typedef 200 typedef std::pair<int, std::string> P; in main() typedef 226 typedef std::pair<int, char> P; in main() typedef 239 typedef std::pair<int, char> P; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
D | eq.pass.cpp | 35 typedef std::pair<int, std::string> P; in main() typedef 56 typedef std::pair<int, std::string> P; in main() typedef 77 typedef std::pair<int, std::string> P; in main() typedef 103 typedef std::pair<int, std::string> P; in main() typedef 129 typedef std::pair<int, std::string> P; in main() typedef 151 typedef std::pair<int, std::string> P; in main() typedef 173 typedef std::pair<int, std::string> P; in main() typedef 200 typedef std::pair<int, std::string> P; in main() typedef 226 typedef std::pair<int, char> P; in main() typedef 239 typedef std::pair<int, char> P; in main() typedef
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.spec/ |
D | comparison.pass.cpp | 29 typedef std::pair<int, short> P; in main() typedef 40 typedef std::pair<int, short> P; in main() typedef 51 typedef std::pair<int, short> P; in main() typedef 62 typedef std::pair<int, short> P; in main() typedef 73 typedef std::pair<int, short> P; in main() typedef 86 typedef std::pair<int, short> P; in main() typedef
|
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | param_ctor_init.pass.cpp | 26 typedef D::param_type P; in main() typedef 34 typedef D::param_type P; in main() typedef 42 typedef D::param_type P; in main() typedef 51 typedef D::param_type P; in main() typedef 60 typedef D::param_type P; in main() typedef 70 typedef D::param_type P; in main() typedef 80 typedef D::param_type P; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/ |
D | param_ctor_init.pass.cpp | 29 typedef D::param_type P; in main() typedef 37 typedef D::param_type P; in main() typedef 45 typedef D::param_type P; in main() typedef 54 typedef D::param_type P; in main() typedef 63 typedef D::param_type P; in main() typedef 73 typedef D::param_type P; in main() typedef 83 typedef D::param_type P; in main() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/ |
D | param_ctor_init.pass.cpp | 29 typedef D::param_type P; in main() typedef 37 typedef D::param_type P; in main() typedef 45 typedef D::param_type P; in main() typedef 54 typedef D::param_type P; in main() typedef 63 typedef D::param_type P; in main() typedef 73 typedef D::param_type P; in main() typedef 83 typedef D::param_type P; in main() typedef
|
/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | abs.rs | 45 pub fn open<P: path::Arg>(path: P, flags: OFlags, mode: Mode) -> io::Result<OwnedFd> { in open() 59 pub fn chmod<P: path::Arg>(path: P, mode: Mode) -> io::Result<()> { in chmod() 112 pub fn readlink<P: path::Arg, B: Into<Vec<u8>>>(path: P, reuse: B) -> io::Result<CString> { in readlink() 148 pub fn rename<P: path::Arg, Q: path::Arg>(old_path: P, new_path: Q) -> io::Result<()> { in rename() 198 pub fn link<P: path::Arg, Q: path::Arg>(old_path: P, new_path: Q) -> io::Result<()> { in link() 213 pub fn symlink<P: path::Arg, Q: path::Arg>(old_path: P, new_path: Q) -> io::Result<()> { in symlink() 228 pub fn mkdir<P: path::Arg>(path: P, mode: Mode) -> io::Result<()> { in mkdir() 242 pub fn access<P: path::Arg>(path: P, access: Access) -> io::Result<()> { in access() 299 pub fn chown<P: path::Arg>(path: P, owner: Option<Uid>, group: Option<Gid>) -> io::Result<()> { in chown()
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | default-sfinae.pass.cpp | 67 typedef std::pair<int, Tp> P; in test_not_is_default_constructible() typedef 72 typedef std::pair<Tp, int> P; in test_not_is_default_constructible() typedef 77 typedef std::pair<Tp, Tp> P; in test_not_is_default_constructible() typedef 87 typedef std::pair<int, Tp> P; in test_is_default_constructible() typedef 91 typedef std::pair<Tp, int> P; in test_is_default_constructible() typedef 95 typedef std::pair<Tp, Tp> P; in test_is_default_constructible() typedef 122 typedef std::pair<IllFormedDefault, int> P; in test_illformed_default() typedef 128 typedef std::pair<int, IllFormedDefault> P; in test_illformed_default() typedef 135 typedef std::pair<IllFormedDefault, IllFormedDefault> P; in test_illformed_default() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_pair.pass.cpp | 43 typedef std::pair<ConstexprTestTypes::CopyOnly, int> P; in test() typedef 50 using P = std::pair<int&, int&&>; in test() typedef 62 using P = std::pair<int, ConstexprTestTypes::NonCopyable>; in test() typedef 66 using P = std::pair<CountAssign, ConstexprTestTypes::Copyable>; in test() typedef 77 using P = std::pair<int, ConstexprTestTypes::MoveAssignOnly>; in test() typedef 81 using P = std::pair<int, std::unique_ptr<int> >; in test() typedef 85 using P = std::pair<int, Incomplete&>; in test() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_pair.pass.cpp | 43 typedef std::pair<ConstexprTestTypes::CopyOnly, int> P; in test() typedef 50 using P = std::pair<int&, int&&>; in test() typedef 62 using P = std::pair<int, ConstexprTestTypes::NonCopyable>; in test() typedef 66 using P = std::pair<CountAssign, ConstexprTestTypes::Copyable>; in test() typedef 77 using P = std::pair<int, ConstexprTestTypes::MoveAssignOnly>; in test() typedef 81 using P = std::pair<int, std::unique_ptr<int> >; in test() typedef 85 using P = std::pair<int, Incomplete&>; in test() typedef
|
D | ctor.default.sfinae_LWG2367.pass.cpp | 66 typedef std::pair<int, Tp> P; in test_not_is_default_constructible() typedef 71 typedef std::pair<Tp, int> P; in test_not_is_default_constructible() typedef 76 typedef std::pair<Tp, Tp> P; in test_not_is_default_constructible() typedef 86 typedef std::pair<int, Tp> P; in test_is_default_constructible() typedef 90 typedef std::pair<Tp, int> P; in test_is_default_constructible() typedef 94 typedef std::pair<Tp, Tp> P; in test_is_default_constructible() typedef 121 typedef std::pair<IllFormedDefault, int> P; in test_illformed_default() typedef 127 typedef std::pair<int, IllFormedDefault> P; in test_illformed_default() typedef 134 typedef std::pair<IllFormedDefault, IllFormedDefault> P; in test_illformed_default() typedef
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/unord/unord.map/ |
D | eq.pass.cpp | 35 typedef std::pair<int, std::string> P; in main() typedef 53 typedef std::pair<int, std::string> P; in main() typedef 71 typedef std::pair<int, std::string> P; in main() typedef 94 typedef std::pair<int, std::string> P; in main() typedef 117 typedef std::pair<int, std::string> P; in main() typedef 136 typedef std::pair<int, std::string> P; in main() typedef 155 typedef std::pair<int, std::string> P; in main() typedef 179 typedef std::pair<int, std::string> P; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/unord/unord.map/ |
D | eq.pass.cpp | 35 typedef std::pair<int, std::string> P; in main() typedef 53 typedef std::pair<int, std::string> P; in main() typedef 71 typedef std::pair<int, std::string> P; in main() typedef 94 typedef std::pair<int, std::string> P; in main() typedef 117 typedef std::pair<int, std::string> P; in main() typedef 136 typedef std::pair<int, std::string> P; in main() typedef 155 typedef std::pair<int, std::string> P; in main() typedef 179 typedef std::pair<int, std::string> P; in main() typedef
|