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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 132 ERROR,
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 236 ERROR = -1,
321 ERROR = -1,
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 31 * Unspecified error.
33 public static final int ERROR = -1;
235 int ret_val = ERROR;
  /frameworks/base/core/java/android/util/
Log.java 33 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
35 * in but stripped at runtime. Error, warning and info logs are always kept.
79 public static final int ERROR = 6;
202 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
226 * Send an {@link #ERROR} log message.
232 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
236 * Send a {@link #ERROR} log message and log the exception.
243 return println_native(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
248 * The error will always be logged at level ASSERT with the call stack.
251 * immediately with an error dialog
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Log.java 39 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
96 if (ERROR) {
102 if (ERROR) {
177 msg = format + " (An error occurred while formatting the message.)";
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 109 public static final int ERROR = 13;
  /hardware/libhardware/tests/camera2/
camera2_utils.h 183 ERROR = -1,
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
159 #undef ERROR
196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
197 #undef ERROR
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
159 #undef ERROR
196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
197 #undef ERROR
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java 44 * means that the error occured during parsing or resolution of corresponding
59 protected static final char ERROR = '!';
112 tag = ERROR;
203 } else if (tag == ERROR) {
287 * Throws contained error (if any) with a renewed stack trace.
290 if (tag == ERROR) {
306 // got some other error, have to go with deep cloning
308 Throwable error = (Throwable)value; local
309 StackTraceElement[] ste = error.getStackTrace();
313 oos.writeObject(error);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
LogUtil.java 36 public static final int ERROR = android.util.Log.ERROR;
159 * Send an {@link #ERROR} log message.
165 println(android.util.Log.ERROR, tag, msg);
169 * Send a {@link #ERROR} log message and log the exception.
176 println(android.util.Log.ERROR, tag, msg);
177 println(android.util.Log.ERROR, tag, android.util.Log.getStackTraceString(tr));
182 * The error will always be logged at level ASSERT with the call stack.
185 * immediately with an error dialog.
197 * The error will always be logged at level ASSERT with the call stack
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
Log.java 37 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
94 if (ERROR) {
100 if (ERROR) {
175 msg = format + " (An error occurred while formatting the message.)";
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 46 #define ERROR(x) do { printf x; printf("\n"); } while (0)
48 #define ERROR(x)
  /system/core/base/include/base/
logging.h 34 ERROR,
157 // Perform the pthread function call(args), LOG(FATAL) on error.
266 LogSeverity severity, int error);
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 61 error(int errcode, const char* func, const char* format, ...) function
68 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__)
99 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
test_pthread_rwlock.c 60 error(int errcode, const char* func, const char* format, ...) function
67 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__)
98 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
  /system/media/camera/tests/
camera_metadata_tests.cpp 36 #define ERROR 1
407 EXPECT_EQ(ERROR, result);
427 EXPECT_EQ(ERROR, result);
455 EXPECT_EQ(ERROR, result);
701 EXPECT_EQ(ERROR, result);
759 EXPECT_EQ(ERROR, result);
803 EXPECT_EQ(ERROR, result);
833 EXPECT_EQ(ERROR, result);
855 EXPECT_EQ(ERROR, result);
    [all...]
  /art/runtime/base/
logging.h 32 ERROR,
61 // aborts. Global declaration allows us to disable some error checking to ensure fatal shutdown
148 // Perform the pthread function call(args), LOG(FATAL) on error.
238 LogMessage(const char* file, unsigned int line, LogSeverity severity, int error);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 303 ERROR("err"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 303 ERROR("err"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 303 ERROR("err"),
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 39 // LOG(ERROR),
48 // -2 - Error
114 const int ERROR = -2;
125 const int ERROR = ::ERROR;
187 ANDROID_LOG_ERROR, // LOG(ERROR)
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingRegTest.java 52 public Class error; field in class:ArabicShapingRegTest.TestData
56 public static final int ERROR = 2;
66 public static TestData error(String source, int flags, Class error) { method in class:ArabicShapingRegTest.TestData
67 return new TestData(ERROR, source, flags, null, 0, error);
70 private TestData(int type, String source, int flags, String result, int length, Class error) {
76 this.error = error;
79 private static final String[] typenames = { "standard", "preflight", "error" };
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 39 #define ERROR(args...) debug_printf("ERROR: " args)
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 210 string* error) const {
275 // with error code 127 and no explanation message. Presumably the problem
297 GOOGLE_LOG(ERROR)
776 // Test that --disallow_services produces an error when there are services.
    [all...]

Completed in 216 milliseconds

1 2 3 4 5 6 78 91011>>