/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 48 Verbose("v", cl::desc("Print information about actions taken")); 59 if (Verbose) errs() << "Loading '" << FN << "'\n"; 97 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"; 120 if (Verbose) errs() << "Writing bitcode...\n";
|
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 136 unsigned Verbose : 1; 145 UseLibcxx(false), Verbose(false) {}
|
/external/llvm/utils/ |
llvm-native-gcc | 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;
|
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 | 175 Verbose = 1 186 if Verbose == 1: 225 if Verbose == 1: 282 if Verbose == 1: 309 if Verbose == 1: 316 if Verbose == 1: 371 if (Verbose > 0): 441 if Verbose == 1: 471 if Verbose == 1: 481 if Verbose == 1: [all...] |
/external/clang/tools/scan-build/ |
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) { 447 my $Verbose = 0; 448 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; } 449 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; } 694 $Verbose, $HtmlDir, $file); 699 $Verbose, $HtmlDir, $file) [all...] |
scan-build | 26 my $Verbose = 0; # Verbose output from this script. 217 if ($Verbose) { 890 my $Verbose = $Options->{'VERBOSE'}; 891 if ($Verbose >= 2) { 894 if ($Verbose >= 3) { 1116 Enable verbose output from scan-build. A second and third '-v' increases [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
ciphers.c | 74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", 75 " -V - even more verbose\n", 87 int verbose=0,Verbose=0; local 126 verbose=1; 128 verbose=Verbose=1; 176 if (!verbose) 187 else /* verbose */ 197 if (Verbose) [all...] |
/external/openssl/apps/ |
ciphers.c | 74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n", 75 " -V - even more verbose\n", 87 int verbose=0,Verbose=0; local 126 verbose=1; 128 verbose=Verbose=1; 176 if (!verbose) 187 else /* verbose */ 197 if (Verbose) [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_notice.py | 15 if Trace.verbose: 18 Trace.verbose = False 24 if Trace.verbose: 72 parser.add_option('-v', '--verbose', help='Verbose output.', 78 Trace.verbose = options.verbose
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 45 bool Verbose; 51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) 52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot), 175 if (Verbose) 514 unsigned First, bool Verbose) { 578 if (Verbose) { 609 RemoveDuplicates(SearchList, 0, Verbose); 618 RemoveDuplicates(SearchList, NumQuoted, Verbose); 640 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose); [all...] |
CompilerInstance.cpp | 684 if (getHeaderSearchOpts().Verbose) [all...] |
CompilerInvocation.cpp | [all...] |
/external/clang/examples/clang-interpreter/ |
main.cpp | 119 if (CI->getHeaderSearchOpts().Verbose) {
|
/frameworks/compile/slang/tests/ |
test.py | 24 verbose = 0 variable in class:Options 32 if Options.verbose: 36 if Options.verbose: 64 if Options.verbose != 0: 92 if Options.verbose > 1: 111 if Options.verbose > 1: 125 if Options.verbose: 130 if Options.verbose: 134 if Options.verbose: 139 if Options.verbose [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 104 PreferencePage_Verbose=Verbose
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 82 'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
|
rails.php | 75 'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 103 " [v] - be verbose about actions taken\n" 125 static bool Verbose = false; ///< 'v' modifier 212 case 'v': Verbose = true; break; 272 if (Verbose) 280 // operation is in verbose mode. 297 // the file names of each of the members. However, if verbose mode is requested 301 if (Verbose) {
|
/frameworks/wilhelm/src/ |
Android.mk | 58 # or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose logging 60 # log all API entries and exits (also requires Debug or Verbose log level)
|
/external/clang/lib/Tooling/ |
Tooling.cpp | 193 if (Invocation->getHeaderSearchOpts().Verbose) {
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 255 [ -v : --verbose ] Default: Off 342 \texttt{--verbose}\\Select Verbose Output} 356 \caption{\label{fig:verb-out}Verbose Output Example} 377 \caption{\label{fig:verb-defs}Verbose Field Definitions} 396 [ -v : --verbose ] Default: Off 511 \texttt{--verbose}\\Select Verbose Output} 518 verbose output file with the name \texttt{sdab.replay.3.rep} in the
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
metadata_dispatcher.js | 63 * Verbose logging for the dispatcher. 67 MetadataDispatcher.prototype.verbose = false; 118 * Send a log message to the caller only if this.verbose is true. 122 if (this.verbose)
|
/external/bison/doc/ |
refcard.tex | 325 \key{Verbose description of the parser.} {-v}
|
/external/mksh/src/ |
check.pl | 192 -v Verbose mode: print reason test failed. 254 $verbose = defined $opt_v && $opt_v; 672 print $why if $verbose; [all...] |