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

1234

/external/pcre/dist/
H A Dmakevp.bat39 IF ERRORLEVEL 1 GOTO ERROR
46 IF ERRORLEVEL 1 GOTO ERROR
49 IF ERRORLEVEL 1 GOTO ERROR
51 IF ERRORLEVEL 1 GOTO ERROR
60 :ERROR label
/external/valgrind/main/coregrind/
H A Dvgdb.h58 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ macro
61 /* same as ERROR, but also exits with status 1 */
/external/chromium_org/third_party/lcov/bin/
H A Dgenpng65 ERROR: required module GD.pm not found on this system (see www.cpan.org). label
186 or die("ERROR: cannot open $filename!\n");
271 or die("ERROR: cannot allocate overview image!\n");
371 or die("ERROR: cannot write png file $filename!\n");
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h66 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
67 #undef ERROR // defend against promiscuous windows.h macro
68 static const LogLevel ERROR = LOGLEVEL_ERROR; member in namespace:google::protobuf
71 // Receives copies of all LOG(ERROR) messages while in scope. Sample usage:
75 // const vector<string>& warnings = log.GetMessages(ERROR);
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dutil.js76 log.ERROR = {text: 'Error: ', color: 'red'};
/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4; variable
18 // DFATAL is FATAL in debug mode, ERROR in normal mode
20 #define DFATAL_LEVEL ERROR
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dapp_installer.js33 ERROR: 'AppInstaller.error'
75 AppInstaller.Result.ERROR;
/external/markdown/markdown/
H A Dcommandline.py12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.cc17 #define ERROR(format, ...) LOG_TRACE("jspipe: " format, ##__VA_ARGS__) macro
H A Djspipe_event_emitter.cc15 #define ERROR(format, ...) \ macro
106 ERROR("Sending ACK failed: %d\n", err.error);
116 ERROR("Got NULL interface(s): %s%s",
204 ERROR("Unexpected byte count: %" PRIuS, byte_count);
216 ERROR("Expected ArrayBuffer but got %d.", message.type);
221 ERROR("ArrayBuffer.ByteLength returned PP_FALSE");
231 ERROR("Only wrote %d of %d bytes to pipe", (int)wrote, (int)length);
240 ERROR("Integer object expected but got %d.", message.type);
260 ERROR("Got NULL interface(s): %s%s%s%s",
270 ERROR("Expecte
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Ddebug.h7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
34 enum Severity {INFO = 0, WARNING, ERROR, FATAL}; enumerator in enum:relocation_packer::Logger::Severity
86 const LogSeverity ERROR = relocation_packer::Logger::ERROR; variable
/external/iputils/
H A Dtftp.h50 #define ERROR 05 /* error code */ macro
/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/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.h54 ERROR, enumerator in enum:content::AndroidVideoDecodeAccelerator::State
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h38 // ERROR seems to be defined on MSVC, therefore don't overwrite it.
39 #ifndef ERROR
40 ERROR = LOG_ERROR, enumerator in enum:i18n::phonenumbers::__anon12794
/external/mtpd/
H A Dmtpd.h65 ERROR = 3, enumerator in enum:log_level
/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/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h46 #define ERROR(x) do { printf x; printf("\n"); } while (0) macro
48 #define ERROR(x) macro
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
H A Ddevtools.js13 ERROR: "error",
92 case "ERROR":
/external/chromium_org/remoting/webapp/background/
H A Dit2me_helper_channel.js123 ERROR: 'error'
322 method: remoting.It2MeHelperChannel.HangoutMessageTypes.ERROR,
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DTranslatorManager.java58 public static final int ERROR = -1; field in class:TranslatorManager
70 * or the service is not available {@code ERROR}.
247 onInit(ERROR);

Completed in 9258 milliseconds

1234