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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sdch/
logging_forward.h 17 #define VCD_WARNING LOG(WARNING)
18 #define VCD_ERROR LOG(ERROR)
19 #define VCD_DFATAL LOG(DFATAL)
  /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;
  /external/chromium_org/remoting/base/
logging.h 12 // Chromoting host code should use HOST_LOG instead of LOG(INFO) to bypass
15 // In the future we may also consider writing to a log file instead of the
17 #define HOST_LOG LOG(INFO)
  /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...]
  /art/runtime/
common_test.cc 22 LOG(INFO) << "Running main() from common_test.cc...";
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid_unittest.cc 37 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/
trust_region_strategy.cc 49 LOG(FATAL) << "Unknown trust region strategy: "
53 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/chromium_org/content/browser/android/
devtools_auth.cc 14 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/
notification_method.cc 23 LOG(WARNING) << "Unknown value for notification method: "
36 LOG(WARNING) << "Unknown notification method \"" << str
  /external/chromium_org/base/mac/
launchd.cc 22 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/
dns_fuzz_stub.cc 30 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(ERROR) << filename << ": qtype is out of range."
    [all...]
  /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...]
  /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/chromium_org/chrome/browser/chromeos/power/
session_state_controller_delegate_chromeos.cc 18 // the power button, we instead want to log the user out. This seemed to
26 LOG(WARNING) << "Requesting screen lock from SessionStateControllerDelegate";
  /external/chromium_org/chrome/installer/util/
delete_reg_key_work_item.cc 35 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/
quic_decrypter.cc 20 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
quic_encrypter.cc 20 LOG(FATAL) << "Unsupported algorithm: " << algorithm;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.cc 42 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/
common.h 33 // Common log description format for jingle messages
34 #define LOG_J(sev, obj) LOG(sev) << "Jingle:" << obj->ToString() << ": "
  /external/chromium_org/third_party/libjingle/source/talk/sound/
platformsoundsystemfactory.cc 46 LOG(LS_ERROR) << "Can't initialize platform's sound system";
  /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_,

Completed in 2828 milliseconds

1 2 3 4 5 6 7 8 91011>>