HomeSort by relevance Sort by last modified time
    Searched refs:ERROR (Results 126 - 150 of 1186) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tcpdump/
tftp.h 52 #define ERROR 05 /* error code */
59 unsigned short tu_code; /* error code */
62 char th_data[1]; /* data or error string */
71 * Error codes.
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
159 #undef ERROR
196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
197 #undef ERROR
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
159 #undef ERROR
196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
197 #undef ERROR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h 44 #define ERROR 5 /* permanent negative completion */
tftp.h 47 #define ERROR 05 /* error code */
53 short tu_code; /* error code */
56 char th_data[1]; /* data or error string */
65 * Error codes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 44 #define ERROR 5 /* permanent negative completion */
tftp.h 47 #define ERROR 05 /* error code */
53 short tu_code; /* error code */
56 char th_data[1]; /* data or error string */
65 * Error codes.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h 44 #define ERROR 5 /* permanent negative completion */
tftp.h 47 #define ERROR 05 /* error code */
53 short tu_code; /* error code */
56 char th_data[1]; /* data or error string */
65 * Error codes.
  /build/tools/fs_get_stats/
fs_get_stats.c 10 #define ERROR(fmt,args...) \
12 fprintf(stderr, "%s:%d: ERROR: " fmt, \
46 ERROR("Invalid arguments\n");
53 ERROR("current permissions must be a number. Got '%s'.\n", argv[1]);
  /external/chromium/base/debug/
leak_tracker.h 43 // the error log.
94 if (LOG_IS_ON(ERROR)) {
95 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
96 allocation_stack.OutputToStream(&LOG_STREAM(ERROR));
  /external/chromium/chrome/browser/chromeos/login/
image_downloader.cc 49 LOG(ERROR) << "Response code is " << response_code;
50 LOG(ERROR) << "Url is " << url.spec();
51 LOG(ERROR) << "Data is " << data;
  /external/chromium/net/http/
url_security_manager_win.cc 65 LOG(ERROR) << "IInternetSecurityManager::ProcessUrlAction failed: " << hr;
89 LOG(ERROR) << "IInternetSecurityManager::MapUrlToZone failed: " << hr;
119 LOG(ERROR) << "Unable to create the Windows Security Manager instance";
  /external/icu4c/common/
ucat.c 56 goto ERROR;
63 goto ERROR;
68 ERROR:
  /external/openfst/src/bin/
fstcompose.cc 55 LOG(ERROR) << argv[0] << ": Can't take both inputs from standard input.";
66 LOG(ERROR) << argv[0] << ": Input FSTs must have the same arc type.";
83 LOG(ERROR) << argv[0] << "Unknown compose filter type: "
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source;
69 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
85 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
symbol-table.cpp 38 LOG(ERROR) << "SymbolTable::ReadText: Can't open symbol file: "
54 LOG(ERROR) << "SymbolTable::ReadText: Bad number of columns (skipping), "
63 LOG(ERROR) << "SymbolTable::ReadText: Bad non-negative integer \""
107 LOG(ERROR) << "SymbolTable::Read: read failed";
124 LOG(ERROR) << "SymbolTable::Read: read failed";
142 LOG(ERROR) << "SymbolTable::Write: write failed";
154 LOG(ERROR) << "SymbolTable::WriteText: write failed";
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Common.h 79 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \
80 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Malloc Failed\n",__LINE__); \
81 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \
  /external/openfst/src/include/fst/
icu.h 43 LOG(ERROR) << "UTF8StringToLabels: continuation byte as lead byte";
51 LOG(ERROR) << "UTF8StringToLabels: truncated utf-8 byte sequence";
56 LOG(ERROR) << "UTF8StringToLabels: missing/invalid continuation byte";
64 LOG(ERROR) << "UTF8StringToLabels: Invalid character found: " << c;
79 LOG(ERROR) << "LabelsToUTF8String: Invalid character found: " << code;
  /external/openfst/src/lib/
symbol-table-ops.cc 103 LOG(ERROR) << "FstReadSymbols: Can't open file " << filename;
108 LOG(ERROR) << "FstReadSymbols: Couldn't read header from " << filename;
114 LOG(ERROR) << "FstReadSymbols: Could not read input symbols from "
126 LOG(ERROR) << "FstReadSymbols: Could not read output symbols from "
135 LOG(ERROR) << "FstReadSymbols: The file " << filename
  /external/chromium/base/
event_recorder.cc 54 DLOG(ERROR) << "EventRecorder could not open log file";
65 DLOG(ERROR) << "EventRecorder Record Hook failed";
79 DLOG(ERROR) << "EventRecorder Unhook failed";
105 DLOG(ERROR) << "EventRecorder Playback could not open log file";
110 DLOG(ERROR) << "EventRecorder Playback has no records!";
134 DLOG(ERROR) << "EventRecorder Playback Hook failed";
148 DLOG(ERROR) << "EventRecorder Unhook failed";
  /external/chromium/net/socket/
tcp_server_socket_win.cc 45 PLOG(ERROR) << "WSACreateEvent()";
51 PLOG(ERROR) << "socket() returned an error";
69 PLOG(ERROR) << "bind() returned an error";
77 PLOG(ERROR) << "listen() returned an error";
141 PLOG(ERROR) << "closesocket";
159 PLOG(ERROR) << "closesocket";
172 PLOG(ERROR) << "WSAEnumNetworkEvents()"
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 28 LOG(DFATAL) << "Internal error: position advanced by " << number_of_bytes
39 LOG(DFATAL) << "Internal error: new data position " << position
45 LOG(DFATAL) << "Internal error: new data position " << position
55 LOG(DFATAL) << "Internal error: specified number of remaining bytes "
96 LOG(ERROR) << "Expected " << variable_description
123 LOG(ERROR) << "Expected " << variable_description
132 LOG(ERROR) << "Value of " << variable_description << "(" << parsed_value
176 LOG(ERROR) << "Source segment length (" << *source_segment_length
187 LOG(ERROR) << "Source segment position (" << *source_segment_position
196 LOG(ERROR) << "Source segment end position (" << source_segment_en
    [all...]
  /external/doclava/src/com/google/doclava/
Errors.java 28 Error error; field in class:Errors.ErrorMessage
32 ErrorMessage(Error e, SourcePositionInfo p, String m) {
33 error = e;
51 public Error error() { method in class:Errors.ErrorMessage
52 return error;
56 public static void error(Error error, SourcePositionInfo where, String text) method in class:Errors
    [all...]
  /external/chromium/chrome/browser/chromeos/
system_access.cc 53 // Fallback time zone ID used in case of an unexpected error.
89 LOG(ERROR) << "GetTimezoneID: Cannot read timezone symlink "
97 LOG(ERROR) << "GetTimezoneID: Timezone symlink is wrong "
116 LOG(ERROR) << "SetTimezoneID: Cannot find timezone file "
127 LOG(ERROR) << "SetTimezoneID: Unable to create symlink "
134 LOG(ERROR) << "SetTimezoneID: Unable to move symlink "
181 LOG(ERROR) << "Got an empty string for timezone, default to " << id;

Completed in 419 milliseconds

1 2 3 4 56 7 8 91011>>