Searched defs:ERROR (Results 1 - 25 of 61) sorted by relevance

123

/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h37 #undef ERROR macro
/external/webkit/Source/WebKit/mac/Misc/
H A DWebAssertions.h35 #define ERROR(...) ((void)0) macro
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h60 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
61 #undef ERROR // defend against promiscuous windows.h macro
62 static const LogLevel ERROR = LOGLEVEL_ERROR; member in namespace:google::protobuf
64 // Receives copies of all LOG(ERROR) messages while in scope. Sample usage:
68 // const vector<string>& warnings = log.GetMessages(ERROR);
79 // open source version ignores the argument since we always pass ERROR
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dutil.js76 log.ERROR = {text: 'Error: ', color: 'red'};
/external/chromium/sdch/open-vcdiff/src/
H A Dlogging.h23 // Windows API defines ERROR
24 #ifdef ERROR
25 #undef ERROR macro
26 #endif // ERROR
33 ERROR, enumerator in enum:open_vcdiff::LogLevel
40 #define DFATAL ERROR
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/
H A DDisconnectMessage.java47 public static final String ERROR = "Error"; field in class:DisconnectMessage
/external/markdown/markdown/
H A Dcommandline.py12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
H A D__init__.py50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
334 message(ERROR, e)
336 message(ERROR, 'Extension "%s.%s" must be of type: "markdown.Extension".' \
/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DTextOutputCallback.java32 public static final int ERROR = 2; field in class:TextOutputCallback
39 if (messageType > ERROR || messageType < INFORMATION) {
H A DConfirmationCallback.java48 public static final int ERROR = 2; field in class:ConfirmationCallback
64 if (messageType > ERROR || messageType < INFORMATION) {
94 if (messageType > ERROR || messageType < INFORMATION) {
123 if (messageType > ERROR || messageType < INFORMATION) {
159 if (messageType > ERROR || messageType < INFORMATION) {
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
H A DPubSubNamespace.java25 ERROR("errors"), enum constant in enum:PubSubNamespace
/external/mtpd/
H A Dmtpd.h37 ERROR = 3, enumerator in enum:log_level
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java153 * Convenience method to create a new {@link Type#ERROR IQ.Type.ERROR} IQ
158 * <li>The type set to {@link Type#ERROR IQ.Type.ERROR}.
168 * @return a new {@link Type#ERROR IQ.Type.ERROR} IQ based on the originating IQ.
180 result.setType(Type.ERROR);
195 * <li>IQ.Type.ERROR
203 public static final Type ERROR = new Type("error"); field in class:IQ.Type
223 else if (ERROR
[all...]
/external/tcpdump/
H A Dtftp.h52 #define ERROR 05 /* error code */ macro
/external/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.h219 #undef ERROR macro
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java171 // Check for ERROR keys in the hashtable, and print report
179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs");
202 * with a key that is prefixed with {@link #ERROR 'ERROR.'} so it
253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable");
281 // Note: we could just check for the ERROR key by itself,
285 if (keyStr.startsWith(ERROR))
305 public static final String ERROR = "ERROR."; field in class:EnvironmentCheck
376 if (keyStr.startsWith(ERROR))
[all...]
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h39 // LOG(ERROR),
109 const int ERROR = -2; variable
120 const int ERROR = ::ERROR; member in namespace:google
182 ANDROID_LOG_ERROR, // LOG(ERROR)
/external/chromium/googleurl/base/
H A Dlogging.h75 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
78 // debug mode, ERROR in normal mode.
151 // LOG_DFATAL_LEVEL is LOG_FATAL in debug mode, ERROR in normal mode
172 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
175 // as COMPACT_GOOGLE_LOG_ERROR, and also define ERROR the same way that
177 #define ERROR 0 macro
/external/doclava/src/com/google/doclava/
H A DErrors.java61 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR;
71 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING)) {
92 if (m.error.level == ERROR) {
104 public static int ERROR = 2; field in class:Errors
125 public static Error PARSE_ERROR = new Error(1, ERROR);
149 public static Error CHANGED_SYNCHRONIZED = new Error(25, ERROR);
159 public static final Error BAD_ATTR_TAG = new Error(106, ERROR);
163 public static final Error UNAVAILABLE_SYMBOL = new Error(110, ERROR);
171 public static final Error BROKEN_SINCE_FILE = new Error(118, ERROR);
172 public static final Error INVALID_CONTENT_TYPE = new Error(119, ERROR);
[all...]
/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/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc32 #undef ERROR // wingdi.h macro
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c110 #undef ERROR macro
111 #define ERROR(str) do {\ macro
118 ERROR(#memb " out of range ["#lo".."#hi"]");\
123 ERROR(#memb " out of range [.."#hi"]");\
128 ERROR(#memb " out of range ["#lo"..]");\
132 if(!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean");\
188 ERROR("kf_min_dist not supported in auto mode, use 0 "
220 ERROR("rc_twopass_stats_in.buf not set.");
223 ERROR("rc_twopass_stats_in.sz indicates truncated packet.");
226 ERROR("rc_twopass_stats_i
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc283 GOOGLE_LOG(ERROR)
1282 enum ReturnCode { SUCCESS, ERROR }; enumerator in enum:google::protobuf::compiler::__anon10886::EncodeDecodeTest::ReturnCode
/external/smack/src/com/kenai/jbosh/
H A DBOSHClient.java113 private static final String ERROR = "error"; field in class:BOSHClient
1253 return ERROR.equals(resp.getAttribute(Attributes.TYPE));
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp43 #ifdef ERROR
44 #undef ERROR macro
91 ERROR, enumerator in enum:__anon16082
250 webkit_download_signals[ERROR] = g_signal_new("error",

Completed in 2306 milliseconds

123