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

1 2

  /external/libunwind/src/coredump/
_UPT_resume.c 32 print_error (__func__);
33 print_error (" not implemented\n");
_UPT_access_fpreg.c 31 print_error (__func__);
32 print_error (" not implemented\n");
  /external/google-breakpad/src/testing/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
39 if print_error:
  /external/googletest/googlemock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
39 if print_error:
  /external/v8/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
39 if print_error:
  /external/fio/
printing.c 71 static void printing_error_dialog(GtkWidget *window, GError *print_error)
76 printf("error message = %s\n", print_error->message);
80 print_error->message);
89 GError *print_error; local
95 gtk_print_operation_get_error(operation, &print_error);
96 printing_error_dialog(ge->results_window, print_error);
97 g_error_free(print_error);
104 GError *print_error; local
118 GTK_WINDOW(ge->results_window), &print_error);
129 printing_error_dialog(ge->results_window, print_error);
    [all...]
  /frameworks/base/tools/bit/
print.h 34 void print_error(const char* format, ...);
adb.cpp 124 print_error("result buffer too large: %llu", size);
129 print_error("Can't allocate a buffer of size for test results: %llu", size);
137 print_error("Early end of pipe.");
190 print_error("Early end of pipe.");
233 print_error("bad wire type for tag 0x%lx\n", tag);
312 print_error("Unable to run command: %s", prog);
print.cpp 91 print_error(const char* format, ...) function
150 print_error("Stopping due to errors.");
make.cpp 113 print_error("Unable to parse module info file (%s): %s", error, filename.c_str());
114 print_error("Have you done a full build?");
146 print_error("Unable to open module info file: %s", filename.c_str());
147 print_error("Have you done a full build?");
command.cpp 126 print_error("Unable to run command: %s", prog);
173 print_error("Unable to run command: %s", prog);
main.cpp 556 print_error("There is a mismatch between the build you just did and the device you");
557 print_error("are trying to sync it to in the %s system property", property.c_str());
558 print_error(" build: %s", expected.c_str());
559 print_error(" device: %s", deviceValue.c_str());
598 print_error("Error: Could not find module: %s", target->name.c_str());
774 print_error("Error: Test requested for apk that doesn't"
792 print_error("Error: Test requested for apk that doesn't"
    [all...]
aapt.cpp 241 print_error("%s:%d: Manifest root element doesn't contain a package attribute",
  /external/autotest/site_utils/
bind_mysql_to_cpuset.sh 49 function print_error() { function
63 print_error "Empty command!"
76 eval "$1" || { print_error "Failed to execute \"${cmd}\""; return 1; }
90 { print_error "No MySQL process found."; return 1; }
96 { print_error "No MySQL process found."; return 1; }
101 print_error "No MySQL process found."
107 print_error "No running MySQL process is found."
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 52 jne print_error # print an error
69 jne print_error # print an error
86 jne print_error # print an error
135 jnz print_error
143 jnz print_error
151 jnz print_error
170 je print_error
178 je print_error
186 je print_error
198 jnz print_error
246 print_error: label
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 531 print_error("No entries for symbol %s.\n", symbol_name);
596 print_error(error_message, value->symbol_name);
597 print_error(" Remaining item(s) declared at...\n");
602 print_error(" " SOURCE_LOCATION_FORMAT "\n",
606 print_error("%s.", value->symbol_name);
632 print_error("ERROR: " SOURCE_LOCATION_FORMAT " - Could not get value "
635 print_error("Previously returned mock value was declared at "
640 print_error("There were no previously returned mock values for "
689 print_error("0x%x != 0x%x\n", left, right);
700 print_error("0x%x == 0x%x\n", left, right)
1475 void print_error(const char* const format, ...) { function
    [all...]
  /external/iptables/
iptables-test.py 42 def print_error(reason, filename=None, lineno=None): function
58 print_error(reason, filename, lineno)
73 :param filename: name of the file tested (used for print_error purposes)
74 :param lineno: line number being tested (used for print_error purposes)
87 print_error(reason, filename, lineno)
95 print_error(reason, filename, lineno)
121 print_error(reason, filename, lineno)
129 print_error(reason, filename, lineno)
142 :param filename: name of the file tested (used for print_error purposes)
143 :param lineno: line number being tested (used for print_error purposes
    [all...]
  /bionic/libc/kernel/tools/
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)
107 print_error(no_update, "Can't parse '%s'" % src_file)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
5-1.c 61 static void print_error(struct testcase *t, int saved_errno) function
117 print_error(&testcases[i], errno);
  /external/valgrind/include/
pub_tool_errormgr.h 87 'print_error' dictates whether to print the error, which is a bit of a
93 ExeContext* where, Bool print_error,
  /external/libunwind/src/ia64/
Gparser.c 50 print_error ("libunwind: cannot stack reg state!\n");
64 print_error ("libunwind: stack underflow!\n");
82 print_error ("unwind.dup_state_stack: out of memory\n");
520 print_error ("libunwind: failed to find labeled state\n");
531 print_error ("unwind.desc_label_state(): out of memory\n");
627 print_error ("libunwind: unknown code encountered\n")
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 275 print_error("Expected assert in %s\n", #function_call); \
431 void print_error(const char* const format, ...);
  /external/lz4/tests/
test-lz4-speed.py 48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True):
61 if stderr_lines and not print_output and print_error:
  /external/libunwind/include/
libunwind_i.h 315 print_error (const char *string) function
  /external/valgrind/coregrind/
m_errormgr.c 853 suppressed. Bool 'print_error' dictates whether to print the error.
857 void* extra, ExeContext* where, Bool print_error,
887 if (print_error) {
    [all...]

Completed in 685 milliseconds

1 2