HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 301 - 325 of 2943) sorted by null

<<11121314151617181920>>

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyFlipEvent.java 60 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
61 if (verbose > 0) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 70 @verbose = options.fetch( :verbose, $VERBOSE )
81 attr_accessor :output_directory, :verbose
212 $stderr.printf( string + "\n", *args ) if @verbose
277 @verbose = options.fetch( :verbose, $VERBOSE )
  /external/chromium_org/build/android/
adb_reverse_forwarder.py 27 '--verbose',
31 help='Verbose level (multiple times for more)')
  /external/chromium_org/chrome/installer/util/
logging_installer.h 18 // Verbose installer runs clock in at around 50K, non-verbose much less than
  /external/grub/docs/
grub.8 53 \fB\-\-verbose\fR
54 print verbose messages
  /external/openssh/regress/
ssh-com-sftp.sh 49 verbose "sftp-server $v"
52 verbose "test $tid: buffer_size $B num_requests $R"
  /external/oprofile/doc/
oparchive.1.in 32 .BI "--verbose / -V [options]"
33 Give verbose debugging output.
  /external/zlib/
update_zlib.sh 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \
21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
  /frameworks/base/core/java/android/util/
LogPrinter.java 33 * {@link android.util.Log#VERBOSE Log.VERBOSE},
TimingLogger.java 71 * least the Log.VERBOSE level for that tag at creation time then
83 * least the Log.VERBOSE level for that tag at creation time then
98 * Log.isLoggable is not enabled to at least the Log.VERBOSE
103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE);
117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for
131 * not enabled to at least the Log.VERBOSE for the specified tag at
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 26 public void setVerbose(boolean verbose) {
27 mVerbose = verbose;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
72 link=None, verbose=1, dry_run=0):
118 if verbose >= 1:
127 if verbose >= 1:
162 def move_file (src, dst, verbose=1, dry_run=0):
175 if verbose >= 1:
207 copy_file(src, dst, verbose=verbose)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
file_util.py 12 # for generating verbose output in 'copy_file()'
72 link=None, verbose=1, dry_run=0):
118 if verbose >= 1:
127 if verbose >= 1:
162 def move_file (src, dst, verbose=1, dry_run=0):
175 if verbose >= 1:
207 copy_file(src, dst, verbose=verbose)
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 48 "\t\t-v -- Be verbose\n"
56 int *verbose)
78 *verbose = 1;
171 int verbose = 0; local
174 if (parse_args(argc, argv, &dinfo, &test, &verbose))
177 if (verbose)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_compiler.py 66 parser.add_option('--verbose', action='store_true', default=False)
109 verbose = options.verbose
110 if verbose:
114 reader = idl_reader.IdlReader(options.interface_dependencies_file, options.additional_idl_files, options.idl_attributes_file, output_directory, verbose)
116 code_generator = code_generator_v8.CodeGeneratorV8(definitions, interface_name, options.output_directory, relative_dir_posix, options.idl_directories, verbose)
  /external/chromium_org/third_party/icu/source/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose; local
75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv);
83 "\t-v, --verbose verbose output\n"
102 verbose = options[2].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 43 def __init__(self, command, dep_command, test_id, timeout, verbose):
48 self.verbose = verbose
55 dep_output = commands.Execute(job.dep_command, job.verbose, job.timeout)
62 output = commands.Execute(job.command, job.verbose, job.timeout)
121 job = Job(command, dep_command, test.id, timeout, self.context.verbose)
  /external/e2fsprogs/util/
copy_sparse.c 43 int verbose = 0; variable
98 if (verbose)
124 if (verbose)
127 if (verbose)
154 if (verbose)
216 verbose++;
  /external/icu4c/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose; local
75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv);
83 "\t-v, --verbose verbose output\n"
102 verbose = options[2].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 79 // show debug message only if verbose >= 0
80 if (0 <= m_Config.options().verbose()) {
89 // show ignored message only if verbose >= 1
90 if (1 <= m_Config.options().verbose()) {
99 // show ignored message only if verbose >= 2
100 if (2 <= m_Config.options().verbose()) {
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 102 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
104 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
106 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
108 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
125 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored");
182 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved");
  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 111 void BicTest ( pfHash hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose )
126 if(verbose)
150 if(verbose) printf("\n");
160 if(verbose) printf("\\");
181 if(verbose)
190 if(verbose) printf("\n");
239 void BicTest3 ( pfHash hash, const int reps, bool verbose = true )
292 if(verbose) printf("(%3d,%3d) - ",out1,out2);
317 if(verbose)
328 if(verbose) printf("\n")
    [all...]

Completed in 3280 milliseconds

<<11121314151617181920>>