HomeSort by relevance Sort by last modified time
    Searched defs:Verbose (Results 1 - 6 of 6) sorted by null

  /gdk/sources/llvm-ndk-cc/tests/
test.py 15 Verbose = 0
24 if Options.Verbose:
28 if Options.Verbose:
39 if Options.Verbose != 0:
57 if Options.Verbose > 1:
65 if Options.Verbose > 1:
93 if Options.Verbose:
97 if Options.Verbose:
108 if Options.Verbose:
114 if Options.Verbose
    [all...]
  /external/llvm/include/llvm/
Linker.h 39 /// print out the linking actions it is taking with the Verbose flag.
57 Verbose = 1, ///< Print to stderr what steps the linker is taking
288 void verbose(StringRef message);
  /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/clang/lib/Frontend/
InitHeaderSearch.cpp 44 bool Verbose;
50 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
51 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
156 if (Verbose)
494 unsigned First, bool Verbose) {
558 if (Verbose) {
589 RemoveDuplicates(SearchList, 0, Verbose);
598 RemoveDuplicates(SearchList, NumQuoted, Verbose);
620 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 77 Verbose = 1
114 if Verbose == 1:
142 if Verbose == 1:
196 if Verbose == 1:
223 if Verbose == 1:
230 if Verbose == 1:
285 if (Verbose > 0):
353 if Verbose == 1:
383 if Verbose == 1:
393 if Verbose == 1:
    [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
209 case 'v': Verbose = true; break;
210 case 'V': Verbose = ReallyVerbose = true; break;
368 if (Verbose)
382 // operation is in verbose mode.
400 // the file names of each of the members. However, if verbose mode is requested
411 if (Verbose) {

Completed in 103 milliseconds