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

12 3 4 5 6 7 8 91011

  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
mkheaders 27 VERBOSE=0
30 VERBOSE=`expr $VERBOSE + 1`
32 export VERBOSE
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
mkheaders 27 VERBOSE=0
30 VERBOSE=`expr $VERBOSE + 1`
32 export VERBOSE
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/4.4.3/install-tools/
mkheaders 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
mkheaders 27 VERBOSE=0
30 VERBOSE=`expr $VERBOSE + 1`
32 export VERBOSE
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkheaders 27 VERBOSE=0
30 VERBOSE=`expr $VERBOSE + 1`
32 export VERBOSE
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 34 int VERBOSE = 3; // "-verbose"
60 String VERBOSE_STRING = "verbose";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 30 var VERBOSE = false;
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 28 var VERBOSE = false;
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
  /system/extras/tests/bionic/libc/
run-test.sh 25 VERBOSE=no
36 --verbose)
37 if [ "$VERBOSE" = "yes" ] ; then
40 VERBOSE=yes
69 echo " --verbose Enable verbose mode"
135 if [ $VERBOSE = "yes" ] ; then
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorResponse.java 46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
AbstractAccountAuthenticator.java 121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 if (Log.isLoggable(TAG, Log.VERBOSE)) {
176 if (Log.isLoggable(TAG, Log.VERBOSE)) {
190 if (Log.isLoggable(TAG, Log.VERBOSE)) {
199 if (Log.isLoggable(TAG, Log.VERBOSE)) {
214 if (Log.isLoggable(TAG, Log.VERBOSE)) {
223 if (Log.isLoggable(TAG, Log.VERBOSE)) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 49 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
58 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
69 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
89 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
100 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
TransactionService.java 158 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
185 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
198 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
203 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
217 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
260 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
267 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
280 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
284 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
327 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
    [all...]
  /prebuilt/android-arm/kernel/
rebuild.sh 50 # Send a message to the log. Does nothing if --verbose is not used
53 if [ "$VERBOSE" = "yes" ] ; then
58 # Run a comment. Print it to the output first if --verbose is used
61 if [ "$VERBOSE" = "yes" ] ; then
123 VERBOSE=no
135 --verbose)
136 if [ "$VERBOSE" = "yes" ] ; then
139 VERBOSE=yes
176 echo " --verbose Enable verbose output.
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.h 26 U_CFUNC UBool VERBOSE;
  /external/llvm/utils/
NewNightlyTest.pl 84 # -verbose Turn on some debug output
189 if (/^-verbose$/) { $VERBOSE = 1; next; }
314 if ($VERBOSE) {
320 if ($VERBOSE) {
333 if ($VERBOSE) {
339 if ($VERBOSE) {
357 if ( $VERBOSE ) { print "Changing To: $name ($dir)\n"; }
388 if ($VERBOSE) { print "Copying $file to $newfile\n"; }
473 if ( $VERBOSE ) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 25 case Log.VERBOSE:
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 37 #ifdef VERBOSE
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 69 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
71 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
72 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
77 public static final boolean VERBOSE = false;
193 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
200 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
212 if (VERBOSE) Log.v(TAG, "Pbap Service onStartCommand");
235 if (VERBOSE) Log.v(TAG, "action: " + action);
267 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result);
297 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy")
    [all...]
  /development/ndk/tests/
run-all.sh 45 --verbose)
46 VERBOSE=yes
78 echo " --verbose Enable verbose mode"
92 if [ "$VERBOSE" = "yes" ] ; then
119 echo "!!! BUILD FAILURE [$1]!!! See $MYLOG for details or use --verbose option!"
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 81 if (Log.isLoggable("SMS", Log.VERBOSE)) {
118 if (Log.isLoggable("SMS", Log.VERBOSE)) {
156 if (Log.isLoggable("SMS", Log.VERBOSE)) {

Completed in 4308 milliseconds

12 3 4 5 6 7 8 91011