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

  /frameworks/compile/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...]
  /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 45 bool Verbose;
51 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot)
52 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
163 if (Verbose)
503 unsigned First, bool Verbose) {
567 if (Verbose) {
598 RemoveDuplicates(SearchList, 0, Verbose);
607 RemoveDuplicates(SearchList, NumQuoted, Verbose);
629 unsigned NonSystemRemoved = RemoveDuplicates(SearchList, NumQuoted, Verbose);
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 174 Verbose = 1
185 if Verbose == 1:
219 if Verbose == 1:
276 if Verbose == 1:
303 if Verbose == 1:
310 if Verbose == 1:
365 if (Verbose > 0):
433 if Verbose == 1:
463 if Verbose == 1:
473 if Verbose == 1:
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 71 " [v] - be verbose about actions taken\n"
72 " [V] - be *really* verbose about actions taken\n"
101 bool Verbose = false; ///< 'v' modifier
207 case 'v': Verbose = true; break;
208 case 'V': Verbose = ReallyVerbose = true; break;
363 if (Verbose)
377 // operation is in verbose mode.
395 // the file names of each of the members. However, if verbose mode is requested
406 if (Verbose) {

Completed in 100 milliseconds