/external/elfutils/src/ |
D | elflint.c | 89 #define ERROR(str, args...) \ macro 156 ERROR (gettext ("cannot generate Elf descriptor: %s\n"), in main() 175 ERROR (gettext ("error while closing Elf descriptor: %s\n"), in main() 304 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"), in process_file() 312 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/clearsilver/cs/ |
D | test14.cs | 7 ERROR 13 ERROR 19 ERROR 25 ERROR 31 ERROR 35 ERROR 43 ERROR 47 ERROR 55 ERROR 59 ERROR
|
D | test_numbers.cs | 7 ERROR: -1 should equal -1 13 ERROR : -1 should be boolean true 19 ERROR : #-1 should be boolean true 23 ERROR: 0 should be boolean false 29 ERROR: 00 should be boolean false 37 ERROR: 0x15 (hex) should equal 21 43 ERROR: 0x15 should be boolean true 49 ERROR: (3*2)+4 should equal 10 55 ERROR: 0 + 2 should equal 2
|
D | test4.cs | 29 ERROR! um, wrong? 35 ERROR! 4 % 2 == true? 43 ERROR! Wrong, 4 is not < 0 47 ERROR! 4 > 0 55 ERROR! 0 <= 5 59 ERROR! 0 >= 5 67 ERROR! "0" <= #5 73 ERROR! "9" > #14 82 ERROR "9" > "14" (strings) 90 ERROR! hdf 9 > hdf 14
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | verify.h | 46 LOG(ERROR) << "Verify: Fst start state ID unset"; in Verify() 49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states"; in Verify() 63 LOG(ERROR) << "Verify: Fst input label ID of arc at position " in Verify() 67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel in Verify() 73 LOG(ERROR) << "Verify: Fst output label ID of arc at position " in Verify() 77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel in Verify() 83 LOG(ERROR) << "Verify: Fst weight of arc at position " in Verify() 87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify() 91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position " in Verify() 99 LOG(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"; in Verify() [all …]
|
D | symbol-table.cpp | 38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: " in ReadText() 54 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (skipping), " in ReadText() 63 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \"" in ReadText() 107 LOG(ERROR) << "SymbolTable::Read: read failed"; in Read() 124 LOG(ERROR) << "SymbolTable::Read: read failed"; in Read() 142 LOG(ERROR) << "SymbolTable::Write: write failed"; in Write() 154 LOG(ERROR) << "SymbolTable::WriteText: write failed"; in WriteText()
|
/external/chromium/net/base/ |
D | keygen_handler_nss.cc | 103 LOG(ERROR) << "Couldn't get Internal key slot!"; in GenKeyAndSignChallenge() 119 LOG(ERROR) << "Only RSA keygen mechanism is supported"; in GenKeyAndSignChallenge() 129 LOG(ERROR) << "Couldn't initialze PK11 token!"; in GenKeyAndSignChallenge() 156 LOG(ERROR) << "Couldn't create SubjectPublicKeyInfo from public key"; in GenKeyAndSignChallenge() 164 LOG(ERROR) << "PORT_NewArena: Couldn't allocate memory"; in GenKeyAndSignChallenge() 173 LOG(ERROR) << "Couldn't DER Encode subjectPublicKeyInfo"; in GenKeyAndSignChallenge() 183 LOG(ERROR) << "Out of memory while making a copy of challenge data"; in GenKeyAndSignChallenge() 190 LOG(ERROR) << "Couldn't DER Encode PublicKeyAndChallenge"; in GenKeyAndSignChallenge() 199 LOG(ERROR) << "Couldn't sign the DER encoded PublicKeyandChallenge"; in GenKeyAndSignChallenge() 210 LOG(ERROR) << "Couldn't convert signed public key into base64"; in GenKeyAndSignChallenge() [all …]
|
D | cert_database_nss.cc | 40 LOG(ERROR) << "Couldn't create a temporary certificate"; in AddUserCert() 53 LOG(ERROR) << "No corresponding private key in store"; in AddUserCert() 87 LOG(ERROR) << "Couldn't import user certificate."; in AddUserCert()
|
/external/chromium/base/ |
D | data_pack.cc | 61 DLOG(ERROR) << "Failed to mmap datapack"; in Load() 70 LOG(ERROR) << "Bad data pack version: got " << version << ", expected " in Load() 81 LOG(ERROR) << "Data pack file corruption: too short for number of " in Load() 91 LOG(ERROR) << "Entry #" << i << " in data pack points off end of file. " in Load() 141 LOG(ERROR) << "Failed to write file version"; in WritePack() 150 LOG(ERROR) << "Failed to write entry count"; in WritePack() 161 LOG(ERROR) << "Failed to write id for " << it->first; in WritePack() 167 LOG(ERROR) << "Failed to write offset for " << it->first; in WritePack() 174 LOG(ERROR) << "Failed to write length for " << it->first; in WritePack() 185 LOG(ERROR) << "Failed to write data for " << it->first; in WritePack()
|
D | event_recorder.cc | 55 DLOG(ERROR) << "EventRecorder could not open log file"; in StartRecording() 66 DLOG(ERROR) << "EventRecorder Record Hook failed"; in StartRecording() 80 DLOG(ERROR) << "EventRecorder Unhook failed"; in StopRecording() 106 DLOG(ERROR) << "EventRecorder Playback could not open log file"; in StartPlayback() 111 DLOG(ERROR) << "EventRecorder Playback has no records!"; in StartPlayback() 135 DLOG(ERROR) << "EventRecorder Playback Hook failed"; in StartPlayback() 149 DLOG(ERROR) << "EventRecorder Unhook failed"; in StopPlayback()
|
D | nss_util.cc | 33 LOG(ERROR) << "$HOME is not set."; in GetDefaultConfigDirectory() 39 LOG(ERROR) << "Failed to create ~/.pki/nssdb directory."; in GetDefaultConfigDirectory() 74 LOG(ERROR) << "PR_Cleanup failed; was NSPR initialized on wrong thread?"; in ~NSPRInitSingleton() 101 LOG(ERROR) << "Error initializing NSS without a persistent " in NSSInitSingleton() 113 LOG(ERROR) << "Error initializing NSS with a persistent " in NSSInitSingleton() 123 LOG(ERROR) << "Error initializing NSS without a persistent " in NSSInitSingleton()
|
D | process_util_posix.cc | 160 DPLOG(ERROR) << "Unable to terminate process " << process_id; in KillProcess() 198 DLOG(ERROR) << "getrlimit(RLIMIT_NOFILE) failed: " << errno; in CloseSuperfluousFds() 219 DLOG(ERROR) << "Unable to open " << fd_dir; in CloseSuperfluousFds() 275 DLOG(ERROR) << "Unable to open " << fd_dir; in SetAllFDsToCloseOnExec() 291 DLOG(ERROR) << "fcntl failure."; in SetAllFDsToCloseOnExec() 325 LOG(ERROR) << "child AddDescriptor(mach_task_self()) failed."; in fork_and_get_task() 332 LOG(ERROR) << "child SendMessage() failed: " << MachErrorCode(err); in fork_and_get_task() 341 LOG(ERROR) << "parent WaitForMessage() failed: " << MachErrorCode(err); in fork_and_get_task() 346 LOG(ERROR) << "parent GetTranslatedPort(0) failed."; in fork_and_get_task() 440 PLOG(ERROR) << "LaunchApp: execvp(" << argv_cstr[0] << ") failed"; in LaunchAppAndGetTask() [all …]
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.cc | 96 LOG(ERROR) << "Expected " << variable_description in ParseInt32() 123 LOG(ERROR) << "Expected " << variable_description in ParseUInt32() 132 LOG(ERROR) << "Value of " << variable_description << "(" << parsed_value in ParseUInt32() 176 LOG(ERROR) << "Source segment length (" << *source_segment_length in ParseSourceSegmentLengthAndPosition() 187 LOG(ERROR) << "Source segment position (" << *source_segment_position in ParseSourceSegmentLengthAndPosition() 196 LOG(ERROR) << "Source segment end position (" << source_segment_end in ParseSourceSegmentLengthAndPosition() 226 LOG(ERROR) << "Delta file contains VCD_TARGET flag, which is not " in ParseWinIndicatorAndSourceSegment() 237 LOG(ERROR) << "Win_Indicator must not have both VCD_SOURCE" in ParseWinIndicatorAndSourceSegment() 278 LOG(ERROR) << "Secondary compression of delta file sections " in ParseDeltaIndicator() 314 LOG(ERROR) << "The length of the delta encoding does not match " in ParseSectionLengths()
|
D | logging.h | 24 #ifdef ERROR 25 #undef ERROR 33 ERROR, enumerator 40 #define DFATAL ERROR
|
D | addrcache.cc | 79 LOG(ERROR) << "Near cache size " << near_cache_size_ << " is invalid" in Init() 84 LOG(ERROR) << "Same cache size " << same_cache_size_ << " is invalid" in Init() 89 LOG(ERROR) << "Using near cache size " << near_cache_size_ in Init() 226 LOG(ERROR) << "Decoded address " << decoded_address << " is invalid" in IsDecodedAddressValid() 230 LOG(ERROR) << "Decoded address (" << decoded_address in IsDecodedAddressValid() 301 LOG(ERROR) << "Found invalid variable-length integer " in DecodeAddress()
|
D | vcdecoder.cc | 380 LOG(ERROR) << "Specified maximum target window size " in SetMaximumTargetWindowSize() 693 LOG(ERROR) << "Unrecognized VCDIFF format version" << LOG_ENDL; in ReadDeltaFileHeader() 714 LOG(ERROR) << "Did not find VCDIFF header bytes; " in ReadDeltaFileHeader() 722 LOG(ERROR) << "Secondary compression is not supported" << LOG_ENDL; in ReadDeltaFileHeader() 908 LOG(ERROR) << "FinishDecoding() called before parsing entire" in FinishDecoding() 920 LOG(ERROR) << "Length of target window (" << window_size in TargetWindowWouldExceedSizeLimits() 936 LOG(ERROR) << "Length of target window (" << window_size in TargetWindowWouldExceedSizeLimits() 947 LOG(ERROR) << "Length of target window (" << window_size in TargetWindowWouldExceedSizeLimits() 1015 LOG(ERROR) << "The end of the instructions section " in SetUpWindowSections() 1156 LOG(ERROR) << "Unable to decode address for COPY" << LOG_ENDL; in DecodeCopy() [all …]
|
D | codetable.cc | 41 LOG(ERROR) << "Unexpected instruction type " << inst << LOG_ENDL; in VCDiffInstructionName() 198 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid " in ValidateOpcode() 204 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid " in ValidateOpcode() 212 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has " in ValidateOpcode() 219 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode in ValidateOpcode() 262 LOG(ERROR) << "VCDiff: Bad code table; there is no opcode for inst " in Validate() 265 LOG(ERROR) << "VCDiff: Bad code table; there is no opcode for inst " in Validate()
|
/external/libpng/ |
D | example.c | 93 return (ERROR); 116 return (ERROR); 125 return (ERROR); 139 return (ERROR); 421 return (ERROR); 429 return (ERROR); 435 return (ERROR); 464 return (ERROR); 571 return (ERROR); 585 return (ERROR); [all …]
|
/external/skia/src/xml/ |
D | SkXMLPullParser.cpp | 6 curr->fEventType = SkXMLPullParser::ERROR; in reset() 14 fCurr.fEventType = ERROR; in SkXMLPullParser() 20 fCurr.fEventType = ERROR; in SkXMLPullParser() 45 fCurr.fEventType = ERROR; in setStream() 55 case ERROR: in nextToken()
|
/external/chromium/net/socket/ |
D | ssl_test_util.cc | 53 LOG(ERROR) << "Can't load certificate " << filename.value(); in LoadTemporaryCert() 61 LOG(ERROR) << "Can't convert certificate " << filename.value(); in LoadTemporaryCert() 69 LOG(ERROR) << "Can't decode trust string"; in LoadTemporaryCert() 76 LOG(ERROR) << "Can't change trust for certificate " << filename.value(); in LoadTemporaryCert() 89 LOG(ERROR) << "Can't load certificate " << filename.value(); in LoadTemporaryCert() 271 LOG(ERROR) << "Failed to launch " << command_line; in Start() 290 LOG(ERROR) << "Failed to launch " << command_line[0] << " ..."; in Start() 299 LOG(ERROR) << "Failed to connect to server"; in Start() 414 LOG(ERROR) << " could not open trusted root CA store"; in CheckCATrusted() 429 LOG(ERROR) << " TEST CONFIGURATION ERROR: you need to import the test ca " in CheckCATrusted()
|
/external/srec/make/asr/ |
D | Makefile.defs | 229 ERROR += \ 296 ERROR += \ 362 ERROR += \ 453 ERROR += \ 474 ERROR += \ 552 ERROR += \ 572 ERROR += \ 648 ERROR += \ 668 ERROR += \ 745 ERROR += \ [all …]
|
/external/iproute2/tc/ |
D | emp_ematch.l | 77 return ERROR; 98 return ERROR; 105 return ERROR; 116 return ERROR; 142 return ERROR;
|
/external/expat/tests/ |
D | xmltest.sh | 73 ERROR=0 79 ERROR=`expr $ERROR + 1` 141 echo "Failed: $ERROR"
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
D | Makefile.in | 32 @echo ERROR "tzdata*.tar.gz" can\'t be found. 43 @echo ERROR "tzcode*.tar.gz" can\'t be found. 50 @echo ERROR "tzdata*.tar.gz" can\'t be found.
|
/external/chromium/third_party/icu/source/common/ |
D | ucat.c | 56 goto ERROR; in u_catgets() 63 goto ERROR; in u_catgets() 68 ERROR: in u_catgets()
|