Home
last modified time | relevance | path

Searched refs:print_error (Results 1 – 25 of 50) sorted by relevance

12

/third_party/glib/gio/gdbus-2.0/codegen/
Dcodegen_main.py33 from .utils import print_error, print_warning
72 print_error('No interface "{}"'.format(iface))
79 print_error('No method "{}" on interface "{}"'.format(method, iface))
85 print_error(
96 print_error('No signal "{}" on interface "{}"'.format(signal, iface))
100 print_error(
111 print_error('No property "{}" on interface "{}"'.format(prop, iface))
292 print_error(
305 print_error("Using --header requires --output")
311 print_error("Using --body requires --output")
[all …]
Dparser.py25 from .utils import print_error
210 print_error('Invalid direction "{}"'.format(direction))
287 print_error(
Dutils.py49 def print_error(msg): function
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dfastboot_run.py39 def print_error(self, message): member in FastbootRun
60 self.print_error("Detected crash during boot, restarting run...")
64 self.print_error("Failed to get to fastboot prompt, restarting run...")
77 self.print_error("Detected spontaneous reboot, restarting run...")
82 self.print_error(
88 self.print_error(
99 …self.print_error("Reached the end of the CPU serial log without finding a result, restarting run..…
Dcros_servo_run.py83 def print_error(self, message): member in CrosServoRun
105 self.print_error("Detected intermittent poweron failure, restarting run...")
120 self.print_error("Detected intermittent tftp failure, restarting run...")
126 self.print_error("Detected cheza power management bus error, restarting run...")
131 self.print_error(
145 self.print_error("Detected cheza power management bus error, restarting run...")
149 self.print_error(
160 self.print_error("Reached the end of the CPU serial log without finding a result")
Dpoe_run.py37 def print_error(self, message): member in PoERun
57 self.print_error("Something wrong; couldn't detect the boot start up sequence")
66 self.print_error("Memory overflow in the binner; GPU hang")
76 self.print_error("Reached the end of the CPU serial log without finding a result")
/third_party/glib/gio/
Dgio-tool-launch.c85 print_error (_("The launch command is not currently supported on this platform")); in handle_launch()
98 print_error (_("Unable to load ‘%s‘: %s"), desktop_file, error->message); in handle_launch()
107 print_error (_("Unable to load application information for ‘%s‘"), desktop_file); in handle_launch()
119print_error (_("Unable to launch application ‘%s’: %s"), desktop_file, error->message); in handle_launch()
Dgio-tool-mime.c162 print_error (_("Failed to load info for handler “%s”"), handler); in handle_mime()
168 print_error (_("Failed to set “%s” as the default handler for “%s”: %s\n"), in handle_mime()
Dgio-tool-set.c180 print_error (_("Invalid attribute type “%s”"), attr_type); in handle_set()
195 print_error ("%s", error->message); in handle_set()
Dgio-tool.c34 print_error (const gchar *format, ...) in print_error() function
53 print_error ("%s: %s", uri, message); in print_file_error()
Dgio-tool-rename.c88 print_error ("%s", error->message); in handle_rename()
Dgio-tool.h23 void print_error (const gchar *format,
Dgio-tool-open.c49 print_error ("%s: %s", uri, error->message); in launch_default_for_uri_cb()
Dgio-tool-cat.c87 print_error ("%s", _("Error writing to stdout")); in cat()
/third_party/boost/libs/regex/build/
Dhas_icu_test.cpp24 void print_error(UErrorCode err, const char* func) in print_error() function
41 print_error(err, "u_charFromName"); in main()
48 print_error(err, "Collator::createInstance"); in main()
/third_party/iptables/
Diptables-test.py45 def print_error(reason, filename=None, lineno=None): function
61 print_error(reason, filename, lineno)
93 print_error(reason, filename, lineno)
101 print_error(reason, filename, lineno)
138 print_error(reason, filename, lineno)
146 print_error(reason, filename, lineno)
177 print_error(reason, filename, lineno)
/third_party/libunwind/src/coredump/
D_UPT_resume.c32 print_error (__func__); in _UCD_resume()
33 print_error (" not implemented\n"); in _UCD_resume()
D_UPT_access_fpreg.c31 print_error (__func__); in _UCD_access_fpreg()
32 print_error (" not implemented\n"); in _UCD_access_fpreg()
/third_party/googletest/googlemock/scripts/generator/cpp/
Dutils.py26 def ReadFile(filename, print_error=True): argument
35 if print_error:
/third_party/mindspore/mindspore/dataset/engine/
Dqueue.py56 self.print_error = True
102 if self.print_error:
110 self.print_error = False
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfiltershader.c459 goto print_error; in _maybe_recompile_shader()
467 goto print_error; in _maybe_recompile_shader()
476 goto print_error; in _maybe_recompile_shader()
484 goto print_error; in _maybe_recompile_shader()
488 goto print_error; in _maybe_recompile_shader()
508 print_error: in _maybe_recompile_shader()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D5-1.c62 static void print_error(struct testcase *t, int saved_errno) in print_error() function
118 print_error(&testcases[i], errno); in main()
/third_party/cef/tools/
Dmake_distrib.py434 def print_error(msg): function
556 print_error('--output-dir is required.')
560 print_error('Cannot specify both --minimal and --client.')
564 print_error('Invalid combination of build options.')
568 print_error('--arm-build is only supported on Linux.')
572 print_error('--sandbox is only supported on macOS and Windows.')
576 print_error('--ninja-build is required.')
580 print_error('--ozone is only supported on Linux.')
/third_party/optimized-routines/math/test/
Dmathtest.c956 void print_error(int rettype, unsigned *result, char* text, char** failp) { in print_error() function
1226 print_error(t.func->rettype,resultr,"wrongresultr",&failp); in runtest()
1227 print_error(t.func->rettype,resulti,"wrongresulti",&failp); in runtest()
1348 print_error(t.func->rettype,rr,"wrongresultr",&failp); in runtest()
1349 print_error(t.func->rettype,ri,"wrongresulti",&failp); in runtest()
1417 print_error(t.func->rettype,rr,"wrongresultr",&failp); in runtest()
1418 print_error(t.func->rettype,ri,"wrongresulti",&failp); in runtest()
1423 print_error(t.func->rettype,resultr,"wrongresult",&failp); in runtest()
/third_party/libunwind/src/ia64/
DGparser.c50 print_error ("libunwind: cannot stack reg state!\n"); in push()
64 print_error ("libunwind: stack underflow!\n"); in pop()
82 print_error ("unwind.dup_state_stack: out of memory\n"); in dup_state_stack()
520 print_error ("libunwind: failed to find labeled state\n"); in desc_copy_state()
531 print_error ("unwind.desc_label_state(): out of memory\n"); in desc_label_state()
627 print_error ("libunwind: unknown code encountered\n")

12