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

1 23 4 5 6 7 8 91011

  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 41 Log.VERBOSE, Log.WARN };
  /frameworks/base/media/libstagefright/rtsp/
AH263Assembler.cpp 78 #if VERBOSE
79 LOG(VERBOSE) << "Not the sequence number I expected";
127 #if VERBOSE
128 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)";
  /hardware/msm7k/librpc/
debug.h 46 #ifdef VERBOSE
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 142 /** Enable verbose logging - use with "setprop log.tag.DownloadManager VERBOSE" */
144 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
146 /** Enable super-verbose logging */
  /external/bluetooth/glib/tests/
gio-test.c 121 #ifdef VERBOSE
148 #ifdef VERBOSE
178 #ifdef VERBOSE
193 #ifdef VERBOSE
205 #ifdef VERBOSE
219 #ifdef VERBOSE
415 #ifdef VERBOSE
435 #ifdef VERBOSE
child-test.c 95 #ifdef VERBOSE
136 #ifdef VERBOSE
  /ndk/build/tools/
dev-rebuild-ndk.sh 75 export VERBOSE=--verbose
162 $VERBOSE \
204 $VERBOSE >> $logfile 2>&1
225 $VERBOSE > $logfile 2>&1
rebuild-all-prebuilt.sh 79 if [ "$VERBOSE" = "yes" ]; then
80 FLAGS=$FLAGS" --verbose"
83 FLAGS=$FLAGS" --verbose"
  /external/icu4c/stubdata/
icu_dat_generator.py 23 # $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py --verbose
47 print " icu_dat_generator.py [-v|--verbose] [-h|--help]"
57 if VERBOSE:
163 if VERBOSE:
216 if VERBOSE:
228 global VERBOSE
231 VERBOSE = False
235 opts, args = getopt.getopt(sys.argv[1:], "hv", ["help", "verbose"])
241 elif opt in ("-v", "--verbose"):
242 VERBOSE = Tru
    [all...]
  /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) {
  /development/build/tools/
mk_sources_zip.py 26 VERBOSE = False
51 def verbose(msg, *args): function
52 """Prints a verbose message to stderr if --verbose is set."""
53 global VERBOSE
54 if VERBOSE:
73 Use -v for verbose output (lists each file being picked up or ignored).
86 global VERBOSE
93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
102 if o in [ "-v", "--verbose" ]
    [all...]
  /system/core/libnetutils/
packet.c 181 #if VERBOSE
185 #if VERBOSE
189 #if VERBOSE
193 #if VERBOSE
197 #if VERBOSE
  /frameworks/base/core/java/android/util/
Log.java 32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
58 public static final int VERBOSE = 2;
111 * Send a {@link #VERBOSE} log message.
117 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg);
121 * Send a {@link #VERBOSE} log message and log the exception.
128 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
Slog.java 33 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg);
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag,
TimingLogger.java 71 * least the Log.VERBOSE level for that tag at creation time then
83 * least the Log.VERBOSE level for that tag at creation time then
98 * Log.isLoggable is not enabled to at least the Log.VERBOSE
103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE);
117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for
131 * not enabled to at least the Log.VERBOSE for the specified tag at
  /ndk/tests/
run-tests.sh 40 VERBOSE=no
59 --verbose)
60 if [ "$VERBOSE" = "yes" ] ; then
63 VERBOSE=yes
132 echo " --verbose Enable verbose mode"
164 if [ $VERBOSE = "yes" ] ; then
325 if [ "$VERBOSE" = "yes" ]; then
387 # Use --verbose twice to see build commands for the tests
412 echo "!!! BUILD FAILURE [$1]!!! See $NDK_LOGFILE for details or use --verbose option!
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 6 from re import VERBOSE, MULTILINE, DOTALL
11 FLAGS = (VERBOSE | MULTILINE | DOTALL)
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 304 if (Log.isLoggable(TAG, Log.VERBOSE)) {
342 if (Log.isLoggable(TAG, Log.VERBOSE)) {
360 if (Log.isLoggable(TAG, Log.VERBOSE)) {
384 if (Log.isLoggable(TAG, Log.VERBOSE)) {
458 if (Log.isLoggable(TAG, Log.VERBOSE)) {
505 if (Log.isLoggable(TAG, Log.VERBOSE)) {
515 if (Log.isLoggable(TAG, Log.VERBOSE)) {
530 if (Log.isLoggable(TAG, Log.VERBOSE)) {
585 if (Log.isLoggable(TAG, Log.VERBOSE)) {
613 if (Log.isLoggable(TAG, Log.VERBOSE)) {
    [all...]
ChooseTypeAndAccountActivity.java 117 if (Log.isLoggable(TAG, Log.VERBOSE)) {
236 if (Log.isLoggable(TAG, Log.VERBOSE)) {
257 if (Log.isLoggable(TAG, Log.VERBOSE)) {
314 if (Log.isLoggable(TAG, Log.VERBOSE)) {
322 if (Log.isLoggable(TAG, Log.VERBOSE)) {
395 if (Log.isLoggable(TAG, Log.VERBOSE)) {
403 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 110 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
166 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
190 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
198 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
259 LogTag.VERBOSE ||
260 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
300 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
314 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
345 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
357 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND)
    [all...]
  /external/hyphenation/
hyphen.c 216 #ifdef VERBOSE
304 #ifdef VERBOSE
420 #ifdef VERBOSE
479 #ifdef VERBOSE
491 #ifndef VERBOSE
554 #ifdef VERBOSE
573 #ifdef VERBOSE
590 #ifdef VERBOSE
595 #ifdef VERBOSE
606 #ifdef VERBOSE
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 221 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
264 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
296 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromConversation %s", conv);
376 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
802 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
838 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java 45 private static final boolean V = BluetoothPbapService.VERBOSE;
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 136 if (Log.isLoggable(TAG, Log.VERBOSE)) {
155 if (Log.isLoggable(TAG, Log.VERBOSE)) {
179 if (Log.isLoggable(TAG, Log.VERBOSE)) {
237 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /system/media/mca/filterfw/java/android/filterfw/core/
OneShotScheduler.java 43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);

Completed in 290 milliseconds

1 23 4 5 6 7 8 91011