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

1 2 3 4 5 6 7 8 91011>>

  /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/WebKitTools/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;
  /build/tools/lsd/
cmdline.h 11 int *verbose);
cmdline.c 13 {"verbose", no_argument, 0, 'V'},
23 "print verbose output",
58 int *verbose)
66 ASSERT(verbose);
67 *verbose = 0;
105 case 'V': *verbose = 1; break;
  /build/tools/soslim/
cmdline.h 10 int *verbose,
  /development/tools/yuv420sp2rgb/
cmdline.h 13 int *verbose);
  /build/tools/apriori/
cmdline.h 16 int *verbose,
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_gencmn.h 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
  /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/clearsilver/cs/
cs.c 31 int verbose = 0; local
63 if ( verbose )
74 verbose=1;
80 fprintf(stderr, " -v verbose output\n");
93 if (verbose) {
100 if (verbose) {
  /external/chromium/third_party/icu/source/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...]
  /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...]
  /external/libvpx/build/make/
armlink_adapter.sh 13 verbose=0
19 verbose=1
51 [ $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
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s); method in interface:LogOutput
  /external/clearsilver/cgi/
cgi_cstest.c 28 int verbose = 0; local
39 verbose = 1;
97 if (verbose)
105 if (verbose)
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 98 final boolean verbose = m_log.atVERBOSE ();
99 if (verbose)
101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
104 log.verbose ("input data path:");
105 log.verbose ("{");
111 log.verbose (" " + nonexistent + f.getAbsolutePath ());
113 log.verbose ("}");
142 if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ...");
149 if (verbose) log.verbose (" loaded " + _mdata.size () + " metadata entries")
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 41 fprintf(stderr, " -v: verbose output\n");
143 static int verify(const char* fileName, int alignment, bool verbose)
148 if (verbose)
162 if (verbose) {
169 if (verbose) {
176 if (verbose) {
184 if (verbose)
198 bool verbose = false; local
223 verbose = true;
252 result = verify(argv[1], alignment, verbose);
    [all...]
  /external/proguard/src/proguard/shrink/
ShortestUsagePrinter.java 43 private final boolean verbose; field in class:ShortestUsagePrinter
62 * @param verbose specifies whether the output should be verbose.
65 boolean verbose)
67 this(shortestUsageMarker, verbose, System.out);
74 * @param verbose specifies whether the output should be verbose.
78 boolean verbose,
82 this.verbose = verbose;
    [all...]

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>