HomeSort by relevance Sort by last modified time
    Searched defs:VERBOSE (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 58 VERBOSE,
112 "\t-v or --verbose verbose output\n"
127 beVerbose=options[VERBOSE].doesOccur;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 9 #define VERBOSE 0
11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 34 int VERBOSE = 3; // "-verbose"
60 String VERBOSE_STRING = "verbose";
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 58 VERBOSE,
111 "\t-v or --verbose verbose output\n"
126 beVerbose=options[VERBOSE].doesOccur;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 9 #define VERBOSE 0
11 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
  /frameworks/base/tools/aidl/
options_test.cpp 4 const bool VERBOSE = false;
245 if (VERBOSE) {
257 if (VERBOSE) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupAgentHelper.java 30 static final boolean VERBOSE = true;
65 if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestThread.java 31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 15 #define VERBOSE 1
16 #if VERBOSE
  /external/icu4c/samples/uresb/
uresb.c 73 static UBool VERBOSE = FALSE;
142 VERBOSE = TRUE;
246 if(VERBOSE) {
260 if(VERBOSE) {
284 if(VERBOSE) {
311 if(VERBOSE) {
331 if(VERBOSE) {
  /frameworks/base/core/java/android/util/
Log.java 33 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
59 public static final int VERBOSE = 2;
112 * Send a {@link #VERBOSE} log message.
118 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
122 * Send a {@link #VERBOSE} log message and log the exception.
129 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
202 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CameraTestThread.java 31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
  /packages/apps/InCallUI/src/com/android/incallui/
Log.java 28 public static final boolean VERBOSE = android.util.Log.isLoggable(TAG,
29 android.util.Log.VERBOSE);
51 if (VERBOSE) {
57 if (VERBOSE) {
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 46 public static final boolean VERBOSE = false;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
LogUtils.java 40 public static final int VERBOSE = Log.VERBOSE;
64 * production releases. This should be set to DEBUG for production releases, and VERBOSE for
88 return MAX_ENABLED_LOG_LEVEL > VERBOSE;
176 * Send a {@link #VERBOSE} log message.
186 if (isLoggable(tag, VERBOSE)) {
193 * Send a {@link #VERBOSE} log message.
204 if (isLoggable(tag, VERBOSE)) {
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 51 private static final boolean VERBOSE = false;
239 if (VERBOSE) {
256 if (VERBOSE) {
261 if (VERBOSE) {
267 if (VERBOSE) {
317 if (VERBOSE && (frameCount == 0)) {
388 if (VERBOSE && (outFrameCount == 0)) {
399 if (VERBOSE) {

Completed in 1502 milliseconds

1 23 4 5 6 7 8