Searched refs:verbose (Results 1 - 25 of 945) sorted by relevance

1234567891011>>

/external/oprofile/libutil++/
H A Dcverb.h3 * verbose output stream
22 * verbose object, all output through this stream are made only
23 * if a verbose object with a true state is injected in the stream.
29 * declare some verbose global object:
30 * verbose debug("debug");
31 * verbose stats("stats");
32 * verbose level2("level2");
36 * verbose::setup(command_line_args_to'--verbose=');
39 * cverb << (stats&level2) << "very verbose stat
51 class verbose { class
[all...]
H A Dcverb.cpp3 * verbose output stream
25 verbose vlevel1("level1");
26 verbose vdebug("debug");
27 verbose vstats("stats");
28 verbose vsfile("sfile");
29 verbose vxml("xml");
51 // We use a multimap because user can create multiple verbose object with
54 typedef multimap<string, verbose *> recorder_t;
55 // The recorder is lazilly created by verbose object ctor
61 verbose function in class:verbose
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-test.c14 int verbose = 0; variable
18 if (argc > 1) verbose = 1;
22 if (verbose) printf("recursive_local_block is a local recursive block\n");
24 if (verbose) printf("%d\n", i);
30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n");
36 if (verbose) printf("other_local_block running\n");
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n");
48 if (verbose) print
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestplatform.c18 int TestTypes(SDL_bool verbose) argument
23 if ( verbose )
29 if ( verbose )
35 if ( verbose )
42 if ( verbose )
48 if ( verbose ) {
52 if ( verbose && !error )
58 int TestEndian(SDL_bool verbose) argument
77 if ( verbose ) {
87 if ( verbose ) {
130 TestCPUInfo(SDL_bool verbose) argument
147 SDL_bool verbose = SDL_TRUE; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dpython-use.c9 extern int verbose;
17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0)
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DExcludeProcessor.java26 private final boolean verbose; field in class:ExcludeProcessor
28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { argument
30 this.verbose = verbose;
35 if (verbose && !toKeep)
/external/lldb/tools/lldb-perf/lib/
H A DXcode.h33 FetchVariable (SBValue value, uint32_t expand = 0, bool verbose = false);
36 FetchModules (SBTarget target, bool verbose = false);
39 FetchVariables (SBFrame frame, uint32_t expand = 0, bool verbose = false);
42 FetchFrames (SBProcess process, bool variables = false, bool verbose = false);
45 RunExpression (SBFrame frame, const char* expression, bool po = false, bool verbose = false);
54 RunCommand (SBDebugger debugger, const char* cmd, bool verbose = false);
/external/qemu/distrib/libsparse/src/
H A Dsparse_file.h25 bool verbose; member in struct:sparse_file
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Drun-bindings-tests41 --verbose: Show output on success and logging messages (not just failure)
44 verbose = '--verbose' in argv
46 return run_bindings_tests(reset_results, verbose)
/external/chromium_org/third_party/smhasher/src/
H A DSpeedTest.h6 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & outCycles );
/external/libunwind/tests/
H A Dtest-strerror.c8 int i, verbose = argc > 1; local
14 if (verbose)
H A DLtest-cxx-exceptions.cxx33 static int verbose; variable
57 if (verbose)
66 verbose = 1;
H A Dtest-static-link-loc.c40 int verbose; variable
79 if (verbose)
94 verbose = 1;
H A DLtest-varargs.c11 int verbose; variable
33 if (verbose)
70 verbose = 1;
80 if (verbose)
H A DGtest-concurrent.c45 int verbose; variable
63 if (verbose)
77 if (verbose)
110 verbose = 1;
112 if (verbose)
117 if (verbose)
122 if (verbose)
133 if (verbose)
H A DGtest-exc.c45 int verbose = 0; variable
95 if (verbose)
104 if (verbose)
126 if (verbose)
140 ++verbose;
159 if (verbose)
/external/ltrace/testsuite/ltrace.minor/
H A Dprint-instruction-pointer.exp8 verbose "compiling source file now....."
20 verbose "ltrace runtest output: $exec_output\n"
31 #verbose "output=$output"
35 verbose "addr1 = $addr1"
36 verbose "addr2 = $addr2"
/external/iptables/include/
H A Dip6tables.h13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
H A Diptables.h12 extern int delete_chain4(const xt_chainlabel chain, int verbose,
14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
17 int verbose, int builtinstoo, struct xtc_handle *handle);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
/external/chromium_org/mojo/tools/
H A Dcheck_mojom_golden_files.py22 def _ProcessDircmpResults(results, verbose=False):
28 if verbose:
39 # If we're being verbose, check subdirectories even if we know that there
41 if rv or verbose:
42 rv = _ProcessDircmpResults(r, verbose=verbose) and rv
53 parser.add_argument("--verbose", action="store_true",
68 if args.verbose:
73 if args.verbose:
84 verbose
[all...]
/external/chromium_org/chrome/test/nacl_test_injection/
H A Dfind_chrome.py16 def FindChrome(src_dir, configs, verbose=False):
47 if verbose:
50 if verbose:
57 if verbose:
60 if verbose:
75 parser.add_option('-v', '--verbose', action='store_true',
93 chrome_path = FindChrome(src_dir, options.config, options.verbose)
/external/libsepol/tests/
H A Dlibsepol-tests.c50 printf("\t-v, --verbose\t\t\tverbose output\n");
54 static int do_tests(int interactive, int verbose) argument
67 if (verbose)
83 int i, verbose = 1, interactive = 0; local
86 {"verbose", 0, NULL, 'v'},
94 verbose = 1;
109 if (do_tests(interactive, verbose))
114 if (do_tests(interactive, verbose))
/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl45 /^-v/ && ($VERBOSE++, next); # verbose
147 &verbose(" $_");
160 &verbose( "type: \"$type\" ");
163 &verbose( "Import: $_ \"$type\"\n");
164 &verbose( "C++ method: $_\n");
177 &verbose ( "(Chopping scope $CppName[0] )");
183 &verbose ("Skipping C++ function: $_\n");
185 &verbose ("Skipping C++ destructor: $_\n");
187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n");
192 &verbose ( "
242 sub verbose { subroutine
[all...]

Completed in 2514 milliseconds

1234567891011>>