HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 201 - 225 of 2943) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/X86/
pmulld.ll 1 ; RUN: llc < %s -mtriple=x86_64-linux -mattr=+sse41 -asm-verbose=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+sse41 -asm-verbose=0 | FileCheck %s -check-prefix=WIN64
  /external/oprofile/doc/
opgprof.1.in 28 .BI "--verbose / -V [options]"
29 Give verbose debugging output.
opimport.1.in 38 .BI "--verbose / -V"
39 Give verbose debugging output.
  /external/oprofile/libabi/
opimport.cpp 36 bool verbose; member in namespace:__anon26152
42 popt::option(verbose, "verbose", 'V', "verbose output"),
61 if (verbose) {
90 if (verbose)
102 if (verbose)
148 if (verbose)
  /external/skia/tests/
FontNamesTest.cpp 113 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) {
143 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) {
163 if (verbose) {
171 if (verbose) {
195 if (verbose) {
207 if (verbose) {
212 if (verbose) {
219 DEFINE_bool(verboseFontNames, false, "verbose FontNames test.");
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.h 27 int verbose);
67 size_t buflen, int verbose)
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 19 VERBOSE=1
22 if [ "$VERBOSE" -gt 1 ]; then
25 case $VERBOSE in
39 if [ "$VERBOSE" -gt 1 ]; then
55 --verbose)
56 VERBOSE=$(( $VERBOSE + 1 ))
79 echo " --verbose Increase verbosity."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 77 def open_pathname(pathname, verbose=0):
92 pathname = _decode(pathname, verbose=verbose)
95 def resource_pathname(pathname, verbose=0):
111 pathname = _decode(pathname, verbose=verbose)
119 def _decode(pathname, verbose=0):
131 if verbose:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future_builtins.py 34 def test_main(verbose=None):
38 test_main(verbose=True)
test_htmllib.py 34 parser = AnchorCollector(formatter.NullFormatter(), verbose=1)
49 parser = DeclCollector(formatter.NullFormatter(), verbose=1)
test_imaplib.py 13 from test_support import reap_threads, verbose, transient_internet namespace
63 if verbose: print "SENT:", message.strip()
87 if verbose: print 'GOT:', line.strip()
113 if verbose: print "creating server"
117 if verbose:
132 if verbose: print "server running"
136 if verbose: print "waiting for server"
139 if verbose: print "done"
test_zipimport_support.py 20 verbose = test.test_support.verbose variable
43 finder = doctest.DocTestFinder(verbose=verbose, recurse=False)
44 runner = doctest.DocTestRunner(verbose=verbose)
58 if verbose:
124 if verbose:
208 if verbose:
217 if verbose
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future_builtins.py 34 def test_main(verbose=None):
38 test_main(verbose=True)
test_htmllib.py 34 parser = AnchorCollector(formatter.NullFormatter(), verbose=1)
49 parser = DeclCollector(formatter.NullFormatter(), verbose=1)
test_imaplib.py 13 from test_support import reap_threads, verbose, transient_internet namespace
63 if verbose: print "SENT:", message.strip()
87 if verbose: print 'GOT:', line.strip()
113 if verbose: print "creating server"
117 if verbose:
132 if verbose: print "server running"
136 if verbose: print "waiting for server"
139 if verbose: print "done"
test_zipimport_support.py 20 verbose = test.test_support.verbose variable
43 finder = doctest.DocTestFinder(verbose=verbose, recurse=False)
44 runner = doctest.DocTestRunner(verbose=verbose)
58 if verbose:
124 if verbose:
208 if verbose:
217 if verbose
    [all...]
  /external/proguard/src/proguard/
ProGuard.java 167 if (configuration.verbose)
189 if (configuration.verbose)
205 if (configuration.verbose)
219 if (configuration.verbose)
234 if (configuration.verbose)
276 if (configuration.verbose)
304 if (configuration.verbose)
319 if (configuration.verbose)
334 if (configuration.verbose)
361 if (configuration.verbose)
    [all...]
  /external/chromium_org/third_party/openssl/
import_from_android.sh 16 VERBOSE=1
35 # $1: Verbosity threshold, only if '$VERBOSE > $1' does this print.
40 if [ "$VERBOSE" -gt "$LEVEL" ]; then
50 # Print a message if --verbose was used.
55 # Print a message if --verbose --verbose was used.
60 # Run a command silently, unless --verbose is used.
64 # - If --verbose is used, this prints the command's name, and stderr
66 # - If '--verbose --verbose' is used, this prints the commands and it
    [all...]
  /external/libusb-compat/examples/
testlibusb.c 11 int verbose = 0; variable
101 if (udev && verbose) {
113 if (verbose) {
134 verbose = 1;
142 if (bus->root_dev && !verbose)
  /external/markdown/markdown/
commandline.py 52 action="store_const", const=CRITICAL+10, dest="verbose",
54 parser.add_option("-v", "--verbose",
55 action="store_const", const=INFO, dest="verbose",
64 action="store_const", const=DEBUG, dest="verbose",
85 'output_format': options.output_format}, options.verbose
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 52 private static final boolean VERBOSE = false; // lots of logging
186 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight);
197 if (VERBOSE) Log.d(TAG, "found codec: " + codecInfo.getName());
210 if (VERBOSE) Log.d(TAG, "format: " + format);
224 if (VERBOSE) Log.d(TAG, "releasing encoder");
227 if (VERBOSE) Log.d(TAG, "released encoder");
276 if (VERBOSE) Log.d(TAG, "gen loop");
283 if (VERBOSE) Log.d(TAG, "signaling input EOS");
295 if (VERBOSE) Log.d(TAG, "inputSurface swapBuffers");
311 if (VERBOSE) Log.d(TAG, "no output from encoder available")
    [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...]
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_basics.py 14 from test_all import db, test_support, verbose, get_new_environment_path, \
25 if verbose:
124 if verbose:
138 if verbose:
144 if verbose:
161 if verbose: print val
183 if verbose: print val
211 if verbose:
226 if verbose:
236 if verbose
15 get_new_database_path namespace
    [all...]

Completed in 448 milliseconds

1 2 3 4 5 6 7 891011>>