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

12 3 4 5 6 7 8 91011>>

  /external/openssh/regress/
sftp-cmds.sh 46 verbose "$tid: lls"
50 verbose "$tid: lls w/path"
54 verbose "$tid: ls"
59 verbose "$tid: shell"
64 verbose "$tid: pwd"
69 verbose "$tid: lpwd"
74 verbose "$tid: quit"
79 verbose "$tid: help"
85 verbose "$tid: get"
91 verbose "$tid: get quoted
    [all...]
reexec.sh 25 verbose "$tid: proto $p"
36 verbose "test config passing"
49 verbose "test reexec fallback"
59 verbose "test reexec fallback without privsep"
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...]
portnum.sh 8 verbose "$tid: invalid port $port"
15 verbose "$tid: valid port $port"
  /external/libsepol/tests/
libsepol-tests.c 50 printf("\t-v, --verbose\t\t\tverbose output\n");
54 static int do_tests(int interactive, int verbose)
67 if (verbose)
83 int i, verbose = 1, interactive = 0; local
86 {"verbose", 0, NULL, 'v'},
94 verbose = 1;
109 if (do_tests(interactive, verbose))
114 if (do_tests(interactive, verbose))
  /external/linux-tools-perf/Documentation/
perf-test.txt 21 --verbose::
22 Be more verbose.
  /frameworks/base/core/tests/coretests/src/android/util/
LogTest.java 49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
56 // Set the log level to be VERBOSE for this tag.
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
59 // Test to make sure all log levels >= VERBOSE are loggable.
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
71 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
82 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
93 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
104 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
115 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
    [all...]
  /external/clang/test/CodeGen/
debug-dead-local-var.c 1 // RUN: %clang_cc1 -mllvm -asm-verbose -S -O2 -g %s -o - | FileCheck %s
  /external/clang/test/CodeGenCXX/
field-access-debug-info.cpp 1 // RUN: %clang_cc1 -g -S -masm-verbose -o - %s | FileCheck %s
  /external/clang/test/CodeGenObjC/
debug-info-class-extension.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
debug-info-class-extension2.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
debug-info-class-extension3.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
debug-info-property.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
debug-info-property2.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
property-dbg.m 1 // RUN: %clang_cc1 -S -g -masm-verbose -x objective-c < %s | grep DW_AT_name
debug-info-property4.m 1 // RUN: %clang_cc1 -fobjc-default-synthesize-properties -masm-verbose -S -g %s -o - | FileCheck %s
  /external/icu4c/tools/toolutil/
pkg_gencmn.h 14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
  /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/webkit/Source/WebCore/WebCore.vcproj/
QTMovieWinPostBuild.cmd 3 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
  /external/srtp/crypto/test/
aes_calc.c 38 int verbose; local
41 /* we're not in verbose mode */
42 verbose = 0;
45 /* we're in verbose mode */
46 verbose = 1;
92 if (verbose) {
103 if (verbose) {
  /external/emma/core/res/com/vladium/emma/
run_usage.res 62 'verbose':
65 "verbose output operation";
69 excludes {'silent', 'verbose', 'debug'},
74 excludes {'quiet', 'verbose', 'debug'},
80 excludes {'verbose', 'quiet', 'silent'},
  /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...]
  /dalvik/tests/075-verification-error/src/
Main.java 25 public static final boolean VERBOSE = false;
42 if (VERBOSE) System.out.println("--- " + ie);
58 if (VERBOSE) System.out.println("--- " + nsfe);
65 if (VERBOSE) System.out.println("--- " + nsfe);
72 if (VERBOSE) System.out.println("--- " + nsme);
79 if (VERBOSE) System.out.println("--- " + nsme);
94 if (VERBOSE) System.out.println("--- " + iae);
102 if (VERBOSE) System.out.println("--- " + iae);
110 if (VERBOSE) System.out.println("--- " + iae);
118 if (VERBOSE) System.out.println("--- " + iae)
    [all...]
  /external/harfbuzz_ng/
autogen.sh 28 echo "running autoreconf --force --install --verbose"
29 autoreconf --force --install --verbose || exit $?

Completed in 486 milliseconds

12 3 4 5 6 7 8 91011>>