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

12 3 4 5 6 7 8 91011>>

  /development/cmds/monkey/src/com/android/commands/monkey/
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/harfbuzz_ng/
autogen.sh 28 echo "running autoreconf --force --install --verbose"
29 autoreconf --force --install --verbose || exit $?
  /external/openssh/regress/
envpass.sh 16 verbose "test $tid: pass env, don't accept"
27 verbose "test $tid: don't pass env, accept"
38 verbose "test $tid: pass single env, accept single env"
49 verbose "test $tid: pass multiple env, accept multiple env"
localcommand.sh 10 verbose "test $tid: proto $p localcommand"
portnum.sh 8 verbose "$tid: invalid port $port"
15 verbose "$tid: valid port $port"
reexec.sh 25 verbose "$tid: proto $p"
36 verbose "test config passing"
49 verbose "test reexec fallback"
59 verbose "test reexec fallback without privsep"
sftp-badcmds.sh 15 verbose "$tid: get nonexistent"
21 verbose "$tid: glob get to nonexistent directory"
29 verbose "$tid: put nonexistent"
35 verbose "$tid: glob put to nonexistent directory"
43 verbose "$tid: rename nonexistent"
51 verbose "$tid: rename target exists (directory)"
61 verbose "$tid: glob put files to local file"
try-ciphers.sh 17 verbose "test $tid: proto 2 cipher $c mac $m"
28 verbose "test $tid: proto 1 cipher $c"
44 verbose "test $tid: proto 2 cipher $c mac $m"
cert-userkey.sh 21 verbose "$tid: sign user ${ktype} cert"
55 verbose "$tid: ${_prefix} missing authorized_principals"
64 verbose "$tid: ${_prefix} empty authorized_principals"
73 verbose "$tid: ${_prefix} wrong authorized_principals"
82 verbose "$tid: ${_prefix} correct authorized_principals"
91 verbose "$tid: ${_prefix} authorized_principals bad key opt"
100 verbose "$tid: ${_prefix} authorized_principals command=false"
111 verbose "$tid: ${_prefix} authorized_principals command=true"
128 verbose "$tid: ${_prefix} wrong principals key option"
140 verbose "$tid: ${_prefix} correct principals key option
    [all...]
scp.sh 31 verbose "$tid: simple copy local file to local file"
36 verbose "$tid: simple copy local file to remote file"
41 verbose "$tid: simple copy remote file to local file"
46 verbose "$tid: simple copy local file to remote dir"
52 verbose "$tid: simple copy local file to local dir"
58 verbose "$tid: simple copy remote file to local dir"
64 verbose "$tid: recursive local dir to remote dir"
71 verbose "$tid: recursive local dir to local dir"
78 verbose "$tid: recursive remote dir to local dir"
85 verbose "$tid: shell metacharacters
    [all...]
  /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
  /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...]
  /external/libsepol/include/sepol/
module.h 59 int num_modules, int verbose);
63 int verbose);
76 size_t len, int verbose);
80 sepol_policydb_t * out, int verbose, int check);
  /external/libsepol/include/sepol/policydb/
link.h 18 int verbose);
  /external/v8/src/
v8utils.cc 116 bool verbose,
119 if (verbose) {
146 bool verbose) {
148 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename);
154 byte* ReadBytes(const char* filename, int* size, bool verbose) {
155 char* chars = ReadCharsFromFile(filename, size, 0, verbose);
175 bool verbose) {
177 char* result = ReadCharsFromFile(filename, &size, 1, verbose);
184 bool verbose) {
186 char* result = ReadCharsFromFile(file, &size, 1, verbose, "");
    [all...]
  /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"
  /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...]
  /external/blktrace/btt/
bno_plot.py 25 [ -v | --verbose ]
43 verbose = 0 variable
55 global verbose
59 l_opts = [ 'help', 'keys-below', 'verbose' ]
72 elif o in ('-v', '--verbose'):
73 verbose += 1
86 if verbose:
119 if verbose: print 'Executing %s' % cmd
  /external/proguard/src/proguard/gui/
ReTraceRunnable.java 40 private final boolean verbose; field in class:ReTraceRunnable
48 * @param verbose specifies whether the de-obfuscated stack trace
49 * should be verbose.
53 boolean verbose,
58 this.verbose = verbose;
91 verbose,
  /external/icu4c/tools/genren/
genren.pl 45 /^-v/ && ($VERBOSE++, next); # verbose
147 &verbose(" $_");
160 &verbose( "type: \"$type\" ");
163 &verbose( "Import: $_ \"$type\"\n");
164 &verbose( "C++ method: $_\n");
177 &verbose ( "(Chopping scope $CppName[0] )");
183 &verbose ("Skipping C++ function: $_\n");
185 &verbose ("Skipping C++ destructor: $_\n");
187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n")
242 sub verbose { subroutine
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 56 -V, --verbose report on what is done
92 verbose=false # echo for verbose mode
104 # Pacify verbose cds.
168 -V | --verb*) verbose=echo;;
287 # 1 standard output (--verbose messages)
308 $verbose "Processing $command_line_filename ..."
460 $verbose "texinfo.tex preloaded as \`$txiformat', version is \`$txiversion' ..."
479 $verbose "Macro-expanding $command_line_filename to $filename_src ..."
490 $verbose "Reverting to $command_line_filename ...
    [all...]
  /external/valgrind/main/nightly/bin/
nightly 31 # Header and command in verbose logfile
32 printf " $str ... " >> $logfile.verbose
33 echo "$*" >> $logfile.verbose
36 ("${ABT_EVAL}" "$*") >> $logfile.verbose 2>&1
95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose
127 # Remove old short and verbose log files, and start the new ones
128 for ext in short verbose ; do
161 egrep -q '^== [0-9]+ tests' $logfile.verbose && (
165 awk '/^== [0-9]+ tests/, /^$/ { print }' $logfile.verbose >> $logfile.shor
    [all...]

Completed in 547 milliseconds

12 3 4 5 6 7 8 91011>>