HomeSort by relevance Sort by last modified time
    Searched refs:is_final_handler (Results 1 - 15 of 15) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
sig_handling.py 30 def RegisterSignalHandler(signal_num, handler, is_final_handler=False):
38 to register with is_final_handler=True will be called).
41 to register with is_final_handler=True will be called after all the other
47 is_final_handler: Bool indicator whether handler should be called last among
50 is_final_handler=True will not be called when the signal
59 if is_final_handler:
__main__.py 531 RegisterSignalHandler(signal.SIGINT, _HandleControlC, is_final_handler=True)
command.py     [all...]
  /external/autotest/client/cros/
dhcp_handling_rule.py 80 def is_final_handler(self): member in class:DhcpHandlingRule
83 @is_final_handler.setter
84 def is_final_handler(self, value): member in class:DhcpHandlingRule
300 if self.is_final_handler:
338 if self.is_final_handler:
420 if self.is_final_handler:
497 if self.is_final_handler:
543 if self.is_final_handler:
627 if self.is_final_handler:
dhcp_unittest.py 178 rules[-1].is_final_handler = True
dhcp_test_base.py 261 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpNak/
network_DhcpNak.py 71 rules[-1].is_final_handler = True
94 rules[-1].is_final_handler = True
119 rules[-1].is_final_handler = True
167 rules[-1].is_final_handler = True
204 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpFQDN/
network_DhcpFQDN.py 48 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
network_DhcpRenewWithOptionSubset.py 65 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpWpadNegotiation/
network_DhcpWpadNegotiation.py 73 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/
network_DhcpBrokenDefaultGateway.py 91 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpMTU/
network_DhcpMTU.py 77 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpRenew/
network_DhcpRenew.py 89 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/
network_DhcpVendorEncapsulatedOptions.py 82 rules[-1].is_final_handler = True
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 132 rules[-1].is_final_handler = True

Completed in 258 milliseconds