/external/llvm/test/CodeGen/X86/ |
v2f32.ll | 1 ; RUN: llc < %s -mtriple=x86_64-linux -mcpu=penryn -asm-verbose=0 -o - | FileCheck %s -check-prefix=X64 2 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=penryn -asm-verbose=0 -o - | FileCheck %s -check-prefix=W64 3 ; RUN: llc < %s -mcpu=yonah -march=x86 -mtriple=i386-linux-gnu -asm-verbose=0 -o - | FileCheck %s -check-prefix=X32
|
/external/proguard/src/proguard/ant/ |
ProGuardTask.java | 236 public void setVerbose(boolean verbose) 238 configuration.verbose = verbose;
|
/external/valgrind/main/auxprogs/ |
gsl16test | 39 (eval "$*") >> log.verbose 2>&1 75 rm -rf log.verbose gsl-1.6-patched summary.txt 77 echo > log.verbose
|
gsl19test | 41 (eval "$*") >> log.verbose 2>&1 78 rm -rf log.verbose gsl-1.9 summary.txt 80 echo > log.verbose
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
printing_unittest.py | 58 handler = printing._configure_logging(stream, options.verbose) 69 options, args = get_options(['--verbose']) 70 handler = printing._configure_logging(stream, options.verbose) 81 verbose=False, child_processes=1, 89 verbose, 97 # test that verbose defaults to everything 98 test_switches([], printing.PRINT_EVERYTHING, verbose=True) 109 # this tests that '--print X' overrides '--verbose' 110 test_switches(['--print', 'actual'], 'actual', verbose=True) 458 printer, err, out = self.get_printer(['--verbose']) [all...] |
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 34 VERBOSE=1 71 if [ "$VERBOSE" -gt 0 ]; then 74 if [ "$VERBOSE" -gt 1 ]; then 77 if [ "$VERBOSE" -gt 1 ]; then 89 if [ "$VERBOSE" -gt 0 ]; then 169 --verbose) VERBOSE=$(( $VERBOSE + 1 ));; 170 --quiet) VERBOSE=$(( $VERBOSE - 1 )); [all...] |
rebuild-all-prebuilt.sh | 87 if [ "$VERBOSE" = "yes" ]; then 88 FLAGS=$FLAGS" --verbose" 91 FLAGS=$FLAGS" --verbose"
|
build-ndk-sysroot.sh | 50 --verbose) 51 if [ "$VERBOSE" = "yes" ] ; then 54 VERBOSE=yes 83 echo " --verbose enable verbose messages"
|
/packages/apps/Mms/src/com/android/mms/model/ |
VideoModel.java | 89 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 138 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 158 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionSettings.java | 62 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 76 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 135 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
|
/packages/apps/Mms/src/com/android/mms/widget/ |
MmsWidgetProvider.java | 55 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 81 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 125 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
|
/system/core/toolbox/ |
lsusb.c | 25 static int verbose = 0; variable 157 if (verbose) { 209 verbose = 1;
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 73 int verbose = 0; local 144 verbose = 1; 204 sparse, crc, wipe, sehnd, verbose);
|
/external/iptables/iptables/ |
ip6tables.c | 119 {.name = "verbose", .has_arg = 0, .val = 'v'}, 274 " --verbose -v verbose mode\n" 687 int verbose, 699 if (verbose) 714 int verbose, 722 if (verbose) 737 int verbose, 749 if (verbose) 801 int verbose, 1341 int verbose = 0; local [all...] |
iptables.c | 117 {.name = "verbose", .has_arg = 0, .val = 'v'}, 287 " --verbose -v verbose mode\n" 692 int verbose, 704 if (verbose) 719 int verbose, 727 if (verbose) 742 int verbose, 754 if (verbose) 806 int verbose, 1370 int verbose = 0; local [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source"); 459 if (log.atVERBOSE ()) log.verbose ("destination file [" + fullOutFile + "] skipped: more recent that the source file"); 625 final boolean verbose = log.atVERBOSE (); 626 if (verbose) 628 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); 631 log.verbose ("instrumentation path:"); 632 log.verbose ("{"); 638 log.verbose (" " + nonexistent + f.getAbsolutePath ()); 640 log.verbose ("}"); 643 log.verbose ("instrumentation output mode: " + m_outMode) [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 269 final boolean verbose = log.atVERBOSE (); 270 if (verbose) 272 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); 275 log.verbose ("coverage path:"); 276 log.verbose ("{"); 282 log.verbose (" " + nonexistent + f.getAbsolutePath ()); 284 log.verbose ("}"); 288 log.verbose ("source path not set"); 292 log.verbose ("source path:"); 293 log.verbose ("{"); [all...] |
/external/llvm/utils/Misc/ |
zkill | 155 parser.add_option("-v", "--verbose", dest="verbose", 156 help="Print more verbose output", 215 if opts.verbose: 264 if opts.verbose:
|
/external/llvm/utils/ |
llvm-native-gxx | 6 $Verbose = 0; 34 $Verbose = 1; 70 "based on '$DefaultOutputFileBase'\n" if $Verbose; 87 print "$command\n" if $Verbose; 164 print "Output file is $OutputFile\n" if $Verbose;
|
/external/clang/utils/analyzer/ |
SATestBuild.py | 174 Verbose = 1 185 if Verbose == 1: 221 if Verbose == 1: 278 if Verbose == 1: 305 if Verbose == 1: 312 if Verbose == 1: 367 if (Verbose > 0): 435 if Verbose == 1: 465 if Verbose == 1: 475 if Verbose == 1: [all...] |
/frameworks/base/services/java/com/android/server/accounts/ |
AccountManagerService.java | 466 if (Log.isLoggable(TAG, Log.VERBOSE)) { 505 if (Log.isLoggable(TAG, Log.VERBOSE)) { 524 if (Log.isLoggable(TAG, Log.VERBOSE)) { 550 if (Log.isLoggable(TAG, Log.VERBOSE)) { 748 if (Log.isLoggable(TAG, Log.VERBOSE)) { [all...] |
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 47 int verbose = 0; variable 253 if (verbose) { 259 if (verbose) 265 if (verbose) 278 if (verbose) 296 if (verbose) { 464 verbose = 1;
|
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 99 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose); 117 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) { 159 if (verbose) { 203 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local 266 if (verbose) { 404 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) { 460 if (verbose) {
|
/external/linux-tools-perf/ |
builtin-report.c | 307 if (verbose > 3) 310 if (verbose > 2) 420 OPT_INCR('v', "verbose", &verbose, 421 "be more verbose (show symbol address, etc)"), 492 * providing it only in verbose mode not to bloat too 495 if (verbose) {
|
/external/strace/ |
resource.c | 157 if (syserror(tcp) || !verbose(tcp)) 181 if (!verbose(tcp)) 223 if (syserror(tcp) || !verbose(tcp)) 243 if (!verbose(tcp)) 296 else if (syserror(tcp) || !verbose(tcp)) 332 else if (syserror(tcp) || !verbose(tcp)) 396 if (syserror(tcp) || !verbose(tcp))
|