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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
LogUtils.java 60 public static final int ERROR = Log.ERROR;
317 * Send a {@link #ERROR} log message.
327 if (isLoggable(tag, ERROR)) {
334 * Send a {@link #ERROR} log message.
345 if (isLoggable(tag, ERROR)) {
353 * The error will always be logged at level ASSERT with the call stack.
356 * immediately with an error dialog.
366 return Log.wtf(tag, String.format(format, args), new Error());
371 * The error will always be logged at level ASSERT with the call stack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h 44 #define ERROR 5 /* permanent negative completion */
  /system/tools/hidl/
Coordinator.h 51 status_t addPackagePath(const std::string& root, const std::string& path, std::string* error);
139 ERROR,
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
RemoteOperation.java 28 /** represents json key for error message */
29 static final String ERROR = "error";
164 if (jsonData.has(ERROR)) {
165 throw new RemoteException(jsonData.getString(ERROR));
  /art/tools/common/
common.py 51 ERROR = 2
62 ERROR = 4
163 retcode = RetCode.ERROR
226 """Fatal error in script."""
263 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
337 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
436 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
  /bionic/libc/bionic/
iconv.cpp 56 ERROR,
117 __iconv_t() : mode(ERROR) {
211 case ERROR:
  /bootable/recovery/
ui.h 34 ERROR
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 49 // Collection completed with error.
50 ERROR,
141 private void error(String message, Throwable exception) { method in class:DeviceInfo
142 mResultCode = ResultCode.ERROR;
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorStats.java 43 public static final String ERROR = "error";
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.h 75 * NO_ERROR on success, or an appropriate error status.
81 * NO_ERROR on success, or an appropriate error status. If this method is
101 * NO_ERROR on success, or an appropriate error status.
111 * NO_ERROR on success, or an appropriate error status. If this method is
129 * NO_ERROR on success, or an appropriate error status.
163 * NO_ERROR on success, or an appropriate error status.
170 * NO_ERROR on success, or an appropriate error status.
197 * NO_ERROR on success, or an appropriate error status.
297 * NO_ERROR on success, or an appropriate error status.
348 * NO_ERROR on success, or an appropriate error status
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkLogger.py 34 ERROR = 50
45 ERROR, QUIET, SILENT]
55 # For ERROR level
59 # String templates for ERROR/WARN/DEBUG log message
60 _ErrorMessageTemplate = '\n\n%(tool)s...\n%(file)s(%(line)s): error %(errorcode)04X: %(msg)s\n\t%(extra)s'
61 _ErrorMessageTemplateWithoutFile = '\n\n%(tool)s...\n : error %(errorcode)04X: %(msg)s\n\t%(extra)s'
67 # Flag used to take WARN as ERROR.
68 # By default, only ERROR message will break the tools execution.
154 ## Log ERROR message
156 # Once an error messages is logged, the tool's execution will be broken by raising
170 def error(ToolName, ErrorCode, Message=None, File=None, Line=None, ExtraData=None, RaiseError=IsRaiseError): function
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
Log.py 55 ERROR = 50
69 DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET, \
83 # For ERROR level
89 # String templates for ERROR/WARN/DEBUG log message
92 ('\n\n%(tool)s...\n%(file)s(%(line)s): error %(errorcode)04X: %(msg)s\n\t%(extra)s')
95 '\n\n%(tool)s...\n : error %(errorcode)04X: %(msg)s\n\t%(extra)s'
114 _ERROR_LOGGER.error(msg, *args, **kwargs)
198 ## Log ERROR message
200 # Once an error messages is logged, the tool's execution will be broken by
206 # @param ErrorCode The error code
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
KMeansPlusPlusClusterer.java 50 /** Generate an error. */
51 ERROR
  /external/autotest/client/tests/tsc/src/
checktsc.c 53 void error(int err, const char *fmt, ...) function
98 error(0, "bad cpu number '%d' in cpu set", start);
103 error(0, "bad cpu number '%d' in cpu set", end);
108 error(0, "bad cpu range '%d-%d' in cpu set",
119 error(0, "unexpected character '%c' in cpu set", *s);
168 #define ERROR 3
184 error(errno, "sched_setaffinity() failed for CPU %d", cpu);
255 set_state(&slave, ERROR);
283 error(err, "pthread_create_failed");
374 error(errno, "sched_getaffinity() failed")
    [all...]
  /external/clang/test/CodeGen/
arm-swiftcall.c 8 #define ERROR __attribute__((swift_error_result))
32 SWIFTCALL void context_error_1(CONTEXT int *self, ERROR float **error) {}
41 float *error; local
42 context_error_1(&x, &error);
46 // CHECK: [[ERROR:%.*]] = alloca float*, align 4
48 // CHECK: [[T0:%.*]] = load float*, float** [[ERROR]], align 4
52 // CHECK: store float* [[T0]], float** [[ERROR]], align 4
54 SWIFTCALL void context_error_2(short s, CONTEXT int *self, ERROR float **error) {}
    [all...]
  /external/ltp/testcases/network/sockets/
ltpServer.c 46 #define ERROR -1
168 printf("Error: cannot open socket %d \n", tcpSocketHandle);
169 return ERROR;
181 printf("%s: Error binding port number %d \n",
198 printf("%s: Error binding port number %d \n",
245 printf("%s: Error receiving data \n", hostname);
287 while (tcp_receive_buffer(newTcpSocketHandle, message) != ERROR) {
334 return ERROR;
340 return ERROR;
  /external/scapy/scapy/layers/
tftp.py 20 TFTP_operations = { 1:"RRQ",2:"WRQ",3:"DATA",4:"ACK",5:"ERROR",6:"OACK" }
90 name = "TFTP Error"
99 return self.sprintf("ERROR %errorcode%: %errormsg%"),[UDP]
168 raise self.ERROR(pkt)
198 # ERROR
199 @ATMT.state(error=1)
200 def ERROR(self,pkt):
262 raise self.ERROR(pkt)
282 # ERROR
283 @ATMT.state(error=1
    [all...]
  /external/syslinux/com32/gpllib/zzjson/
zzjson_parse.c 16 #define ERROR(x...)
18 #define ERROR(x...) config->error(config->ehandle, ##x)
20 #define MEMERROR() ERROR("out of memory")
38 if (d != '*') goto endws; /* pushing back c will generate a parse error */
61 ERROR("string: expected \" at the start");
73 ERROR("string: control characters not allowed");
93 ERROR("string: illegal escape character");
112 ERROR("string: expected \" at the end");
159 ERROR("number: digit expected")
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
logging.h 28 #undef ERROR
33 const int ERROR = 2; // base_logging::ERROR;
71 ::tensorflow::internal::LogMessage(__FILE__, __LINE__, tensorflow::ERROR)
93 // CHECK dies with a fatal error if condition is not true. It is *not*
154 // Build the error message string. Specify no inlining for code size.
230 ==) // Compilation error with CHECK_EQ(NULL, x)?
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 130 ERROR,
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 31 * Unspecified error.
33 public static final int ERROR = -1;
235 int ret_val = ERROR;
UpdateEngine.java 54 * Error code from the update engine. Values must agree with the ones in
60 public static final int ERROR = 1;
  /frameworks/base/core/java/android/util/
Log.java 38 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
40 * in but stripped at runtime. Error, warning and info logs are always kept.
84 public static final int ERROR = 6;
208 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
234 * Send an {@link #ERROR} log message.
240 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
244 * Send a {@link #ERROR} log message and log the exception.
251 return printlns(LOG_ID_MAIN, ERROR, tag, msg, tr);
256 * The error will always be logged at level ASSERT with the call stack.
259 * immediately with an error dialog
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 37 /** Disconnected because there was an error, such as a problem with the network. */
38 public static final int ERROR = TelecomProtoEnums.ERROR; // = 1
264 case ERROR:
265 code = "ERROR";
  /frameworks/base/tools/aapt2/util/
Util.h 36 // which will pull in the ERROR definition. This conflicts
38 // ERROR, but it gets included too early (before winsock2.h).
39 #ifdef ERROR
40 #undef ERROR
147 // explicitly specifying an index) when there are more than one argument. This is an error
161 const std::string& Error() const;
184 inline const std::string& StringBuilder::Error() const {

Completed in 947 milliseconds

1 2 3 4 5 6 7 8 91011>>