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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/devil/devil/constants/
exit_codes.py 7 ERROR = 1
  /external/libmojo/third_party/catapult/devil/devil/constants/
exit_codes.py 7 ERROR = 1
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs.h 26 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args)
  /external/valgrind/coregrind/
vgdb.h 58 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \
61 /* same as ERROR, but also exits with status 1 */
93 If an error occurs, resets the valgrind process
  /external/toolchain-utils/bestflags/
pipeline_process_test.py 18 ERROR = -334
36 result_queue.put(ERROR)
81 self.assertNotEqual(task, ERROR)
  /packages/apps/Messaging/build/
colorize_errors.py 16 # Given an input stream look for Error: and Warning: lines and colorize those to
27 ERROR = re.compile(r"^Error:")
32 if ERROR.match(line):
  /system/extras/squashfs_utils/
squashfs_utils.c 31 #define ERROR(x...) fprintf(stderr, x)
33 #define ERROR(x...) KLOG_ERROR("squashfs_utils", x)
68 ERROR("Error opening block device (%s)\n", strerror(errno));
74 ERROR("Error reading superblock\n");
80 ERROR("Not a valid squashfs filesystem\n");
  /cts/libs/vogar-expect/src/vogar/
Result.java 32 ERROR,
  /cts/tools/dasm/src/java_cup/
parse_action.java 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR.
6 * Objects of this base class will default to ERROR, while the other two
32 /** Constant for action type -- error action. */
33 public static final int ERROR = 0;
49 /** Quick access to the type -- base class defaults to error. */
50 public int kind() {return ERROR;}
57 /* we match all error actions */
58 return other != null && other.kind() == ERROR;
83 public String toString() {return "ERROR";}
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationType.java 26 ERROR,
32 case ERROR:
33 return Optional.of(Diagnostic.Kind.ERROR);
  /external/libtextclassifier/util/base/
logging_levels.h 25 ERROR,
  /external/protobuf/src/google/protobuf/testing/
googletest.h 66 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
67 #undef ERROR // defend against promiscuous windows.h
68 static const LogLevel ERROR = LOGLEVEL_ERROR;
71 // Receives copies of all LOG(ERROR) messages while in scope. Sample usage:
75 // const vector<string>& warnings = log.GetMessages(ERROR);
85 const vector<string>& GetMessages(LogLevel error);
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs.h 33 #define ERROR(s, args...) printk(KERN_ERR "SQUASHFS error: "s, ## args)
37 printk(KERN_ERR "SQUASHFS error: "s, ## args);\
  /external/squashfs-tools/squashfs-tools/
error.h 24 * error.h
48 #define ERROR(s, args...) \
78 progressbar_error("FATAL ERROR:" s, ##args); \
86 progressbar_error("FATAL ERROR: Out of memory (%s)\n", \
  /external/vogar/src/vogar/
Result.java 32 ERROR,
  /packages/services/Car/car-lib/src/android/car/
VehicleOilLevel.java 35 public static final int ERROR = 4;
44 ERROR,
  /build/kati/
log.h 73 #define ERROR(...) \
84 ERROR("%s:%d: %s", __FILE__, __LINE__, #c)
  /build/make/tools/fs_get_stats/
fs_get_stats.c 10 #define ERROR(fmt,args...) \
12 fprintf(stderr, "%s:%d: ERROR: " fmt, \
47 ERROR("Invalid arguments\n");
54 ERROR("current permissions must be a number. Got '%s'.\n", argv[1]);
  /developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java 29 int ERROR = -1;
  /developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java 29 int ERROR = -1;
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DownloadCallback.java 29 int ERROR = -1;
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
debug.h 36 # define ERROR(...) printf("ERROR: " __VA_ARGS__)
38 # define ERROR(...)
  /external/autotest/client/tests/monotonic_time/src/
logging.h 23 #define ERROR(err, fmt, args...) msg(MSG_ERROR, err, fmt, ##args)
  /external/clang/test/CodeGenCXX/
arm-swiftcall.cpp 8 #define ERROR __attribute__((swift_error_result))
  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.hpp 35 #define ERROR -1

Completed in 2948 milliseconds

1 2 3 4 5 6 7 8 91011>>