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

1 23 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/
ProGuard.java 167 if (configuration.verbose)
189 if (configuration.verbose)
205 if (configuration.verbose)
219 if (configuration.verbose)
234 if (configuration.verbose)
276 if (configuration.verbose)
304 if (configuration.verbose)
319 if (configuration.verbose)
334 if (configuration.verbose)
361 if (configuration.verbose)
    [all...]
  /build/target/board/vbox_x86/
BoardConfig.mk 20 BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 vga=788 verbose
21 BOARD_KERNEL_CMDLINE := init=/init qemu=1 console=tty0 vga=788 verbose androidboot.hardware=vbox_x86 androidboot.console=tty0 android.qemud=tty0
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 29 public static void verbose(String s) { method in class:Log
31 sLogoutput.verbose(s);
  /external/iproute2/examples/
gaiconf 11 verbose=
16 if [ x"$verbose" != x"" ]; then
52 TEMP=`getopt -o c::dlv -l config::,default,list,verbose -n gaiconf -- "$@"`
93 verbose=1
  /external/libgsm/src/
gsm_option.c 28 result = r->verbose;
29 if (val) r->verbose = *val;
  /external/openssh/regress/
host-expand.sh 14 verbose "test $tid: proto $p"
key-options.sh 14 verbose "key option proto $p $c"
28 verbose "key option proto $p no-pty"
39 verbose "key option proto $p environment"
58 verbose "key option proto $p $from"
sftp-batch.sh 39 verbose "$tid: good commands"
43 verbose "$tid: bad commands"
47 verbose "$tid: comments and blanks"
51 verbose "$tid: junk command"
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 67 * @param verbose a log switch
71 public abstract int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose);
MonkeySourceRandomScript.java 26 /** The verbose level of the source (currently not used) */
123 * @param verbose The verbose level.
125 public void setVerbose(int verbose) {
126 mVerbose = verbose;
129 mSetupSource.setVerbose(verbose);
133 source.setVerbose(verbose);
MonkeyActivityEvent.java 56 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
58 if (verbose > 0) {
75 if (verbose > 0) {
  /development/tools/yuv420sp2rgb/
cmdline.c 19 {"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;
  /external/smack/src/org/xbill/DNS/
Compression.java 24 private boolean verbose = Options.check("verbosecompression"); field in class:Compression
49 if (verbose)
67 if (verbose)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
metered_stream.py 58 If the MeteredStream is constructed in "verbose" mode (i.e., by passing
59 verbose=true), then update() no longer overwrite a previous update(), and
64 progress() is just like update(), except that if you are in verbose mode,
67 verbose mode.
75 def __init__(self, verbose, stream):
78 verbose: whether progress is a no-op and updates() aren't overwritten
82 self._verbose = verbose
104 the log. If the MeteredStream was initialized with verbose==True,
107 properly (typically because verbose streams are redirected to files).
119 but will also log the message if verbose() was true
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 37 * Enable using "adb shell setprop log.tag.SQLiteLog VERBOSE".
40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
45 * Enable using "adb shell setprop log.tag.SQLiteStatements VERBOSE".
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
54 * Enable using "adb shell setprop log.tag.SQLiteTime VERBOSE".
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
163 boolean verbose = false;
166 verbose = true;
170 SQLiteDatabase.dumpAll(printer, 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/webkit/Tools/Scripts/
do-webcore-rename 45 my $verbose;
51 -v|--verbose More verbose output
56 'verbose|v' => \$verbose,
85 print "Ignoring $File::Find::name\n" if $verbose;
  /external/icu4c/test/threadtest/
threadtest.cpp 158 bool verbose; member in struct:RunInfo
219 gRunInfo.verbose = false;
231 else if (strcmp(argv[argnum], "-verbose") == 0)
232 gRunInfo.verbose = true;
289 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
291 " -verbose Display extra messages. \n"
319 if (gRunInfo.verbose)
327 if (gRunInfo.verbose )
339 if (gRunInfo.verbose) {
348 if (gRunInfo.verbose) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 129 boolean verbose = out.isVerbose();
136 if ((codeBytes != 0) || verbose) {
221 * @param verbose whether to be verbose; verbose output includes
224 public void debugPrint(Writer out, String prefix, boolean verbose) {
233 if ((insn.codeSize() != 0) || verbose) {
234 s = insn.listingString("", 0, verbose);
255 * @param verbose whether to be verbose; verbose output include
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 130 boolean verbose = out.isVerbose();
137 if ((codeBytes != 0) || verbose) {
222 * @param verbose whether to be verbose; verbose output includes
225 public void debugPrint(Writer out, String prefix, boolean verbose) {
234 if ((insn.codeSize() != 0) || verbose) {
235 s = insn.listingString("", 0, verbose);
256 * @param verbose whether to be verbose; verbose output include
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 130 boolean verbose = out.isVerbose();
137 if ((codeBytes != 0) || verbose) {
222 * @param verbose whether to be verbose; verbose output includes
225 public void debugPrint(Writer out, String prefix, boolean verbose) {
234 if ((insn.codeSize() != 0) || verbose) {
235 s = insn.listingString("", 0, verbose);
256 * @param verbose whether to be verbose; verbose output include
    [all...]
  /external/v8/src/
v8utils.h 76 byte* ReadBytes(const char* filename, int* size, bool verbose = true);
84 bool verbose = true);
92 bool verbose = true);
100 bool verbose = true);
108 const char* str, int size, bool verbose = true);
196 bool verbose = true);
199 bool verbose = true);
  /external/libffi/testsuite/lib/
libffi-dg.exp 105 verbose "libffi $blddirffi"
111 verbose "gccdir $gccdir"
133 verbose "ld_library_path: $ld_library_path"
137 verbose "libffi_include $libffi_include"
140 verbose "libffi_dir $libffi_dir"
195 verbose "options: $options"
240 verbose "Testing $nshort, $flags" 1
  /bionic/libc/tools/
bionic_utils.py 13 verbose = 0 variable
16 global verbose
17 if verbose > 0:
21 global verbose
22 if verbose >= 2:
26 global verbose
27 if verbose >= 3:
31 global verbose
32 if verbose >= 4:
36 global verbose
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 50 boolean verbose,
88 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
92 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
130 _dumpAsString(tab, verbose, o.getObject(), buf);
163 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
167 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
183 if (verbose)
207 if (verbose)
249 buf.append(outputApplicationSpecific("BER", indent, verbose, obj, nl));
253 buf.append(outputApplicationSpecific("DER", indent, verbose, obj, nl))
    [all...]

Completed in 855 milliseconds

1 23 4 5 6 7 8 91011>>