/external/python/cpython3/Lib/test/ |
test_utf8_mode.py | 29 def get_output(self, *args, failure=False, **kw): member in class:UTF8ModeTests 45 out = self.get_output('-c', code, LC_ALL=loc) 51 out = self.get_output('-X', 'utf8', '-c', code) 55 out = self.get_output('-X', 'utf8=1', '-c', code) 58 out = self.get_output('-X', 'utf8=0', '-c', code) 64 out = self.get_output('-X', 'utf8', '-c', code, 71 out = self.get_output('-c', code, PYTHONUTF8='1') 74 out = self.get_output('-c', code, PYTHONUTF8='0') 78 out = self.get_output('-X', 'utf8=0', '-c', code, PYTHONUTF8='1') 84 out = self.get_output('-X', 'utf8', '-c', code, PYTHONUTF8='1' [all...] |
test_faulthandler.py | 58 def get_output(self, code, filename=None, fd=None): member in class:FaultHandlerTests 120 output, exitcode = self.get_output(code, filename=filename, fd=fd) 320 stderr, exitcode = self.get_output(code) 428 trace, exitcode = self.get_output(code, filename, fd) 465 trace, exitcode = self.get_output(code) 507 output, exitcode = self.get_output(code, filename) 585 trace, exitcode = self.get_output(code, filename) 688 trace, exitcode = self.get_output(code, filename) 778 output, exitcode = self.get_output(code) 798 output, exitcode = self.get_output(f"" [all...] |
/development/tools/privapp_permissions/ |
privapp_permissions.py | 109 return get_output(command) 184 adb = get_output('which adb').strip() 194 get_output('%s start-server' % adb) 215 return Aapt(get_output('which aapt').strip()) 237 output = get_output('%s -s %s get-state' % 254 output = get_output(command) 269 output = get_output(get_serials_cmd) 324 return get_output('find %s -name "*.apk"' % priv_app_dir).split() 334 def get_output(command): function
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
firmware_Cr50ConsoleCommands.py | 78 def get_output(self, cmd, regexp, split_str, sort): member in class:firmware_Cr50ConsoleCommands 114 output = self.get_output(cmd, regexp, split_str, sort)
|
/device/google/cuttlefish_common/guest/hals/audio/legacy/policy/ |
vsoc_audio_policy_hal.cpp | 61 dap->policy.get_output = &GceAudioPolicy::GetOutput;
|
/external/libxcam/modules/ocl/ |
cl_pyramid_blender.h | 165 SmartPtr<CLImage> get_output () { function in class:XCam::CLPyramidBlendKernel 369 SmartPtr<CLImage> get_output () { function in class:XCam::CLPyramidCopyKernel
|
cl_pyramid_blender.cpp | 853 SmartPtr<CLImage> image_out = get_output (); [all...] |
/external/autotest/server/cros/chaos_lib/ |
chaos_capture_analyzer.py | 16 def get_output(self, display_filter=None, summaries=True, decryption=None): member in class:PacketCapture 78 output = self.get_output(display_filter=display_filter) 141 packets = self.get_output(display_filter=filter, summaries=summaries,
|
/art/test/970-iface-super-resolution-gen/util-src/ |
generate_smali.py | 381 result = a.get_output()), 507 def get_output(self): member in class:TestInterface
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_logging.py | 915 def get_output(self):
member in class:SocketHandlerTest 927 self.assertEqual(self.get_output(), "spam\neggs\n")
[all...] |
/external/python/cpython2/Lib/test/ |
test_logging.py | 947 def get_output(self): member in class:SocketHandlerTest 959 self.assertEqual(self.get_output(), "spam\neggs\n") [all...] |
/external/scapy/scapy/ |
utils.py | 455 ... assert cmco.get_output() == "hey" 475 def get_output(self, eval_bytes=False): member in class:ContextManagerCaptureOutput [all...] |