HomeSort by relevance Sort by last modified time
    Searched full:error (Results 2151 - 2175 of 11596) sorted by null

<<81828384858687888990>>

  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
SdkRepositoryTest.java 54 * A SAX error handler that captures the errors and warnings.
75 * Also fails the unit test if any error was generated.
91 public void error(SAXParseException ex) throws SAXException { method in class:SdkRepositoryTest.CaptureErrorHandler
92 mErrors += "Error: " + ex.getMessage() + "\n";
99 mErrors += "Fatal Error: " + ex.getMessage() + "\n";
239 // We expect a parse error referring to this grammar rule
261 // We expect a parse error referring to this grammar rule
288 // We expect a parse error referring to this grammar rule
314 // We expect a parse error referring to this grammar rule
  /bionic/libc/stdio/
fgetln.c 40 * Expand the line buffer. Return -1 on error.
120 goto error;
125 break; /* EOF or error: return partial line */
134 goto error;
147 error:
  /build/tools/droiddoc/src/
ClearPage.java 134 System.out.println("error: " + e.getMessage() + "; when writing file: " + filename);
168 System.err.println(from.getAbsolutePath() + ": Error opening file");
176 System.err.println(from.getAbsolutePath() + ": Error opening file");
190 + ": error reading file");
199 + ": error writing file");
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPOutputStreamTest.java 69 fail("an IO error occured while trying to find the output file or creating GZIP constructor");
95 fail("an IO error occured while trying to find the output file or creating GZIP constructor");
131 fail("an IO error occured while trying to find the output file or creating GZIP constructor");
172 fail("an IO error occured while trying to find the output file or creating GZIP constructor");
210 fail("an IO error occured while trying to find the output file or creating GZIP constructor");
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherInputStream.java 77 * if an error occurs.
116 * if an error occurs.
139 * if an error occurs.
173 * if an error occurs
198 * if an error occurs.
CipherOutputStream.java 73 * if an error occurs.
91 * if an error occurs.
109 * if an error occurs.
126 * if an error occurs
141 * if an error occurs.
  /dalvik/libcore/luni/src/main/java/java/io/
FilterOutputStream.java 55 * if an error occurs attempting to close this stream.
84 * if an error occurs attempting to flush this stream.
99 * if an I/O error occurs while writing to this stream.
124 * if an I/O error occurs while writing to this stream.
154 * if an I/O error occurs while writing to this stream.
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
Selector.java 45 * if an I/O error occurs.
70 * if an I/O error occurs.
105 * if an I/O error occurs.
127 * if an I/O error occurs.
150 * if an I/O error occurrs.
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CharsetDecoder.java 50 * bytes have run out, the output buffer has been filled or some error has
54 * buffer or recovering from an error and trying again.
63 * error to the invoker by a {@link CoderResult CoderResult} instance, and the
68 * {@link CodingErrorAction CodingErrorAction} instance for each error type via
108 // specify the action if malformed input error encountered
111 // specify the action if unmappable character error encountered
197 * encountered, and the action for malformed error is
202 * character error is
293 * indicates that some malformed input error has been encountered, and the
299 * result indicates that some unmappable character error has bee
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/
SocketFactory.java 61 * if an error occurs while creating a new socket.
80 * if an error occurs while creating a new socket.
106 * if an error occurs while creating a new socket.
126 * if an error occurs while creating a new socket.
149 * if an error occurs while creating a new socket.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 80 * error reporting.
82 * error reporting.
109 handler.error(attributes.getQName(i)
119 handler.error(
149 handler.error(
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 41 // * the error condition is severe enough to halt processing.
67 // // Can't clone a document, but refrain from throwing an error
110 // m_transformer.getMsgMgr().error(null,
124 * the error condition is severe enough to halt processing.
147 // Can't clone a document, but refrain from throwing an error
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 63 * @exception IOException If an I/O error occurs
88 * @exception IOException If an I/O error occurs
100 * @exception IOException If an I/O error occurs
118 * @exception IOException If an I/O error occurs
130 * @exception IOException If an I/O error occurs
  /development/apps/Development/src/com/android/development/
Details.java 129 TextView error = new TextView(Details.this);
130 error.setText("Showing old data.\nURL couldn't be requeried:\n"
132 error.setTextColor(0xffff0000);
133 error.setTextSize(11);
134 mLinearLayout.addView(error, 0, lazy());
  /development/host/windows/usb/api/
adb_helper_routines.h 36 provides extended information about the error that occurred.
56 provides extended information about the error that occurred.
78 provides extended information about the error that occurred.
102 provides extended information about the error that occurred.
120 provides extended information about the error that occurred.
adb_legacy_endpoint_object.cpp 112 ULONG error = GetLastError(); local
113 if (!res && (ERROR_IO_PENDING != error)) {
118 SetLastError(error);
221 ULONG error = GetLastError(); local
224 SetLastError(error);
  /development/testrunner/test_defs/
instrumentation_test.py 103 errors.AbortError: if fatal error occurs
119 logger.Log('Error: both class and java package options are specified')
164 logger.Log("Error: could not find coverage data on device")
190 if test_result.GetStatusCode() == -1: # error
191 logger.Log("Error in %s: %s" % (test_result.GetTestName(),
  /external/apache-http/src/org/apache/http/message/
LineParser.java 73 * @throws ParseException in case of a parse error
85 * detect a parse error.
113 * @throws ParseException in case of a parse error
129 * @throws ParseException in case of a parse error
149 * @throws ParseException in case of a parse error
  /external/bison/lib/
subpipe.c 68 #include "error.h"
122 error (EXIT_FAILURE, errno,
127 error (EXIT_FAILURE, errno,
163 error (EXIT_FAILURE, errno,
169 error (EXIT_FAILURE, 0,
  /external/bluetooth/bluez/audio/
manager.c 62 #include "error.h"
162 error("%s not detected as an UUID-128", uuidstr);
167 error("Could not convert %s to a UUID-16", uuidstr);
415 error("Access denied: %s", derr->message);
423 error("bt_io_accept: %s", err->message);
446 error("%s", err->message);
484 error("headset_connect_rfcomm failed");
511 error("Access denied: %s", derr->message);
540 error("%s", err->message);
565 error("Allocating new GIOChannel failed!")
    [all...]
  /external/bluetooth/glib/gio/
gdrive.h 25 #error "Only <gio/gio.h> can be included directly."
94 GError **error);
101 GError **error);
126 GError **error);
133 GError **error);
gvolume.h 25 #error "Only <gio/gio.h> can be included directly."
133 GError **error);
141 GError **error);
171 GError **error);
179 GError **error);
  /external/emma/core/java12/com/vladium/emma/
EMMAException.java 30 * Constructs an exception with given error message/code and null cause.
40 * Constructs an exception with given error message/code and null cause.
53 * Constructs an exception with null error message/code and given cause.
63 * Constructs an exception with given error message/code and given cause.
74 * Constructs an exception with given error message/code and given cause.
EMMARuntimeException.java 30 * Constructs an exception with given error message/code and null cause.
40 * Constructs an exception with given error message/code and null cause.
53 * Constructs an exception with null error message/code and given cause.
63 * Constructs an exception with given error message/code and given cause.
74 * Constructs an exception with given error message/code and given cause.
  /external/freetype/include/freetype/
ftwinfnt.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
251 * FreeType error code. 0~means success.
254 * This function only works with Windows FNT faces, returning an error

Completed in 394 milliseconds

<<81828384858687888990>>