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

1 2 3 4 56 7 8 91011

  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 44 private static final boolean VERBOSE = false;
  /ndk/build/tools/
build-gdbserver.sh 39 VERBOSE=no
226 dump "Could not build $TOOLCHAIN gdbserver. Use --verbose to see why."
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 49 private static final boolean V = Constants.VERBOSE;
BluetoothOppRfcommListener.java 52 private static final boolean V = Constants.VERBOSE;
BluetoothOppSendFileInfo.java 56 private static final boolean V = Constants.VERBOSE;
Constants.java 162 * Verbose level logging
164 public static final boolean VERBOSE = false;
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsSingleRecipientSender.java 120 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
HttpUtils.java 101 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
162 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 187 VERBOSE=no
200 --verbose)
201 if [ "$VERBOSE" = "yes" ] ; then
204 VERBOSE=yes
299 echo " --verbose Verbose output. Can be used twice."
388 if [ "$VERBOSE" = "yes" ] ; then
439 if [ "$VERBOSE" = "no" ] ; then
981 if [ "$VERBOSE" = "yes" ] ; then
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 74 { Messages.BuildPreferencePage_Verbose, BuildVerbosity.VERBOSE.name() }
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 93 Messages.PreferencePage_Verbose, LogLevel.VERBOSE.getStringValue()
  /system/media/mca/filterfw/java/android/filterfw/core/
SyncRunner.java 48 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /system/media/mca/filterpacks/videosrc/java/
SurfaceTextureSource.java 142 private static final boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /external/bluetooth/glib/tests/gobject/
override.c 29 #undef VERBOSE
379 #ifndef VERBOSE
  /external/icu4c/tools/gensprep/
gensprep.c 81 VERBOSE,
108 "\t-v or --verbose verbose output\n"
169 beVerbose=options[VERBOSE].doesOccur;
  /external/llvm/test/
Makefile 29 ifdef VERBOSE
30 RUNTESTFLAGS := $(VERBOSE)
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 55 --verbose)
56 if [ "$VERBOSE" = "yes" ] ; then
59 VERBOSE=yes
90 echo " --verbose verbose configuration"
  /external/stlport/test/eh/
intel50.mak 77 CPP_PRJ_LINK = $(CPP_PRJ_LINK) /VERBOSE:LIB
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ResourceManagerBuilder.java 195 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project,
249 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, Messages.Refreshing_Res);
  /external/oprofile/utils/
opcontrol 110 # verbose echo
113 if test -n "$VERBOSE"; then
147 -V/--verbose[=all,sfile,arcs,samples,module,misc,ext]
148 be verbose in the daemon log
330 VERBOSE=""
881 -V|--verbose)
883 VERBOSE="all"
885 VERBOSE=$val
916 if test -n "$VERBOSE"; then
918 echo "Option --verbose may only be used with --start or --start-daemon" >&
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 92 * Console output (verbose and non verbose) is handled through the {@link AndroidPrintStream} passed
129 * @param verbose
132 AndroidPrintStream errStream, boolean debugMode, boolean verbose) {
137 mVerbose = verbose;
300 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, mProject,
303 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, mProject,
577 if (AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE) {
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 148 if (Log.isLoggable(TAG, Log.VERBOSE)) {
508 if (Log.isLoggable(TAG, Log.VERBOSE)) {
670 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 15 #define VERBOSE 1
16 #if VERBOSE
  /external/icu4c/tools/ctestfw/
uperf.cpp 26 "\t-v or --verbose print extra information when processing files\n"
46 VERBOSE,
84 verbose(FALSE), bulk_mode(FALSE),
100 verbose(FALSE), bulk_mode(FALSE),
134 if(options[VERBOSE].doesOccur) {
135 verbose = TRUE;
260 if(verbose==TRUE){
369 if(verbose==TRUE){
405 if(verbose==TRUE){
424 //print info only in verbose mod
    [all...]
  /external/icu4c/tools/genbidi/
genbidi.c 295 VERBOSE,
354 "\t-v or --verbose verbose output\n"
371 beVerbose=options[VERBOSE].doesOccur;

Completed in 405 milliseconds

1 2 3 4 56 7 8 91011