OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR
(Results
351 - 375
of
942
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ProguardDetector.java
44
CATEGORY_CORRECTNESS, 5, Severity.
ERROR
).setMoreInfo(
/external/chromium/sdch/open-vcdiff/src/
codetable.cc
41
LOG(
ERROR
) << "Unexpected instruction type " << inst << LOG_ENDL;
198
LOG(
ERROR
) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204
LOG(
ERROR
) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
212
LOG(
ERROR
) << "VCDiff: Bad code table; opcode " << opcode << " has "
219
LOG(
ERROR
) << "VCDiff: Bad code table; opcode " << opcode
228
// If an
error
is found while validating, continue to validate the rest
230
// the
error
log. Otherwise the user would have to fix a single
error
231
// and then rerun validation to find the next
error
.
262
LOG(
ERROR
) << "VCDiff: Bad code table; there is no opcode for inst
[
all
...]
/external/srec/tools/grxmlcompile/
fst-io.h
83
LOG(
ERROR
) << "FstPrinter: Integer " << id
161
LOG(
ERROR
) << argv[0] << ": Open failed, file = " << argv[2];
229
LOG(
ERROR
) << "FstReader: Bad number of columns, source = " << source_
296
LOG(
ERROR
) << "FstReader: Symbol \"" << s
306
LOG(
ERROR
) << "FstReader: Bad " << name << " integer = \"" << s
343
LOG(
ERROR
) << "FstReader: Bad weight = \"" << s
375
LOG(
ERROR
) << argv[0] << ": Open failed, file = " << ifilename;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
147
// Read an Fst from an input stream; returns NULL on
error
163
LOG(
ERROR
) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
171
// Read an Fst from a file; return NULL on
error
175
LOG(
ERROR
) << "Fst::Read: Can't open file: " << filename;
181
// Write an Fst to an output stream; return false on
error
183
LOG(
ERROR
) << "Fst::Write: No write method for " << Type() << " Fst type";
187
// Write an Fst to a file; return false on
error
189
LOG(
ERROR
) << "Fst::Write: No write method for "
465
LOG(
ERROR
) << "FstImpl::ReadHeaderAndSymbols: Fst not of type \""
470
LOG(
ERROR
) << "FstImpl::ReadHeaderAndSymbols: Arc not of type \"
[
all
...]
encode.h
144
LOG(
ERROR
) << "EncodeTable::Write: write failed: " << source;
154
LOG(
ERROR
) << "EncodeTable::Read: Bad encode table header: " << source;
161
LOG(
ERROR
) << "EncodeTable::Read: read failed: " << source;
173
LOG(
ERROR
) << "EncodeTable::Read: read failed: " << source;
284
LOG(
ERROR
) << "EncodeMap: Can't open file: " << filename;
300
LOG(
ERROR
) << "EncodeMap: Can't open file: " << filename;
/external/chromium/chrome/browser/chromeos/login/
camera.cc
39
LOG(
ERROR
) << message << " errno: " << errno << ", " << strerror(errno);
198
LOG(
ERROR
) << device_name_ << " is no V4L2 device";
205
LOG(
ERROR
) << device_name_ << " is no video capture device";
210
LOG(
ERROR
) << device_name_ << " does not support streaming i/o";
226
LOG(
ERROR
) << "VIDIOC_S_FMT failed.";
342
LOG(
ERROR
) << device_name << "is not a device";
361
LOG(
ERROR
) << device_name_ << " does not support memory mapping.";
367
LOG(
ERROR
) << "Insufficient buffer memory on " << device_name_;
429
LOG(
ERROR
) << "select() timeout.";
455
LOG(
ERROR
) << "Index of buffer is out of range."
[
all
...]
/external/chromium/chrome/browser/chromeos/
customization_document.cc
104
LOG(
ERROR
) << "Wrong customization manifest version";
192
LOG(
ERROR
) << "Syntax
error
in customization manifest";
197
LOG(
ERROR
) << "HWID is missing in machine statistics";
227
LOG(
ERROR
) << "
Error
parsing deal_expire_date: " << date_string;
334
LOG(
ERROR
) << "URL fetch for services customization failed:"
audio_mixer_alsa.cc
274
LOG(
ERROR
) << "ALSA mixer " << card << " open
error
: " << snd_strerror(err);
279
LOG(
ERROR
) << "ALSA Attach to card " << card << " failed: "
299
LOG(
ERROR
) << "ALSA mixer register
error
: " << snd_strerror(err);
305
LOG(
ERROR
) << "ALSA mixer " << card << " load
error
: %s"
328
LOG(
ERROR
) << "Cannot find 'Master' ALSA mixer element on " << card;
444
LOG(
ERROR
) << "ALSA unable to find simple control "
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
164
LOG(
ERROR
) << "
Error
reading from death signal socket. Crash dumping"
174
LOG(
ERROR
) << "Received death signal message with the wrong size;"
198
LOG(
ERROR
) << "Death signal contained wrong number of descriptors;"
215
LOG(
ERROR
) << "Death signal message didn't contain all expected control"
336
LOG(
ERROR
) << "Failed to write crash dump for pid " << crashing_pid;
memory_details_win.cc
82
LOG(
ERROR
) << "CreateToolhelp32Snaphot failed: " << GetLastError();
86
LOG(
ERROR
) << "Process32First failed: " << GetLastError();
/external/chromium/chrome/common/
logging_chrome.cc
59
// When true, this means that
error
dialogs should not be shown.
81
// silenced. To record a new
error
, pass the log string associated
82
// with that
error
in the str parameter.
104
// Suppresses
error
/assertion dialogs and enables the logging of
118
// Preserve existing
error
mode, as discussed at http://t/dmea
195
PLOG(
ERROR
) << "Unable to create symlink " << symlink_path.value()
200
PLOG(
ERROR
) << "Unable to read symlink " << symlink_path.value();
257
LOG(
ERROR
) << "Unable to initialize logging to " << log_path.value();
310
PLOG(
ERROR
) << "Unable to initialize logging to " << log_path.value()
318
PLOG(
ERROR
) << "Unable to initialize logging to " << log_path.value()
[
all
...]
/external/chromium/net/socket/
socks_client_socket.cc
395
LOG(
ERROR
) << "Unknown response from SOCKS server.";
404
LOG(
ERROR
) << "SOCKS request rejected or failed";
407
LOG(
ERROR
) << "SOCKS request failed because client is not running "
411
LOG(
ERROR
) << "SOCKS request failed because client's identd could "
415
LOG(
ERROR
) << "SOCKS server sent unknown response";
/external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc
94
LOG(
ERROR
) << "Failed to write autofill sync node.";
105
LOG(
ERROR
) << "Failed to create autofill sync node.";
148
LOG(
ERROR
) << "Could not get the autofill data from WebDatabase.";
158
LOG(
ERROR
) << "Server did not create the top-level autofill node. We "
183
LOG(
ERROR
) << "Failed to update autofill entries.";
263
LOG(
ERROR
) << "Failed to fetch child node.";
310
// Not a big deal. We encountered an
error
. Just say this profile does not
312
LOG(
ERROR
) << " Profile could not be associated";
388
LOG(
ERROR
) << "Server did not create the top-level autofill node. We "
396
LOG(
ERROR
) << "Server did not create the top-level autofill node. We
[
all
...]
autofill_profile_model_associator.cc
149
LOG(
ERROR
) << "Could not get the autofill data from WebDatabase.";
164
LOG(
ERROR
) << "Server did not create the top-level autofill node. We "
180
LOG(
ERROR
) << "Failed to update autofill entries.";
226
LOG(
ERROR
) << "Sever did not create a top level node"
270
LOG(
ERROR
) << "unable to find the id given by getfirst child " <<
308
LOG(
ERROR
);
339
LOG(
ERROR
) << "Failed to create autofill sync node.";
371
LOG(
ERROR
) << "Failed to fetch child node.";
/external/icu4c/i18n/
rbnf.cpp
330
#define
ERROR
(msg) parseError(msg); return NULL;
332
#define
ERROR
(msg) parseError(NULL); return NULL;
389
ERROR
("Missing open angle");
406
ERROR
("Unexpected character");
413
ERROR
("Missing comma in outer array");
415
ERROR
("Missing close angle bracket in outer array");
421
ERROR
("Extra text after close of localization data");
433
ERROR
("Unknown
error
");
444
ERROR
("Missing open angle")
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_database.cc
57
GOOGLE_LOG(
ERROR
) << "File already exists in database: " << file.name();
94
GOOGLE_LOG(
ERROR
) << "Invalid symbol name: " << name;
109
GOOGLE_LOG(
ERROR
) << "Symbol name \"" << name << "\" conflicts with the existing "
122
GOOGLE_LOG(
ERROR
) << "Symbol name \"" << name << "\" conflicts with the existing "
160
GOOGLE_LOG(
ERROR
) << "Extension conflicts with extension already in database: "
167
// We don't consider this an
error
, though, because the descriptor is
314
GOOGLE_LOG(
ERROR
) << "Invalid file descriptor data passed to "
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
72
BluetoothDevice.
ERROR
);
93
Log.e(TAG, "
Error
: this activity may be started only with intent " +
101
Log.e(TAG, "
Error
: BluetoothAdapter not supported by system");
108
mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.
ERROR
);
118
intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.
ERROR
);
119
if (passkey == BluetoothDevice.
ERROR
) {
135
intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, BluetoothDevice.
ERROR
);
136
if (pairingKey == BluetoothDevice.
ERROR
) {
/external/chromium/base/files/
file_path_watcher_win.cc
42
// Setup a watch handle for directory |dir|. Returns true if no fatal
error
209
PLOG(
ERROR
) << "FindFirstChangeNotification failed for "
244
LOG(
ERROR
) << "Reached the root directory";
/external/chromium/base/threading/
platform_thread_posix.cc
178
LOG(
ERROR
) << "pthread_setname_np: " << safe_strerror(err);
185
PLOG(
ERROR
) << "prctl(PR_SET_NAME)";
/external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.cc
92
// TODO(apavlov):
error
handling
170
// TODO(apavlov): handle the
error
(malformed header)
225
// TODO(apavlov): some
error
handling required here
240
LOG(
ERROR
) << "send failed: WSAGetLastError()==" << WSAGetLastError();
243
LOG(
ERROR
) << "send failed: errno==" << errno;
/external/chromium/chrome/browser/password_manager/
native_backend_kwallet_x.cc
66
char*
error
= NULL;
local
76
G_TYPE_STRING, &
error
, //
error
80
if (
error
&& *
error
) {
81
LOG(
ERROR
) << "
Error
launching kwalletd: " <<
error
;
85
g_free(
error
);
289
// This is not an
error
. There just isn't a matching entry
[
all
...]
/external/chromium/chrome/browser/sync/
signin_manager.cc
132
LOG(
ERROR
) << "Account is not associated with a valid email address. "
138
void SigninManager::OnGetUserInfoFailure(const GoogleServiceAuthError&
error
) {
139
LOG(
ERROR
) << "Unable to retreive the canonical email address. Login failed.";
140
OnClientLoginFailure(
error
);
143
void SigninManager::OnClientLoginFailure(const GoogleServiceAuthError&
error
) {
147
Details<const GoogleServiceAuthError>(&
error
));
150
// a second factor
error
, and we don't sign out if we're dealing with
152
bool invalid_gaia =
error
.state() ==
154
if (
error
.state() == GoogleServiceAuthError::TWO_FACTOR ||
/external/chromium/chrome/browser/ui/gtk/
certificate_dialogs.cc
36
LOG(
ERROR
) << "Writing " << path_.value() << " ("
63
LOG(
ERROR
) << "base64 encoding
error
";
/external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc
590
LOG(
ERROR
) << "Bug report hasn't been intialized yet.";
596
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
605
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
609
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
617
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
625
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
641
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
649
LOG(
ERROR
) << "Incorrect data passed to sendReport.";
/external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_gtk.cc
70
LOG(
ERROR
) << "Could not find " << name << " network settings in $PATH";
86
LOG(
ERROR
) << "StartProxyConfigUtil failed to start " << command.binary;
Completed in 1652 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>