Searched defs:LOG (Results 1 - 25 of 68) sorted by last modified time

123

/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...]
H A Dcritical_section_unittest.cc33 #define LOG(...) WEBRTC_TRACE(kTraceStateInfo, kTraceUtility, -1, __VA_ARGS__); macro
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/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/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...]
H A DBodyParserSAX.java44 private static final Logger LOG = field in class:BodyParserSAX
92 if (LOG.isLoggable(Level.FINEST)) {
93 LOG.finest("Start element: " + qName);
94 LOG.finest(" URI: " + uri);
95 LOG.finest(" local: " + localName);
118 if (LOG.isLoggable(Level.FINEST)) {
119 LOG.finest(" Attribute: {" + attrURI + "}"
141 if (LOG.isLoggable(Level.FINEST)) {
142 LOG.finest("Prefix mapping: <DEFAULT> => " + uri);
146 if (LOG
[all...]
H A DBodyParserXmlPull.java39 private static final Logger LOG = field in class:BodyParserXmlPull
71 if (LOG.isLoggable(Level.FINEST)) {
72 LOG.finest("Start tag: " + xpp.getName());
86 if (LOG.isLoggable(Level.FINEST)) {
87 LOG.finest("Start element: ");
88 LOG.finest(" prefix: " + prefix);
89 LOG.finest(" URI: " + uri);
90 LOG.finest(" local: " + localName);
115 if (LOG.isLoggable(Level.FINEST)) {
116 LOG
[all...]
H A DHTTPExchange.java36 private static final Logger LOG = field in class:HTTPExchange
117 LOG.log(Level.FINEST, "Interrupted", intx);
H A DServiceLib.java40 private static final Logger LOG = field in class:ServiceLib
75 if (LOG.isLoggable(Level.FINEST)) {
76 LOG.finest("Selected " + ofType.getSimpleName()
124 LOG.log(Level.WARNING,
147 if (LOG.isLoggable(Level.FINEST)) {
148 LOG.finest("Attempting service load: " + className);
155 if (LOG.isLoggable(Level.WARNING)) {
156 LOG.warning(clazz.getName() + " is not assignable to "
172 LOG.log(level,
190 LOG
[all...]
/external/regex-re2/util/
H A Dlogging.h47 #define LOG(severity) LOG_ ## severity.stream() macro
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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/qemu/android/base/
H A DLog.h56 // LogMessage instance every time a LOG() or CHECK() statement is
59 // - For LOG() statements, when the corresponding log level is enabled.
63 // LOG(severity) << some_stuff << some_more_stuff;
65 // This means LOG(severity) should expand to something that can take
85 // LOG(INFO) << "Starting flux capacitor";
87 // LOG(INFO) << "Flux capacitor started";
93 #define LOG(severity) \ macro
97 // A variant of LOG() that only performs logging if a specific condition
101 // LOG(INFO) << "Starting fuel injector";
103 // LOG(INF
[all...]
/external/qemu/android/
H A Dloadpng.c7 #define LOG(x...) fprintf(stderr,"error: " x)
9 #define LOG(x...) do {} while (0) macro
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
38 LOG("%s: failed to open file\n", fn);
43 LOG("%s: failed to read header\n", fn);
48 LOG("%s: header is not a PNG header\n", fn);
53 LOG("%s: png library error\n", fn);
94 LOG("%s: unsupported (grayscale?) color type\n");
106 LOG("coul
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/openfst/src/include/fst/
H A Dlog.h50 #define LOG(type) LogMessage(#type).stream() macro
51 #define VLOG(level) if ((level) <= FLAGS_v) LOG(INFO)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DAbstractBoxParser.java35 private static Logger LOG = Logger.getLogger(AbstractBoxParser.class.getName()); field in class:AbstractBoxParser
55 LOG.severe("Plausibility check failed: size < 8 (size = " + size + "). Stop parsing!");
89 LOG.finest("Parsing " + box.getType());
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAbstractAppleMetaDataBox.java22 private static Logger LOG = Logger.getLogger(AbstractAppleMetaDataBox.class.getName()); field in class:AbstractAppleMetaDataBox
130 LOG.warning("Don't know how to handle appleDataBox with flag=" + appleDataBox.getFlags());
H A DAppleCoverBox.java9 private static Logger LOG = Logger.getLogger(AppleCoverBox.class.getName()); field in class:AppleCoverBox
37 LOG.warning("---");
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java50 private static Logger LOG = Logger.getLogger(MediaDataBox.class.getName()); field in class:MediaDataBox
172 LOG.fine("Even mapping just 10MB of the source file into the memory failed. " + e1);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractBox.java50 private static Logger LOG = Logger.getLogger(AbstractBox.class.getName()); field in class:AbstractBox
238 LOG.severe(this.getType() + ": remaining differs " + content.remaining() + " vs. " + bb.remaining());
246 LOG.severe(String.format("%s: buffers differ at %d: %2X/%2X", this.getType(), i, v1, v2));
H A DAbstractContainerBox.java39 private static Logger LOG = Logger.getLogger(AbstractContainerBox.class.getName()); field in class:AbstractContainerBox
152 LOG.warning("Something's wrong with the sizes. There are dead bytes in a container box.");
H A DFullContainerBox.java38 private static Logger LOG = Logger.getLogger(FullContainerBox.class.getName()); field in class:FullContainerBox
114 LOG.severe("Some sizes are wrong");
H A DVersion.java12 private static final Logger LOG = Logger.getLogger(Version.class.getName()); field in class:Version
21 LOG.warning(e.getMessage());

Completed in 1341 milliseconds

123