/development/tools/emulator/system/camera/ |
EmulatedCameraDevice.cpp | 327 return ERROR; 336 LOGE("%s: Unexpected message size %d, or an error %d -> %s", 338 return ERROR; 346 return ERROR;
|
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.cc | 66 std::string error_; // Error from proxy resolution. 111 LOG(ERROR) << "Cros library has not been loaded."; 143 LOG(WARNING) << "Error starting LibCrosService"; 226 if (request->error_ != "") { // Error string was just set. 227 LOG(ERROR) << request->error_; 228 request->result_ = net::OK; // Set to OK since error string is set. 251 LOG(ERROR) << "LibCrosService has error with NotifyNetworkProxyResolved";
|
/external/chromium/chrome/browser/chromeos/login/ |
enterprise_enrollment_screen.cc | 95 LOG(ERROR) << "Enrollment will not finish because the InstallAttrs has " 108 const GoogleServiceAuthError& error) { 109 HandleAuthError(error); 141 const GoogleServiceAuthError& error) { 147 HandleAuthError(error); 179 // We have an error. 180 LOG(WARNING) << "Policy subsystem error during enrollment: " << state 194 const GoogleServiceAuthError& error) { 200 switch (error.state()) { 205 view()->ShowAuthError(error); [all...] |
ownership_service.cc | 87 LOG(ERROR) << "Blocking on UI thread in OwnershipService::GetStatus"; 195 LOG(ERROR) << "Device not yet owned"; 212 LOG(ERROR) << "Device not yet owned";
|
/external/chromium/chrome/browser/nacl_host/ |
nacl_process_host.cc | 263 LOG(ERROR) << "Failed to dup() a file descriptor"; 278 LOG(ERROR) << "Failed to allocate memory buffer"; 284 LOG(ERROR) << "Failed to dup() a file descriptor";
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service.cc | 130 LOG(ERROR) << "Proxy settings request PAC script but do not specify " 136 LOG(ERROR) << "Invalid proxy PAC url: " << proxy_pac; 145 LOG(ERROR) << "Proxy settings request fixed proxy servers but do not "
|
/external/chromium/chrome/browser/password_manager/ |
native_backend_gnome_x.cc | 112 const char* error = dlerror(); local 113 if (error) { 114 LOG(ERROR) << "Unable to load symbol " 115 << gnome_keyring_functions[i].name << ": " << error; 640 LOG(ERROR) << "Keyring save failed: " 663 LOG(ERROR) << "Keyring find failed: " 696 LOG(ERROR) << "Keyring find failed: " 735 LOG(ERROR) << "Keyring delete failed: " 776 LOG(ERROR) << "Keyring find failed: " 830 LOG(ERROR) << "Keyring find failed: [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.cc | 74 LOG(ERROR) << kNoSessionsFolderError; 165 LOG(ERROR) << "Failed to load local session header node."; 253 LOG(ERROR) << "Failed to look up tab node " << sync_id; 400 LOG(ERROR) << kNoSessionsFolderError; 415 LOG(ERROR) << "Failed to create sessions header sync node."; 474 LOG(ERROR) << "Failed to fetch sync node for id " << id; 742 LOG(ERROR) << kNoSessionsFolderError; 750 LOG(ERROR) << "Could not create new node!"; 873 LOG(ERROR) << kNoSessionsFolderError; 879 LOG(ERROR) << "Failed to load local session header node." [all...] |
autofill_change_processor.cc | 364 LOG(ERROR) << " Model association has not happened for " << sync_id; 372 LOG(ERROR) << "Autofill profile not found for " << *guid; 381 LOG(ERROR) << "Couldn't update autofill profile: " << guid; 396 LOG(ERROR)<< "The profile is not associated"; 401 LOG(ERROR) << "Could not remove the profile";
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 102 // logs an error and returns kError if the rule is (almost) certainly invalid. 148 LOG(ERROR) << "Ignoring rule that couldn't be normalized: " << *domain; 167 LOG(ERROR) << "Unable to read file"; 168 // We return success since we've already reported the error. 238 LOG(ERROR) << "Error(s) writing output file";
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
symbol-table.h | 248 LOG(ERROR) << "SymbolTable::Read: Can't open file " << filename; 261 LOG(ERROR) << "SymbolTable::Write: Can't open file " << filename; 276 LOG(ERROR) << "SymbolTable::WriteText: Can't open file " << filename; 283 // range (<0, >max), log error and return an empty string. 289 // does not exists, log error and return -1 295 // does not exists, log error and return -1
|
const-fst.h | 180 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source; 189 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source; 215 LOG(ERROR) << "ConstFst::Write: Write failed: " << opts.source; 275 // Read a ConstFst from an input stream; return NULL on error 281 // Read a ConstFst from a file; returno NULL on error 285 LOG(ERROR) << "ConstFst::Write: Can't open file: " << filename; 291 // Write a ConstFst to an output stream; return false on error 296 // Write a ConstFst to a file; return false on error 301 LOG(ERROR) << "ConstrFst::Write: Can't open file: " << filename;
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument06.js | 87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-severity 88 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-message 89 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-type 90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedException 91 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedData 92 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-location 115 var error; 147 domConfig.setParameter("error-handler", errorMonitor.handleError); 162 error = errors[indexN1010C]; 163 type = error.type [all...] |
/frameworks/base/core/java/android/bluetooth/ |
AtParser.java | 264 // Anything else deserves an error 266 // Return ["ERROR"] 267 return new AtCommandResult(AtCommandResult.ERROR); 289 new AtCommandResult(AtCommandResult.ERROR)); 304 new AtCommandResult(AtCommandResult.ERROR));
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaRecorderStateUnitTestTemplate.java | 177 * the Error state. We arbitrary choose one here. 186 * won't be set to the Error state 195 * won't be set to the Error state 239 case ERROR: 246 * Sets the error value of the corresponding state to the given error. 249 * @param error the value of the state error to be set. 251 private void setStateError(MediaRecorderStateErrors.MediaRecorderState state, boolean error) { 254 mStateErrors.errorInInitialState = error; [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
Log.java | 39 ERROR(6, "error", 'E'), //$NON-NLS-1$ 198 * Outputs a {@link LogLevel#ERROR} level message. 203 println(LogLevel.ERROR, tag, message); 220 * Outputs a {@link LogLevel#ERROR} level {@link Throwable} information. 230 println(LogLevel.ERROR, tag, throwable.getMessage() + '\n' + sw.toString());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddCompatibilityJarAction.java | 114 AdtPlugin.log(IStatus.ERROR, "JavaProject is null for %1$s", project); //$NON-NLS-1$ 121 "Error: Android SDK is not loaded yet."); //$NON-NLS-1$ 185 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
LayoutAnalyzer.java | 136 return LayoutAnalysis.ERROR; 159 return LayoutAnalysis.ERROR; 192 return LayoutAnalysis.ERROR;
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
LogWindow.java | 44 * any errors (e.g. network error or install/delete errors.)
68 ERROR
235 * Logs an "error" information line.
242 appendLine(TextStyle.ERROR, log);
247 mSecondaryLog.printf("ERROR: %1$s", log); //$NON-NLS-1$
322 if (style == TextStyle.ERROR) {
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_test.cc | 80 LOG(ERROR) << "Unexpected URL format in phishing URL list: " 92 LOG(ERROR) << "Unrecognized expectation in " << urls[i] 119 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT"; 132 LOG(ERROR) << "Failed to get generated python protobuf dir"; 148 LOG(ERROR) << "Failed to launch server: " 563 // expected results to verify with safebrowsing service. If there is no error,
|
/external/chromium/chrome/common/net/ |
x509_certificate_model_nss.cc | 344 LOG(ERROR) << "NSS_CMSSignedData_Create failed"; 351 LOG(ERROR) << "NSS_CMSSignedData_AddCertificate failed on " << i; 361 LOG(ERROR) << "NSS_CMSMessage_GetContentInfo failed"; 371 LOG(ERROR) << "NSS_CMSEncoder_Start failed"; 376 LOG(ERROR) << "NSS_CMSEncoder_Finish failed";
|
/external/chromium/net/disk_cache/ |
backend_impl.cc | 137 LOG(ERROR) << "Unable to get another cache folder"; 142 LOG(ERROR) << "Unable to move cache folder"; 260 LOG(ERROR) << "Unable to create cache"; 573 // This is not really an error, but it is an interesting condition. 674 bool error; local 675 EntryImpl* cache_entry = MatchEntry(key, hash, false, Addr(), &error); 710 bool error; local 711 EntryImpl* old_entry = MatchEntry(key, hash, false, Addr(), &error); 715 EntryImpl* parent_entry = MatchEntry(key, hash, true, Addr(), &error); 716 DCHECK(!error); 855 base::PlatformFileError error; local 916 bool error; local 1594 int error = NewEntry(address, &tmp); local [all...] |
block_files.cc | 81 LOG(ERROR) << "Failing CreateMapBlock"; 400 LOG(ERROR) << "Failed to open " << name.value(); 406 LOG(ERROR) << "File too small " << name.value(); 412 LOG(ERROR) << "Invalid file version or magic"; 424 LOG(ERROR) << "File too small " << name.value(); 556 LOG(ERROR) << "Failed to delete " << name.value() << " from the cache."; 569 return false; // file_size > 2GB is also an error. 576 LOG(ERROR) << "Unexpected file size";
|
/external/chromium/net/socket/ |
dns_cert_provenance_checker.cc | 139 LOG(ERROR) << "Failed to resolve " << domain_ << " for " << hostname_; 150 LOG(ERROR) << "FAILED" 157 LOG(ERROR) << "GOOD" 161 LOG(ERROR) << "Unknown error " << status << " for " << domain_; 167 // LogCertificates writes a certificate chain, in PEM format, to LOG(ERROR). 193 LOG(ERROR) << "Offending certificates:\n" << dump;
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 59 level, we separated errors into their own domain, as even error printing 69 - there are two output files supported. Error domain output is going to 70 the error file, whereas other outputs usually go into the other output 71 file. This also allows only printing error messages. 85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file 116 * normally used by OMX components except for error 119 * 5 - very quiet -- crucial/error messages - goes to error file 128 #define OMX_DBG_DOM_ERROR 0x1ul /* an error */ 145 FILE *err; /* error output file - used for the error domai [all...] |