Searched defs:ERROR (Results 51 - 75 of 137) sorted by relevance

123456

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java51 static final int ERROR = 1; field in class:XSLTAttributeDef
65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING.
142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. *
176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value.
421 * @return one of XSLAttributeDef.FATAL, XSLAttributeDef.ERROR, XSLAttributeDef.WARNING
1657 case (ERROR):
/external/doclava/src/com/google/doclava/
H A DErrors.java58 case ERROR: res.append("\033[31merror: "); break;
70 case ERROR: res.append("error "); break;
111 resolvedLevel = ERROR;
114 resolvedLevel = ERROR;
123 if (resolvedLevel == ERROR) {
167 public static final int ERROR = 3; field in class:Errors
234 * <li>{@link #ERROR}
254 public static final Error PARSE_ERROR = new Error(1, ERROR);
300 public static final Error IO_ERROR = new Error(115, ERROR);
303 public static final Error BROKEN_SINCE_FILE = new Error(118, ERROR);
[all...]
/external/dtc/
H A Dchecks.c70 #define ERROR(_nm, _fn, _d, ...) \ macro
86 (c->error) ? "ERROR" : "Warning", c->name);
181 ERROR(nm, check_is_string, (propname))
200 ERROR(nm, check_is_cell, (propname))
219 ERROR(duplicate_node_names, check_duplicate_node_names, NULL);
236 ERROR(duplicate_property_names, check_duplicate_property_names, NULL);
253 ERROR(node_name_chars, check_node_name_chars, PROPNODECHARS "@");
273 ERROR(node_name_format, check_node_name_format, NULL, &node_name_chars);
312 ERROR(property_name_chars, check_property_name_chars, PROPNODECHARS);
399 ERROR(duplicate_labe
[all...]
/external/fmtlib/test/
H A Dposix-mock-test.cc41 # undef ERROR macro
73 enum FStatSimulation { NONE, MAX_SIZE, ERROR } fstat_sim; enumerator in enum:__anon6620::FStatSimulation
122 if (fstat_sim == ERROR) {
285 fstat_sim = ERROR;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h39 #define ERROR(args...) debug_printf("ERROR: " args) macro
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc334 GOOGLE_LOG(ERROR)
1712 enum ReturnCode { SUCCESS, ERROR }; enumerator in enum:google::protobuf::compiler::__anon16315::EncodeDecodeTest::ReturnCode
/external/webrtc/webrtc/base/
H A Dlogging.cc17 #undef ERROR // wingdi.h macro
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-over-slf4j-1.4.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Category ...
/external/aac/libSBRenc/src/
H A Dsbr_def.h95 #define ERROR(a,b) 1 macro
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java107 public static final byte ERROR = 8; field in class:JDWPConstants.ClassStatus
132 if ((status & ERROR) == ERROR)
133 returnValue += "|ERROR";
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c138 enum { UNSPEC, ERROR, INFO } level; enumerator in enum:evtmsg::__anon8027
146 { EVTT_DPD_TIMEOUT, "Peer not reachable anymore", ERROR },
147 { EVTT_PEER_NO_RESPONSE, "Peer not responding", ERROR },
148 { EVTT_PEER_DELETE, "Peer terminated security association", ERROR },
149 { EVTT_RACOON_QUIT, "Raccon terminated", ERROR },
150 { EVTT_OVERFLOW, "Event queue overflow", ERROR },
151 { EVTT_XAUTH_FAILED, "Xauth exchange failed", ERROR },
153 "(certificate problem?)", ERROR },
155 "(proposal problem?)", ERROR },
1385 if (evtmsg[i].level != ERROR)
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java32 private final static int ERROR = 3; field in class:Parser
862 case ERROR:
4784 {{-1, ERROR, 2}, {2, SHIFT, 6}, {3, SHIFT, 7}, {4, SHIFT, 8}, {5, SHIFT, 9}, {6, SHIFT, 10}, {7, SHIFT, 11}, {10, SHIFT, 12}, {11, SHIFT, 13}, {12, SHIFT, 14}, {13, SHIFT, 15}, {14, SHIFT, 16}, {15, SHIFT, 17}, {16, SHIFT, 18}, {17, SHIFT, 19}, {18, SHIFT, 20}, {19, SHIFT, 21}, {20, SHIFT, 22}, {21, SHIFT, 23}, {22, SHIFT, 24}, {52, SHIFT, 25}, },
4785 {{-1, ERROR, 3}, {56, ACCEPT, -1}, },
4788 {{-1, ERROR, 6}, {53, SHIFT, 28}, },
4789 {{-1, ERROR, 7}, {53, SHIFT, 29}, },
4790 {{-1, ERROR, 8}, {53, SHIFT, 30}, },
4791 {{-1, ERROR, 9}, {53, SHIFT, 31}, },
4792 {{-1, ERROR, 10}, {53, SHIFT, 32}, },
4793 {{-1, ERROR, 1
[all...]
/external/kernel-headers/original/uapi/rdma/hfi/
H A Dhfi1_user.h272 ERROR enumerator in enum:hfi1_sdma_comp_state
/external/libchrome/base/
H A Dlogging.h124 // PLOG(ERROR) << "Couldn't do foo";
125 // DPLOG(ERROR) << "Couldn't do foo";
126 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
127 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
135 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
141 // ERROR in normal mode.
329 // LOG_DFATAL is LOG_FATAL in debug mode, ERROR in normal mode
362 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
365 // as COMPACT_GOOGLE_LOG_ERROR, and also define ERROR th
367 #define ERROR macro
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c101 #undef ERROR macro
102 #define ERROR(str) \ macro
111 ERROR(#memb " out of range [" #lo ".." #hi "]"); \
116 if (!((p)->memb <= (hi))) ERROR(#memb " out of range [.." #hi "]"); \
121 if (!((p)->memb >= (lo))) ERROR(#memb " out of range [" #lo "..]"); \
126 if (!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean"); \
180 ERROR(
212 ERROR("rc_twopass_stats_in.buf not set.");
215 ERROR("rc_twopass_stats_in.sz indicates truncated packet.");
218 ERROR("rc_twopass_stats_i
[all...]
/external/mesa3d/src/mesa/main/
H A Derrors.c59 #undef ERROR macro
278 if (type_is(type, ERROR)) {
703 if (type_is(type, ERROR)) {
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c51 #ifdef ERROR
52 #undef ERROR macro
443 #define ERROR(err) _mesa_error( ctx, err, __FUNCTION__ ) macro
1403 ERROR(GL_INVALID_VALUE);
H A Dvbo_save_api.c90 #ifdef ERROR
91 #undef ERROR macro
688 #define ERROR(err) _mesa_compile_error(ctx, err, __FUNCTION__); macro
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java2004 private static final Error ERROR = new Error("mymessage"); field in class:FuturesTest
2006 immediateFailedFuture(ERROR);
2076 assertEquals(ERROR, expected.getCause());
2177 assertEquals(ERROR, expected.getCause());
2280 assertEquals(ERROR, expected.getCause());
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp334 #define ERROR(msg) parseError(msg); return NULL; macro
337 #define ERROR(msg) parseError(NULL); return NULL; macro
395 ERROR("Missing open angle");
412 ERROR("Unexpected character");
419 ERROR("Missing comma in outer array");
421 ERROR("Missing close angle bracket in outer array");
427 ERROR("Extra text after close of localization data");
439 ERROR("Unknown error");
450 ERROR("Missing open angle");
467 ERROR("Unexpecte
[all...]
/external/libusb/libusb/os/
H A Dlinux_usbfs.c165 ERROR, enumerator in enum:reap_action
2198 if (tpriv->reap_action == ERROR)
2327 tpriv->reap_action = ERROR;
2332 tpriv->reap_action = ERROR;
2350 if (ERROR == tpriv->reap_action && LIBUSB_TRANSFER_COMPLETED == tpriv->reap_status)
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c124 #undef ERROR macro
125 #define ERROR(str) \ macro
134 ERROR(#memb " out of range [" #lo ".." #hi "]"); \
139 if (!((p)->memb <= (hi))) ERROR(#memb " out of range [.." #hi "]"); \
144 if (!((p)->memb >= (lo))) ERROR(#memb " out of range [" #lo "..]"); \
149 if (!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean"); \
206 ERROR("target_level is invalid");
210 ERROR("ss_number_layers * ts_number_layers is out of range");
218 ERROR("ts_target_bitrate entries are not increasing");
225 ERROR("ts_rate_decimato
[all...]
/external/libxml2/
H A Dpattern.c42 #ifdef ERROR
43 #undef ERROR macro
45 #define ERROR(a, b, c, d) macro
208 ERROR(NULL, NULL, NULL,
217 ERROR(NULL, NULL, NULL,
301 ERROR(NULL, NULL, NULL,
356 ERROR(ctxt, NULL, NULL,
427 ERROR(ctxt, NULL, NULL,
933 ERROR(NULL, NULL, NULL,
982 ERROR(NUL
[all...]
H A Drngparser.c168 #define ERROR(str) xmlCRNGErr(ctxt, 0, str); macro
488 ERROR("The \"xml\" prefix must be bound to \"http://www.w3.org/XML/1998/namespace\"");
492 ERROR("The \"http://www.w3.org/XML/1998/namespace\" name must be bound to \"xml\" prefix");
498 ERROR("Failed to create namespace hash table");
509 ERROR("Redefinition of default namespace");
511 ERROR("Redefinition of namespace");
539 ERROR("The \"xsd\" prefix must be bound to \"http://www.w3.org/2001/XMLSchema-datatypes\"");
545 ERROR("Failed to create namespace hash table");
551 ERROR("Redefinition of datatype");
710 ERROR("Expectin
[all...]
/external/elfutils/src/
H A Delflint.c101 #define ERROR(str, args...) \ macro
162 ERROR (gettext ("cannot generate Elf descriptor: %s\n"),
181 ERROR (gettext ("error while closing Elf descriptor: %s\n"),
298 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"),
306 ERROR (gettext ("\
361 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0);
363 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1);
365 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
367 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
371 ERROR (gettex
[all...]

Completed in 803 milliseconds

123456