HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE (Results 1 - 25 of 302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/util/
LogTest.java 49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
56 // Set the log level to be VERBOSE for this tag.
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
59 // Test to make sure all log levels >= VERBOSE are loggable.
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
71 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
82 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
93 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
104 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
115 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
    [all...]
  /dalvik/tests/075-verification-error/src/
Main.java 25 public static final boolean VERBOSE = false;
42 if (VERBOSE) System.out.println("--- " + ie);
58 if (VERBOSE) System.out.println("--- " + nsfe);
65 if (VERBOSE) System.out.println("--- " + nsfe);
72 if (VERBOSE) System.out.println("--- " + nsme);
79 if (VERBOSE) System.out.println("--- " + nsme);
94 if (VERBOSE) System.out.println("--- " + iae);
102 if (VERBOSE) System.out.println("--- " + iae);
110 if (VERBOSE) System.out.println("--- " + iae);
118 if (VERBOSE) System.out.println("--- " + iae)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh 55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
142 if test $VERBOSE -gt 0; then
149 if test $VERBOSE -gt 0
183 if test $VERBOSE -gt 1
203 if test $VERBOSE -gt
    [all...]
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/compiler-rt/make/
config.mk 26 VERBOSE := 0
32 # Adjust settings for verbose mode
33 ifneq ($(VERBOSE),1)
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 56 private static final boolean VERBOSE = false; // lots of logging
257 if (VERBOSE) Log.d(TAG, "video found codec: " + videoCodecInfo.getName());
265 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioCodecInfo.getName());
298 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat);
347 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer");
537 if (VERBOSE) {
551 if (VERBOSE) {
633 if (VERBOSE) {
671 if (VERBOSE) Log.d(TAG, "no video decoder input buffer");
674 if (VERBOSE) {
    [all...]
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 34 int VERBOSE = 3; // "-verbose"
60 String VERBOSE_STRING = "verbose";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 30 var VERBOSE = false;
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 28 var VERBOSE = false;
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
  /system/extras/tests/bionic/libc/
run-test.sh 25 VERBOSE=no
36 --verbose)
37 if [ "$VERBOSE" = "yes" ] ; then
40 VERBOSE=yes
69 echo " --verbose Enable verbose mode"
135 if [ $VERBOSE = "yes" ] ; then
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 37 * Enable using "adb shell setprop log.tag.SQLiteLog VERBOSE".
40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
45 * Enable using "adb shell setprop log.tag.SQLiteStatements VERBOSE".
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
54 * Enable using "adb shell setprop log.tag.SQLiteTime VERBOSE".
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
163 boolean verbose = false;
166 verbose = true;
170 SQLiteDatabase.dumpAll(printer, verbose);

Completed in 3650 milliseconds

1 2 3 4 5 6 7 8 91011>>