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

1 2 3 45 6 7 8 91011

  /frameworks/base/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 507 #if VERBOSE
508 LOG(VERBOSE) << "Not the sequence number I expected";
533 #if VERBOSE
534 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)";
  /ndk/build/core/
ndk-common.sh 76 VERBOSE=${VERBOSE-yes}
117 if [ "$VERBOSE" = "yes" ] ; then
139 if [ "$VERBOSE" = "yes" ] ; then
  /ndk/build/tools/
gen-system-symbols.sh 31 VERBOSE=no
build-ndk-sysroot.sh 50 --verbose)
51 if [ "$VERBOSE" = "yes" ] ; then
54 VERBOSE=yes
83 echo " --verbose enable verbose messages"
gen-platforms.sh 72 VERBOSE=no
80 --verbose)
81 if [ "$VERBOSE" = "yes" ] ; then
84 VERBOSE=yes
130 echo " --verbose Enable verbose messages"
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 64 private static final boolean V = Constants.VERBOSE;
BluetoothOppBtEnablingActivity.java 60 private static final boolean V = Constants.VERBOSE;
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 36 public static final boolean VERBOSE = false;
TempFileProvider.java 101 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessageLabelProvider.java 92 if (l.equals(LogLevel.VERBOSE)) {
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 58 VERBOSE,
112 "\t-v or --verbose verbose output\n"
127 beVerbose=options[VERBOSE].doesOccur;
  /external/icu4c/tools/genren/
genren.pl 45 /^-v/ && ($VERBOSE++, next); # verbose
152 &verbose( "type: \"$type\" ");
155 &verbose( "Import: $_ \"$type\"\n");
156 &verbose( "C++ method: $_\n");
168 &verbose ("Skipping C++ function: $_\n");
170 &verbose ("Skipping C++ destructor: $_\n");
172 &verbose( " Class: '$CppName[0]': $_ \n");
177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
183 &verbose( "$ARGV[0]: Skipped initializer $_\n" )
236 sub verbose { subroutine
    [all...]
  /external/qemu/android/build/
common.sh 22 VERBOSE=yes
27 if [ "$VERBOSE" = "yes" ] ; then
  /frameworks/base/core/java/android/accounts/
ChooseAccountTypeActivity.java 55 if (Log.isLoggable(TAG, Log.VERBOSE)) {
119 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 35 VERBOSE(2, "verbose", 'V'), //$NON-NLS-1$
162 * Outputs a {@link LogLevel#VERBOSE} level message.
167 println(LogLevel.VERBOSE, tag, message);
  /bootable/bootloader/legacy/arch_msm7k/
nand.c 36 #define VERBOSE 0
138 #if VERBOSE
190 #if VERBOSE
310 #if VERBOSE
428 #if VERBOSE
  /external/icu4c/tools/makeconv/
makeconv.c 80 UBool VERBOSE = FALSE;
141 if(VERBOSE)
164 if(VERBOSE)
236 "\t-v or --verbose Turn on verbose output\n",
257 VERBOSE = options[OPT_VERBOSE].doesOccur;
290 printFilename = (UBool) (argc > 2 || VERBOSE);
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 375 if (Log.isLoggable(TAG, Log.VERBOSE)) {
490 if (Log.isLoggable(TAG, Log.VERBOSE)) {
535 if (Log.isLoggable(TAG, Log.VERBOSE)) {
557 if (Log.isLoggable(TAG, Log.VERBOSE)) {
591 if (Log.isLoggable(TAG, Log.VERBOSE)) {
739 if (Log.isLoggable(TAG, Log.VERBOSE)) {
770 if (Log.isLoggable(TAG, Log.VERBOSE)) {
788 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "removing - " + authority);
801 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "no more pending!");
818 if (Log.isLoggable(TAG, Log.VERBOSE)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 184 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "Got account: " + mAccount);
388 if (Log.isLoggable(TAG, Log.VERBOSE)) {
444 if (Log.isLoggable(TAG, Log.VERBOSE)) {
463 if (Log.isLoggable(TAG, Log.VERBOSE)) {
472 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/wpa_supplicant_8/src/crypto/
sha1-internal.c 161 #ifdef VERBOSE /* SAK */
254 #ifdef VERBOSE
271 #ifdef VERBOSE
  /external/clang/test/
Makefile 18 ifdef VERBOSE
  /external/llvm/utils/buildit/
build_llvm 163 VERBOSE=1
188 OPTIMIZE_OPTION='-O3' VERBOSE=1 install
  /external/markdown/markdown/extensions/
codehilite.py 154 ''', re.VERBOSE)

Completed in 2039 milliseconds

1 2 3 45 6 7 8 91011