Home
last modified time | relevance | path

Searched refs:info_str (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/network_EthCapsServer/
Dnetwork_EthCapsServer.py99 info_str = ln.strip()
101 index = info_str.find('HWaddr ')
103 self._mac_addr = info_str[index + len('HWaddr '):]
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py199 info_str = ['\nfb_id wait_kds flipped']
204 info_str.append('%s: %s %s' %
212 info_str.append('avg_fps: %s, avg_render_time: %s' %
215 logging.info('\n'.join(info_str))
/external/vboot_reference/tests/
Dvboot_display_tests.c90 VbError_t VbExDisplayDebugInfo(const char *info_str) in VbExDisplayDebugInfo() argument
92 strncpy(debug_info, info_str, sizeof(debug_info)); in VbExDisplayDebugInfo()
/external/libcxx/test/libcxx/test/
Dconfig.py145 info_str = self.get_lit_conf('target_info', default)
146 mod_path, _, info = info_str.rpartition('.')
149 if info_str != default:
150 self.lit_config.note("inferred target_info as: %r" % info_str)
/external/vboot_reference/firmware/stub/
Dvboot_api_stub.c57 VbError_t VbExDisplayDebugInfo(const char *info_str) in VbExDisplayDebugInfo() argument
/external/autotest/client/common_lib/
Dtest_unittest.py111 info_str = 'Run %s failed with %s' % (run, error)
115 self.test.job.record.expect_call('INFO', None, None, info_str)
/external/vboot_reference/firmware/include/
Dvboot_api.h780 VbError_t VbExDisplayDebugInfo(const char *info_str);