Searched defs:LOG (Results 1 - 25 of 68) sorted by path

123

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h37 // LOG(INFO), VLOG(0), LG
38 // LOG(WARNING),
39 // LOG(ERROR),
40 // LOG(FATAL),
170 // use of the log macros LG, LOG, or VLOG.
186 ANDROID_LOG_FATAL, // LOG(FATAL)
187 ANDROID_LOG_ERROR, // LOG(ERROR)
188 ANDROID_LOG_WARN, // LOG(WARNING)
189 ANDROID_LOG_INFO, // LOG(INFO), LG, VLOG(0)
302 // LG is a convenient shortcut for LOG(INF
306 # define LOG macro
311 # define LOG macro
[all...]
/external/chromium_org/base/
H A Dlogging.h47 // things to LOG(<a particular severity level>). E.g.,
49 // LOG(INFO) << "Found " << num_cookies << " cookies";
56 // effectively performs a LOG(FATAL) which terminates the process and
301 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
326 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
358 // LOG(INFO) becomes the token COMPACT_GOOGLE_LOG_INFO. There's some funny
367 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity)) macro
371 #define SYSLOG(severity) LOG(severity)
667 #define NOTREACHED() LOG(ERROR) << "NOTREACHED() hit in " << \
683 // though. You should use the LOG() macr
[all...]
/external/chromium_org/build/android/rezip/
H A Drezip.cc49 #define LOG(tag) (LogStream().stream() << #tag << ":") macro
65 LOG(ERROR) << "failed to read from " << in_filename << " in zipfile "
75 LOG(ERROR) << "failed to write from " << out_filename << " in zipfile "
108 LOG(ERROR) << "failed to open zipfile " << z_filename_;
116 LOG(ERROR) << "failed to close input zipfile " << z_filename_;
135 LOG(ERROR) << "failed to open zipfile " << z_filename_;
143 LOG(ERROR) << "failed to close output zipfile" << z_filename_;
286 LOG(ERROR) << "failed to get filename" << out_zip_filename;
295 LOG(ERROR)
307 LOG(ERRO
[all...]
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_writer.h22 LOG, enumerator in enum:diagnostics::DiagnosticsWriter::FormatType
36 // UTF8 encoded. A newline will be added for non-LOG output formats.
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
H A Ddevtools.js9 LOG: "log",
89 case "LOG":
/external/chromium_org/extensions/test/data/
H A Djson_schema_test.js7 var LOG = requireNative('logging').LOG; variable
16 LOG("Got unexpected errors");
18 LOG(validator.errors[i].message + " path: " + validator.errors[i].path);
34 LOG("Got expected error: " + validator.errors[i].message +
37 LOG("Missed expected error: " + errors[i] + ". Got: " +
50 LOG("Expected type not found: " + list[li]);
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk343 # Define a LOG macro that allow a command to be run in quiet mode where
354 define LOG macro
359 define LOG macro
363 define LOG macro
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_debug.h22 #define LOG(...) ::crazy::Log(__VA_ARGS__) macro
27 #define LOG(...) ((void)0)
36 LOG(__VA_ARGS__); \
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/cld/base/
H A Dlogging.h32 // things to LOG(<a particular severity level>). E.g.,
34 // LOG(INFO) << "Found " << num_cookies << " cookies";
43 // it reports the error via LOG(ERROR).
165 // LOG LINE PREFIX FORMAT
243 // security reasons. See LOG(severtiy) below. STRIP_LOG is defined in
247 // LOG(INFO) and its ilk are used all over our code, it's
342 // LOG(INFO) becomes the token GOOGLE_LOG_INFO. There's some funny
349 #define LOG(severity) COMPACT_GOOGLE_LOG_ ## severity.stream() macro
353 #define LG LOG(INFO)
358 // For LOG_TO_SINK we then do normal LOG(severit
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Ddefault_logger.h77 inline LoggerHandler LOG(int n) { function in namespace:i18n::phonenumbers
87 // VLOG(1) is the next logging level after LOG(DEBUG).
89 return LOG(n);
/external/chromium_org/third_party/libxml/src/
H A Dcheck-relaxng-test-suite.py20 LOG="check-relaxng-test-suite.log" variable
23 log = open(LOG, "w")
H A Dcheck-relaxng-test-suite2.py19 LOG="check-relaxng-test-suite2.log" variable
21 log = open(LOG, "w")
H A Dcheck-xinclude-test-suite.py14 LOG="check-xinclude-test-suite.log" variable
16 log = open(LOG, "w")
H A Dcheck-xml-test-suite.py18 LOG="check-xml-test-suite.log" variable
20 log = open(LOG, "w")
H A Dcheck-xsddata-test-suite.py20 LOG="check-xsddata-test-suite.log" variable
22 log = open(LOG, "w")
/external/chromium_org/third_party/re2/util/
H A Dlogging.h52 #define LOG(severity) LOG_ ## severity.stream() macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h240 // LOG(FATAL) indicates a big problem, so don't run atexit() calls
263 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc81 #undef LOG // defined in base/logging.h macro
84 #define LOG(level) std::cerr << "\n" macro
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
214 LOG(INFO) << "x= " << x << " adpv= "
248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest "
291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest "
322 LOG(INFO) << current_value;
345 LOG(INFO) << StringPrintf("Fastlog2: max_ratio_error = %f\n",
370 LOG(INF
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h208 abort(); // LOG(FATAL) indicates a big problem, so don't run atexit() calls
229 inline void LOG(int lvl, const char* pat, ...) { LOG_PRINTF(lvl, pat); } function
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc81 #undef LOG // defined in base/logging.h macro
84 #define LOG(level) std::cerr << "\n" macro
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
214 LOG(INFO) << "x= " << x << " adpv= "
248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest "
291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest "
322 LOG(INFO) << current_value;
345 LOG(INFO) << StringPrintf("Fastlog2: max_ratio_error = %f\n",
370 LOG(INF
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h11 // LOG(...) an ostream target that can be used to send formatted
18 // There are several variations on the LOG macro which facilitate logging
21 // LOG(sev) logs the given stream at severity "sev", which must be a
24 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
26 // LOG_F(sev) Like LOG(), but includes the name of the current function.
27 // LOG_T(sev) Like LOG(), but includes the this pointer.
76 // LOG(LS_ERROR) << "LibraryFunc returned: "
249 #ifndef LOG
271 #define LOG(sev) \ macro
283 #define LOG_F(sev) LOG(se
[all...]
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h52 // LOG(LS_ERROR) << "LibraryFunc returned: "
190 #undef LOG macro
191 #define LOG(sev) DIAGNOSTIC_LOG(rtc::sev, NONE, 0) macro
195 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
197 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h22 // LOG(...) an ostream target that can be used to send formatted
29 // There are several variations on the LOG macro which facilitate logging
32 // LOG(sev) logs the given stream at severity "sev", which must be a
35 // LOG_V(sev) Like LOG(), but sev is a run-time variable of the LoggingSeverity
37 // LOG_F(sev) Like LOG(), but includes the name of the current function.
94 #ifndef LOG
123 #define LOG(sev) \ macro
135 #define LOG_F(sev) LOG(sev) << __PRETTY_FUNCTION__ << ": "
137 #define LOG_F(sev) LOG(sev) << __FUNCTION__ << ": "
147 #define LOG_FERR0(sev, func) LOG(se
[all...]

Completed in 634 milliseconds

123