/third_party/glib/gio/gdbus-2.0/codegen/ |
D | codegen_main.py | 33 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 …]
|
D | parser.py | 25 from .utils import print_error 210 print_error('Invalid direction "{}"'.format(direction)) 287 print_error(
|
D | utils.py | 49 def print_error(msg): function
|
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
D | fastboot_run.py | 39 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..…
|
D | cros_servo_run.py | 83 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")
|
D | poe_run.py | 37 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/ |
D | gio-tool-launch.c | 85 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() 119 … print_error (_("Unable to launch application ‘%s’: %s"), desktop_file, error->message); in handle_launch()
|
D | gio-tool-mime.c | 162 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()
|
D | gio-tool-set.c | 180 print_error (_("Invalid attribute type “%s”"), attr_type); in handle_set() 195 print_error ("%s", error->message); in handle_set()
|
D | gio-tool.c | 34 print_error (const gchar *format, ...) in print_error() function 53 print_error ("%s: %s", uri, message); in print_file_error()
|
D | gio-tool-rename.c | 88 print_error ("%s", error->message); in handle_rename()
|
D | gio-tool.h | 23 void print_error (const gchar *format,
|
D | gio-tool-open.c | 49 print_error ("%s: %s", uri, error->message); in launch_default_for_uri_cb()
|
D | gio-tool-cat.c | 87 print_error ("%s", _("Error writing to stdout")); in cat()
|
/third_party/boost/libs/regex/build/ |
D | has_icu_test.cpp | 24 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/ |
D | iptables-test.py | 45 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.c | 32 print_error (__func__); in _UCD_resume() 33 print_error (" not implemented\n"); in _UCD_resume()
|
D | _UPT_access_fpreg.c | 31 print_error (__func__); in _UCD_access_fpreg() 32 print_error (" not implemented\n"); in _UCD_access_fpreg()
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | utils.py | 26 def ReadFile(filename, print_error=True): argument 35 if print_error:
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | queue.py | 56 self.print_error = True 102 if self.print_error: 110 self.print_error = False
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfiltershader.c | 459 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/ |
D | 5-1.c | 62 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/ |
D | make_distrib.py | 434 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/ |
D | mathtest.c | 956 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/ |
D | Gparser.c | 50 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")
|