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

1 2 3 4 5 6 7 8 91011>>

  /external/libweave/examples/daemon/sample/
sample.cc 85 LOG(INFO) << "received command: " << cmd->GetName();
100 LOG(INFO) << cmd->GetName() << " command finished: " << result;
107 LOG(INFO) << "received command: " << cmd->GetName();
111 LOG(INFO) << "New component state: " << device_->GetComponents();
115 LOG(INFO) << cmd->GetName() << " command finished";
122 LOG(INFO) << "received command: " << cmd->GetName();
129 LOG(INFO) << "starting countdown";
139 LOG(INFO) << "countdown tick: " << seconds << " seconds left";
152 LOG(INFO) << "countdown finished";
153 LOG(INFO) << cmd->GetName() << " command finished"
    [all...]
  /external/opencv3/modules/videoio/test/
test_positioning.cpp 123 ts->printf(cvtest::TS::LOG, "\n\nSource files directory: %s\n", (src_dir+"video/").c_str());
138 ts->printf(cvtest::TS::LOG, "\nReading video file in %s...\n", file_path.c_str());
144 ts->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\nFAILED\n\n", i+1, ext[i].c_str());
145 ts->printf(cvtest::TS::LOG, "Error: cannot read source video file.\n");
168 ts->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\n", i+1, ext[i].c_str());
171 ts->printf(cvtest::TS::LOG, "\nIteration: %d\n\nError: cannot read a frame with index %d.\n", j, idx.at(j));
182 ts->printf(cvtest::TS::LOG, "\nFile information (video %d): \n\nName: big_buck_bunny.%s\n", i+1, ext[i].c_str());
187 ts->printf(cvtest::TS::LOG, "\nIteration: %d\n", j);
189 ts->printf(cvtest::TS::LOG, "Required pos: %d\nReturned pos: %d\n", idx.at(j), val);
190 ts->printf(cvtest::TS::LOG, "Error: required and returned positions are not matched.\n")
    [all...]
test_video_pos.cpp 95 ts->printf(ts->LOG, "\nFile: %s\n", filename.c_str());
99 ts->printf(ts->LOG, "\nError: cannot create video file");
108 ts->printf(ts->LOG, "\nError: cannot read video file.");
124 ts->printf(ts->LOG, "\nError: returned frame count (N0=%d, N=%d) is different from the reference number %d\n", N0, N, n_frames);
135 ts->printf(ts->LOG, "\nError: cannot seek to frame %d.\n", idx);
147 ts->printf(ts->LOG, "\nError: the current position (%d) after seek is different from specified (%d)\n",
149 ts->printf(ts->LOG, "Saving both frames ...\n");
156 ts->printf(ts->LOG, "\nError: cannot read a frame at position %d.\n", idx);
165 ts->printf(ts->LOG, "The frame read after positioning to %d is incorrect (PSNR=%g)\n", idx, err);
166 ts->printf(ts->LOG, "Saving both frames ...\n")
    [all...]
test_video_io.cpp 153 ts->printf(ts->LOG, "reading image : %s\n", _name.c_str());
190 ts->printf(ts->LOG, " full_name : %s\n", full_name.c_str());
197 ts->printf(ts->LOG, "Reading failed at fmt=%s\n", ext.c_str());
206 ts->printf(ts->LOG, "Reading image from file: too big difference (=%g) with fmt=%s\n", psnr, ext.c_str());
226 ts->printf(ts->LOG, "Encoding failed with fmt=%s\n", ext.c_str());
235 ts->printf(ts->LOG, "Decoding failed with fmt=%s\n", ext.c_str());
244 ts->printf(ts->LOG, "Decoding image from memory: too small PSNR (=%gdb) with fmt=%s\n", psnr, ext.c_str());
251 ts->printf(ts->LOG, "end test function : ImagesTest \n");
261 ts->printf(ts->LOG, "reading video : %s and converting it to %s\n", src_file.c_str(), tmp_name.c_str());
288 ts->printf(ts->LOG, "can't create writer (with fourcc : %s)\n"
    [all...]
  /system/connectivity/shill/shims/
ppp.cc 79 LOG(INFO) << "PPP started.";
83 LOG(INFO) << __func__;
93 LOG(INFO) << __func__;
102 LOG(INFO) << __func__;
111 LOG(INFO) << __func__ << "(" << ifname << ")";
113 LOG(ERROR) << "ouraddr not set.";
144 LOG(INFO) << __func__;
157 LOG(ERROR) << "Environment variables not available.";
168 LOG(INFO) << "Task proxy created: " << service << " - " << path;
177 LOG(INFO) << "Task proxy destroyed."
    [all...]
  /system/update_engine/
payload_state.cc 117 LOG(INFO) << "Resetting all persisted state as this is a new response";
129 LOG(INFO) << "Resetting all payload state as the url index seems to have "
148 LOG(INFO) << "Payload downloaded successfully";
172 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex()
195 LOG(ERROR) << "Failed to determine connection type.";
207 LOG(INFO) << "Resuming an update that was previously started.";
213 LOG(INFO) << "Starting a new update";
247 LOG(INFO) << "Updating payload state for error code: " << base_error
254 LOG(INFO) << "Ignoring failures until we get a valid Omaha response.";
349 LOG(INFO) << "Not incrementing URL index or failure count for this error"
    [all...]
daemon.cc 65 LOG(ERROR) << "Failed to initialize DBus, aborting.";
99 LOG(ERROR) << "Failed to register binder service.";
112 LOG(INFO) << "Waiting for DBus object to be registered.";
122 LOG(ERROR) << "Registering the UpdateEngineAdaptor";
131 LOG(ERROR) << "Unable to take ownership of the DBus service, is there "
  /art/runtime/arch/
instruction_set.cc 43 LOG(FATAL) << "Unknown ISA " << isa;
108 LOG(FATAL) << "ISA kNone does not have alignment.";
111 LOG(FATAL) << "Unknown ISA " << isa;
147 LOG(FATAL) << "kNone has no stack overflow size";
151 LOG(FATAL) << "Unknown instruction set" << isa;
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ShutdownHandler.java 29 import org.eclipse.jetty.util.log.Log;
30 import org.eclipse.jetty.util.log.Logger;
69 private static final Logger LOG = Log.getLogger(ShutdownHandler.class);
107 LOG.warn("Unauthorized shutdown attempt from " + getRemoteAddr(request));
113 LOG.warn("Unauthorized shutdown attempt from " + getRemoteAddr(request));
118 LOG.info("Shutting down by request from " + getRemoteAddr(request));
130 LOG.ignore(e);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
RetrCommandHandlerTest.java 35 private static final Logger LOG = LoggerFactory.getLogger(RetrCommandHandlerTest.class);
48 LOG.info("Expected: " + expected);
61 LOG.info("Expected: " + expected);
74 LOG.info("Expected: " + expected);
87 LOG.info("Expected: " + expected);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
StaticReplyCommandHandlerTest.java 33 private static final Logger LOG = Logger.getLogger(StaticReplyCommandHandlerTest.class);
49 LOG.info("Expected: " + expected);
62 LOG.info("Expected: " + expected);
75 LOG.info("Expected: " + expected);
126 LOG.info("Expected: " + expected);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
RetrCommandHandlerTest.java 35 private static final Logger LOG = Logger.getLogger(RetrCommandHandlerTest.class);
48 LOG.info("Expected: " + expected);
61 LOG.info("Expected: " + expected);
74 LOG.info("Expected: " + expected);
87 LOG.info("Expected: " + expected);
  /external/regex-re2/re2/testing/
compile_test.cc 110 LOG(ERROR) << "Cannot parse: " << t.regexp;
116 LOG(ERROR) << "Cannot compile: " << t.regexp;
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
125 LOG(ERROR) << "Want:\n" << t.code;
126 LOG(ERROR) << "Got:\n" << s;
  /external/webrtc/talk/session/media/
rtcpmuxfilter.cc 54 LOG(LS_ERROR) << "Invalid state for change of RTCP mux offer";
71 LOG(LS_ERROR) << "Invalid state for RTCP mux provisional answer";
92 LOG(LS_WARNING) << "Invalid parameters in RTCP mux provisional answer";
106 LOG(LS_ERROR) << "Invalid state for RTCP mux answer";
114 LOG(LS_WARNING) << "Invalid parameters in RTCP mux answer";
  /external/webrtc/webrtc/base/
latebindingsymboltable.cc 47 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
52 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL";
90 LOG(LS_ERROR) << "We know there are undefined symbols";
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
142 LOG(LS_ERROR) << GetDllError();
unittest_main.cc 25 DEFINE_string(log, "", "logging options to use");
42 LOG(LS_ERROR) << "InvalidParameter Handler called. Exiting.";
43 LOG(LS_ERROR) << expression << std::endl << function << std::endl << file
48 LOG(LS_ERROR) << "Purecall Handler called. Exiting.";
52 LOG(LS_ERROR) << "CrtReport Handler called...";
53 LOG(LS_ERROR) << msg;
92 // By default, log timestamps. Allow overrides by used of a --log flag.
113 // Unhook crt function so that we don't ever log after statics have been
  /external/webrtc/webrtc/modules/desktop_capture/win/
desktop.cc 25 LOG(LS_ERROR) << "Failed to close the owned desktop handle: "
44 LOG(LS_ERROR) << "Failed to query the desktop name: " << GetLastError();
66 LOG(LS_ERROR) << "Failed to assign the desktop to the current thread: "
81 LOG(LS_ERROR) << "Failed to open the desktop '" << desktop_name << "': "
101 LOG(LS_ERROR) << "Failed to retrieve the handle of the desktop assigned to "
  /external/webrtc/webrtc/p2p/base/
transportdescriptionfactory.cc 57 LOG(LS_WARNING) << "Failed to create TransportDescription answer " <<
88 LOG(LS_WARNING) << "Failed to create TransportDescription answer "
99 LOG(LS_ERROR) << "Cannot create identity digest with no certificate";
109 LOG(LS_ERROR) << "Failed to retrieve the certificate's digest algorithm";
116 LOG(LS_ERROR) << "Failed to create identity fingerprint, alg="
  /system/core/crash_reporter/
kernel_warning_collector.cc 46 LOG(ERROR) << "Could not open " << kKernelWarningPath;
52 LOG(ERROR) << "unexpected kernel warning format";
70 LOG(INFO) << "Processing kernel warning: " << reason;
100 LOG(INFO) << "Failed to write kernel warning to "
111 LOG(INFO) << "Stored kernel warning into " << kernel_crash_path.value();
  /system/tools/aidl/tests/
test_helpers.h 39 LOG(ERROR) << "Failed to repeat primitive. status=" << status.toString8()
57 LOG(ERROR) << "Failed to repeat array. status=" << status.toString8()
62 LOG(ERROR) << "Repeated version of array did not match";
63 LOG(ERROR) << "input.size()=" << input.size()
69 LOG(ERROR) << "Reversed version of array did not match";
  /external/jetty/src/java/org/eclipse/jetty/client/
BlockingHttpConnection.java 30 import org.eclipse.jetty.util.log.Log;
31 import org.eclipse.jetty.util.log.Logger;
39 private static final Logger LOG = Log.getLogger(BlockingHttpConnection.class);
76 LOG.debug("onIdleExpired {}ms {} {}",idleForMs,this,_endp);
82 LOG.ignore(e);
90 LOG.ignore(e2);
113 LOG.debug("open={} more={}",_endp.isOpen(),_parser.isMoreInBuffer());
138 LOG.debug("exchange {}",exchange)
    [all...]
  /external/libbrillo/brillo/glib/
dbus.cc 29 LOG(WARNING) << "CallPtrArray failed: "
42 LOG(ERROR) << "dbus_g_bus_get(DBUS_BUS_SYSTEM) failed: "
80 LOG(WARNING) << "dbus_connection_open_private failed: " << address;
85 LOG(ERROR) << "dbus_bus_register failed: "
119 LOG(WARNING) << "RetrieveProperties failed: "
192 LOG(ERROR) << "Failed to construct proxy: " << path;
206 LOG(ERROR) << "Failed to construct peer proxy: " << path;
236 LOG(ERROR) << "Unable to request service name: "
245 LOG(ERROR) << "Failed to become the primary owner. Releasing . . .";
249 LOG(ERROR) << "Service name exists: " << service_name
    [all...]
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 55 LOG(ERROR) << "FilesystemVerifierAction missing input object.";
67 LOG(INFO) << "Using legacy partition names.";
78 LOG(INFO) << "Partition " << part.name << " size: " << part.source_size
90 LOG(INFO) << "Partition " << part.name << " size: " << kernel_part_size
97 LOG(INFO) << "No partitions to verify.";
157 LOG(INFO) << "Hashing partition " << partition_index_ << " ("
170 LOG(ERROR) << "Unable to open " << part_path << " for reading";
200 LOG(ERROR) << "Unable to schedule an asynchronous read from the stream.";
212 LOG(ERROR) << "Unable to update the hash.";
224 LOG(ERROR) << "Failed to read the remaining " << remaining_size
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspaddr.h 183 LOG((MSP_TRACE,"CreateMSPCallHelper - enter"));
188 LOG((MSP_ERROR,"CreateMSPCallHelper - bad address pointer - exit E_POINTER"));
192 LOG((MSP_ERROR,"CreateMSPCallHelper - bad outer unknown - we require aggregation - exit E_POINTER"));
196 LOG((MSP_ERROR,"CreateMSPCallHelper - bad iunknown return ptr - exit E_POINTER"));
200 LOG((MSP_ERROR,"CreateMSPCallHelper - bad class return ptr - exit E_POINTER"));
204 LOG((MSP_ERROR,"CreateMSPCallHelper - unsupported media types - exit TAPI_E_INVALIDMEDIATYPE"));
210 LOG((MSP_ERROR,"CreateMSPCallHelper - could not create agg call instance - exit E_OUTOFMEMORY"));
215 LOG((MSP_ERROR,"CreateMSPCallHelper - QueryInterface failed: %x",hr));
221 LOG((MSP_ERROR,"CreateMSPCallHelper - FinalConstruct failed: %x.",hr));
227 LOG((MSP_ERROR,"CreateMSPCallHelper - can not cast to agg object to class pointer - exit E_UNEXPECTED" (…)
    [all...]
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 104 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
114 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
120 // timeouts are indicative of a problem, so log as a warning.
121 LOG(LS_WARNING) << "Timeout while waiting on stream";
127 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
133 LOG(LS_WARNING) << "Spurious wake-up";
146 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err);
168 // of the recoverable ones, so this log message will probably contain the
170 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
180 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err)
    [all...]

Completed in 3301 milliseconds

1 2 3 4 5 6 7 8 91011>>