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

1 2 3 45 6 7 8 91011>>

  /external/smack/src/com/kenai/jbosh/
BodyParserXmlPull.java 39 private static final Logger LOG =
71 if (LOG.isLoggable(Level.FINEST)) {
72 LOG.finest("Start tag: " + xpp.getName());
86 if (LOG.isLoggable(Level.FINEST)) {
87 LOG.finest("Start element: ");
88 LOG.finest(" prefix: " + prefix);
89 LOG.finest(" URI: " + uri);
90 LOG.finest(" local: " + localName);
115 if (LOG.isLoggable(Level.FINEST)) {
116 LOG.finest(" Attribute: {" + attrURI + "}
    [all...]
ServiceLib.java 40 private static final Logger LOG =
75 if (LOG.isLoggable(Level.FINEST)) {
76 LOG.finest("Selected " + ofType.getSimpleName()
124 LOG.log(Level.WARNING,
147 if (LOG.isLoggable(Level.FINEST)) {
148 LOG.finest("Attempting service load: " + className);
155 if (LOG.isLoggable(Level.WARNING)) {
156 LOG.warning(clazz.getName() + " is not assignable to "
172 LOG.log(level
    [all...]
  /external/ceres-solver/internal/ceres/
lapack.cc 70 LOG(FATAL) << "Ceres was built without a BLAS library.";
81 LOG(INFO) << "Cholesky factorization (dpotrf) failed: " << info;
87 LOG(INFO) << "Triangular solve (dpotrs) failed: " << info;
96 LOG(FATAL) << "Ceres was built without a LAPACK library.";
128 LOG(FATAL) << "Ceres was built without a LAPACK library.";
  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 58 LOG(ERROR) << "Path " << extension_path_str
71 LOG(ERROR) << "Invalid id value " << id
81 LOG(ERROR) << "Invalid version value " << extension_version
95 LOG(ERROR) << "Missing value " << kRegistryExtensionVersion
100 LOG(ERROR) << "Missing value " << kRegistryExtensionPath
  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 42 LOG(FATAL) << "Unable to create SSL context";
50 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
56 LOG(FATAL) << "Unable to use key.pem as SSL key.";
60 LOG(FATAL) << "The cert.pem and key.pem files don't match";
102 LOG(ERROR) << buf;
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 64 LOG(LS_INFO) << "HttpRequest start: " << host_ + client_.request().path;
72 LOG(LS_INFO) << "HttpRequest cancelled";
80 LOG(LS_INFO) << "HttpRequest completed successfully";
87 LOG(LS_INFO) << "HttpRequest completed with error: " << error;
99 LOG(LS_INFO) << "HttpRequest timed out";
autodetectproxy.cc 51 LOG(LS_INFO) << "GetProxySettingsForUrl(" << server_url_ << ") - start";
53 LOG(LS_INFO) << "GetProxySettingsForUrl - stop";
57 LOG(LS_WARNING) << "AutoDetectProxy removing http prefix on proxy host";
60 LOG(LS_INFO) << "AutoDetectProxy found proxy at " << proxy_.address;
62 LOG(LS_INFO) << "AutoDetectProxy initiating proxy classification";
88 LOG(LS_VERBOSE) << "AutoDetectProxy connecting to "
142 LOG(LS_VERBOSE) << "AutoDetectProxy probing type " << TEST_ORDER[next_]
152 LOG(LS_VERBOSE) << "AutoDetectProxy read " << len << " bytes";
182 LOG(LS_VERBOSE) << "AutoDetectProxy closed with error: " << error;
  /external/chromium_org/chrome/installer/util/
move_tree_work_item.cc 32 LOG(ERROR) << source_path_.value() << " does not exist";
66 LOG(ERROR) << "Failed to backup source " << source_path_.value()
104 LOG(ERROR) << "Can not move " << dest_path_.value()
109 LOG(ERROR) << "failed move " << backup.value()
114 LOG(ERROR) << "Can not restore " << backup.value()
  /external/chromium_org/net/tools/flip_server/
spdy_ssl.cc 50 LOG(FATAL) << "Unable to create SSL context";
58 LOG(FATAL) << "Unable to use cert.pem as SSL cert.";
63 LOG(FATAL) << "Unable to use key.pem as SSL key.";
67 LOG(FATAL) << "The cert.pem and key.pem files don't match";
109 LOG(ERROR) << buf;
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.cc 70 LOG(LS_INFO) << "HttpRequest cancelled";
78 LOG(LS_INFO) << "HttpRequest completed successfully";
85 LOG(LS_INFO) << "HttpRequest completed with error: " << error;
94 LOG(LS_INFO) << "HttpRequest timed out";
127 LOG(LS_INFO) << "HttpRequest start: " << host_ + client_.request().path;
latebindingsymboltable.cc 64 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err;
69 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL";
107 LOG(LS_ERROR) << "We know there are undefined symbols";
134 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
159 LOG(LS_ERROR) << GetDllError();
unittest_main.cc 18 DEFINE_string(log, "", "logging options to use");
29 LOG(LS_ERROR) << "InvalidParameter Handler called. Exiting.";
30 LOG(LS_ERROR) << expression << std::endl << function << std::endl << file
35 LOG(LS_ERROR) << "Purecall Handler called. Exiting.";
39 LOG(LS_ERROR) << "CrtReport Handler called...";
40 LOG(LS_ERROR) << msg;
99 // By default, log timestamps. Allow overrides by used of a --log flag.
102 talk_base::LogMessage::ConfigureLogging(FLAG_log, "unittest.log");
111 // Unhook crt function so that we don't ever log after statics have bee
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter.cc 45 LOG(LS_ERROR) << "Invalid state for change of RTCP mux offer";
57 LOG(LS_ERROR) << "Invalid state for RTCP mux provisional answer";
78 LOG(LS_WARNING) << "Invalid parameters in RTCP mux provisional answer";
87 LOG(LS_ERROR) << "Invalid state for RTCP mux answer";
95 LOG(LS_WARNING) << "Invalid parameters in RTCP mux answer";
  /external/chromium_org/third_party/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/chromium_org/ui/gl/
gl_context_wgl.cc 49 LOG(ERROR) << "Failed to create GL context.";
56 LOG(ERROR) << "Could not share GL contexts.";
80 LOG(ERROR) << "Unable to make gl context current.";
94 LOG(ERROR) << "Could not make current.";
138 LOG(WARNING) <<
gl_image_egl.cc 39 LOG(ERROR) << "Error creating EGLImage: " << error;
55 LOG(ERROR) << "Error destroying EGLImage: " << error;
67 LOG(ERROR) << "NULL EGLImage in BindTexImage";
72 LOG(ERROR) << "EGLImage cannot be bound to TEXTURE_RECTANGLE_ARB target";
77 LOG(ERROR) << "EGLImage can only be bound to one target";
  /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/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 75 LOG(LS_INFO) << "SCTP: " << s;
128 LOG(LS_VERBOSE) << "global OnSctpOutboundPacket():"
157 LOG(LS_ERROR) << "Received an unknown PPID " << ppid
229 // LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count;
232 // LOG(LS_WARNING) << "usrsctp_finish.";
273 LOG(LS_VERBOSE) << debug_name_
348 LOG(LS_VERBOSE) << debug_name_ << "->Connect().";
358 LOG(LS_WARNING) << debug_name_ << "->Connect(): Ignored as socket "
422 LOG(LS_WARNING) << debug_name_ << "->AddSendStream(...): "
452 LOG(LS_WARNING) << debug_name_ << "->AddRecvStream(...):
    [all...]
  /external/chromium_org/ppapi/shared_impl/
unittest_utils.cc 30 LOG(ERROR) << "expected type: " << expected.type <<
39 LOG(ERROR) << "expected id: " << it->second << " actual id: " <<
56 LOG(ERROR) << "expected: " << expected.value.as_bool << " actual: " <<
63 LOG(ERROR) << "expected: " << expected.value.as_int << " actual: " <<
70 LOG(ERROR) << "expected: " << expected.value.as_double <<
77 LOG(ERROR) << "expected: " << expected.value.as_id << " actual: " <<
87 LOG(ERROR) << "expected: " << expected_var->value() << " actual: " <<
98 LOG(ERROR) << "expected: " << expected_var->ByteLength() <<
104 LOG(ERROR) << "expected array buffer does not match actual.";
114 LOG(ERROR) << "expected: " << expected_var->elements().size() <
    [all...]
  /art/runtime/
indirect_reference_table.cc 33 LOG(FATAL) << "JNI ERROR (app bug): see above.";
69 LOG(ERROR) << "JNI ERROR (app bug): attempt to " << what
93 LOG(FATAL) << "JNI ERROR (app bug): " << kind_ << " table overflow "
108 LOG(FATAL) << "JNI ERROR (app bug): unable to expand "
146 LOG(INFO) << "+++ added at " << ExtractIndex(result) << " top=" << segment_state_.parts.topIndex
157 LOG(FATAL) << "Internal Error: non-empty local reference table\n"
166 LOG(WARNING) << "Attempt to look up NULL " << kind_;
170 LOG(ERROR) << "JNI ERROR (app bug): invalid " << kind_ << " " << iref;
178 LOG(ERROR) << "JNI ERROR (app bug): accessed stale " << kind_ << " "
185 LOG(ERROR) << "JNI ERROR (app bug): accessed deleted " << kind_ << " " << iref
    [all...]
  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc 70 LOG(INFO) << "Start of test.";
92 LOG(INFO) << "Nav 1.";
103 LOG(INFO) << "New tab.";
106 LOG(INFO) << "Nav 2.";
126 LOG(INFO) << "WindowOpenHelper 1.";
128 LOG(INFO) << "End of test.";
147 LOG(INFO) << "Start of test.";
157 LOG(INFO) << "Loaded extension.";
172 LOG(INFO) << "Nav 1.";
181 LOG(INFO) << "Nav 2."
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 117 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
127 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
133 // timeouts are indicative of a problem, so log as a warning.
134 LOG(LS_WARNING) << "Timeout while waiting on stream";
140 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
146 LOG(LS_WARNING) << "Spurious wake-up";
159 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err);
181 // of the recoverable ones, so this log message will probably contain the
183 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
193 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err)
    [all...]
  /external/chromium_org/chrome/test/perf/
perf_ui_test_suite.cc 88 LOG(FATAL) << "Failed to create default profile directory...";
95 LOG(FATAL) << "Failed to generate default profile for tests...";
101 LOG(FATAL) << "Failed to create complex profile directory...";
107 LOG(FATAL) << "Failed to copy data to complex profile directory...";
114 LOG(FATAL) << "Failed to fetch test data dir";
121 LOG(FATAL) << "Failed to copy default to complex profile";
145 LOG(FATAL) << "Error parsing theme manifest: " << error;
154 LOG(FATAL) << "Error loading theme extension: " << error;
168 LOG(FATAL) << "Failed to load theme from extension";
  /external/chromium_org/content/renderer/media/
video_destination_handler.cc 36 LOG(ERROR) << "PpFrameWriter::Start - "
56 LOG(ERROR) << "PpFrameWriter::GetPreferredFourccs - "
68 LOG(ERROR) << "PpFrameWriter::GetBestCaptureFormat - "
94 LOG(ERROR) << "PpFrameWriter::PutFrame - "
99 LOG(ERROR) << "PpFrameWriter::PutFrame - Called with NULL image_data.";
104 LOG(ERROR) << "PpFrameWriter::PutFrame - "
110 LOG(ERROR) << "PpFrameWriter::PutFrame - "
125 LOG(ERROR) << "PpFrameWriter::PutFrame - Got RGBA which is not supported.";
179 LOG(ERROR) << "VideoDestinationHandler::Open - invalid url: " << url;
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 37 LOG(WARNING) << "Timeout reached; unblocking pipe by writing "
69 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
78 LOG(ERROR) << "Timeout exceeded for ReadData";
183 LOG(ERROR) << "Could not create JobObject.";
189 LOG(ERROR) << "Could not SetJobObjectLimitFlags.";
197 LOG(ERROR) << "Failed to launch " << python_command.GetCommandLineString();
211 LOG(ERROR) << "Could not read server_data_len";
217 LOG(ERROR) << "Could not read server_data (" << server_data_len
223 LOG(ERROR) << "Could not parse server_data: " << server_data;

Completed in 1774 milliseconds

1 2 3 45 6 7 8 91011>>