HomeSort by relevance Sort by last modified time
    Searched defs:print_error (Results 1 - 14 of 14) sorted by null

  /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/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...]
fldcw_check.S 100 print_error: label
  /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/exp-bbv/tests/amd64-linux/
fldcw_check.S 146 print_error: label
rep_prefix.S 67 jne print_error # print an error
84 jne print_error # print an error
101 jne print_error # print an error
119 jne print_error # print an error
178 jnz print_error
186 jnz print_error
194 jnz print_error
202 jnz print_error
223 # je print_error
231 # je print_error
324 print_error: label
    [all...]
  /frameworks/base/tools/bit/
print.cpp 91 print_error(const char* format, ...) function
150 print_error("Stopping due to errors.");
  /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...]
  /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...]
  /external/fmtlib/test/
format-test.cc 1583 void print_error(const char *file, int line, const char *format, function
    [all...]
  /external/libunwind/include/
libunwind_i.h 315 print_error (const char *string) function
  /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...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2544 milliseconds