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

<<61626364656667686970>>

  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
common_unittest.py 33 # mock style error handling code and the code to check that all
49 """Append the error information to the list of style errors."""
50 error = (line_number, category, confidence, message)
51 self._style_errors.append(error)
  /frameworks/base/awt/java/awt/image/
ImageObserver.java 69 * The Constant ERROR indicates that error occurred.
71 public static final int ERROR = 64;
87 * ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS,
  /frameworks/base/core/java/android/bluetooth/
AtCommandHandler.java 38 return new AtCommandResult(AtCommandResult.ERROR);
48 return new AtCommandResult(AtCommandResult.ERROR);
58 return new AtCommandResult(AtCommandResult.ERROR);
78 return new AtCommandResult(AtCommandResult.ERROR);
AtCommandResult.java 39 public static final int ERROR = 1;
43 private static final String ERROR_STRING = "ERROR";
51 * @param resultCode One of OK, ERROR or UNSOLICITED.
101 case ERROR:
  /frameworks/base/core/java/android/os/
ServiceManager.java 58 Log.e(TAG, "error in getService", e);
74 Log.e(TAG, "error in addService", e);
91 Log.e(TAG, "error in checkService", e);
103 Log.e(TAG, "error in listServices", e);
  /frameworks/base/core/java/android/pim/vcard/exception/
VCardException.java 29 * @param message the error message
  /frameworks/base/core/java/android/view/
InflateException.java 20 * This exception is thrown by an inflater on error conditions.
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 47 * ERROR
135 Log.e("AndroidHandler", "Error logging message.", e);
149 Log.e("AndroidHandler", "Error logging message.", e);
163 return Log.ERROR;
  /frameworks/base/core/jni/
android_database_SQLiteCompiledSql.cpp 73 // Error messages like 'near ")": syntax error' are not
74 // always helpful enough, so construct an error string that
126 LOGE("Error locating fields");
  /frameworks/base/core/res/res/raw/
loaderror.html 15 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-cs/
loaderror.html 14 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-fi/
loaderror.html 14 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-hu/
loaderror.html 14 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/core/res/res/raw-pt-rBR/
loaderror.html 14 <!-- The %e is replaced by a localized error string -->
  /frameworks/base/include/android_runtime/
ActivityManager.h 26 // Returns the native file descriptor for the opened stream, < 0 on error.
  /frameworks/base/media/java/android/drm/mobile1/
DrmException.java 26 // TODO: add more specific DRM error codes.
  /frameworks/base/opengl/tests/gl2_jni/jni/
gl_code.cpp 21 for (GLint error = glGetError(); error; error
23 LOGI("after %s() glError (0x%x)\n", op, error);
  /frameworks/base/opengl/tests/gldual/jni/
gl_code.cpp 21 for (GLint error = glGetError(); error; error
23 LOGI("after %s() glError (0x%x)\n", op, error);
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnConnectingError.java 28 super("Connecting error: " + errorCode);
  /frameworks/base/test-runner/src/android/test/
AssertionFailedError.java 25 public class AssertionFailedError extends Error {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java 17 package android.test.suitebuilder.examples.error;
FailingTest.java 17 package android.test.suitebuilder.examples.error;
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 86 boolean error = false;
100 String url = error ? "https://google.com/"
120 error = !error;
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
sdspi.h 52 #define SPI_RSP_PARAM_ERR_M BITFIELD_MASK(1) /* Bit [6] - Parameter Error */
56 #define SPI_RSP_FUNC_ERR_M BITFIELD_MASK(1) /* Bit [4] - Function number error */
58 #define SPI_RSP_CRC_ERR_M BITFIELD_MASK(1) /* Bit [3] - COM CRC Error */
60 #define SPI_RSP_ILL_CMD_M BITFIELD_MASK(1) /* Bit [2] - Illegal Command error */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 260 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
270 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
293 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
450 APP_DPRINT("Error: failed to open the input file %s\n", argv[1]);
457 APP_DPRINT("Error: failed to open the output file %s\n", argv[2]);
508 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__);
518 APP_DPRINT("Error:Fill Data Pipe failed to open\n");
523 APP_DPRINT("Error:Empty Data Pipe failed to open\n");
533 fprintf(stderr, "Error: failed to open the file %s for read only access\n",argv[1]);
538 fprintf(stderr, "Error: failed to create the output file %s\n",argv[2])
    [all...]

Completed in 332 milliseconds

<<61626364656667686970>>