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

12

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyEventSource.java29 * set verbose to allow different level of log
31 * @param verbose output mode? 1= verbose, 2=very verbose
33 public void setVerbose(int verbose); argument
H A DMonkeyNoopEvent.java35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
37 if (verbose > 1) {
H A DMonkeyRotationEvent.java45 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
46 if (verbose > 0) {
H A DMonkeyThrottleEvent.java37 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
39 if (verbose > 1) {
H A DMonkeyWaitEvent.java35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
36 if (verbose > 1) {
H A DMonkeyEvent.java67 * @param verbose a log switch
71 public abstract int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose); argument
H A DMonkeySourceRandomScript.java26 /** The verbose level of the source (currently not used) */
123 * @param verbose The verbose level.
125 public void setVerbose(int verbose) { argument
126 mVerbose = verbose;
129 mSetupSource.setVerbose(verbose);
133 source.setVerbose(verbose);
H A DMonkeyActivityEvent.java56 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
58 if (verbose > 0) {
75 if (verbose > 0) {
H A DMonkeyFlipEvent.java60 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
61 if (verbose > 0) {
H A DMonkeyCommandEvent.java37 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
H A DMonkeyInstrumentationEvent.java40 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
H A DMonkeyMotionEvent.java43 //If true, this is an intermediate step (more verbose logging, only)
150 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
152 if ((verbose > 0 && !mIntermediateNote) || verbose > 1) {
H A DMonkeyKeyEvent.java100 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
101 if (verbose > 1) {
H A DMonkeyPowerEvent.java132 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
H A DMonkeyGetAppFrameRateEvent.java123 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
H A DMonkeyGetFrameRateEvent.java110 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { argument
H A DMonkeySourceRandom.java185 // if verbose, show factors
456 public void setVerbose(int verbose) { argument
457 mVerbose = verbose;
H A DMonkeySourceScript.java881 public void setVerbose(int verbose) { argument
882 mVerbose = verbose;
/development/tools/yuv420sp2rgb/
H A Dcmdline.h13 int *verbose);
H A Dcmdline.c19 {"verbose", no_argument, 0, 'V'},
32 "print verbose output",
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
64 int *verbose) {
72 ASSERT(verbose); *verbose = 0;
133 case 'V': *verbose = 1; break;
57 get_options(int argc, char **argv, char **outfile, int *height, int *width, int *gray, char **type, int *rotate, int *verbose) argument
/development/build/tools/
H A Dmk_sources_zip.py51 def verbose(msg, *args): function
52 """Prints a verbose message to stderr if --verbose is set."""
73 Use -v for verbose output (lists each file being picked up or ignored).
93 [ "exec-zip", "verbose", "dry", "sourcedir=" ])
102 if o in [ "-v", "--verbose" ]:
134 verbose("Error: Skipping unknown directory %s", srcdir)
142 verbose("No package found in %s", filepath)
150 verbose("Ignore package %s [%s]", pkg, filepath)
190 verbose("Ignor
[all...]
/development/ndk/tests/
H A Drun-all.sh45 --verbose)
78 echo " --verbose Enable verbose mode"
119 echo "!!! BUILD FAILURE [$1]!!! See $MYLOG for details or use --verbose option!"
/development/testrunner/test_defs/
H A Dnative_test.py94 if not success or options.verbose:
/development/tools/mkstubs/src/com/android/mkstubs/
H A DMain.java76 /** Sets verbose mode on. Default is off. */
81 /** Returns true if verbose mode is on. */
97 /** Logger that writes on stdout depending a conditional verbose mode. */
101 public Logger(boolean verbose) { argument
102 mVerbose = verbose;
105 /** Writes to stdout only in verbose mode. */
260 " --v | --verbose : verbose mode.\n" +
/development/testrunner/
H A Druntest.py123 parser.add_option("-v", "--verbose", dest="verbose", default=False,
197 if self._options.verbose:

Completed in 944 milliseconds

12