OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loggable
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/tests/coretests/src/android/util/
LogTest.java
48
// Check to make sure that all levels expect for INFO, WARN, ERROR, and ASSERT are
loggable
.
59
// Test to make sure all log levels >= VERBOSE are
loggable
.
70
// Test to make sure all log levels >= DEBUG are
loggable
.
81
// Test to make sure all log levels >= INFO are
loggable
.
92
// Test to make sure all log levels >= WARN are
loggable
.
103
// Test to make sure all log levels >= ERROR are
loggable
.
114
// Test to make sure all log levels >= ASSERT are
loggable
.
125
// Test to make sure all log levels >= ASSERT are
loggable
.
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java
314
//
loggable
but don't trig push
330
//
loggable
but not push
333
// not
loggable
336
//
loggable
but not push
339
// not
loggable
342
// not
loggable
345
//
loggable
but not push
/libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java
178
* not
loggable
, just return. Otherwise it is stored in the buffer.
212
* The given {@code LogRecord} is
loggable
if and only if it has appropriate
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
144
static inline bool
Loggable
(LoggingSeverity sev) { return (sev >= min_sev_); }
292
!(talk_base::LogMessage::
Loggable
(sev)) \
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
141
static inline bool
Loggable
(LoggingSeverity sev) { return (sev >= min_sev_); }
288
!(talk_base::LogMessage::
Loggable
(sev)) \
/frameworks/base/core/java/android/util/
Log.java
195
* Checks to see whether or not a log for the specified tag is
loggable
at the specified level.
299
* Handy function to get a
loggable
stack trace from a Throwable
EventLog.java
118
/** @return the
loggable
item at the current position in mBuffer. */
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
LogUtils.java
94
* Checks to see whether or not a log for the specified tag is
loggable
at the specified level.
/packages/apps/Email/src/com/android/mail/utils/
LogUtils.java
166
* Checks to see whether or not a log for the specified tag is
loggable
at the specified level.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
[
all
...]
Completed in 537 milliseconds