HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 226 - 250 of 2830) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.cc 109 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
139 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
150 LOG(LS_ERROR) << "Cannot create identity digest with no identity";
159 LOG(LS_ERROR) << "Failed to retrieve the certificate's digest algorithm";
166 LOG(LS_ERROR) << "Failed to create identity fingerprint, alg="
  /external/chromium_org/tools/android/common/
adb_connection.cc 42 LOG(ERROR) << "Forward to address is too long: " << forward_to;
58 LOG(ERROR) << "Failed to create adb socket: " << strerror(errno);
72 LOG(ERROR) << "Failed to connect adb socket: " << strerror(errno);
83 LOG(ERROR) << "Failed to send request: " << strerror(errno);
98 LOG(ERROR) << "Bad response from ADB: length: " << response_length
  /external/chromium_org/tools/android/forwarder2/
device_listener.cc 28 LOG(ERROR) << "Device could not bind and listen to local port "
91 LOG(INFO) << "Received exit notification, stopped accepting clients.";
95 LOG(WARNING) << "Could not Accept in ListenerSocket.";
104 LOG(ERROR) << "Host could not connect to server.";
107 LOG(ERROR) << "Adb Control connection lost. "
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 100 LOG(ERROR) << "QueryFrom failed. hr = " << hr;
108 LOG(ERROR) << "ITfCompartment::GetCompartment failed. hr = " << hr;
116 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
127 LOG(ERROR) << "QueryFrom failed. hr = " << hr;
135 LOG(ERROR) << "ITfCompartment::GetCompartment failed. hr = " << hr;
143 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
151 LOG(ERROR) << "ITfCompartment::GetCompartment failed. hr = " << hr;
159 LOG(ERROR) << "ITfCompartment::SetValue failed. hr = " << hr;
199 LOG(ERROR) << "QueryFrom failed, hr = " << hr;
204 LOG(ERROR) << "AdviseSink failed, hr = " << hr
    [all...]
  /external/chromium_org/win8/test/
metro_registration_helper.cc 48 LOG(ERROR) << "Could not locate " << kChromeExe << " or " << kRegistrar;
67 LOG(ERROR) << "Win8 registration using "
72 LOG(ERROR) << "Win8 registration using "
89 LOG(ERROR) << std::hex << hr;
97 LOG(ERROR) << std::hex << hr;
  /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
  /system/core/debuggerd/
utility.c 25 #include <log/logd.h>
42 LOG("AM write failure (%d / %s)\n", errno, strerror(errno));
50 void _LOG(log_t* log, int scopeFlags, const char *fmt, ...) {
61 want_tfd_write = log && log->tfd >= 0;
62 want_log_write = IS_AT_FAULT(scopeFlags) && (!log || !log->quiet);
63 want_amfd_write = IS_AT_FAULT(scopeFlags) && !IS_SENSITIVE(scopeFlags) && log && log->amfd >= 0;
72 write(log->tfd, buf, len)
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 75 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
79 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
91 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
101 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
125 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
129 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
138 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
143 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
189 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
221 LOG(FATAL) << query << "\n" << db.GetErrorMessage()
    [all...]
  /external/chromium_org/chrome/browser/mac/
relauncher.cc 86 LOG(ERROR) << "No CHILD_PROCESS_EXE";
152 LOG(ERROR) << "base::LaunchProcess failed";
168 LOG(ERROR) << "read: unexpected result " << read_result;
199 LOG(ERROR) << "unexpected parent_pid";
233 LOG(ERROR) << "kevent (monitor): unexpected result " << events;
241 LOG(ERROR) << "kevent (monitor): unexpected event, filter " << event.filter
278 LOG(ERROR) << "relauncher process invoked with unexpected arguments";
291 LOG(ERROR) << "CFArrayCreateMutable";
332 LOG(ERROR) << "base::SysUTF8ToCFStringRef failed for " << arg;
341 LOG(ERROR) << "nothing to relaunch"
    [all...]
  /external/chromium_org/cloud_print/common/win/
install_utils.cc 52 LOG(ERROR) << "Unable to open key";
65 LOG(ERROR) << "Unable to get version string";
72 LOG(ERROR) << "Unable to set registry keys";
78 LOG(ERROR) << message;
83 LOG(ERROR) << "Unable to open key";
90 LOG(ERROR) << "Unable to set registry keys";
99 LOG(ERROR) << "Unable to open key to delete";
103 LOG(ERROR) << "Unable to delete key";
117 LOG(ERROR) << "Unable to open key";
142 LOG(ERROR) << "Unable to get version string"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
dbus.cc 59 LOG(LS_WARNING) << "Failed to load dbus-glib symbol table.";
172 LOG(LS_ERROR) << "DBus monitoring setup failed.";
195 LOG(LS_ERROR) << "g_idle_source_new() failed.";
212 LOG(LS_ERROR) << "DBusSigFilter list corrupted.";
223 LOG(LS_ERROR) << "dbus_connection_add_filter() failed."
239 LOG(LS_ERROR) << "DBusSigFilter list corrupted.";
257 LOG(LS_ERROR) << "dbus_g_bus_get_private() unable to get connection.";
261 LOG(LS_ERROR) << "dbus_g_connection_get_connection() returns NULL. "
369 LOG(LS_ERROR) << "g_main_context_new() failed.";
375 LOG(LS_ERROR) << "g_main_loop_new() failed."
    [all...]
logging.h 28 // LOG(...) an ostream target that can be used to send formatted
35 // There are several variations on the LOG macro which facilitate logging
38 // LOG(sev) logs the given stream at severity "sev", which must be a
41 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
43 // LOG_F(sev) Like LOG(), but includes the name of the current function.
44 // LOG_T(sev) Like LOG(), but includes the this pointer.
93 // LOG(LS_ERROR) << "LibraryFunc returned: "
111 // normal debug log, but should appear in diagnostic logs.
208 // These write out the actual log messages.
222 // If time it takes to write to stream is more than this, log on
    [all...]
logging_unittest.cc 37 // Test basic logging operation. We should get the INFO log but not the VERBOSE.
47 LOG(LS_INFO) << "INFO";
48 LOG(LS_VERBOSE) << "VERBOSE";
58 // Test using multiple log streams. The INFO stream should get the INFO message,
71 LOG(LS_INFO) << "INFO";
72 LOG(LS_VERBOSE) << "VERBOSE";
98 LOG(LS_SENSITIVE) << "LOG";
144 LOG(LS_SENSITIVE) << message;
152 LOG(LS_INFO) << "Average log time: " << TimeDiff(finish, start) << " us"
    [all...]
optionsfile.cc 124 LOG(LS_WARNING) << "Ignoring operation for illegal option " << name;
135 LOG(LS_WARNING) << "Ignoring operation for illegal value " << value;
144 LOG(LS_VERBOSE) << "OptionsFile::GetStringValue "
159 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
173 LOG(LS_VERBOSE) << "OptionsFile::SetStringValue "
184 LOG(LS_VERBOSE) << "OptionsFile::SetIntValue "
193 LOG(LS_VERBOSE) << "OptionsFile::RemoveValue " << option;
linuxwindowpicker.cc 63 LOG(LS_WARNING) << "Returned type size differs from "
113 LOG(LS_WARNING) << "Received X11 error \"" << buf << "\" for request code "
129 LOG(LS_WARNING) << "Unbalanced XSetErrorHandler() calls detected. "
164 LOG(LS_ERROR) << "Failed to open display.";
180 LOG(LS_INFO) << "Xcomposite extension not available or too old.";
189 LOG(LS_INFO) << "Xrender extension not available or too old.";
235 LOG(LS_ERROR) << "XGetWindowAttributes() failed";
255 LOG(LS_WARNING) << "Failed to query for child windows.";
314 LOG(LS_ERROR) << "Failed to get size of the icon.";
330 LOG(LS_ERROR) << "Not a vaild icon."
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.cc 275 LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_;
328 LOG(LS_INFO) << "ContinueSSL";
334 LOG(LS_INFO) << " -- success";
337 LOG(LS_ERROR) << "TLS post connection check failed";
349 LOG(LS_INFO) << " -- onStreamReadable";
351 LOG(LS_INFO) << " -- onStreamWriteable";
357 LOG(LS_INFO) << " -- error want read";
361 LOG(LS_INFO) << " -- error want write";
366 LOG(LS_INFO) << " -- error " << code;
375 LOG(LS_WARNING) << "SChannelAdapter::Error(
    [all...]
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 45 LOG(ERROR) << "Initialize(): invalid video decoder configuration.";
50 LOG(ERROR) << "Initialize(): Already initialized.";
65 LOG(ERROR) << "InitializeLibvpx(): vpx_codec_dec_init failed, ret="
117 LOG(ERROR) << "DecodeFrameLibvpx(): vpx_codec_decode failed, status="
129 LOG(ERROR) << "DecodeFrameLibvpx() invalid output timestamp.";
135 LOG(ERROR) << "DecodeFrameLibvpx() could not copy vpx image to output "
158 LOG(ERROR) << "CopyVpxImageTo() CdmHost::Allocate failed.";
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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";
  /art/runtime/gc/space/
image_space.cc 52 LOG(FATAL) << "Failed to generate image because no boot class path specified";
91 LOG(INFO) << "GenerateImage: " << command_line;
126 LOG(ERROR) << dex2oat << " failed: " << command_line;
169 LOG(INFO) << "ImageSpace::Init entering image_file_name=" << image_file_name;
174 LOG(ERROR) << "Failed to open " << image_file_name;
180 LOG(ERROR) << "Invalid image header " << image_file_name;
193 LOG(ERROR) << "Failed to map " << image_file_name;
231 LOG(ERROR) << "Failed to open oat file for image: " << image_file_name;
236 LOG(WARNING) << "Failed to validate oat file for image: " << image_file_name;
241 LOG(INFO) << "ImageSpace::Init exiting (" << PrettyDuration(NanoTime() - start_time
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 101 LOG(WARNING) << "Failed to compute checksum: " << dex_location;
117 LOG(WARNING) << "Failed to open dex file: " << dex_location;
201 LOG(ERROR) << "DexFile_isDexOptNeeded null filename";
206 LOG(ERROR) << "DexFile_isDexOptNeeded file '" << filename.c_str() << "' does not exist";
222 LOG(INFO) << "DexFile_isDexOptNeeded ignoring boot class path file: " << filename.c_str();
236 LOG(INFO) << "DexFile_isDexOptNeeded GetOatDexFile failed";
243 LOG(INFO) << "DexFile_isDexOptNeeded ignoring precompiled stripped file: "
250 LOG(INFO) << "DexFile_isDexOptNeeded precompiled file " << odex_filename
262 LOG(INFO) << "DexFile_isDexOptNeeded cache file " << cache_location
273 LOG(INFO) << "DexFile_isDexOptNeeded cache file " << cache_locatio
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 128 LOG(WARNING) << "Could not enumerate access points";
152 LOG(WARNING) << "Failed to get the device type for "
159 LOG(WARNING) << "Unexpected response for " << device_type << ": "
184 LOG(WARNING) << "Failed to get the device list";
190 LOG(WARNING) << "Unexpected response: " << response->ToString();
212 LOG(WARNING) << "Failed to get access points data for "
219 LOG(WARNING) << "Unexpected response for " << adapter_path.value() << ": "
245 LOG(WARNING) << "Unexpected response for " << access_point_path.value()
252 LOG(WARNING) << "Unexpected response for " << access_point_path.value()
268 LOG(WARNING) << "Unexpected response for " << access_point_path.value(
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 67 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket";
74 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::SendPacket, Posted message.";
82 LOG(LS_VERBOSE) << "SctpFakeNetworkInterface::OnMessage";
97 LOG(LS_WARNING) << "Unsupported: SctpFakeNetworkInterface::SendRtcp.";
102 LOG(LS_WARNING) << "Unsupported: SctpFakeNetworkInterface::SetOption.";
106 LOG(LS_WARNING) << "Unsupported: SctpFakeNetworkInterface::SetOption.";
186 LOG(LS_VERBOSE) << "Channel setup ----------------------------- ";
193 LOG(LS_VERBOSE) << "Connect the channels -----------------------------";
302 LOG(LS_VERBOSE) << "chan1 sending: 'hello?' -----------------------------";
306 LOG(LS_VERBOSE) << "recv2.received=" << receiver2()->received(
    [all...]
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 65 LOG(ERROR) << "Scoped dir lookup failed!";
75 LOG(WARNING) << "Commit response has no commit body!";
83 LOG(ERROR) << "Commit response has wrong number of entries! Expected:" <<
86 LOG(ERROR) << "Response #" << i << " Value: " <<
89 LOG(ERROR) << " " << cr.entryresponse(i).error_message();
116 LOG(ERROR) << "Scoped dir lookup failed!";
128 // critical error, we trap it and don't LOG(ERROR). To enable this we keep
175 LOG(FATAL) << "Bad return from ProcessSingleCommitResponse";
202 LOG(WARNING) << " " << res.error_message();
204 LOG(WARNING) << " No detailed error message returned from server"
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 66 $(call LOG,CC ,$$@,$(X86_32_CC) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CFLAGS) $(X86_32_CFLAGS))
71 $(call LOG,CC ,$$@,$(X86_64_CC) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CFLAGS) $(X86_64_CFLAGS))
76 $(call LOG,CC ,$$@,$(ARM_CC) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CFLAGS) $(ARM_CFLAGS))
81 $(call LOG,CC ,$$@,$(X86_32_CC) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CFLAGS) $(X86_32_CFLAGS))
86 $(call LOG,CC ,$$@,$(X86_64_CC) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CFLAGS) $(X86_64_CFLAGS))
91 $(call LOG,CC ,$$@,$(ARM_CC) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CFLAGS) $(ARM_CFLAGS))
98 $(call LOG,CXX ,$$@,$(X86_32_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_32_CXXFLAGS))
103 $(call LOG,CXX ,$$@,$(X86_64_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_64_CXXFLAGS))
108 $(call LOG,CXX ,$$@,$(ARM_CXX) -o $$@ -c $$< $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(ARM_CXXFLAGS))
113 $(call LOG,CXX ,$$@,$(X86_32_CXX) -o $$@ -c $$< -fPIC $(POSIX_FLAGS) $(2) $(NACL_CXXFLAGS) $(X86_32_CXXFLAGS)
    [all...]

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>