HomeSort by relevance Sort by last modified time
    Searched refs:fail_msg (Results 1 - 25 of 46) sorted by null

1 2

  /external/ltp/tools/pounder21/
debug.h 29 extern const char *fail_msg, *pass_msg, *abort_msg, *start_msg;
infinite_loop.c 146 progname, fail_msg, WTERMSIG(stat));
162 progname, fail_msg, res);
timed_loop.c 172 progname, fail_msg, WTERMSIG(stat));
188 progname, fail_msg, res);
debug.c 71 const char *fail_msg = "\e[33;1mFAIL\e[0m"; variable
fancy_timed_loop.c 193 progname, fail_msg, WTERMSIG(stat));
209 progname, fail_msg, res);
run.c 206 argv[1], fail_msg, retcode);
280 name, fail_msg, WTERMSIG(stat));
294 name, fail_msg, x);
  /external/webrtc/webrtc/tools/barcode_tools/
helper_functions.py 38 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
barcode_decoder.py 54 command, fail_msg='Error during YUV to PNG conversion')
105 command, fail_msg='Error during decoding of %s' % file_name)
barcode_encoder.py 60 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/hardware_StorageWearoutDetect/
hardware_StorageWearoutDetect.py 74 fail_msg = ''
95 fail_msg += 'SSD failure ' + param
100 fail_msg += 'MMC failure ' + param
105 if fail_msg:
106 msg = 'Detected wearout parameter:%s' % fail_msg
  /external/webrtc/tools/network_emulator/
network_emulator.py 23 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,
emulate.py 159 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/toolchain-utils/automation/server/
job_executer.py 33 def _RunRemotely(self, command, fail_msg, command_timeout=1 * 60 * 60):
40 raise job.JobFailure(fail_msg, exit_code)
42 def _RunLocally(self, command, fail_msg, command_timeout=1 * 60 * 60):
47 raise job.JobFailure(fail_msg, exit_code)
  /external/ltp/testcases/commands/cron/
cron_tests.sh 38 local fail_msg="$2"
59 tst_res TFAIL "$fail_msg: `cat $err`"
  /external/autotest/client/site_tests/platform_ToolchainOptions/
platform_ToolchainOptions.py 304 fail_msg = ""
316 fail_msg += cos.get_fail_message() + "\n"
321 logging.error(fail_msg)
  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage03.c 62 static void check_return(int status, char *pass_msg, char *fail_msg);
313 static void check_return(int status, char *pass_msg, char *fail_msg)
320 tst_resm(TFAIL, "%s", fail_msg);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_thread.py 88 fail_msg = "stack_size(%d) failed - should succeed"
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
  /external/autotest/tko/perf_upload/
perf_uploader_unittest.py 306 fail_msg = 'Unexpected result string: %s' % actual_result
307 self.assertEqual(ordered(expected), ordered(actual), msg=fail_msg)
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 160 fail_msg = (
171 raise ValueError(fail_msg)
175 raise ValueError(fail_msg)
180 raise ValueError(fail_msg)
185 raise ValueError(fail_msg)
605 fail_msg = ("Hparam '%s' of type '%s' is incompatible with "
610 raise ValueError(fail_msg)
619 raise ValueError('%s. %s' % (fail_msg, e))
  /external/python/cpython2/Lib/test/
test_thread.py 84 fail_msg = "stack_size(%d) failed - should succeed"
87 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
  /external/python/cpython3/Lib/test/
test_thread.py 82 fail_msg = "stack_size(%d) failed - should succeed"
85 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_thread.py 88 fail_msg = "stack_size(%d) failed - should succeed"
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_thread.py 88 fail_msg = "stack_size(%d) failed - should succeed"
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 88 fail_msg = "stack_size(%d) failed - should succeed"
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 88 fail_msg = "stack_size(%d) failed - should succeed"
91 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)

Completed in 443 milliseconds

1 2