Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dadb.cpp124 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()
312 print_error("Unable to run command: %s", prog); in run_instrumentation_test()
Dmake.cpp113 print_error("Unable to parse module info file (%s): %s", error, filename.c_str()); in json_error()
114 print_error("Have you done a full build?"); in json_error()
146 print_error("Unable to open module info file: %s", filename.c_str()); in read_modules()
147 print_error("Have you done a full build?"); in read_modules()
Dprint.cpp91 print_error(const char* format, ...) in print_error() function
150 print_error("Stopping due to errors."); in check_error()
Dprint.h34 void print_error(const char* format, ...);
Dcommand.cpp126 print_error("Unable to run command: %s", prog); in get_command_output()
173 print_error("Unable to run command: %s", prog); in run_command()
Dmain.cpp556 print_error("There is a mismatch between the build you just did and the device you"); in check_device_property()
557 print_error("are trying to sync it to in the %s system property", property.c_str()); in check_device_property()
558 print_error(" build: %s", expected.c_str()); in check_device_property()
559 print_error(" device: %s", deviceValue.c_str()); in check_device_property()
598 print_error("Error: Could not find module: %s", target->name.c_str()); in run_phases()
774 print_error("Error: Test requested for apk that doesn't" in run_phases()
792 print_error("Error: Test requested for apk that doesn't" in run_phases()
Daapt.cpp241 print_error("%s:%d: Manifest root element doesn't contain a package attribute", in inspect_apk()