/external/llvm/test/MC/ARM/ |
D | 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: wfi 45 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2 46 @ CHECK-ERROR-NEXT: sev 48 @ CHECK-ERROR: error: [all …]
|
D | arm11-hint-instr.s | 3 @ RUN: FileCheck --check-prefix=CHECK-ERROR-V6 %s < %t2 29 @ CHECK-ERROR-V6: error: instruction requires: armv6k 30 @ CHECK-ERROR-V6: yield 31 @ CHECK-ERROR-V6: ^ 32 @ CHECK-ERROR-V6: error: instruction requires: armv6k 33 @ CHECK-ERROR-V6: wfe 34 @ CHECK-ERROR-V6: ^ 35 @ CHECK-ERROR-V6: error: instruction requires: armv6k 36 @ CHECK-ERROR-V6: wfi 37 @ CHECK-ERROR-V6: error: instruction requires: armv6k [all …]
|
/external/elfutils/src/src/ |
D | elflint.c | 101 #define ERROR(str, args...) \ macro 162 ERROR (gettext ("cannot generate Elf descriptor: %s\n"), in main() 181 ERROR (gettext ("error while closing Elf descriptor: %s\n"), in main() 298 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"), in process_file() 306 ERROR (gettext ("\ in process_file() 361 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header() 363 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1); in check_elf_header() 365 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2); in check_elf_header() 367 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3); in check_elf_header() 371 ERROR (gettext ("e_ident[%d] == %d is no known class\n"), in check_elf_header() [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | pseudo.c | 224 ERROR("Executing dynamic pseudo file, pipe failed\n"); in pseudo_exec_file() 230 ERROR("Executing dynamic pseudo file, fork failed\n"); in pseudo_exec_file() 303 ERROR("Not enough or invalid arguments in pseudo file " in read_pseudo_def() 313 ERROR("Not enough or invalid arguments in pseudo file " in read_pseudo_def() 319 ERROR("Read filename, but failed to read or match " in read_pseudo_def() 323 ERROR("Read filename and type, but failed to read or " in read_pseudo_def() 327 ERROR("Read filename, type and mode, but failed to " in read_pseudo_def() 331 ERROR("Read filename, type, mode and uid, but failed " in read_pseudo_def() 346 ERROR("Not enough or invalid arguments in %s device " in read_pseudo_def() 350 ERROR("Read filename, type, mode, uid and gid, " in read_pseudo_def() [all …]
|
D | unsquashfs_xattr.c | 50 ERROR("Failed to read xattrs for file %s\n", pathname); in write_xattr() 74 ERROR("write_xattr: failed to write " in write_xattr() 81 ERROR("Ignoring xattrs in " in write_xattr() 83 ERROR("To avoid this error message, " in write_xattr() 98 ERROR("write_xattr: failed to write " in write_xattr() 106 ERROR("%d of these errors " in write_xattr() 112 ERROR("write_xattr: failed to write " in write_xattr() 125 ERROR("write_xattr: could not write xattr %s " in write_xattr() 129 ERROR("write_xattr: to avoid this error message, either" in write_xattr() 132 ERROR("Further error messages of this type are " in write_xattr()
|
D | sort.c | 147 ERROR("WARNING: Mkisofs style sortlist detected! This is " in add_sort_list() 149 ERROR("convert to mksquashfs style sortlist! A sortlist entry"); in add_sort_list() 150 ERROR(" should be\neither absolute (starting with "); in add_sort_list() 151 ERROR("'/') start with './' or '../' (taken to be\nrelative to " in add_sort_list() 153 ERROR("is assumed the entry is relative to one\nof the source " in add_sort_list() 155 ERROR("\"mksquashfs test test.sqsh\",\nthe sortlist "); in add_sort_list() 156 ERROR("entry \"file\" is assumed to be inside the directory " in add_sort_list() 167 ERROR(" Ambiguous sortlist entry \"%s\"\n\nIt maps to more " in add_sort_list() 175 ERROR("This is probably because you're using the wrong file\n"); in add_sort_list() 176 ERROR("path relative to the source directories."); in add_sort_list() [all …]
|
D | read_fs.c | 90 ERROR("%s uncompress failed with error code %d\n", in read_block() 479 ERROR("Unknown inode type %d in scan_inode_table!\n", in scan_inode_table() 489 ERROR("scan_inode_table: filesystem corruption detected in " in scan_inode_table() 504 ERROR("Can't find a SQUASHFS superblock on %s\n", in read_super() 506 ERROR("Wrong filesystem or filesystem is corrupted!\n"); in read_super() 514 ERROR("Pre 4.0 big-endian filesystem on %s, appending" in read_super() 517 ERROR("Can't find a SQUASHFS superblock on %s\n", in read_super() 519 ERROR("Wrong filesystem or filesystem is corrupted!\n"); in read_super() 527 ERROR("Filesystem on %s is a SQUASHFS %d.%d filesystem." in read_super() 534 ERROR("Filesystem on %s is %d.%d, which is a later " in read_super() [all …]
|
D | unsquashfs.c | 137 ERROR("TIOCGWINSZ ioctl failed, defaulting to 80 " in sigwinch_handler() 635 ERROR("Lseek failed because %s\n", strerror(errno)); in read_fs_bytes() 643 ERROR("Read on filesystem failed because " in read_fs_bytes() 647 ERROR("Read on filesystem failed because %s\n", in read_fs_bytes() 704 ERROR("%s uncompress failed with error code %d\n", in read_block() 728 ERROR("read_block: failed to read block @0x%llx\n", start); in read_block() 750 ERROR("%s uncompress failed with error code %d\n", in read_data_block() 764 ERROR("read_data_block: failed to read block @0x%llx, size %d\n", start, in read_data_block() 781 ERROR("Out of memory in read_inode_table"); in read_inode_table() 790 ERROR("read_inode_table: failed to read block\n"); in read_inode_table() [all …]
|
D | mksquashfs.c | 379 ERROR("Exiting - restoring original filesystem!\n\n"); in restorefs() 506 ERROR("Read failed because %s\n", in read_bytes() 530 ERROR("read_fs_bytes: Lseek on destination failed because %s, " in read_fs_bytes() 534 ERROR("Read on destination failed\n"); in read_fs_bytes() 551 ERROR("Write failed because %s\n", in write_bytes() 571 ERROR("write_destination: Lseek on destination " in write_destination() 1005 ERROR("Major %d out of range in device node %s, " in create_inode() 1011 ERROR("Minor %d out of range in device node %s, " in create_inode() 1029 ERROR("Major %d out of range in device node %s, " in create_inode() 1035 ERROR("Minor %d out of range in device node %s, " in create_inode() [all …]
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 252 BPLOG(ERROR) << "UTF16ToUTF8 found low surrogate " << in UTF16ToUTF8() 259 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " << in UTF16ToUTF8() 266 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " << in UTF16ToUTF8() 295 BPLOG(ERROR) << "UTF16ToUTF8 cannot represent high value " << in UTF16ToUTF8() 427 BPLOG(ERROR) << "sizeof(MDRawContextAMD64) cannot match the size of any " in Read() 432 BPLOG(ERROR) << "sizeof(MDRawContextPPC64) cannot match the size of any " in Read() 437 BPLOG(ERROR) << "sizeof(MDRawContextARM64) cannot match the size of any " in Read() 453 BPLOG(ERROR) << "MinidumpContext could not read amd64 context"; in Read() 465 BPLOG(ERROR) << "Failed to preserve the current stream position"; in Read() 473 BPLOG(ERROR) << "MinidumpContext not actually amd64 context"; in Read() [all …]
|
D | minidump_dump.cc | 73 BPLOG(ERROR) << "minidump.ReadBytes failed"; in DumpRawStream() 97 BPLOG(ERROR) << "minidump.Read() failed"; in PrintMinidumpDump() 107 BPLOG(ERROR) << "minidump.GetThreadList() failed"; in PrintMinidumpDump() 115 BPLOG(ERROR) << "minidump.GetModuleList() failed"; in PrintMinidumpDump() 123 BPLOG(ERROR) << "minidump.GetMemoryList() failed"; in PrintMinidumpDump() 145 BPLOG(ERROR) << "minidump.GetSystemInfo() failed"; in PrintMinidumpDump() 153 BPLOG(ERROR) << "minidump.GetMiscInfo() failed"; in PrintMinidumpDump() 169 BPLOG(ERROR) << "minidump.GetMemoryInfoList() failed"; in PrintMinidumpDump()
|
D | postfix_evaluator-inl.h | 106 BPLOG(ERROR) << "Could not PopValues to get two values for binary " in EvaluateToken() 136 BPLOG(ERROR) << "Not reached!"; in EvaluateToken() 146 BPLOG(ERROR) << "Attempt to dereference without memory: " << in EvaluateToken() 153 BPLOG(ERROR) << "Could not PopValue to get value to derefence: " << in EvaluateToken() 160 BPLOG(ERROR) << "Could not dereference memory at address " << in EvaluateToken() 180 BPLOG(ERROR) << "PopValueOrIdentifier returned a value, but an " in EvaluateToken() 186 BPLOG(ERROR) << "Can't assign " << HexString(value) << " to " << in EvaluateToken() 248 BPLOG(ERROR) << "Incomplete execution: " << expression; in Evaluate() 263 BPLOG(ERROR) << "Expression yielded bad number of results: " in EvaluateForValue()
|
/external/llvm/test/CodeGen/X86/ |
D | cpus.ll | 4 ; CHECK-ERROR: not a recognized processor for this target 5 …ev/null -mtriple=x86_64-unknown-unknown -mcpu=foobar 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR 8 ; CHECK-NO-ERROR-NOT: not a recognized processor for this target 10 …x86_64-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty 11 …=x86_64-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty 12 …x86_64-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty 13 …86_64-unknown-unknown -mcpu=nehalem 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty 14 …6_64-unknown-unknown -mcpu=westmere 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty 15 …4-unknown-unknown -mcpu=sandybridge 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty 16 …_64-unknown-unknown -mcpu=ivybridge 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ERROR --allow-empty [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTSchema.java | 83 XSLTAttributeDef.T_URL, true, false,XSLTAttributeDef.ERROR); in build() 88 true, false, XSLTAttributeDef.ERROR); in build() 95 XSLTAttributeDef.T_QNAME, false, false,XSLTAttributeDef.ERROR); in build() 97 … XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR); in build() 99 … XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR); in build() 103 false, false,XSLTAttributeDef.ERROR); in build() 106 … XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR); in build() 109 … XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR); in build() 112 … XSLTAttributeDef.T_CDATA, false, false,XSLTAttributeDef.ERROR); in build() 116 false, false,XSLTAttributeDef.ERROR); in build() [all …]
|
/external/llvm/test/MC/AsmParser/ |
D | floating-literals.s | 2 …t llvm-mc -triple i386-unknown-unknown %s 2>&1 > /dev/null| FileCheck %s --check-prefix=CHECK-ERROR 60 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 61 # CHECK-ERROR: unexpected token in directive 64 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 65 # CHECK-ERROR: unexpected token in directive 68 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one exponent digit 69 # CHECK-ERROR: unexpected token in directive 72 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit 73 # CHECK-ERROR: unexpected token in directive 76 # CHECK-ERROR: invalid hexadecimal floating-point constant: expected at least one significand digit [all …]
|
/external/openfst/src/include/fst/ |
D | verify.h | 49 LOG(ERROR) << "Verify: Fst start state ID unset"; 52 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; 66 LOG(ERROR) << "Verify: Fst input label ID of arc at position " 70 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel 76 LOG(ERROR) << "Verify: Fst output label ID of arc at position " 80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel 86 LOG(ERROR) << "Verify: Fst weight of arc at position " 90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " 94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " 102 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"; [all …]
|
/external/llvm/test/MC/MachO/ARM/ |
D | 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 directive 22 @ CHECK-ERROR: error: unknown directive 25 @ CHECK-ERROR: error: unknown directive 28 @ CHECK-ERROR: error: unknown directive
|
/external/slf4j/slf4j-site/src/site/pages/changes/ |
D | changes-1.3.txt | 16 ERROR: 8001: org.slf4j.impl.BasicMarker: Class org.slf4j.impl.BasicMarker removed 17 ERROR: 8001: org.slf4j.impl.BasicMarkerFactory: Class org.slf4j.impl.BasicMarkerFactory removed 18 ERROR: 8001: org.slf4j.impl.MarkerIgnoringBase: Class org.slf4j.impl.MarkerIgnoringBase removed 19 ERROR: 8001: org.slf4j.impl.MessageFormatter: Class org.slf4j.impl.MessageFormatter removed 20 ERROR: 8001: org.slf4j.impl.Util: Class org.slf4j.impl.Util removed 26 ERROR: 8001: org.slf4j.LoggerFactory: Class org.slf4j.LoggerFactory removed 27 ERROR: 8001: org.slf4j.MarkerFactory: Class org.slf4j.MarkerFactory removed 32 ERROR: 8001: org.slf4j.LoggerFactory: Class org.slf4j.LoggerFactory removed 33 ERROR: 8001: org.slf4j.MarkerFactory: Class org.slf4j.MarkerFactory removed 38 ERROR: 8001: org.slf4j.LoggerFactory: Class org.slf4j.LoggerFactory removed [all …]
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
D | pairingsession.cc | 63 LOG(ERROR) << "Attempt to add input encoding to active session"; in AddInputEncoding() 68 LOG(ERROR) << "Invalid input encoding: " << encoding.ToString(); in AddInputEncoding() 78 LOG(ERROR) << "Attempt to add output encoding to active session"; in AddOutputEncoding() 83 LOG(ERROR) << "Invalid output encoding: " << encoding.ToString(); in AddOutputEncoding() 94 LOG(ERROR) << "Invalid state: unexpected secret"; in SetSecret() 99 LOG(ERROR) << "Secret failed local check"; in SetSecret() 105 LOG(ERROR) << "Failed to extract nonce"; in SetSecret() 111 LOG(ERROR) << "Failed to get alpha"; in SetSecret() 164 LOG(ERROR) << "Failed to get gamma"; in DoOutputPairing() 189 LOG(ERROR) << "Invalid configuration: " << encoding.ToString(); in SetConfiguration() [all …]
|
/external/doclava/src/com/google/doclava/ |
D | Errors.java | 61 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR; in error() 71 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING)) { in error() 92 if (m.error.level == ERROR) { in printErrors() 104 public static int ERROR = 2; field in Errors 125 public static Error PARSE_ERROR = new Error(1, ERROR); 149 public static Error CHANGED_SYNCHRONIZED = new Error(25, ERROR); 159 public static final Error BAD_ATTR_TAG = new Error(106, ERROR); 163 public static final Error UNAVAILABLE_SYMBOL = new Error(110, ERROR); 171 public static final Error BROKEN_SINCE_FILE = new Error(118, ERROR); 172 public static final Error INVALID_CONTENT_TYPE = new Error(119, ERROR); [all …]
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 267 ERROR(errno, "%s waitpid pid %d in waitstopped %d status 0x%x %s\n", in waitstopped() 311 ERROR(errno, "PTRACE_GETSIGINFO failed: signal lost !!!!\n"); in waitstopped() 323 ERROR(errno, "waitstopped PTRACE_CONT\n"); in waitstopped() 342 ERROR(errno, "%s SIGSTOP pid %d %ld\n", msg, pid, res); in stop() 368 ERROR(errno, "%s PTRACE_ATTACH pid %d %ld\n", msg, pid, res); in attach() 422 ERROR(rw, "status ptrace_read_memory\n"); in acquire_and_suspend_threads() 430 ERROR(rw, "lwpid ptrace_read_memory\n"); in acquire_and_suspend_threads() 446 ERROR(1, "unexpected lwpid tid %d status %s lwpid %d\n", in acquire_and_suspend_threads() 460 ERROR(0, "ERROR attach pid %d tid %d\n", in acquire_and_suspend_threads() 500 ERROR(errno, "PTRACE_DETACH pid %d tid %d status %s res %ld\n", in detach_from_all_threads() [all …]
|
/external/libopus/tests/ |
D | run_vectors.sh | 61 echo ERROR: Compare program not found: $OPUS_COMPARE 68 echo ERROR: Decoder not found: $OPUS_DEMO 87 echo ERROR: decoding failed 95 echo ERROR: output does not match reference 116 echo ERROR: decoding failed 124 echo ERROR: output does not match reference
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 285 if (keyStr.startsWith(ERROR)) in writeEnvironmentReport() 305 public static final String ERROR = "ERROR."; field in EnvironmentCheck 376 if (keyStr.startsWith(ERROR)) in logFoundJars() 459 if (keyStr.startsWith(ERROR)) in appendEnvironmentReport() 474 … node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); in appendEnvironmentReport() 527 if (keyStr.startsWith(ERROR)) in appendFoundJars() 541 … node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); in appendFoundJars() 810 h.put(ERROR + VERSION + "JAXP", "1.0.1"); in checkJAXPVersion() 811 h.put(ERROR, ERROR_FOUND); in checkJAXPVersion() 818 h.put(ERROR + VERSION + "JAXP", CLASS_NOTPRESENT); in checkJAXPVersion() [all …]
|
/external/skia/src/xml/ |
D | SkXMLPullParser.cpp | 13 curr->fEventType = SkXMLPullParser::ERROR; in reset() 21 fCurr.fEventType = ERROR; in SkXMLPullParser() 27 fCurr.fEventType = ERROR; in SkXMLPullParser() 52 fCurr.fEventType = ERROR; in setStream() 62 case ERROR: in nextToken()
|
/external/regex-re2/re2/testing/ |
D | compile_test.cc | 110 LOG(ERROR) << "Cannot parse: " << t.regexp; in TEST() 116 LOG(ERROR) << "Cannot compile: " << t.regexp; in TEST() 124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp; in TEST() 125 LOG(ERROR) << "Want:\n" << t.code; in TEST() 126 LOG(ERROR) << "Got:\n" << s; in TEST()
|