Searched refs:fail_msg (Results 1 - 15 of 15) sorted by relevance

/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
H A Dhardware_StorageWearoutDetect.py69 fail_msg = ''
90 fail_msg += 'SSD failure ' + param
95 fail_msg += 'MMC failure ' + param
100 if fail_msg:
101 msg = 'Detected wearout parameter:%s' % fail_msg
/external/webrtc/tools/network_emulator/
H A Dnetwork_emulator.py23 fail_msg: User defined error message.
30 def __init__(self, fail_msg, cmd=None, returncode=None, output=None,
32 BaseException.__init__(self, fail_msg)
33 self.fail_msg = fail_msg
163 def _run_ipfw_command(command, fail_msg=None):
169 fail_msg: Message describing the error in case the command fails.
172 NetworkEmulatorError: If command fails a message is set by the fail_msg
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
H A Demulate.py159 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error)
191 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error)
/external/autotest/tko/perf_upload/
H A Dperf_uploader_unittest.py348 fail_msg = 'Unexpected result string: %s' % actual_result
349 self.assertEqual(len(actual), len(expected), msg=fail_msg)
359 msg=fail_msg)
361 msg=fail_msg)
366 msg=fail_msg)
370 msg=fail_msg)
374 msg=fail_msg)
378 msg=fail_msg)
382 msg=fail_msg)
384 actual[idx]['bot'], expected[idx]['bot'], msg=fail_msg)
[all...]
/external/webrtc/webrtc/tools/barcode_tools/
H A Dhelper_functions.py38 def run_shell_command(cmd_list, fail_msg=None):
43 fail_msg(string): Message describing the error in case the command fails.
55 if fail_msg:
56 print >> sys.stderr, fail_msg
H A Dbarcode_decoder.py54 command, fail_msg='Error during YUV to PNG conversion')
105 command, fail_msg='Error during decoding of %s' % file_name)
H A Dbarcode_encoder.py60 command, fail_msg=('Error during barcode %s generation' % content))
110 command, fail_msg=('Error during PNG to YUV conversion of %s' %
/external/autotest/client/site_tests/platform_ToolchainOptions/
H A Dplatform_ToolchainOptions.py274 fail_msg = ""
286 fail_msg += cos.get_fail_message() + "\n"
291 logging.error(fail_msg)
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.h305 const char *fail_msg)
313 static_cast<uint64_t>(vkObj), fail_msg);
391 const char *fail_msg);
H A Dcore_validation.cpp2171 CBStatusFlags status_flag, VkFlags msg_flags, DRAW_STATE_ERROR error_code, const char *fail_msg) {
2178 "DS", "CB object %#" PRIxLEAST64 ": %s", (uint64_t)(pNode->commandBuffer), fail_msg);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp316 this->fail_msg = msg;
2095 ralloc_strcat(&prog->InfoLog, v.fail_msg);
2098 v.fail_msg);
2109 "8-wide at a 10-20%% performance cost: %s", v2.fail_msg);
H A Dbrw_fs.h387 char *fail_msg; member in class:fs_visitor
H A Dbrw_vec4.h230 char *fail_msg; member in class:brw::vec4_visitor
H A Dbrw_vec4_emit.cpp1086 ralloc_strcat(&prog->InfoLog, v.fail_msg);
H A Dbrw_vec4_visitor.cpp2739 this->fail_msg = msg;

Completed in 501 milliseconds