HomeSort by relevance Sort by last modified time
    Searched refs:verbose (Results 1 - 25 of 481) 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...]
  /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) {
MonkeyThrottleEvent.java 37 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
39 if (verbose > 1) {
MonkeyWaitEvent.java 35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
36 if (verbose > 1) {
  /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);
  /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);
  /frameworks/compile/slang/tests/
test.py 24 verbose = 0 variable in class:Options
34 if Options.verbose:
38 if Options.verbose:
59 if Options.verbose != 0:
85 if Options.verbose > 1:
104 if Options.verbose > 1:
118 if Options.verbose:
123 if Options.verbose:
127 if Options.verbose:
132 if Options.verbose
    [all...]
  /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/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/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...]
  /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) {
  /external/icu4c/tools/genrb/
gendtjar.pl 41 "--verbose" => \$verbose,
110 buildICU($platform, $icuRootDir, $icuTestDataDir, $verbose);
131 convertData($icuDataDir, $icupkg, $tempDir, $icu4jDataDir, $verbose);
133 createJar("\"$jarDir/jar\"", "icudata.jar", $tempDir, $icu4jDataDir, $verbose);
135 convertTestData($icuTestDataDir, $icupkg, $tempDir, $icu4jTestDataDir, $verbose);
136 createJar("\"$jarDir/jar\"", "testdata.jar", $tempDir, $icu4jTestDataDir, $verbose);
137 copyData($icu4jDir, $icu4jImpl, $icu4jDevDataDir, $tempDir, $verbose);
142 local($platform, $icuRootDir, $icuTestDataDir, $verbose) = @_;
154 cmd("make all", $verbose);
    [all...]
  /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/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
  /external/bluetooth/glib/tests/
run-bookmark-test.sh 11 if [ "$verbose" = "1" ]; then
18 verbose=1
  /external/dbus/tools/
dbus-launch-win.c 98 int verbose = s && *s != '\0' ? 1 : 0; local
106 if (verbose)
120 if (verbose)
129 if (verbose)
136 if (verbose)
144 if (verbose)
151 if (!verbose)
160 if (verbose)
  /external/chromium/testing/gmock/test/
gmock_test.cc 41 using testing::GMOCK_FLAG(verbose);
50 const ::std::string old_verbose = GMOCK_FLAG(verbose);
60 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str());
61 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag.
73 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
87 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
118 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
166 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
180 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
211 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose));
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s); method in interface:LogOutput

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>