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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
dllexport-pr22591.cpp 6 #ifndef ERROR
12 #ifdef ERROR
18 #ifdef ERROR
19 // expected-error@+4{{field of type 'NonCopyable' has private default constructor}}
writable-strings-deprecated.cpp 8 // RUN: %clang_cc1 -fsyntax-only -std=c++98 -Werror=deprecated -Wno-error=deprecated-increment-bool -verify %s -DERROR
17 #if defined(ERROR)
19 // expected-error@-3 {{ISO C++11 does not allow conversion from string literal to 'char *'}}
21 // expected-error@-5 {{conversion from string literal to 'char *' is deprecated}}
  /external/chromium-trace/catapult/devil/devil/constants/
exit_codes.py 7 ERROR = 1
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
abort.c 14 ERROR("ABORT\n");
exit.c 11 ERROR("EXIT\n");
  /cts/libs/vogar-expect/src/vogar/
Result.java 32 ERROR,
  /external/vogar/src/vogar/
Result.java 32 ERROR,
  /external/puffin/src/
logging.h 17 LOG(ERROR) << #_x " failed."; \
25 LOG(ERROR) << #_x " failed."; \
  /art/dexdump/
dexdump_main.cc 21 * to the original for correct DEX files. Error messages may differ, however.
41 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n";
42 LOG(ERROR) << gProgName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-j] [-l layout] [-o outfile]"
44 LOG(ERROR) << " -a : display annotations";
45 LOG(ERROR) << " -c : verify checksum and exit";
46 LOG(ERROR) << " -d : disassemble code sections";
47 LOG(ERROR) << " -e : display exported items only";
48 LOG(ERROR) << " -f : display summary information from file header";
49 LOG(ERROR) << " -g : display CFG for dex";
50 LOG(ERROR) << " -h : display file header details"
    [all...]
  /external/libtextclassifier/utils/base/
logging_levels.h 25 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/ltp/testcases/kernel/mem/mmapstress/
mmapstress03.c 63 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", TCID, \
76 ERROR("initial sbrk failed");
82 ERROR("couldn't round up brk to a page boundary");
89 ERROR("couldn't brk large space for segments");
93 ERROR("couldn't find top of brk");
101 ERROR("failed to munmap odd hole in brk segment");
108 ERROR("do_test should leave the top of brk where it began");
115 ERROR("couldn't brk back over holes");
119 ERROR("couldn't find top of break again");
127 ERROR("failed to munmap even hole in brk segment")
    [all...]
  /external/bsdiff/
brotli_decompressor.cc 20 LOG(ERROR) << "Failed to initialize brotli decoder.";
30 LOG(ERROR) << "BrotliDecompressor not initialized";
44 LOG(ERROR) << "Decompression failed with "
49 LOG(ERROR) << "Decompressor reached EOF while reading from input stream.";
57 LOG(ERROR) << "Expected to read " << available_out
70 LOG(ERROR) << "BrotliDecompressor not initialized";
79 LOG(ERROR) << "Unfinished brotli decoder.";
  /external/llvm/test/MC/MachO/ARM/
bad-darwin-directives.s 2 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
5 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
10 @ CHECK-ERROR: error: unknown directive
13 @ CHECK-ERROR: error: unknown directive
16 @ CHECK-ERROR: error: unknown directive
19 @ CHECK-ERROR: error: unknown directiv
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
bad-darwin-directives.s 2 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
5 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
10 @ CHECK-ERROR: error: unknown directive
13 @ CHECK-ERROR: error: unknown directive
16 @ CHECK-ERROR: error: unknown directive
19 @ CHECK-ERROR: error: unknown directiv
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs_xattr.c 55 ERROR("Failed to read xattrs for file %s\n", pathname);
73 * suppport xattrs, print error, and
74 * disable xattr output as this error is
76 * screenfulls of the same error message
79 ERROR("write_xattr: failed to write "
86 ERROR("Ignoring xattrs in "
88 ERROR("To avoid this error message, "
99 * as the error may be restriced to one
101 * then suppress the error messsag
    [all...]
  /art/dexlayout/
dexlayout_main.cc 46 LOG(ERROR) << "Copyright (C) 2016 The Android Open Source Project\n";
47 LOG(ERROR) << kProgramName
50 LOG(ERROR) << " -a : display annotations";
51 LOG(ERROR) << " -b : build dex_ir";
52 LOG(ERROR) << " -c : verify checksum and exit";
53 LOG(ERROR) << " -d : disassemble code sections";
54 LOG(ERROR) << " -e : display exported items only";
55 LOG(ERROR) << " -f : display summary information from file header";
56 LOG(ERROR) << " -h : display file header details";
57 LOG(ERROR) << " -i : ignore checksum failures"
    [all...]
  /external/tensorflow/tensorflow/contrib/util/
convert_graphdef_memmapped_format.cc 57 LOG(ERROR) << "\n" << usage;
61 LOG(ERROR) << "Unknown argument " << argv[1] << "\n" << usage;
65 LOG(ERROR) << "in_graph graph can't be empty";
69 LOG(ERROR) << "out_graph graph can't be empty";
73 LOG(ERROR) << "min_conversion_tensor_size must be > 0";
79 LOG(ERROR) << "Conversion failed " << result.error_message();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationType.java 26 ERROR,
32 case ERROR:
33 return Optional.of(Diagnostic.Kind.ERROR);
  /external/dynamic_depth/internal/dynamic_depth/
depth_jpeg.cc 28 LOG(ERROR) << "Dynamic depth device element not present!";
35 LOG(ERROR) << "No Profile found in the dynamic depth metadata";
58 LOG(ERROR) << "No dynamic depth profile found";
65 LOG(ERROR) << "No camera or depth photo data found";
72 LOG(ERROR) << "No depth map found";
78 LOG(ERROR) << "Invalid depth map URI";
84 LOG(ERROR) << "Unexpected depth map units";
90 LOG(ERROR) << "Unexpected depth map format";
97 LOG(ERROR) << "Unexpected depth map near and far values";
103 LOG(ERROR) << "No confidence URI"
    [all...]
  /external/perf_data_converter/src/quipper/
data_writer.cc 18 LOG(ERROR) << "Unable to write " << value_name << ". Requested " << size
26 LOG(ERROR) << "Not enough space to write string.";
32 LOG(ERROR) << "Failed to write string.";
  /external/cldr/tools/scripts/build/bin-build/
xml-validate-all.sh 6 fgrep -q ERROR validate.log || exit 0
7 echo `fgrep -c ERROR validate.log` errors. >&2
  /external/tensorflow/tensorflow/core/platform/windows/
error.h 22 // Windows.h #defines ERROR, but it is also used in
24 #undef ERROR
  /external/llvm/test/MC/ARM/
thumb-hints.s 5 @ RUN: FileCheck %s --check-prefix CHECK-ERROR < %t2
36 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
37 @ CHECK-ERROR-NEXT: yield
39 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
40 @ CHECK-ERROR-NEXT: wfe
42 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
43 @ CHECK-ERROR-NEXT: wf
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
thumb-hints.s 5 @ RUN: FileCheck %s --check-prefix CHECK-ERROR < %t2
36 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
37 @ CHECK-ERROR-NEXT: yield
39 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
40 @ CHECK-ERROR-NEXT: wfe
42 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
43 @ CHECK-ERROR-NEXT: wf
    [all...]

Completed in 2797 milliseconds

1 2 3 4 5 6 7 8 91011>>