HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 226 - 250 of 677) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 51 static final int ERROR = 1;
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 e (…)
    [all...]
  /external/icu/icu4c/source/i18n/
rbnf.cpp 332 #define ERROR(msg) parseError(msg); return NULL;
335 #define ERROR(msg) parseError(NULL); return NULL;
393 ERROR("Missing open angle");
410 ERROR("Unexpected character");
417 ERROR("Missing comma in outer array");
419 ERROR("Missing close angle bracket in outer array");
425 ERROR("Extra text after close of localization data");
437 ERROR("Unknown error");
448 ERROR("Missing open angle")
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 138 enum { UNSPEC, ERROR, INFO } level;
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 },
205 #define EVTF_ERR 0x0080 /* Print any error */
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 112 const struct vpx_internal_error_info *error) {
113 const vpx_codec_err_t res = error->error_code;
116 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
122 #undef ERROR
123 #define ERROR(str) do {\
130 ERROR(#memb " out of range ["#lo".."#hi"]");\
135 ERROR(#memb " out of range [.."#hi"]");\
140 ERROR(#memb " out of range ["#lo"..]");\
144 if (!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean");
    [all...]
  /external/libxml2/
pattern.c 42 #ifdef ERROR
43 #undef ERROR
45 #define ERROR(a, b, c, d)
181 int error; /* error code */ member in struct:_xmlPatParserContext
200 * Returns the newly allocated xmlPatternPtr or NULL in case of error
208 ERROR(NULL, NULL, NULL,
217 ERROR(NULL, NULL, NULL,
289 * Returns the newly allocated xmlPatParserContextPtr or NULL in case of error
301 ERROR(NULL, NULL, NULL
    [all...]
rngparser.c 67 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */ member in struct:_xmlCRelaxNGParserCtxt
168 #define ERROR(str) xmlCRNGErr(ctxt, 0, str);
181 fprintf(stderr, "error: %s\n", err_msg);
183 fprintf(stderr, "error %d\n", err_no);
246 * Return 0 if success and -1 in case of error
354 TODO /* sounds like an error ! */
376 * returns a pointer to the new token, or NULL in case of error or EOF
401 * Returns -1 in case of error and 0 otherwise
450 * Returns 0 in case of success and -1 in case of error
477 * Returns 0 in case of success and -1 in case of error
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 81 * Sentinel error value for this class. Guaranteed to not equal any other
83 * that require a sentinel error value, for example:
85 * BluetoothDevice.ERROR)</code>
87 public static final int ERROR = Integer.MIN_VALUE;
777 * @return true on success, false on error
817 * @return false on immediate error, true if bonding will begin
843 * @return false on immediate error, true if bonding will begin
877 * @return false on immediate error, true if bonding will begin
    [all...]
BluetoothAdapter.java 107 * Sentinel error value for this class. Guaranteed to not equal any other
109 * that require a sentinel error value, for example:
111 * BluetoothAdapter.ERROR)</code>
113 public static final int ERROR = Integer.MIN_VALUE;
210 * discoverability or an error has occurred.
239 * has rejected the request or an error has occurred.
256 * error occurred.
682 * immediate error
745 * immediate error
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 393 * The write end has the ability to deliver an error message through
438 * Both ends have the ability to deliver an error message through
488 * @throws IOException if there is an error while creating the shared memory area.
636 * If an error occurs attempting to close this ParcelFileDescriptor.
652 * Close the ParcelFileDescriptor, informing any peer that an error occurred
656 * @param msg describing the error; must not be null.
669 closeWithStatus(Status.ERROR, msg);
760 if (status == Status.ERROR) {
796 * error or crashed. This allows a reader to distinguish between a valid EOF
797 * and an error/crash
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 170 * Unspecified error.
172 public static final int ERROR = -1;
401 Log.e(TAG, "Error code " + initResult
413 + " Error: " + initResult));
714 status = ERROR;
745 status = ERROR;
779 status = ERROR;
813 status = ERROR;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 107 const struct vpx_internal_error_info *error) {
108 const vpx_codec_err_t res = error->error_code;
111 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
117 #undef ERROR
118 #define ERROR(str) do {\
125 ERROR(#memb " out of range ["#lo".."#hi"]");\
130 ERROR(#memb " out of range [.."#hi"]");\
135 ERROR(#memb " out of range ["#lo"..]");\
139 if (!!((p)->memb) != (p)->memb) ERROR(#memb " expected boolean");
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java 84 public static final String ERROR_LOG = "ERROR";
213 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
309 if (ERROR) {
315 if (ERROR) {
435 msg = format + " (An error occurred while formatting the message.)";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
130 ERROR = 40
139 ERROR : 'ERROR',
145 'ERROR' : ERROR,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
366 "WARNING", "ERROR", "CRITICAL"
1165 def error(self, msg, *args, **kwargs): member in class:Logger
1440 def error(self, msg, *args, **kwargs): member in class:LoggerAdapter
1579 def error(msg, *args, **kwargs): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
32 'captureWarnings', 'critical', 'debug', 'disable', 'error',
130 ERROR = 40
139 ERROR : 'ERROR',
145 'ERROR' : ERROR,
157 If the level is one of the predefined levels (CRITICAL, ERROR, WARNING,
364 WARNING, ERROR, CRITICAL)
366 "WARNING", "ERROR", "CRITICAL"
1165 def error(self, msg, *args, **kwargs): member in class:Logger
1440 def error(self, msg, *args, **kwargs): member in class:LoggerAdapter
1579 def error(msg, *args, **kwargs): function
    [all...]
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 64 #define ERROR(fmt, ...) LOG_ERROR("%s: " fmt,__FUNCTION__, ## __VA_ARGS__)
66 #define ASSERTC(cond, msg, val) if (!(cond)) {ERROR("### ASSERT : %s line %d %s (%d) ###", __FILE__, __LINE__, msg, val);}
212 ERROR("failed to connect (%s)", strerror(errno));
222 ERROR("setsockopt failed (%s)", strerror(errno));
228 ERROR("setsockopt failed (%s)", strerror(errno));
247 ERROR("write failed with errno=%d\n", errno);
274 ERROR("write failed with errno=%d\n", errno);
306 ERROR("ack failed (%s)", strerror(errno));
313 ERROR("ack failed (%s)", strerror(errno));
339 ERROR("cmd failed (%s)", strerror(errno))
    [all...]
  /system/media/camera/src/
camera_metadata.c 29 #define ERROR 1
251 if (metadata == NULL) return ERROR;
257 if (metadata == NULL) return ERROR;
307 return ERROR;
338 return ERROR;
350 return ERROR;
357 return ERROR;
370 return ERROR;
383 return ERROR;
396 return ERROR;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 75 #define ERROR(format, ...) printf( \
76 "%s[%d] : ERROR: "format"\n", __func__, __LINE__, ##__VA_ARGS__)
231 printf("Bad Write error (%d)%s\n",
435 printf("Reading error\n");
452 printf("Writing error\n");
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 32 private final static int ERROR = 3;
862 case ERROR:
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 90 public static final int ERROR = AudioSystem.ERROR;
100 // Error codes:
385 loge("Error code "+initResult+" when initializing native AudioRecord object.");
    [all...]
AudioSystem.java 180 /* Command failed or unspecified audio error. see ErrorCallback */
188 * Handles the audio error callback.
194 * param error error code:
199 void onError(int error);
203 * Registers a callback to be invoked when an error occurs.
216 private static void errorCallbackFromNative(int error)
225 errorCallback.onError(error);
272 * Error codes used by public APIs (AudioTrack, AudioRecord, AudioManager ...)
276 public static final int ERROR = -1
    [all...]
AudioTrack.java 152 public static final int ERROR = AudioSystem.ERROR;
162 * An error code indicating that the object reporting it is no longer valid and needs to
174 // Error codes:
512 loge("Error code "+initResult+" when initializing AudioTrack.");
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 59 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED}
486 * Indicates that the operation failed due to an internal error.
488 public static final int ERROR = 0;
527 * {@link #ERROR} or {@link #BUSY}
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 91 // error to initial precision.
92 ERROR // Error displayed: Formula visible, result shows error message.
96 // INPUT -> EVALUATE -> ANIMATE -> RESULT (or ERROR) -> INPUT
97 // A RESULT -> ERROR transition is possible in rare corner cases, in which
98 // a higher precision evaluation exposes an error. This is possible, since we
104 // ANIMATE, ERROR, and RESULT are translated to an INIT state if the application
218 // TODO: should probably match this to the error color?
343 // No longer do this for ERROR; allow mistakes to be corrected
    [all...]
  /system/core/sdcard/
sdcard.c 87 #define ERROR(x...) ALOGE(x)
102 /* Pseudo-error constant used to indicate that no fuse status is needed
286 ERROR("Zero refcnt %p\n", node);
380 ERROR("opendir %s failed: %s\n", path, strerror(errno));
448 ERROR("Failed to open(%s): %s\n", path, strerror(errno));
549 ERROR("No more inode numbers available");
592 * in case an error occurs part way */
676 hdr.error = err;
688 hdr.error = 0;
698 ERROR("*** REPLY FAILED *** %d\n", errno)
    [all...]
  /external/elfutils/src/src/
elflint.c 27 #include <error.h>
100 /* Report an error. */
101 #define ERROR(str, args...) \
155 error (0, errno, gettext ("cannot open input file"));
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 ("
    [all...]

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 91011>>