/external/python/cpython3/Lib/test/ |
D | test_utf8_mode.py | 28 def get_output(self, *args, failure=False, **kw): member in UTF8ModeTests 44 out = self.get_output('-c', code, LC_ALL=loc) 50 out = self.get_output('-X', 'utf8', '-c', code) 54 out = self.get_output('-X', 'utf8=1', '-c', code) 57 out = self.get_output('-X', 'utf8=0', '-c', code) 63 out = self.get_output('-X', 'utf8', '-c', code, 70 out = self.get_output('-c', code, PYTHONUTF8='1') 73 out = self.get_output('-c', code, PYTHONUTF8='0') 77 out = self.get_output('-X', 'utf8=0', '-c', code, PYTHONUTF8='1') 83 out = self.get_output('-X', 'utf8', '-c', code, PYTHONUTF8='1', [all …]
|
D | test_faulthandler.py | 57 def get_output(self, code, filename=None, fd=None): member in FaultHandlerTests 122 output, exitcode = self.get_output(code, filename=filename, fd=fd) 323 stderr, exitcode = self.get_output(code) 431 trace, exitcode = self.get_output(code, filename, fd) 468 trace, exitcode = self.get_output(code) 510 output, exitcode = self.get_output(code, filename) 588 trace, exitcode = self.get_output(code, filename) 691 trace, exitcode = self.get_output(code, filename) 781 output, exitcode = self.get_output(code) 801 output, exitcode = self.get_output(f""" [all …]
|
D | test_base64.py | 660 def get_output(self, *args): member in TestMain 664 output = self.get_output('-t') 674 output = self.get_output('-e', support.TESTFN) 686 output = self.get_output('-d', support.TESTFN)
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | firmware_Cr50ConsoleCommands.py | 81 def get_output(self, cmd, regexp, split_str, sort): member in firmware_Cr50ConsoleCommands 117 output = self.get_output(cmd, regexp, split_str, sort)
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_capture_analyzer.py | 16 def get_output(self, display_filter=None, summaries=True, decryption=None): member in PacketCapture 78 output = self.get_output(display_filter=display_filter) 141 packets = self.get_output(display_filter=filter, summaries=summaries,
|
/external/scapy/test/ |
D | p0f.uts | 54 …assert cmco.get_output() == '192.168.0.119:56011 - @Windows XP/2000 (RFC1323+, w+, tstamp-)\n -> …
|
D | mock_windows.uts | 348 lines = cmco.get_output().split("\n")[1:]
|
D | regression.uts | 29 result_list_contrib = cmco.get_output() 299 result_hexdiff = cmco.get_output() 323 result_export_object = cmco.get_output(eval_bytes=True) 3441 result = cmco.get_output() 9107 assert(cmco.get_output() == "test_value = 'scapy'\n") 9198 result_show = cmco.get_output() 9219 result_summary = cmco.get_output() 9283 result_IPID_count = cmco.get_output() 9394 result_pl_rawhexdump = cmco.get_output() 9406 result_pl_hexraw = cmco.get_output() [all …]
|
/external/crosvm/devices/src/ |
D | pit.rs | 489 fn get_output(&self) -> bool { in get_output() method 522 speaker.set_output(self.get_output().into()); in read_speaker() 631 if self.get_output() { in latch_status()
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 947 def get_output(self): member in SocketHandlerTest 959 self.assertEqual(self.get_output(), "spam\neggs\n")
|
/external/scapy/scapy/ |
D | utils.py | 475 def get_output(self, eval_bytes=False): member in ContextManagerCaptureOutput
|