/external/clang/tools/scan-build/ |
c++-analyzer | 166 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 197 if ($Verbose) { 217 if ($Verbose) { 225 if ($Verbose == 1) { 231 elsif ($Verbose == 2) { 455 my $Verbose = 0; 456 if (defined $ENV{CCC_ANALYZER_VERBOSE}) { $Verbose = 1; } 457 if (defined $ENV{CCC_ANALYZER_LOG}) { $Verbose = 2; } 699 $Verbose, $HtmlDir, $file); 704 $Verbose, $HtmlDir, $file) [all...] |
ccc-analyzer | 166 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 197 if ($Verbose) { 217 if ($Verbose) { 225 if ($Verbose == 1) { 231 elsif ($Verbose == 2) { 455 my $Verbose = 0; 456 if (defined $ENV{CCC_ANALYZER_VERBOSE}) { $Verbose = 1; } 457 if (defined $ENV{CCC_ANALYZER_LOG}) { $Verbose = 2; } 699 $Verbose, $HtmlDir, $file); 704 $Verbose, $HtmlDir, $file) [all...] |
/ndk/ |
ndk-gdb.py | 64 VERBOSE = False 93 global VERBOSE 94 if VERBOSE: 102 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL 112 parser.add_argument( '--verbose', 113 help='Enable verbose mode', action='store_true', dest='verbose') 175 VERBOSE = args.verbose 616 Try using the --verbose option and look at its output for details.''' [all...] |
/external/icu4c/test/intltest/ |
intltest.cpp | 525 verbose = FALSE; 543 verbose = caller->verbose; 572 UBool rval = this->verbose; 573 this->verbose = verboseVal; 786 * Adds given string to the log if we are in verbose mode. 790 if( verbose ) { 796 * Adds given string to the log if we are in verbose mode. Adds a new line to 801 if( verbose ) { 808 if( verbose ) { 1100 UBool verbose = FALSE; local [all...] |
/dalvik/vm/ |
Native.cpp | 323 bool verbose; local 326 verbose = !!strncmp(pathName, "/system", sizeof("/system")-1); 327 verbose = verbose && !!strncmp(pathName, "/vendor", sizeof("/vendor")-1); 329 if (verbose) 345 if (verbose) { 411 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);
|
/external/smack/src/org/xbill/DNS/ |
TSIG.java | 372 if (Options.check("verbose")) 380 if (Options.check("verbose")) 427 if (Options.check("verbose")) 431 if (Options.check("verbose")) 435 if (Options.check("verbose")) 559 if (Options.check("verbose")) 575 if (Options.check("verbose"))
|
/external/valgrind/main/callgrind/ |
clo.c | 467 else if VG_INT_CLO(arg, "--ct-verbose", CLG_(clo).verbose) {} 470 else if VG_STREQN(12, arg, "--ct-verbose") { 615 " --ct-verbose=<level> Verbosity of standard debug output [0]\n" 616 " --ct-vstart=<BB number> Only be verbose after basic block [0]\n" 617 " --ct-verbose<level>=<func> Verbosity while in <func>\n" 667 CLG_(clo).verbose = 0;
|
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGenerator.pm | 44 my $verbose = 0; 109 $verbose = shift; 133 $codeGenerator = $ifaceName->new($object, $useOutputDir, $useOutputHeadersDir, $useLayerOnTop, $preprocessor, $writeDependencies, $verbose); 137 print "Skipping $useGenerator code generation for IDL interface \"" . $class->name . "\".\n" if $verbose; 147 print "Generating $useGenerator bindings code for IDL interface \"" . $class->name . "\"...\n" if $verbose; 224 . @{$interface->attributes} . " attributes...\n | |>\n" if $verbose; 291 print " | |> Parsing parent IDL \"$filename\" for interface \"$interfaceName\"\n" if $verbose;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
RenderScriptProcessor.java | 206 boolean verbose = AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE; 214 if (verbose) { 243 if (execLlvmRsCc(builder, project, command, sourceFile, verbose) == false) { 263 IFile sourceFile, boolean verbose) { 266 if (verbose) { 292 if (parsingError || verbose) {
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 566 FILE * outfile, int verbose); 589 FILE * outfile, int verbose) 646 if (verbose) { 1125 UBool verbose = FALSE; local [all...] |
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 72 " [v] - be verbose about actions taken\n" 73 " [V] - be *really* verbose about actions taken\n" 102 bool Verbose = false; ///< 'v' modifier 225 case 'v': Verbose = true; break; 226 case 'V': Verbose = ReallyVerbose = true; break; 383 if (Verbose) 397 // operation is in verbose mode. 415 // the file names of each of the members. However, if verbose mode is requested 426 if (Verbose) {
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaMuxerTest.java | 39 private static final boolean VERBOSE = false; 198 if (VERBOSE) { 213 if (VERBOSE) {
|
OutputSurface.java | 57 private static final boolean VERBOSE = false; 110 if (VERBOSE) Log.d(TAG, "textureID=" + mTextureRender.getTextureId()); 280 if (VERBOSE) Log.d(TAG, "new frame available");
|
/external/bison/lib/ |
bitset.c | 291 bitset_print (FILE *file, bitset bset, bool verbose) 297 if (verbose) 314 if (verbose)
|
/external/bison/tests/ |
output.at | 67 AT_CHECK_OUTPUT([foo.y], [%defines %verbose], [], 69 AT_CHECK_OUTPUT([foo.y], [%defines %verbose %yacc],[], 72 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose %yacc],[], 76 AT_CHECK_OUTPUT([foo.y], [%file-prefix "bar" %defines %verbose], [], 78 AT_CHECK_OUTPUT([foo.y], [%output="bar.c" %defines %verbose %yacc],[], 81 [%file-prefix="baz" %output "bar.c" %defines %verbose %yacc], 87 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose], [], 90 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose ], [-o foo.c], 116 AT_CHECK_OUTPUT([foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [], 119 AT_CHECK_OUTPUT([subdir/foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [], [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_media_task.c | 190 #define VERBOSE(fmt, ...) \ 194 #define VERBOSE(fmt, ...) 1048 VERBOSE("btif_media_task_aa_handle_uipc_rx_rdy calls bta_av_ci_src_data_ready"); 1094 VERBOSE("================ MEDIA TASK STARTING ================"); 1106 VERBOSE("================= MEDIA TASK EVENT %d ===============", event); [all...] |
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 22 static bool verbose = false; variable 53 if (verbose) 99 if (verbose)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
RSSFeedWatcherTask.java | 224 private void downloadFeed(File destFile, boolean verbose) 228 if (verbose) { 233 if (verbose) {
|
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 94 if (m_verbose) m_log.verbose ("processing dir path entry [" + f.getAbsolutePath () + "] ..."); 106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ..."); 269 if (m_verbose) m_log.verbose (" added manifest Class-Path entry [" + path + "]");
|
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 18 // options: -v verbose 68 "\t-v or --verbose turn on verbose output\n"
|
/external/icu4c/tools/gencfu/ |
gencfu.cpp | 19 // options: -v verbose 68 "\t-v or --verbose turn on verbose output\n"
|
/external/libffi/ |
ltcf-cxx.sh | 110 # Commands to make compiler produce verbose output that lists 325 # Commands to make compiler produce verbose output that lists 394 # Commands to make compiler produce verbose output that lists 420 # Commands to make compiler produce verbose output that lists 485 # Commands to make compiler produce verbose output that lists 503 # Commands to make compiler produce verbose output that lists 547 # Commands to make compiler produce verbose output that lists 565 # Commands to make compiler produce verbose output that lists 633 # Commands to make compiler produce verbose output that lists 665 # Commands to make compiler produce verbose output that list [all...] |
/external/linux-tools-perf/ |
builtin-probe.c | 199 OPT_INCR('v', "verbose", &verbose, 200 "be more verbose (show parsed arguments, etc)"),
|
/external/llvm/include/llvm/ |
Linker.h | 39 /// the Verbose flag. 49 Verbose = 1, ///< Print to stderr what steps the linker is taking 180 void verbose(StringRef message);
|