Searched refs:print_error (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | Collation.cpp | 70 static void print_error(const FieldDescriptor* field, const char* format, ...) { in print_error() function 179 print_error(field, in collate_field_annotations() 189 print_error(field, "Invalid primary state field: '%s'\n", in collate_field_annotations() 201 print_error(field, in collate_field_annotations() 217 print_error(field, "Invalid exclusive state field: '%s'\n", in collate_field_annotations() 223 print_error(field, in collate_field_annotations() 295 print_error(field, in collate_atom() 339 print_error(field, in collate_atom() 349 print_error(field, in collate_atom() 367 print_error(field, in collate_atom() [all …]
|
/aosp12/bionic/libc/kernel/tools/ |
H A D | clean_header.py | 76 def print_error(no_update, msg): function 88 print_error(no_update, "'%s' does not exist\n" % src_file) 92 print_error(no_update, "'%s' is not a file\n" % src_file) 105 print_error(no_update, "Can't parse '%s'" % src_file)
|
/aosp12/frameworks/base/tools/bit/ |
H A D | adb.cpp | 124 print_error("result buffer too large: %llu", size); in read_sized_buffer() 129 print_error("Can't allocate a buffer of size for test results: %llu", size); in read_sized_buffer() 137 print_error("Early end of pipe."); in read_sized_buffer() 190 print_error("Early end of pipe."); in skip_bytes() 233 print_error("bad wire type for tag 0x%lx\n", tag); in skip_unknown_field() 323 print_error("Unable to run command: %s", prog); in run_instrumentation_test()
|
H A D | make.cpp | 176 print_error("Unable to parse module info file (%s): %s", error, filename.c_str()); in json_error() 177 print_error("Have you done a full build?"); in json_error() 209 print_error("Unable to open module info file: %s", filename.c_str()); in read_modules() 210 print_error("Have you done a full build?"); in read_modules()
|
H A D | print.cpp | 91 print_error(const char* format, ...) in print_error() function 164 print_error("Stopping due to errors."); in check_error()
|
H A D | main.cpp | 639 print_error("There is a mismatch between the build you just did and the device you"); in check_device_property() 640 print_error("are trying to sync it to in the %s system property", property.c_str()); in check_device_property() 641 print_error(" build: %s", expected.c_str()); in check_device_property() 642 print_error(" device: %s", deviceValue.c_str()); in check_device_property() 651 print_error("Error: Could not chdir: %s", path); in chdir_or_exit() 691 print_error("Error: Could not find module: %s", target->name.c_str()); in run_phases() 991 print_error("Error: Test requested for apk that doesn't" in run_phases() 1009 print_error("Error: Test requested for apk that doesn't" in run_phases()
|
H A D | command.cpp | 128 print_error("Unable to run command: %s", prog); in get_command_output() 175 print_error("Unable to run command: %s", prog); in run_command()
|
H A D | print.h | 34 void print_error(const char* format, ...);
|
H A D | aapt.cpp | 242 print_error("%s:%d: Manifest root element doesn't contain a package attribute", in inspect_apk()
|