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

1234

/external/aac/libSBRenc/src/
H A Dsbr_def.h95 #define ERROR(a,b) 1 macro
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/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/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/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/audio_a2dp_hw/
H A Daudio_a2dp_hw.c65 #define ERROR(fmt, ...) ALOGE("%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
67 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
213 ERROR("failed to connect (%s)", strerror(errno));
223 ERROR("setsockopt failed (%s)", strerror(errno));
229 ERROR("setsockopt failed (%s)", strerror(errno));
248 ERROR("write failed with errno=%d\n", errno);
275 ERROR("write failed with errno=%d\n", errno);
307 ERROR("ack failed (%s)", strerror(errno));
314 ERROR("ack failed (%s)", strerror(errno));
340 ERROR("cm
[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/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h39 // LOG(ERROR),
114 const int ERROR = -2; variable
125 const int ERROR = ::ERROR; member in namespace:google
187 ANDROID_LOG_ERROR, // LOG(ERROR)
/external/chromium_org/base/
H A Dlogging.h119 // PLOG(ERROR) << "Couldn't do foo";
120 // DPLOG(ERROR) << "Couldn't do foo";
121 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
122 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
130 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
136 // ERROR in normal mode.
293 // LOG_DFATAL is LOG_FATAL in debug mode, ERROR in normal mode
326 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
329 // as COMPACT_GOOGLE_LOG_ERROR, and also define ERROR th
331 #define ERROR macro
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
H A Dliblouis.js74 ERROR: -1
148 case cvox.LibLouis.InstanceState.ERROR:
215 this.instanceState_ = cvox.LibLouis.InstanceState.ERROR;
/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/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.h54 ERROR, enumerator in enum:content::AndroidVideoDecodeAccelerator::State
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
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...]
H A Djspipe_node.cc17 #define ERROR(format, ...) LOG_TRACE("jspipe: " format, ##__VA_ARGS__) macro
/external/chromium_org/remoting/webapp/background/
H A Dit2me_helpee_channel.js111 ERROR: 'error',
451 case HostState.ERROR:
477 method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.ERROR,
H A Dit2me_helper_channel.js123 ERROR: 'error'
322 method: remoting.It2MeHelperChannel.HangoutMessageTypes.ERROR,
/external/chromium_org/remoting/webapp/
H A Dxmpp_login_handler.js65 * sequentially, except for ERROR state which may be accepted at any point.
110 ERROR: 10
122 this.state_ != remoting.XmppLoginHandler.State.ERROR);
272 if (this.state_ != remoting.XmppLoginHandler.State.ERROR) {
274 this.state_ = remoting.XmppLoginHandler.State.ERROR;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/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/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 835 milliseconds

1234