HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 151 - 175 of 1355) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/samples/browseable/MultiWindowPlayground/src/com/example.android.common.logger/
Log.java 35 public static final int ERROR = android.util.Log.ERROR;
59 * @param priority Log level of the data being logged. Verbose, Error, etc.
76 * @param priority Log level of the data being logged. Verbose, Error, etc.
185 * Prints a message at ERROR priority.
193 println(ERROR, tag, msg, tr);
197 * Prints a message at ERROR priority.
  /development/samples/browseable/NavigationDrawer/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/NfcProvisioning/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/PermissionRequest/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/RecyclerView/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/RevealEffectBasic/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/RuntimePermissions/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/ScreenCapture/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 34 public static final int ERROR = android.util.Log.ERROR;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
183 * Prints a message at ERROR priority.
191 println(ERROR, tag, msg, tr);
195 * Prints a message at ERROR priority.
  /external/apache-http/android/src/android/net/http/
EventHandler.java 24 * there is an SSL certificate error. error() can occur anywhere
31 * Error codes used in the error() callback. Positive error codes
32 * are reserved for codes sent by http servers. Negative error
38 /** Generic error */
39 public static final int ERROR = -1;
62 /** Generic file error for file:/// loads */
64 /** File not found error for file:/// loads *
117 public void error(int id, String description); method in interface:EventHandler
    [all...]
  /external/cn-cbor/test/
test.c 16 #define ERROR(msg, p) fprintf(stderr, "ERROR: " msg " %s\n", (p));
21 ERROR("can't find file", filepath);
26 ERROR("can't open file", filepath);
31 ERROR("can't read file", filepath);
  /external/dtc/tests/
tests.h 50 #define ERROR(fmt, args...) fprintf(stderr, ERR fmt, ## args)
  /external/google-breakpad/src/processor/
logging.h 34 // severity may be INFO, ERROR, or other values defined in this file.
89 #ifdef ERROR
90 #undef ERROR
138 // Returns the error code as set in the global errno variable, and sets
139 // error_string, a required argument, to a string describing that error

Completed in 353 milliseconds

1 2 3 4 5 67 8 91011>>