HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 1 - 25 of 934) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
format-strings.c 10 #define LOG printf(FOOBAR "%f", __LINE__)
15 LOG;
  /external/chromium/base/
bzip2_error_handler.cc 13 LOG(FATAL) << "bzip2 internal error: " << errcode;
sha1_win.cc 21 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/
MiniBrowser_Prefix.pch 35 #define LOG NSLog
37 #define LOG(...) ((void)0)
  /bootable/recovery/minzip/
Log.h 9 // The output will be correct when the log file is shared between multiple
12 // and so are NOT reentrant. Do not use LOG in a signal handler.
46 * Simplified macro to send a verbose log message using the current LOG_TAG.
52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
64 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
73 * Simplified macro to send a debug log message using the current LOG_TAG.
76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
82 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
87 * Simplified macro to send an info log message using the current LOG_TAG.
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
    [all...]
  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamHandleCurl.cpp 45 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/
SocketStreamHandleWin.cpp 45 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/ceres-solver/internal/ceres/
trust_region_strategy.cc 17 LOG(FATAL) << "Unknown trust region strategy: "
21 LOG(FATAL) << "Unknown trust region strategy: "
linear_solver.cc 55 LOG(WARNING) << "SPARSE_NORMAL_CHOLESKY is not available. Please "
65 LOG(WARNING) << "SPARSE_SCHUR is not available. Please "
86 LOG(FATAL) << "Unknown linear solver type :"
88 return NULL; // MSVC doesn't understand that LOG(FATAL) never returns.
  /external/openssh/regress/
rekey.sh 8 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/
verify.h 49 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(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 92 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_INFO) << "SRTP reset to init state"
    [all...]
rtcpmuxfilter.cc 50 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/
common.h 33 // Common log description format for jingle messages
34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
  /external/v8/src/
vm-state-inl.h 64 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/
verify.h 46 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(ERROR) << "Verify: Fst final weight of state " << s << " is invalid"
    [all...]
  /external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 27 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__);
56 LOG("Locking giver_sect");
58 LOG("Locked giver_sect, locking crit_sect");
64 LOG("Pass count is %d", pass_count_);
90 LOG("Wait waiting");
92 LOG("Wait timeout");
104 LOG("Signal waking");
117 LOG("Takeback waiting");
126 LOG("Takeback grab");
149 LOG("Thread waiting")
    [all...]
critical_section_unittest.cc 33 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__);
53 LOG("Inc to %d", count_);
82 LOG("Test looped %d times\n", loop_counter);
91 LOG("Wait starting");
93 LOG("Wait incrementing");
95 LOG("Wait returning");
122 LOG("Wait starting");
124 LOG("Wait incrementing");
127 LOG("Wait returning");
  /external/chromium/chrome/browser/first_run/
upgrade_util_linux.cc 40 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/
crash_recovery_browsertest.cc 20 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/
harfbuzz-stream.c 35 #define LOG(x) _hb_log x
48 #define LOG(x) do {} while (0)
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/harfbuzz_ng/src/hb-old/
harfbuzz-stream.c 35 #define LOG(x) _hb_log x
48 #define LOG(x) do {} while (0)
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/
browser_actions_container_browsertest.cc 87 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(INFO) << "Disable extension A :
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 209 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_INFO) << " -- error " << code
    [all...]
  /external/chromium/chrome/browser/chromeos/
name_value_pairs_parser.cc 42 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: "

Completed in 2168 milliseconds

1 2 3 4 5 6 7 8 91011>>