/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/ |
D | from_address.fail.cpp | 35 H::from_address((int*)nullptr); // expected-note {{requested here}} in main() 36 H::from_address((const void*)nullptr); // expected-note {{requested here}} in main() 37 H::from_address((const char*)nullptr); // expected-note {{requested here}} in main() 42 H::from_address((const char*)nullptr); // expected-note {{requested here}} in main() 44 H::from_address((int*)nullptr); // expected-note {{requested here}} in main()
|
D | from_address.pass.cpp | 29 C c = C::from_address(nullptr); in do_test() 30 static_assert(noexcept(C::from_address(nullptr)), ""); in do_test() 32 static_assert(std::is_same<decltype(C::from_address(nullptr)), C>::value, ""); in do_test() 37 C c = C::from_address((void*)&dummy); in do_test()
|
D | address.pass.cpp | 42 C c = C::from_address((void*)&dummy); in do_test()
|
/external/libcxx/include/experimental/ |
D | coroutine | 142 static coroutine_handle from_address(void* __addr) _NOEXCEPT { 148 // FIXME: Should from_address(nullptr) be allowed? 150 static coroutine_handle from_address(nullptr_t) _NOEXCEPT { 155 static coroutine_handle from_address(_Tp*) { 157 "coroutine_handle<void>::from_address cannot be called with " 222 static coroutine_handle from_address(void* __addr) _NOEXCEPT { 229 // the deleted _Promise* overload doesn't make from_address(nullptr) 231 // FIXME: should from_address work with nullptr? 233 static coroutine_handle from_address(nullptr_t) _NOEXCEPT { 238 static coroutine_handle from_address(_Tp*) { [all …]
|
/external/autotest/client/common_lib/ |
D | mail.py | 4 def send(from_address, to_addresses, cc_addresses, subject, message_body): argument 33 message["From"] = from_address 38 server.sendmail(from_address, to_addresses + cc_addresses, message.as_string())
|
D | mail_unittest.py | 33 def sendmail(self, from_address, to_address, message): argument 34 test_data.mail_from_address = from_address
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/ |
D | equal_comp.pass.cpp | 33 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); in do_test() 34 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
|
D | less_comp.pass.cpp | 35 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); in do_test() 36 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/ |
D | hash.pass.cpp | 37 const C LHS = C::from_address(reinterpret_cast<void*>(LHSVal)); in do_test() 38 const C RHS = C::from_address(reinterpret_cast<void*>(RHSVal)); in do_test()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_numbers.py | 170 v = t.from_address(a.buffer_info()[0]) 183 v = t.from_address(a.buffer_info()[0]) 195 v = c_char.from_address(a.buffer_info()[0]) 208 v = t.from_address(a.buffer_info()[0])
|
D | test_loading.py | 84 f_ord_addr = c_void_p.from_address(a_ord).value 85 f_name_addr = c_void_p.from_address(a_name).value
|
D | test_arrays.py | 102 sz = (c_char * 3).from_address(addressof(p)) 113 sz = (c_wchar * 3).from_address(addressof(p))
|
D | test_pointers.py | 30 self.assertEqual(c_int.from_address(address).value, 12345678)
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_numbers.py | 170 v = t.from_address(a.buffer_info()[0]) 183 v = t.from_address(a.buffer_info()[0]) 196 v = c_char.from_address(a.buffer_info()[0]) 209 v = t.from_address(a.buffer_info()[0])
|
D | test_loading.py | 79 f_ord_addr = c_void_p.from_address(a_ord).value 80 f_name_addr = c_void_p.from_address(a_name).value
|
D | test_arrays.py | 101 sz = (c_char * 3).from_address(addressof(p)) 112 sz = (c_wchar * 3).from_address(addressof(p))
|
D | test_pointers.py | 33 self.assertEqual(c_int.from_address(address).value, 12345678)
|
/external/webrtc/tools/network_emulator/ |
D | network_emulator.py | 102 def _create_dummynet_rule(self, pipe_id, from_address, to_address, argument 120 'ip', 'from', from_address, 'to', to_address]
|
/external/libchrome/third_party/jinja2/ |
D | debug.py | 350 obj = _Traceback.from_address(id(tb)) 352 old = _Traceback.from_address(id(tb.tb_next)) 357 next = _Traceback.from_address(id(next))
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/ |
D | operator_bool.pass.cpp | 48 C c = C::from_address((void*)&dummy); in do_test()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/ |
D | assign.pass.cpp | 36 C c = C::from_address(dummy_h); in do_test()
|
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/ |
D | noop_coroutine.pass.cpp | 68 assert(coro::coroutine_handle<>::from_address(h.address()) == base); in main()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | sharedctypes.py | 169 obj = type_.from_address(wrapper.get_address())
|
/external/v8/tools/ |
D | ll_prof.py | 407 old_start_address = event.from_address
|
/external/v8/src/ |
D | log.cc | 512 Address from_address; member 608 event.from_address = from->InstructionStart(); in CodeMoveEvent()
|