HomeSort by relevance Sort by last modified time
    Searched refs:VERBOSE (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 351 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
417 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
432 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
440 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
554 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
747 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
769 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
791 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
812 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
838 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 165 if (Log.isLoggable(TAG, Log.VERBOSE)) {
171 if (Log.isLoggable(TAG, Log.VERBOSE)) {
255 if (Log.isLoggable(TAG, Log.VERBOSE)) {
408 if (Log.isLoggable(TAG, Log.VERBOSE)) {
451 if (Log.isLoggable(TAG, Log.VERBOSE)) {
512 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
676 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_ALARM");
681 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CHECK_ALARMS");
687 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_FINISHED");
695 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CANCEL")
    [all...]
  /system/core/libnetutils/
dhcpclient.c 43 #define VERBOSE 2
45 static int verbose = 1; variable
49 #if VERBOSE
233 #if VERBOSE
340 #if VERBOSE > 1
350 if (verbose) LOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
354 if (verbose) LOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
358 if (verbose) LOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
363 if (verbose) LOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
367 if (verbose) LOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen)
    [all...]
  /external/bluetooth/glib/tests/
iochannel-test.c 135 #ifdef VERBOSE
166 #ifdef VERBOSE
  /ndk/build/tools/
build-target-prebuilts.sh 61 if [ "$VERBOSE" = "yes" ]; then
62 FLAGS=$FLAGS" --verbose"
65 FLAGS=$FLAGS" --verbose"
build-platforms.sh 68 VERBOSE=no
76 --verbose)
77 if [ "$VERBOSE" = "yes" ] ; then
80 VERBOSE=yes
117 echo " --verbose Enable verbose messages"
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 71 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
130 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
RetryScheduler.java 77 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
164 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
264 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 115 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
162 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarCache.java 153 if (Log.isLoggable(TAG, Log.VERBOSE)) {
232 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /system/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 151 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
163 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
FilterPort.java 41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
shell.js 45 var VERBOSE = false;
133 if ((VERBOSE) && (typeof description != "undefined"))
139 else if (VERBOSE)
146 else if (VERBOSE)
  /ndk/build/awk/
gen-windows-host-path.awk 121 # build/core/init.mk defines VERBOSE to 1 when it needs to dump the
127 if (VERBOSE == 1) {
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 182 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
233 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
250 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
279 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
VideoModel.java 91 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
140 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
160 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 231 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
289 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
313 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
325 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /external/icu4c/tools/genuca/
genuca.cpp 43 UBool VERBOSE = FALSE;
179 if(VERBOSE && isContinuation(element->CEs[1])) {
203 if(VERBOSE && isContinuation(element->CEs[1])) {
320 if(VERBOSE) { fprintf(stdout, "p:%u ", (int)position); }
332 if(VERBOSE) { fprintf(stdout, "+"); }
403 if (VERBOSE) {
566 if(VERBOSE) {
789 if (VERBOSE) {
    [all...]
  /frameworks/base/tools/aidl/
options_test.cpp 4 const bool VERBOSE = false;
245 if (VERBOSE) {
257 if (VERBOSE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 231 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
243 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
349 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
394 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
403 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
476 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
526 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
551 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
634 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
712 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) {
    [all...]
PostCompilerBuilder.java 308 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
317 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
386 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
427 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE);
438 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
442 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
485 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg);
515 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE);
705 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, getProject(),
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 144 * A convenience method equivalent to isLoggable(VERBOSE).
148 return (VERBOSE <= m_level);
200 * at VERBOSE level.
204 public final void verbose (final String msg) method in class:Logger
206 _log (VERBOSE, null, msg, false);
382 return ILogLevels.VERBOSE;
  /external/icu4c/tools/makeconv/
genmbcs.c 198 if(VERBOSE) {
434 } else if(VERBOSE) {
464 } else if(VERBOSE) {
502 } else if(VERBOSE) {
664 } else if(VERBOSE) {
874 } else if(VERBOSE) {
    [all...]
  /external/srtp/crypto/test/
sha1_driver.c 114 #if VERBOSE
  /frameworks/base/libs/binder/
IMemory.cpp 35 #define VERBOSE 0
246 if (VERBOSE) {
406 LOGD_IF(VERBOSE,
439 LOGD_IF(VERBOSE,

Completed in 482 milliseconds

1 2 34 5 6 7 8 91011