HomeSort by relevance Sort by last modified time
    Searched refs:from_address (Results 1 - 25 of 39) sorted by null

1 2

  /external/autotest/client/common_lib/
mail.py 4 def send(from_address, to_addresses, cc_addresses, subject, message_body):
10 from_address: the email address to put in the "From:" field
33 message["From"] = from_address
38 server.sendmail(from_address, to_addresses + cc_addresses, message.as_string())
mail_unittest.py 33 def sendmail(self, from_address, to_address, message):
34 test_data.mail_from_address = from_address
  /external/python/cpython2/Lib/ctypes/test/
test_arrays.py 102 sz = (c_char * 3).from_address(addressof(p))
113 sz = (c_wchar * 3).from_address(addressof(p))
test_loading.py 77 f_ord_addr = c_void_p.from_address(a_ord).value
78 f_name_addr = c_void_p.from_address(a_name).value
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])
test_pointers.py 30 self.assertEqual(c_int.from_address(address).value, 12345678)
113 ## print p.from_address
114 ## print p.from_address(addr)[0][0]
  /external/webrtc/tools/network_emulator/
network_emulator.py 102 def _create_dummynet_rule(self, pipe_id, from_address, to_address,
108 from_address: The IP address to match source address. May be an IP or
120 'ip', 'from', from_address, 'to', to_address]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_arrays.py 96 sz = (c_char * 3).from_address(addressof(p))
111 sz = (c_wchar * 3).from_address(addressof(p))
test_loading.py 71 f_ord_addr = c_void_p.from_address(a_ord).value
72 f_name_addr = c_void_p.from_address(a_name).value
test_numbers.py 169 v = t.from_address(a.buffer_info()[0])
182 v = t.from_address(a.buffer_info()[0])
194 v = c_char.from_address(a.buffer_info()[0])
206 # v = t.from_address(a.buffer_info()[0])
test_pointers.py 30 self.assertEqual(c_int.from_address(address).value, 12345678)
109 ## print p.from_address
110 ## print p.from_address(addr)[0][0]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_arrays.py 96 sz = (c_char * 3).from_address(addressof(p))
111 sz = (c_wchar * 3).from_address(addressof(p))
test_loading.py 71 f_ord_addr = c_void_p.from_address(a_ord).value
72 f_name_addr = c_void_p.from_address(a_name).value
test_numbers.py 169 v = t.from_address(a.buffer_info()[0])
182 v = t.from_address(a.buffer_info()[0])
194 v = c_char.from_address(a.buffer_info()[0])
206 # v = t.from_address(a.buffer_info()[0])
test_pointers.py 30 self.assertEqual(c_int.from_address(address).value, 12345678)
109 ## print p.from_address
110 ## print p.from_address(addr)[0][0]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 96 sz = (c_char * 3).from_address(addressof(p))
111 sz = (c_wchar * 3).from_address(addressof(p))
test_loading.py 71 f_ord_addr = c_void_p.from_address(a_ord).value
72 f_name_addr = c_void_p.from_address(a_name).value
test_numbers.py 169 v = t.from_address(a.buffer_info()[0])
182 v = t.from_address(a.buffer_info()[0])
194 v = c_char.from_address(a.buffer_info()[0])
206 # v = t.from_address(a.buffer_info()[0])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py 96 sz = (c_char * 3).from_address(addressof(p))
111 sz = (c_wchar * 3).from_address(addressof(p))
test_loading.py 71 f_ord_addr = c_void_p.from_address(a_ord).value
72 f_name_addr = c_void_p.from_address(a_name).value
test_numbers.py 169 v = t.from_address(a.buffer_info()[0])
182 v = t.from_address(a.buffer_info()[0])
194 v = c_char.from_address(a.buffer_info()[0])
206 # v = t.from_address(a.buffer_info()[0])
  /external/libmojo/third_party/jinja2/
debug.py 315 obj = _Traceback.from_address(id(tb))
317 old = _Traceback.from_address(id(tb.tb_next))
322 next = _Traceback.from_address(id(next))
  /external/autotest/client/cros/graphics/
gbm.py 218 map_ints = map_ints_type.from_address(addr)
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 169 obj = type_.from_address(wrapper.get_address())
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 164 obj = type_.from_address(wrapper.get_address())

Completed in 481 milliseconds

1 2