/external/chromium_org/jingle/notifier/listener/ |
push_notifications_listen_task.cc | 72 LOG(WARNING) << "Could not base64-decode " << base64_encoded_data; 75 LOG(WARNING) << "No data element found in push element " 81 LOG(WARNING) << "No push element found in stanza "
|
/external/chromium_org/mojo/shell/ |
app_container.cc | 59 LOG(ERROR) << "Failed to load library: " << app_path_.value().c_str(); 66 LOG(ERROR) << "Entrypoint MojoMain not found."; 73 LOG(ERROR) << "MojoMain returned an error: " << result;
|
/external/chromium_org/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/chromium_org/net/tools/flip_server/ |
create_listener.cc | 84 LOG(FATAL) << "setsockopt() TCP_NODELAY: failed on fd " << fd; 126 LOG(ERROR) << "getaddrinfo " 137 LOG(ERROR) << "Unable to create socket for (" << host << ":" << port 153 LOG(FATAL) << "setsockopt() failed fd=" << listen_fd << "\n"; 170 LOG(FATAL) << "setsockopt() failed fd=" << listen_fd << "\n"; 179 LOG(ERROR) << "Bind was unsuccessful for (" << host << ":" << port 191 LOG(ERROR) << "Unable to close the socket.. Considering this a fatal " 206 LOG(ERROR) << "Listen was unsuccessful for (" << host << ":" << port 216 LOG(FATAL) << "Unable to close the socket.. Considering this a fatal " 255 LOG(ERROR) << "getaddrinfo for (" << node << ":" << servic [all...] |
flip_in_mem_edsm_server.cc | 230 LOG(FATAL) << "Invalid logging destination value: " << log_dest_value; 242 LOG(FATAL) << "Logging destination requires a log file to be specified."; 272 LOG(INFO) << "Flip SPDY proxy started with configuration:"; 273 LOG(INFO) << "Logging destination : " << g_proxy_config.log_destination_; 274 LOG(INFO) << "Log file : " << g_proxy_config.log_filename_; 275 LOG(INFO) << "Forward IP Header : " 279 LOG(INFO) << "Wait for interfaces : " << (wait_for_iface ? "true" 281 LOG(INFO) << "Accept backlog size : " << FLAGS_accept_backlog_size [all...] |
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_writer.cc | 63 LOG(ERROR) << "Stream marked as corrupt."; 81 LOG(ERROR) << "Failed to send message header, write returned " << result; 95 LOG(ERROR) << "Failed to send message body, write returned " << result;
|
/external/chromium_org/sync/test/ |
local_sync_test_server.cc | 49 LOG(ERROR) << "Failed to get DIR_SOURCE_ROOT"; 79 LOG(ERROR) << "Failed to get net testserver path."; 87 LOG(WARNING) << "Cannot find pyproto dir for generated code. "
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
referencecountedsingletonfactory.h | 72 LOG(LS_VERBOSE) << "Failed to setup instance"; 79 LOG(LS_VERBOSE) << "Number of references: " << ref_count_; 88 LOG(LS_VERBOSE) << "Number of references: " << ref_count_;
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
v4llookup.cc | 49 LOG(LS_INFO) << "Found V4L2 capture device " << device_path; 53 LOG(LS_ERROR) << "VIDIOC_QUERYCAP failed for " << device_path; 56 LOG(LS_ERROR) << "Failed to open " << device_path;
|
/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;
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
StringPart.java | 37 import org.apache.commons.logging.Log; 52 /** Log object for this class. */ 53 private static final Log LOG = LogFactory.getLog(StringPart.class); 126 LOG.trace("enter sendData(OutputStream)"); 137 LOG.trace("enter lengthOfData()");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelBar.java | 21 import android.util.Log; 31 public static final void LOG(String fmt, Object... args) { 33 Log.v(TAG, String.format(fmt, args)); 49 if (DEBUG) LOG("go state: %d -> %d", mState, state); 69 Log.e(TAG, "setPanelHolder: null PanelHolder", new Throwable()); 101 Log.v(TAG, String.format("onTouch: all panels disabled, ignoring touch at (%d,%d)", 112 Log.v(TAG, String.format("onTouch: no panel for touch at (%d,%d)", 118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, 122 Log.v(TAG, String.format( 138 if (DEBUG) LOG("startOpeningPanel: " + panel) [all...] |
/external/chromium_org/win8/test/ |
ui_automation_client.cc | 201 LOG(ERROR) << std::hex << result; 226 LOG(ERROR) << std::hex << result; 233 LOG(ERROR) << std::hex << result; 243 LOG(ERROR) << std::hex << result; 259 LOG(ERROR) << std::hex << result; 279 LOG(ERROR) << std::hex << result; 288 LOG(ERROR) << std::hex << result; 319 LOG(ERROR) << std::hex << hr; 324 LOG(ERROR) << __FUNCTION__ " class name is not a BSTR: " << V_VT(&var); 384 LOG(ERROR) << std::hex << result [all...] |
/art/compiler/ |
elf_fixup.cc | 38 LOG(WARNING) << "Failed fo fixup .dynamic in " << file->GetPath(); 42 LOG(WARNING) << "Failed fo fixup section headers in " << file->GetPath(); 46 LOG(WARNING) << "Failed fo fixup program headers in " << file->GetPath(); 50 LOG(WARNING) << "Failed fo fixup .dynsym in " << file->GetPath(); 54 LOG(WARNING) << "Failed fo fixup .symtab in " << file->GetPath(); 58 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath(); 130 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; 163 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag; 171 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; 179 LOG(INFO) << StringPrintf("In %s moving Elf32_Dyn[%d] from 0x%08x to 0x%08x" [all...] |
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 237 LOG(FATAL) << "Invalid logging destination value: " << log_dest_value; 251 LOG(FATAL) << "Logging destination requires a log file to be specified."; 281 LOG(INFO) << "Flip SPDY proxy started with configuration:"; 282 LOG(INFO) << "Logging destination : " << g_proxy_config.log_destination_; 283 LOG(INFO) << "Log file : " << g_proxy_config.log_filename_; 284 LOG(INFO) << "Forward IP Header : " 287 LOG(INFO) << "Wait for interfaces : " << (wait_for_iface?"true":"false"); 288 LOG(INFO) << "Accept backlog size : " << FLAGS_accept_backlog_size [all...] |
/external/chromium_org/chrome/test/mini_installer_test/ |
installer_test_util.cc | 133 LOG(ERROR) << "No installed Chrome or Chrome Frame versions found."; 137 LOG(ERROR) << "Expected type: " << expected << "\n Actual type: " << type; 157 LOG(ERROR) << "Installer does not exist: " << installer.MaybeAsASCII(); 161 LOG(INFO) << "Running installer command: " 168 LOG(ERROR) << "Installer does not exist: " << installer.MaybeAsASCII(); 173 LOG(INFO) << "Running installer command: " 184 LOG(ERROR) << "Could not find Chrome install directory"; 191 LOG(INFO) << "Browser launch command: " << browser.GetCommandLineString(); 194 LOG(ERROR) << "Could not launch process: " << exe.value(); 199 LOG(ERROR) << "Failed to close chrome.exe after launch." [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
rtpdataengine.cc | 151 LOG(LS_WARNING) << "Failed to SetRecvCodecs because of unknown codec: " 163 LOG(LS_WARNING) << 179 LOG(LS_WARNING) << "Not adding data send stream '" << stream.id 192 LOG(LS_INFO) << "Added data send stream '" << stream.id 216 LOG(LS_WARNING) << "Not adding data recv stream '" << stream.id 223 LOG(LS_INFO) << "Added data recv stream '" << stream.id 237 // Don't want to log for every corrupt packet. 238 // LOG(LS_WARNING) << "Could not read rtp header from packet of length " 245 // Don't want to log for every corrupt packet. 246 // LOG(LS_WARNING) << "Could not read rtp header [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 41 protected static final Logger LOG = Logger.getLogger(ReportExporter.class.getName()); 54 LOG.log(Level.WARNING, "External storage is not writable."); 62 LOG.log(Level.WARNING, "Couldn't create test results report", e); 77 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e); 85 LOG.log(Level.WARNING, "I/O exception closing report.", e);
|
/external/chromium/chrome/browser/chromeos/login/ |
online_attempt.cc | 67 // Since we don't allow HOSTED accounts to log in, we need to try 91 LOG(ERROR) << "Login attempt canceled!?!? Trying again."; 95 LOG(ERROR) << "Login attempt canceled again? Already retried..."; 104 LOG(WARNING) << "Rejecting valid HOSTED account."; 113 LOG(WARNING) << "Two factor authenticated. Sync will not work."; 142 LOG(WARNING) << "Canceling ClientLogin attempt.";
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_icon_win.cc | 25 LOG(WARNING) << "Unable to create status tray icon."; 44 LOG(WARNING) << "Error setting status tray icon image"; 63 LOG(WARNING) << "Unable to re-create status tray icon."; 79 LOG(WARNING) << "Unable to set tooltip for status tray icon"; 93 LOG(WARNING) << "Unable to create status tray balloon.";
|
/external/chromium_org/chrome/browser/chromeos/login/ |
online_attempt.cc | 69 // Since we don't allow HOSTED accounts to log in, we need to try 92 LOG(ERROR) << "Login attempt canceled!?!? Trying again."; 96 LOG(ERROR) << "Login attempt canceled again? Already retried..."; 105 LOG(WARNING) << "Rejecting valid HOSTED account."; 113 LOG(WARNING) << "Two factor authenticated. Sync will not work."; 150 LOG(WARNING) << "Canceling ClientLogin attempt.";
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_policy_disk_cache.cc | 61 LOG(WARNING) << "Failed to read policy data from " 69 LOG(WARNING) << "Failed to parse policy data read from " 117 LOG(WARNING) << "Failed to serialize policy data"; 125 LOG(WARNING) << "Failed to create directory " 135 LOG(WARNING) << "Failed to write " << backing_file_path_.value();
|
/external/chromium_org/net/android/ |
keystore_openssl.cc | 159 LOG(WARNING) << "Null JNI reference passed to RsaMethodPrivEnc!"; 169 LOG(WARNING) << "Could not sign message in RsaMethodPrivEnc!"; 176 LOG(ERROR) << "RSA Signature size mismatch, actual: " 295 LOG(ERROR) << "Failed to get private key modulus"; 299 LOG(ERROR) << "Failed to decode private key modulus"; 306 LOG(ERROR) << "Could not create global JNI reference"; 331 LOG(ERROR) << "Can't get private key data!"; 339 LOG(ERROR) << "Can't convert private key data!"; 378 LOG(ERROR) << "DSA Signature size mismatch, actual: " 454 LOG(ERROR) << "Can't extract Q parameter from DSA private key" [all...] |
/external/chromium_org/remoting/codec/ |
audio_decoder_opus.cc | 43 LOG(ERROR) << "Failed to create OPUS decoder; Error code: " << error; 64 LOG(WARNING) << "Unsupported OPUS parameters: " 82 LOG(WARNING) << "Received an audio packet with encoding " 87 LOG(WARNING) << "Received an packet with too many frames."; 122 LOG(ERROR) << "Failed decoding Opus frame. Error code: " << result;
|