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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
reversename.py 31 def from_address(text): function
query.py 137 (wire, from_address) = s.recvfrom(65535)
138 if _addresses_equal(af, from_address, destination) or \
140 from_address[1:] == destination[1:]):
144 '%s instead of %s' % (from_address,
371 (wire, from_address) = s.recvfrom(65535)
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
reporter.py 40 from_address = None variable in class:EmailReporter
56 server.sendmail(self.from_address,
67 if not self.from_address:
68 raise ValueError("You must set from_address")
98 msg['From'] = self.from_address
errormiddleware.py 48 ``from_address``, ``smtp_server``, ``error_subject_prefix``, ``smtp_username``, ``smtp_password``, ``smtp_use_tls``:
84 from_address=None,
111 if from_address is None:
112 from_address = global_conf.get('error_from_address', 'errors@localhost')
113 self.from_address = from_address
181 error_email_from=self.from_address,
359 from_address=error_email_from,
  /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/opencv3/3rdparty/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/site_tests/hardware_PerfCounterVerification/
perf_lbr_verification.py 185 from_address = mmap.Map(raw_from_address)
187 if (from_address, to_address) == branch_addresses:
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 164 obj = type_.from_address(wrapper.get_address())
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 164 obj = type_.from_address(wrapper.get_address())

Completed in 234 milliseconds

1 2