HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 1 - 25 of 669) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libutil++/
cverb.h 3 * 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 stats\n
51 class verbose { class
    [all...]
cverb.cpp 3 * 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::verbose(char const * name function in class:verbose
    [all...]
  /external/compiler-rt/BlocksRuntime/tests/
recursive-test.c 14 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) printf("other_copied_block running\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 18 int TestTypes(SDL_bool verbose)
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)
77 if ( verbose ) {
87 if ( verbose ) {
147 SDL_bool verbose = SDL_TRUE; local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventSource.java 29 * set verbose to allow different level of log
31 * @param verbose output mode? 1= verbose, 2=very verbose
33 public void setVerbose(int verbose);
MonkeyNoopEvent.java 35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
37 if (verbose > 1) {
MonkeyRotationEvent.java 45 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
46 if (verbose > 0) {
  /external/webkit/Tools/Scripts/
run-jsc 39 my $usage = "Usage: run-jsc [--count run_count] [--verbose] shell_file [file2...]";
42 my $verbose = 0;
44 "verbose|v" => \$verbose);
48 $jsc .= " 2> " . File::Spec->devnull() unless $verbose;
  /development/tools/yuv420sp2rgb/
cmdline.h 13 int *verbose);
  /external/chromium/testing/gmock/include/gmock/
gmock.h 72 GMOCK_DECLARE_string_(verbose);
  /system/core/libsparse/
sparse_file.h 25 bool verbose; member in struct:sparse_file
  /external/webkit/Source/WebCore/bindings/scripts/
generate-bindings.pl 49 my $verbose;
59 'verbose' => \$verbose,
72 if ($verbose) {
78 my $parser = IDLParser->new(!$verbose);
82 my $codeGen = CodeGenerator->new(\@idlDirectories, $generator, $outputDirectory, $outputHeadersDirectory, 0, $preprocessor, $writeDependencies, $verbose);
  /external/iptables/include/
ip6tables.h 13 extern int for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
14 extern int flush_entries6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
15 extern int delete_chain6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
iptables.h 12 extern int delete_chain4(const ipt_chainlabel chain, int verbose,
14 extern int flush_entries4(const ipt_chainlabel chain, int verbose,
17 int verbose, int builtinstoo, struct iptc_handle *handle);
  /external/openssh/regress/
sftp-cmds.sh 46 verbose "$tid: lls"
50 verbose "$tid: lls w/path"
54 verbose "$tid: ls"
59 verbose "$tid: shell"
64 verbose "$tid: pwd"
69 verbose "$tid: lpwd"
74 verbose "$tid: quit"
79 verbose "$tid: help"
85 verbose "$tid: get"
91 verbose "$tid: get quoted
    [all...]
  /external/icu4c/tools/toolutil/
pkg_gencmn.h 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
  /dalvik/dx/tests/043-dex-two-classes/
run 18 dx --debug --verbose --dex --output=blort.dex *.class
  /external/elfutils/tests/
coverage.sh 4 verbose=yes
6 verbose=no
34 if [ $verbose = yes ]; then
  /external/libsepol/tests/
libsepol-tests.c 50 printf("\t-v, --verbose\t\t\tverbose output\n");
54 static int do_tests(int interactive, int verbose)
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/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 118 final boolean verbose = m_log.atVERBOSE ();
119 if (verbose)
121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
124 log.verbose ("input data path:");
125 log.verbose ("{");
131 log.verbose (" " + nonexistent + f.getAbsolutePath ());
133 log.verbose ("}");
138 log.verbose ("source path not set");
142 log.verbose ("source path:");
143 log.verbose ("{");
    [all...]
  /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...]
  /external/srtp/crypto/test/
aes_calc.c 38 int verbose; local
41 /* we're not in verbose mode */
42 verbose = 0;
45 /* we're in verbose mode */
46 verbose = 1;
92 if (verbose) {
103 if (verbose) {
  /system/extras/ext4_utils/
ext4fixup_main.c 31 int verbose = 0; local
42 verbose = 1;
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 13 verbose=0
19 verbose=1
53 [ $verbose -eq 1 ] && echo $cmd
  /dalvik/dx/tests/034-dex-minimal/
run 21 dx --verbose --debug --dex --output=blort.dex blort.class

Completed in 760 milliseconds

1 2 3 4 5 6 7 8 91011>>