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

1 2 3 4 5 6 78 91011>>

  /external/openssh/regress/
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"
localcommand.sh 10 verbose "test $tid: proto $p localcommand"
  /external/skia/tests/
FontMgrTest.cpp 35 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
48 if (verbose) {
61 if (verbose) {
69 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
  /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...]
  /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);
  /packages/apps/Dialer/
proguard.flags 15 -verbose
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
messages.properties 6 BuildPreferencePage_Verbose=Verbose
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 102 def __init__(self, device=None, verbose=False):
103 self.verbose = verbose
147 if self.verbose:
162 if self.verbose:
201 if not os.path.exists(lib_path) and self.verbose:
337 def __init__(self, adb, name="android-status", cat=gdb.COMMAND_OBSCURE, verbose=False):
339 self.verbose = verbose
356 if self.verbose
    [all...]
  /system/core/libsparse/
sparse_read.c 51 static void verbose_error(bool verbose, int err, const char *fmt, ...)
78 if (verbose) {
239 verbose_error(s->verbose, ret, "data block at %lld", offset);
247 verbose_error(s->verbose, ret, "fill block at %lld", offset);
256 verbose_error(s->verbose, ret, "skip block at %lld", offset);
264 verbose_error(s->verbose, -EINVAL, "crc block at %lld",
270 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %lld",
423 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc)
432 verbose_error(verbose, ret, "header");
437 verbose_error(verbose, -EINVAL, "header magic")
    [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...]
  /build/target/board/vbox_x86/
BoardConfig.mk 19 BOARD_INSTALLER_CMDLINE := init=/init console=ttyS0 console=tty0 vga=788 verbose
20 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);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNoopEvent.java 35 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
37 if (verbose > 1) {
MonkeyRotationEvent.java 45 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) {
46 if (verbose > 0) {
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/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/chromium_org/third_party/libjingle/source/talk/base/
logging_unittest.cc 37 // Test basic logging operation. We should get the INFO log but not the VERBOSE.
48 LOG(LS_VERBOSE) << "VERBOSE";
50 EXPECT_EQ(std::string::npos, str.find("VERBOSE"));
59 // the VERBOSE stream should get the INFO and the VERBOSE.
72 LOG(LS_VERBOSE) << "VERBOSE";
75 EXPECT_EQ(std::string::npos, str1.find("VERBOSE"));
77 EXPECT_NE(std::string::npos, str2.find("VERBOSE"));
  /external/chromium_org/tools/android/memdump/
memsymbols.py 38 def _GetResidentPagesSet(memdump_contents, lib_name, verbose):
43 verbose: Print a verbose header for each mapping matched.
77 if verbose:
108 parser.add_option("-v", "--verbose",
109 action="store_true", dest="verbose", default=False,
110 help="Print out verbose debug information.")
129 options.verbose)
  /external/libgsm/src/
gsm_option.c 28 result = r->verbose;
29 if (val) r->verbose = *val;
  /external/linux-tools-perf/Documentation/
perf-buildid-cache.txt 28 --verbose::
29 Be more verbose.
perf-buildid-list.txt 31 --verbose::
32 Be more verbose.
perf-inject.txt 30 --verbose::
31 Be more verbose.
perf-lock.txt 35 --verbose::
36 Be more verbose (show symbol address, etc).
  /external/llvm/test/CodeGen/X86/
fast-isel-cmp-branch.ll 1 ; RUN: llc -O0 -mtriple=x86_64-linux -asm-verbose=false < %s | FileCheck %s
2 ; RUN: llc -O0 -mtriple=x86_64-win32 -asm-verbose=false < %s | FileCheck %s

Completed in 848 milliseconds

1 2 3 4 5 6 78 91011>>