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

1234567891011>>

/external/chromium_org/sdch/
H A Dlogging_forward.h17 #define VCD_WARNING LOG(WARNING)
18 #define VCD_ERROR LOG(ERROR)
19 #define VCD_DFATAL LOG(DFATAL)
/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;
/external/chromium_org/remoting/base/
H A Dlogging.h12 // Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass
17 #define HOST_LOG LOG(INFO)
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcpuid_unittest.cc37 LOG(LS_INFO) << "ARM: "
39 LOG(LS_INFO) << "NEON: "
41 LOG(LS_INFO) << "X86: "
43 LOG(LS_INFO) << "SSE2: "
45 LOG(LS_INFO) << "SSSE3: "
47 LOG(LS_INFO) << "SSE41: "
49 LOG(LS_INFO) << "SSE42: "
51 LOG(LS_INFO) << "AVX: "
61 LOG(LS_INFO) << "IsCoreIOrBetter: " << core_i_or_better;
/external/ceres-solver/internal/ceres/
H A Dtrust_region_strategy.cc49 LOG(FATAL) << "Unknown trust region strategy: "
53 LOG(FATAL) << "Unknown trust region strategy: "
H A Dlinear_solver.cc55 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/chromium_org/content/browser/android/
H A Ddevtools_auth.cc14 LOG(WARNING) << "DevTools: can't obtain creds for uid " << uid;
22 LOG(WARNING) << "DevTools: connection attempt from " << creds->pw_name;
/external/chromium_org/jingle/notifier/base/
H A Dnotification_method.cc23 LOG(WARNING) << "Unknown value for notification method: "
36 LOG(WARNING) << "Unknown notification method \"" << str
/external/chromium_org/base/mac/
H A Dlaunchd.cc22 LOG(ERROR) << "launch_data_alloc";
32 LOG(ERROR) << "launch_data_new_string";
54 LOG(ERROR) << "PIDForJob: error " << launch_data_get_errno(response);
56 LOG(ERROR) << "PIDForJob: expected dictionary, got " << response_type;
67 LOG(ERROR) << "PIDForJob: expected integer";
/external/chromium_org/net/tools/dns_fuzz_stub/
H A Ddns_fuzz_stub.cc30 LOG(INFO) << "Allocated p=" << p << ". Double-freeing...";
57 LOG(ERROR) << filename << ": couldn't read file.";
63 LOG(ERROR) << filename << ": couldn't parse JSON.";
69 LOG(ERROR) << filename << ": test case is not a dictionary.";
75 LOG(INFO) << filename << ": crash_test is set!";
81 LOG(ERROR) << filename << ": id is missing or not an integer.";
85 LOG(ERROR) << filename << ": id is out of range.";
91 LOG(ERROR) << filename << ": qname is missing or not a string.";
97 LOG(ERROR) << filename << ": qtype is missing or not an integer.";
101 LOG(ERRO
[all...]
/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...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dcommon.h34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
/external/chromium_org/chrome/browser/chromeos/power/
H A Dsession_state_controller_delegate_chromeos.cc26 LOG(WARNING) << "Requesting screen lock from SessionStateControllerDelegate";
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_key_work_item.cc35 LOG(ERROR) << "Failed to backup destination for registry key copy.";
43 LOG(ERROR) << "Failed to delete key at " << path_ << ", result: "
62 LOG(ERROR) << "Failed to delete key at " << path_ << " in rollback, "
69 LOG(ERROR) << "Failed to restore key in rollback.";
/external/chromium_org/net/quic/crypto/
H A Dquic_decrypter.cc20 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
H A Dquic_encrypter.cc20 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.cc42 LOG(LS_WARNING)
47 LOG(LS_INFO) << "RemoteVideoCapturer::Start";
54 LOG(LS_WARNING)
59 LOG(LS_INFO) << "RemoteVideoCapturer::Stop";
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcommon.h34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dplatformsoundsystemfactory.cc46 LOG(LS_ERROR) << "Can't initialize platform's sound system";
/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/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc27 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__); macro
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("Threa
[all...]

Completed in 1017 milliseconds

1234567891011>>