/external/chromium_org/extensions/common/permissions/ |
api_permission_set.cc | 50 LOG(WARNING) << "Parse permission failed."; 60 LOG(WARNING) << "Unknown permission[" << permission_str << "]."; 79 LOG(WARNING) << "Permission value is not a list."; 95 LOG(WARNING) << "Permission is not a string."; 141 LOG(WARNING) << "Permission is not a string or single key dict.";
|
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_llvm.mk | 32 $(call LOG,CC ,$$@,$(PNACL_CC) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CFLAGS)) 39 $(call LOG,CXX ,$$@,$(PNACL_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CFLAGS)) 84 $(call LOG,LIB,$$@,$(PNACL_LIB) -cr $$@ $$^ $(3)) 103 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-32 $$^ -o $$@) 106 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-64 $$^ -o $$@) 109 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch arm $$^ -o $$@) 112 $(call LOG,FINALIZE,$$@,$(PNACL_FINALIZE) -o $$@ $$^) 115 $(call LOG,LINK,$$@,$(PNACL_LINK) -o $$@ $(2) $(PNACL_LDFLAGS) $(foreach path,$(5),-L$(path)/pnacl/$(CONFIG)) $(foreach lib,$(3),-l$(lib)) $(6)) 177 $(call LOG,CREATE_NMF,$$@,$(NMF) -o $$@ $$^ -s $(OUTDIR) $(2)) 188 $(call LOG,CREATE_HTML,$$@,$(CREATE_HTML) -o $$@ $$^ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
dtmfsender.cc | 140 LOG(LS_ERROR) << "InsertDtmf is called with invalid duration or tones gap. " 148 LOG(LS_ERROR) 222 LOG(LS_ERROR) << "The DtmfProvider has been destroyed."; 228 LOG(LS_ERROR) << "The DtmfProvider can no longer send DTMF."; 248 LOG(LS_INFO) << "The Dtmf provider is deleted. Clear the sending queue.";
|
webrtcsessiondescriptionfactory.cc | 149 LOG(LS_VERBOSE) << "DTLS-SRTP enabled; sent DTLS identity request."; 152 LOG(LS_ERROR) << "Failed to send DTLS identity request."; 174 LOG(LS_ERROR) << error; 181 LOG(LS_ERROR) << error; 188 LOG(LS_ERROR) << error; 215 LOG(LS_ERROR) << error; 221 LOG(LS_ERROR) << error; 228 LOG(LS_ERROR) << error; 236 LOG(LS_ERROR) << error; 242 LOG(LS_ERROR) << error [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macutils.cc | 182 LOG(LS_ERROR) << "Failed opening Apple Script component"; 188 LOG(LS_ERROR) << "Failed creating Apple Script description"; 199 LOG(LS_ERROR) << "Error compiling Apple Script"; 207 LOG(LS_ERROR) << "Error when executing Apple Script: " << script; 214 LOG(LS_ERROR) << "Script error: " << data;
|
opensslidentity.cc | 67 LOG(LS_INFO) << "Making key pair"; 93 LOG(LS_INFO) << "Returning key pair"; 100 LOG(LS_INFO) << "Making certificate for " << common_name; 146 LOG(LS_INFO) << "Returning certificate"; 156 // This dumps the SSL error stack to the log. 163 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; 185 // Print a certificate to the log, for debugging. 196 LOG(LS_VERBOSE) << buffer; 332 LOG(LS_INFO) << "Identity generation failed"; 342 LOG(LS_ERROR) << "Failed to create OpenSSLCertificate from PEM string." [all...] |
/external/chromium_org/win8/metro_driver/ |
print_document_source.cc | 114 LOG(ERROR) << "Failed to get IPrintPreviewDXGIPackageTarget " << std::hex 127 LOG(ERROR) << "Failed to get preview_page_collection " << std::hex << hr; 133 LOG(ERROR) << "Failed to copy preview_page_collection " << std::hex << hr; 151 LOG(ERROR) << "Failed to QI for IPrintTaskOptionsCore " << std::hex << hr; 161 LOG(ERROR) << "Failed to GetPageDescription " << std::hex << hr; 182 LOG(ERROR) << "Failed to CreatePrintControl " << std::hex << hr; 230 LOG(ERROR) << "Failed to QI for IPrintTaskOptionsCore " << std::hex << hr; 237 LOG(ERROR) << "Failed to GetPageDescription " << std::hex << hr; 246 LOG(ERROR) << "Failed to InvalidatePreview " << std::hex << hr; 258 LOG(ERROR) << "Failed to SetJobPageCount " << std::hex << hr [all...] |
/external/ceres-solver/internal/ceres/ |
suitesparse.cc | 260 LOG(WARNING) << "CHOLMOD failure: Method not installed."; 263 LOG(WARNING) << "CHOLMOD failure: Out of memory."; 266 LOG(WARNING) << "CHOLMOD failure: Integer overflow occured."; 269 LOG(WARNING) << "CHOLMOD failure: Invalid input."; 275 LOG(WARNING) << "CHOLMOD warning: Matrix not positive definite."; 278 LOG(WARNING) << "CHOLMOD warning: D for LDL' or diag(L) or " 285 LOG(WARNING) << "CHOLMOD failure: cholmod_factorize returned zero " 290 LOG(WARNING) << "Unknown cholmod return code. " 300 LOG(WARNING) << "CHOLMOD status NOT OK"; 333 LOG(FATAL) << "Congratulations you have found a bug in Ceres. [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
auto_enrollment_client.cc | 58 LOG(ERROR) << "Switch \"" << switch_name << "\" is not a valid int. " 63 LOG(ERROR) << "Switch \"" << switch_name << "\" can't be negative. " 68 LOG(ERROR) << "Switch \"" << switch_name << "\" can't be greater than " 155 LOG(ERROR) << "Initial auto-enrollment modulus is larger than the limit, " 188 LOG(ERROR) << "Failed to get the hash of the serial number, " 292 LOG(ERROR) << "Auto enrollment error: " << status; 308 LOG(WARNING) << "Auto enrollment: the server didn't ask for a power-of-2 " 313 LOG(ERROR) << "Auto enrollment error: already retried with an updated " 317 LOG(ERROR) << "Auto enrollment error: the server asked for a larger " 323 LOG(WARNING) << "Auto enrollment: the server asked to use a modulus ( [all...] |
/external/chromium_org/chrome/browser/history/ |
history_database.cc | 298 LOG(WARNING) << "History database is too new."; 314 LOG(WARNING) << "Unable to update history database to version 16."; 361 LOG(WARNING) << "Unable to update history database to version 21."; 372 LOG(WARNING) << "Unable to migrate the android_urls table to version 22"; 381 LOG(WARNING) << "Unable to fix invalid downloads state values"; 391 LOG(WARNING) << "Unable to upgrade download interrupt reason and paths"; 401 LOG(WARNING) << "Unable to migrate history to version 25"; 410 LOG(WARNING) << "Unable to migrate history to version 26"; 419 LOG(WARNING) << "Unable to migrate history to version 27"; 428 LOG(WARNING) << "Unable to migrate history to version 28" [all...] |
/external/chromium_org/content/renderer/p2p/ |
port_allocator.cc | 47 LOG(ERROR) << "Received invalid port number from relay server: " << string; 144 LOG(ERROR) << "Response received from the server is too big."; 161 LOG(ERROR) << "Relay session request failed."; 197 LOG(ERROR) << "Failed to resolve STUN server address " 239 LOG(ERROR) << "Failed to resolve Relay server address " 281 LOG(ERROR) << "Failed to create URL loader."; 312 LOG(ERROR) << "Received invalid response from relay server"; 331 LOG(ERROR) << "When creating relay session received user name " 337 LOG(ERROR) << "When creating relay session received password " 344 LOG(ERROR) << "Received unresolved relay server address: " << value [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder.cc | 83 // <Handle error case. An error log message has already been generated.> 380 LOG(ERROR) << "Specified maximum target window size " 413 LOG(DFATAL) << "Internal error: Decoded data size " 478 LOG(DFATAL) << "SetAllowVcdTarget() called after StartDecoding()" 641 LOG(DFATAL) << "StartDecoding() called twice without FinishDecoding()" 693 LOG(ERROR) << "Unrecognized VCDIFF format version" << LOG_ENDL; 714 LOG(ERROR) << "Did not find VCDIFF header bytes; " 722 LOG(ERROR) << "Secondary compression is not supported" << LOG_ENDL; [all...] |
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 104 LOG(FATAL) << "Error " << saved_errno 150 LOG(INFO) << "\n" << event_recorder_; 233 LOG(FATAL) << "Error " << saved_errno 244 LOG(FATAL) << "Error " << saved_errno 357 LOG(DFATAL) << 462 LOG(FATAL) << "Alarm already exists " << ac; 524 LOG(ERROR) << "----------------------Epoll Server---------------------------"; 525 LOG(ERROR) << "Epoll server " << this << " polling on fd " << epoll_fd_; 526 LOG(ERROR) << "timeout_in_us_: " << timeout_in_us_; 528 // Log sessions with alarms [all...] |
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.cc | 104 LOG(FATAL) << "Error " << saved_errno 150 LOG(INFO) << "\n" << event_recorder_; 233 LOG(FATAL) << "Error " << saved_errno 244 LOG(FATAL) << "Error " << saved_errno 357 LOG(DFATAL) << 462 LOG(FATAL) << "Alarm already exists " << ac; 524 LOG(ERROR) << "----------------------Epoll Server---------------------------"; 525 LOG(ERROR) << "Epoll server " << this << " polling on fd " << epoll_fd_; 526 LOG(ERROR) << "timeout_in_us_: " << timeout_in_us_; 528 // Log sessions with alarms [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file.cc | 93 LOG(WARNING) << "Invalid entry hash key filename while restoring index from" 100 LOG(ERROR) << "Could not get file info for " << file_path.value(); 201 LOG(ERROR) << "Could obtain information about cache age"; 207 LOG(ERROR) << "Could not create a directory to hold the index file"; 211 LOG(ERROR) << "Failed to write the temporary index file"; 338 LOG(WARNING) << "Could not map Simple Index file."; 379 LOG(WARNING) << "Corrupt Simple Index File."; 390 LOG(WARNING) << "Invalid CRC in Simple Index file."; 396 LOG(ERROR) << "Invalid index_metadata on Simple Cache Index."; 401 LOG(ERROR) << "Invalid index_metadata on Simple Cache Index." [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videoadapter.cc | 198 LOG(LS_INFO) << "VAdapt Input Resolution Change: " 297 // Show VAdapt log every 300 frames. (10 seconds) 305 // TODO(fbarchard): LOG the previous output resolution and track input 318 LOG(LS_INFO) << "VAdapt Frame: " << adapted_frames_ 348 LOG(LS_WARNING) << "Adapter failed to stretch frame to " 446 LOG(LS_INFO) << "VAdapt View Request: " 465 LOG(LS_VERBOSE) << "VAdapt GD resolution stale. Ignored"; 478 LOG(LS_VERBOSE) << "VAdapt ignoring GD request."; 481 LOG(LS_INFO) << "VAdapt GD Request: " 503 LOG(LS_VERBOSE) << "VAdapt CPU load high but do not downgrade [all...] |
/art/runtime/ |
instrumentation.cc | 115 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() 122 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); 129 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); 135 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); 143 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); 159 LOG(INFO) << "Installing exit stubs in " << thread_name; 199 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() << " Method=" << PrettyMethod(m); 205 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); 214 LOG(INFO) << " Removing exit stub in " << DescribeLocation(); 232 LOG(INFO) << " No exit stub in " << DescribeLocation() [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp_unittest.cc | 136 LOG(LS_VERBOSE) << "Opened"; 150 LOG(LS_VERBOSE) << "Closed"; 161 LOG(LS_VERBOSE) << "Randomly dropping packet, size=" << len; 164 LOG(LS_VERBOSE) << "Dropping packet that exceeds path MTU, size=" << len; 256 LOG(LS_INFO) << "Transferred " << received << " bytes in " << elapsed 282 LOG(LS_VERBOSE) << "Flow Control Lifted"; 300 LOG(LS_VERBOSE) << "Received: " << position; 316 LOG(LS_VERBOSE) << "Sent: " << position + sent; 319 LOG(LS_VERBOSE) << "Flow Controlled"; 367 LOG(LS_INFO) << "Performed " << iterations << " pings in [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channel.cc | 409 LOG(LS_INFO) << "Created channel for " << content_name; 425 LOG(LS_INFO) << "Destroyed channel"; 687 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " " 712 LOG(LS_ERROR) << "Failed to protect " << content_name_ 724 LOG(LS_ERROR) << "Failed to protect " << content_name_ 734 LOG(LS_ERROR) << "Can't send outgoing " << PacketType(rtcp) 752 LOG(LS_WARNING) << "Got EWOULDBLOCK from socket."; 763 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " " 808 LOG(LS_ERROR) << "Failed to unprotect " << content_name_ 818 LOG(LS_ERROR) << "Failed to unprotect " << content_name [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
tester.cc | 15 DEFINE_bool(log_okay, false, "log successful runs"); 67 LOG(INFO) << "Warning: no engines enabled."; 72 LOG(INFO) << EngineString(i) << " enabled"; 181 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) 189 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_); 194 LOG(INFO) << "Prog for " 207 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_); 212 LOG(INFO) << rprog_->Dump(); 235 LOG(INFO) << "Cannot RE2: " << CEscape(re); 260 LOG(INFO) << "Cannot PCRE: " << CEscape(re) [all...] |
/external/regex-re2/re2/testing/ |
tester.cc | 15 DEFINE_bool(log_okay, false, "log successful runs"); 67 LOG(INFO) << "Warning: no engines enabled."; 72 LOG(INFO) << EngineString(i) << " enabled"; 181 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) 189 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_); 194 LOG(INFO) << "Prog for " 207 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_); 212 LOG(INFO) << rprog_->Dump(); 235 LOG(INFO) << "Cannot RE2: " << CEscape(re); 260 LOG(INFO) << "Cannot PCRE: " << CEscape(re) [all...] |
/external/ceres-solver/examples/ |
bundle_adjuster.cc | 148 LOG(INFO) << "Camera blocks for inner iterations"; 154 LOG(INFO) << "Point blocks for inner iterations"; 160 LOG(INFO) << "Camera followed by point blocks for inner iterations"; 169 LOG(INFO) << "Point followed by camera blocks for inner iterations"; 178 LOG(INFO) << "Choosing automatic blocks for inner iterations"; 180 LOG(FATAL) << "Unknown block type for inner iterations: " 337 LOG(ERROR) << "Usage: bundle_adjustment_example --input=bal_problem";
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app.cc | 90 LOG(ERROR) << "Could not get path to profile temporary directory."; 96 LOG(ERROR) << "Could not create temporary directory."; 140 LOG(ERROR) << "Could not serialize manifest."; 147 LOG(ERROR) << "Could not create icons directory."; 157 LOG(ERROR) << "Could not create icon file."; 163 LOG(ERROR) << "Could not write icon file."; 177 LOG(ERROR) << error;
|
/external/chromium/chrome/browser/policy/ |
device_policy_cache.cc | 100 LOG(WARNING) << "Integer value " << value 147 LOG(WARNING) << "Refusing to accept policy on non-enterprise device."; 156 LOG(WARNING) << "Invalid policy protobuf"; 163 LOG(WARNING) << "Refusing policy blob for " << policy_data.username() 180 LOG(WARNING) << "Tried to set DevicePolicyCache to 'unmanaged'!"; 199 LOG(WARNING) << "Failed to parse PolicyData protobuf."; 244 LOG(WARNING) << "Failed to parse ChromeDeviceSettingsProto.";
|
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.cc | 99 LOG(ERROR) << "ForeignSessionHandler failed to get session data from" 135 LOG(ERROR) << "openForeignWindow called with only " << args->GetSize() 143 LOG(ERROR) << "Failed to extract session tag."; 152 LOG(ERROR) << "Failed to extract window number."; 161 LOG(ERROR) << "Failed to extract tab SessionID."; 172 LOG(ERROR) << "Failed to load foreign tab."; 180 LOG(ERROR) << "ForeignSessionHandler failed to get session data from"
|