Searched refs:pformat (Results 1 - 25 of 37) sorted by relevance

12

/external/autotest/client/cros/faft/utils/
H A Dfirmware_check_keys.py56 print 'Keys mismatched %s' % pprint.pformat(uniq_actual_output)
58 print 'Key match expected: %s' % pprint.pformat(uniq_actual_output)
/external/autotest/server/cros/multimedia/
H A Dremote_facade_factory.py108 (pprint.pformat(name), pprint.pformat(args),
109 pprint.pformat(dargs)))
114 logging.debug('RPC %s returns %s.', rpc, pprint.pformat(value))
130 logging.debug('RPC %s returns %s.', rpc, pprint.pformat(value))
/external/autotest/client/cros/cellular/wardmodem/
H A Dmodem_configuration.py46 pprint.pformat(self.base_conf))
55 pprint.pformat(self.plugin_conf))
/external/autotest/client/cros/cellular/wardmodem/state_machines/
H A Drequest_response.py134 self._logger.debug(pprint.pformat(self._responses))
/external/autotest/server/cros/faft/config/
H A Dconfig.py86 pprint.pformat(dir(cfg_obj))))
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
H A Dnetwork_WiFi_ChaosLongConnect.py68 (DUT_CONNECTION_RETRIES, pprint.pformat(results),
/external/autotest/client/cros/audio/
H A Dcheck_quality.py173 pprint.pformat(spectral))
181 pprint.pformat(quality))
H A Dcras_dbus_utils.py205 logging.debug('nodes = %s', pprint.pformat(self._nodes))
232 logging.debug('nodes = %s', pprint.pformat(nodes))
/external/autotest/scheduler/
H A Dgc_stats.py51 whats_new_big_str = pprint.pformat(new_objects, indent=1)
/external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
H A Dnetwork_WiFi_ChaosConfigSniffer.py32 f.write(pprint.pformat(network))
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
H A Dnetwork_WiFi_ChaosConnectDisconnect.py79 (pprint.pformat(results), assoc_params, debug_info,
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dcpufreq.py38 print '%s %s: %s' % (str(device), cpu, pprint.pformat(governors))
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c275 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); local
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
299 p_surf->templat.buffer_format = pformat;
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
H A Ddesktopui_FlashSanityCheck.py121 pprint.pformat(sys.exc_info()[0]))
139 pprint.pformat(sys.exc_info()[0]))
/external/autotest/server/cros/clique_lib/
H A Dclique_runner.py155 debug_string += pprint.pformat(debug_dict)
157 debug_string += pprint.pformat({'ap_name': ap.name})
/external/libmojo/third_party/jinja2/
H A Dutils.py173 def pformat(obj, verbose=False): function
181 from pprint import pformat namespace
182 return pformat(obj)
H A Dfilters.py17 from jinja2.utils import Markup, escape, pformat, urlize, soft_unicode, \
408 return pformat(value, verbose=verbose)
18 unicode_urlencode namespace
/external/autotest/client/common_lib/cros/network/
H A Dxmlrpc_datatypes.py108 return pprint.pformat(self.__dict__)
/external/autotest/client/site_tests/security_ASLR/
H A Dsecurity_ASLR.py212 name, pprint.pformat(mappings, 4))
/external/autotest/server/cros/ap_configurators/
H A Dstatic_ap_configurator.py71 self._name = pprint.pformat(name_dict)
/external/autotest/server/cros/chaos_lib/
H A Dchaos_runner.py234 debug_string = pprint.pformat(debug_dict)
H A Dstatic_runner.py195 debug_string = pprint.pformat(debug_dict)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dchrome_browser_backend.py175 pprint.pformat(self.extension_backend, indent=4))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c907 format_to_type_comps(enum pipe_format pformat, argument
911 switch (pformat) {
961 reduce_1d(enum pipe_format pformat, argument
968 format_to_type_comps(pformat, &datatype, &comps);
981 reduce_2d(enum pipe_format pformat, argument
989 const int bpt = util_format_get_blocksize(pformat);
994 format_to_type_comps(pformat, &datatype, &comps);
1022 reduce_3d(enum pipe_format pformat, argument
1028 const int bpt = util_format_get_blocksize(pformat);
1034 format_to_type_comps(pformat,
[all...]
/external/autotest/client/site_tests/graphics_dEQP/scripts/
H A Dprocess_logs.py323 print pprint.pformat(args)

Completed in 2767 milliseconds

12