/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
Constants.java | 25 public static final boolean Verbose = false;
|
/external/llvm/tools/llvm-link/ |
llvm-link.cpp | 49 Verbose("v", cl::desc("Print information about actions taken")); 64 if (Verbose) errs() << "Loading '" << FN << "'\n"; 102 if (Verbose) errs() << "Linking in '" << InputFilenames[i] << "'\n"; 125 if (Verbose) errs() << "Writing bitcode...\n";
|
/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 | 175 Verbose = 1 186 if Verbose == 1: 226 if Verbose == 1: 283 if Verbose == 1: 310 if Verbose == 1: 317 if Verbose == 1: 372 if (Verbose > 0): 442 if Verbose == 1: 472 if Verbose == 1: 482 if Verbose == 1: [all...] |
/external/clang/include/clang/Lex/ |
HeaderSearchOptions.h | 151 unsigned Verbose : 1; 169 UseLibcxx(false), Verbose(false),
|
/external/clang/tools/scan-build/ |
ccc-analyzer | 170 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 201 if ($Verbose) { 221 if ($Verbose) { 229 if ($Verbose == 1) { 235 elsif ($Verbose == 2) { 460 my $Verbose = 0; 461 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; } 462 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; } 711 $Verbose, $HtmlDir, $file); 716 $Verbose, $HtmlDir, $file) [all...] |
scan-build | 28 my $Verbose = 0; # Verbose output from this script. 234 if ($Verbose) { 925 my $Verbose = $Options->{'VERBOSE'}; 926 if ($Verbose >= 2) { 929 if ($Verbose >= 3) { [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 171 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 202 if ($Verbose) { 222 if ($Verbose) { 230 if ($Verbose == 1) { 236 elsif ($Verbose == 2) { 453 my $Verbose = 0; 454 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; } 455 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; } 700 $Verbose, $HtmlDir, $file); 705 $Verbose, $HtmlDir, $file) [all...] |
scan-build | 26 my $Verbose = 0; # Verbose output from this script. 219 if ($Verbose) { 892 my $Verbose = $Options->{'VERBOSE'}; 893 if ($Verbose >= 2) { 896 if ($Verbose >= 3) { 1118 Enable verbose output from scan-build. A second and third '-v' increases [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
ccc-analyzer | 171 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir, 202 if ($Verbose) { 222 if ($Verbose) { 230 if ($Verbose == 1) { 236 elsif ($Verbose == 2) { 453 my $Verbose = 0; 454 if (defined $ENV{'CCC_ANALYZER_VERBOSE'}) { $Verbose = 1; } 455 if (defined $ENV{'CCC_ANALYZER_LOG'}) { $Verbose = 2; } 700 $Verbose, $HtmlDir, $file); 705 $Verbose, $HtmlDir, $file) [all...] |
scan-build | 26 my $Verbose = 0; # Verbose output from this script. 219 if ($Verbose) { 892 my $Verbose = $Options->{'VERBOSE'}; 893 if ($Verbose >= 2) { 896 if ($Verbose >= 3) { 1118 Enable verbose output from scan-build. A second and third '-v' increases [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 120 verbose=1; 122 verbose=Verbose=1; 170 if (!verbose) 181 else /* verbose */ 191 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) 526 unsigned First, bool Verbose) { 590 if (Verbose) { 621 RemoveDuplicates(SearchList, 0, Verbose); 630 RemoveDuplicates(SearchList, NumQuoted, Verbose); 652 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose); [all...] |
/frameworks/compile/slang/ |
slang_rs_context.cpp | 50 bool Verbose) 55 mVerbose(Verbose),
|
slang_rs_context.h | 111 bool Verbose);
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 120 if (CI->getHeaderSearchOpts().Verbose) {
|
/external/lldb/include/lldb/Core/ |
Log.h | 154 Verbose (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
|
/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/chromium_org/third_party/libvpx/source/libvpx/test/ |
tools_common.sh | 296 --verbose: Verbose output. 349 --verbose)
|
/external/chromium_org/tools/profile_chrome/ |
main.py | 154 parser.add_option('-v', '--verbose', help='Verbose logging.', 173 if options.verbose:
|
/external/libvpx/libvpx/test/ |
tools_common.sh | 339 --verbose: Verbose output. 388 --verbose)
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 98 " [v] - be verbose about actions taken\n" 120 static bool Verbose = false; ///< 'v' modifier 215 case 'v': Verbose = true; break; 275 if (Verbose) 283 // operation is in verbose mode. 300 // the file names of each of the members. However, if verbose mode is requested 304 if (Verbose) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
tools_common.sh | 339 --verbose: Verbose output. 388 --verbose)
|