HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 276 - 300 of 2943) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_dummy.c 60 int verbose)
  /hardware/ti/omap4xxx/hwc/
Android.mk 19 # LOG_NDEBUG=0 means verbose logging enabled
  /packages/apps/Contacts/
proguard.flags 20 -verbose
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
Constants.java 23 * To enable: adb shell setprop log.tag.ContactsPerf VERBOSE
  /packages/apps/Dialer/tests/
proguard.flags 20 -verbose
  /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/transaction/
MmsSystemEventReceiver.java 48 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
57 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
71 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
81 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
Constants.java 22 // To enable: adb shell setprop log.tag.ContactsPerf VERBOSE
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
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/
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/
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/
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/
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/
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/
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
runtests.py 10 -v verbose mode: print the test currently executed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
runtests.py 10 -v verbose mode: print the test currently executed
  /sdk/testapps/libsAndJarTest/lib2/
project.properties 16 verbose=true
  /sdk/testapps/
proguard.config 5 -verbose
  /system/core/init/
log.h 26 #define LOG_UEVENTS 0 /* log uevent messages if 1. verbose */
  /system/core/libsparse/
sparse_file.h 25 bool verbose; member in struct:sparse_file
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 58 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
159 if (VERBOSE) Log.v(TAG, "Testing size " + sz.toString() + " for camera " + cameraId);
177 if (VERBOSE) Log.v(TAG, "new image available");
195 if (VERBOSE)
216 if (VERBOSE) Log.v(TAG, "Preparing ImageReader size " + sz.toString());
252 if (VERBOSE) Log.v(TAG, "Waiting for an Image");
255 if (VERBOSE) Log.v(TAG, "Got next image");
270 if (VERBOSE) Log.v(TAG, "Stopping capture and waiting for idle");
312 if(VERBOSE) Log.v(TAG, "validating Image")
    [all...]
  /external/tinycompress/
cplay.c 73 static int verbose; variable
124 if (verbose)
163 verbose = 0;
182 verbose = 1;
211 if (verbose)
258 if (verbose)
270 if (verbose)
289 if (verbose)
305 if (verbose) {
312 if (verbose)
    [all...]
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 53 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
83 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
96 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
104 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
118 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
163 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
183 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
207 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
294 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
332 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 67 * @param verbose a log switch
71 public abstract int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose);

Completed in 1543 milliseconds

<<11121314151617181920>>