Searched defs:LOG (Results 51 - 65 of 65) sorted by relevance

123

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h259 #define LOG(type) LogMessage(#type).stream() macro
260 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)
/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/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java27 private static final Logger LOG = Logger.getLogger(H264TrackImpl.class.getName()); field in class:H264TrackImpl
251 LOG.fine("Found startcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_idc + " (size " + size + ")");
276 LOG.fine("Adding sample with size " + bb.capacity() + " and header " + sh);
363 LOG.fine("Access unit delimiter type: " + type);
422 LOG.fine("Access unit delimiter: " + (data[1] >> 5));
547 LOG.fine("Marking with " + i + " at " + pos);
555 LOG.fine("Resetting to " + markPos + " (pos is " + pos + ") which makes the buffersize " + diff);
703 LOG.fine(this.toString());
/external/smack/src/com/kenai/jbosh/
H A DBOSHClient.java102 private static final Logger LOG = Logger.getLogger( field in class:BOSHClient
557 LOG.log(Level.FINEST, "Could not send pause", boshx);
625 LOG.finest("Waiting while draining...");
632 LOG.log(Level.FINEST, INTERRUPTED, intx);
635 LOG.finest("Drained");
824 LOG.log(Level.FINEST, INTERRUPTED, intx);
947 LOG.log(Level.FINEST, "Processing thread starting");
961 LOG.log(Level.FINE, "Discarding exchange on request "
979 LOG.log(Level.FINEST, "Processing thread exiting");
1007 LOG
[all...]
/external/chromium/base/
H A Dlogging.h46 // things to LOG(<a particular severity level>). E.g.,
48 // LOG(INFO) << "Found " << num_cookies << " cookies";
59 // effectively performs a LOG(FATAL) which terminates the process and
299 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
328 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
360 // LOG(INFO) becomes the token COMPACT_GOOGLE_LOG_INFO. There's some funny
369 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity)) macro
373 #define SYSLOG(severity) LOG(severity)
720 // though. You should use the LOG() macro (and variants thereof)
727 // LOG cal
[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";
60 // effectively performs a LOG(FATAL) which terminates the process and
326 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
356 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
389 // LOG(INFO) becomes the token COMPACT_GOOGLE_LOG_INFO. There's some funny
398 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity)) macro
402 #define SYSLOG(severity) LOG(severity)
791 // though. You should use the LOG() macro (and variants thereof)
798 // LOG cal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java48 static final boolean LOG = false; field in class:DB_Results
393 if (LOG) {
813 if (LOG) {
1116 if (LOG) LOG_WRITER.ends(" -> " + count + " values read"); //$NON-NLS-1$ //$NON-NLS-2$
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java101 private static final String LOG = Uri__FromAndroid.class.getSimpleName(); field in class:Uri__FromAndroid
1070 Log.w(LOG, "Error parsing port string.", e);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 1621 milliseconds

123