Searched refs:LOG (Results 1 - 25 of 822) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dformat-strings.c10 #define LOG printf(FOOBAR "%f", __LINE__) macro
15 LOG;
/external/chromium/base/
H A Dbzip2_error_handler.cc13 LOG(FATAL) << "bzip2 internal error: " << errcode;
H A Dsha1_win.cc21 LOG(ERROR) << "CryptAcquireContext failed: " << GetLastError();
28 LOG(ERROR) << "CryptCreateHash failed: " << GetLastError();
34 LOG(ERROR) << "CryptHashData failed: " << GetLastError();
43 LOG(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed: " << GetLastError();
53 LOG(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed: " << GetLastError();
58 LOG(ERROR) << "Returned hash value is wrong length: " << hash_len
/external/webkit/Tools/MiniBrowser/mac/
H A DMiniBrowser_Prefix.pch35 #define LOG NSLog
37 #define LOG(...) ((void)0)
/external/webkit/Source/WebCore/platform/network/curl/
H A DSocketStreamHandleCurl.cpp45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
/external/webkit/Source/WebCore/platform/network/win/
H A DSocketStreamHandleWin.cpp45 LOG(Network, "SocketStreamHandle %p new client %p", this, m_client);
51 LOG(Network, "SocketStreamHandle %p delete", this);
58 LOG(Network, "SocketStreamHandle %p platformSend", this);
65 LOG(Network, "SocketStreamHandle %p platformClose", this);
/external/openssh/regress/
H A Drekey.sh8 LOG=${OBJ}/log
10 rm -f ${COPY} ${LOG} ${DATA}
20 2> ${LOG}
25 n=`grep 'NEWKEYS sent' ${LOG} | wc -l`
32 rm -f ${COPY} ${LOG} ${DATA}
/external/openfst/src/include/fst/
H A Dverify.h49 LOG(ERROR) << "Verify: Fst start state ID unset";
52 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
66 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
70 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
76 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
86 LOG(ERROR) << "Verify: Fst weight of arc at position "
90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
102 LOG(ERRO
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.cc92 LOG(LS_ERROR) << "Invalid state for SRTP offer";
118 LOG(LS_ERROR) << "Invalid state for SRTP answer";
125 LOG(LS_WARNING) << "Failed to ProtectRtp: SRTP not active";
133 LOG(LS_WARNING) << "Failed to ProtectRtcp: SRTP not active";
141 LOG(LS_WARNING) << "Failed to UnprotectRtp: SRTP not active";
149 LOG(LS_WARNING) << "Failed to UnprotectRtcp: SRTP not active";
185 LOG(LS_WARNING) << "Invalid parameters in SRTP answer";
206 LOG(LS_INFO) << "SRTP activated with negotiated parameters:"
210 LOG(LS_WARNING) << "Failed to apply negotiated SRTP parameters";
218 LOG(LS_INF
[all...]
H A Drtcpmuxfilter.cc50 LOG(LS_ERROR) << "Invalid state for RTCP mux offer";
68 LOG(LS_WARNING) << "Invalid parameters in RTCP mux answer";
72 LOG(LS_ERROR) << "Invalid state for RTCP mux answer";
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dcommon.h34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
/external/v8/src/
H A Dvm-state-inl.h64 LOG(isolate, UncheckedStringEvent("Entering", StateToString(tag)));
65 LOG(isolate, UncheckedStringEvent("From", StateToString(previous_tag_)));
74 LOG(isolate_,
77 LOG(isolate_,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h46 LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
91 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
99 LOG(ERRO
[all...]
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_linux.cc40 LOG(WARNING) << "Failed to get FilePath object for FILE_EXE.";
45 LOG(WARNING) << "Failed to get FileInfo object for FILE_EXE - "
/external/chromium/chrome/browser/
H A Dcrash_recovery_browsertest.cc20 LOG(ERROR) << "SimulateRendererCrash, before WaitForNotification";
23 LOG(ERROR) << "SimulateRendererCrash, after WaitForNotification";
46 LOG(ERROR) << "Before WaitForNavigationInCurrentTab";
48 LOG(ERROR) << "After WaitForNavigationInCurrentTab";
73 LOG(ERROR) << "Before WaitForNavigationInCurrentTab";
75 LOG(ERROR) << "After WaitForNavigationInCurrentTab";
/external/harfbuzz/src/
H A Dharfbuzz-stream.c35 #define LOG(x) _hb_log x
48 #define LOG(x) do {} while (0) macro
64 LOG(( "_hb_stream_pos() -> %ld\n", stream->pos ));
79 LOG(( "_hb_stream_seek(%ld) -> 0x%04X\n", pos, error ));
103 LOG(( "_hb_stream_frame_enter(%ld) -> 0x%04X\n", count, error ));
113 LOG(( "_hb_stream_frame_exit()\n" ));
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container_browsertest.cc87 LOG(INFO) << "Load extension A done : "
100 LOG(INFO) << "Load extension B done : "
115 LOG(INFO) << "Load extension C done : "
123 LOG(INFO) << "Icon visibility count 1: "
133 LOG(INFO) << "Disable extension A : "
145 LOG(INFO) << "Enable extension A : "
155 LOG(INFO) << "Disable extension C : "
165 LOG(INFO) << "Enable extension C : "
173 LOG(INFO) << "Checkpoint : "
183 LOG(INF
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslstreamadapter.cc209 LOG(LS_INFO) << "OpenSSLStreamAdapter::Write(" << data_len << ")";
243 LOG(LS_INFO) << " -- success";
249 LOG(LS_INFO) << " -- error want read";
253 LOG(LS_INFO) << " -- error want write";
268 LOG(LS_INFO) << "OpenSSLStreamAdapter::Read(" << data_len << ")";
303 LOG(LS_INFO) << " -- success";
309 LOG(LS_INFO) << " -- error want read";
312 LOG(LS_INFO) << " -- error want write";
316 LOG(LS_INFO) << " -- remote side closed";
320 LOG(LS_INF
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dname_value_pairs_parser.cc42 LOG(WARNING) << "Empty key: '" << pair << "'. Aborting.";
52 LOG(WARNING) << "Multiple key tokens: '" << pair << "'. Aborting.";
58 LOG(WARNING) << "Invalid token pair: '" << pair << "'. Aborting.";
74 LOG(WARNING) << "Error excuting: " << command_line.command_line_string();
92 LOG(WARNING) << "Error excuting: " << command_line.command_line_string();
96 LOG(WARNING) << "Error parsing values while excuting: "
/external/chromium/base/threading/
H A Dthread_restrictions.cc36 LOG(FATAL) <<
54 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
/external/chromium/net/base/
H A Dkeygen_handler_nss.cc26 LOG(ERROR) << "Couldn't get private key slot from NSS!";
33 LOG(ERROR) << "Couldn't authenticate to private key slot!";
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DVersion.java12 private static final Logger LOG = Logger.getLogger(Version.class.getName()); field in class:Version
21 LOG.warning(e.getMessage());
/external/chromium/net/test/
H A Dtest_server_win.cc44 LOG(ERROR) << "Could not create process.";
59 LOG(ERROR) << "Could not create JobObject.";
67 LOG(ERROR) << "Could not SetInformationJobObject.";
72 LOG(ERROR) << "Could not AssignProcessToObject.";
86 LOG(WARNING) << "Timeout reached; unblocking pipe by writing "
119 LOG(ERROR) << "ReadFile returned invalid byte count: " << num_bytes;
128 LOG(ERROR) << "Timeout exceeded for ReadData";
187 LOG(ERROR) << "Failed to launch " << python_command.command_line_string();
201 LOG(ERROR) << "Could not read server_data_len";
207 LOG(ERRO
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DSocketStreamHandle.cpp93 LOG(Network, "connect");
100 LOG(Network, "send len=%d", len);
110 LOG(Network, "sent");
113 LOG(Network, "busy. buffering");
119 LOG(Network, "close");
125 LOG(Network, "SocketStreamHandleInternal::didOpen %d",
137 LOG(Network, "no m_handle or m_socket?");
142 LOG(Network, "SocketStreamHandleInternal::didSendData %d", amountSent);
154 LOG(Network, "didReceiveData");
164 LOG(Networ
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.cc28 LOG(DFATAL) << "Internal error: position advanced by " << number_of_bytes
39 LOG(DFATAL) << "Internal error: new data position " << position
45 LOG(DFATAL) << "Internal error: new data position " << position
55 LOG(DFATAL) << "Internal error: specified number of remaining bytes "
96 LOG(ERROR) << "Expected " << variable_description
123 LOG(ERROR) << "Expected " << variable_description
132 LOG(ERROR) << "Value of " << variable_description << "(" << parsed_value
176 LOG(ERROR) << "Source segment length (" << *source_segment_length
187 LOG(ERROR) << "Source segment position (" << *source_segment_position
196 LOG(ERRO
[all...]

Completed in 646 milliseconds

1234567891011>>