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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenObjC/
debug-property-synth.m 1 // RUN: %clang_cc1 -masm-verbose -S -g %s -o - | FileCheck %s
  /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"
sftp-batch.sh 39 verbose "$tid: good commands"
43 verbose "$tid: bad commands"
47 verbose "$tid: comments and blanks"
51 verbose "$tid: junk command"
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"
  /external/webkit/Source/WebKit2/win/
WebKit2WebProcessPostBuild.cmd 3 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
func_invoke_and_crash.cpp 3 // DEBUGGER: set verbose on
test_info_sources.cpp 3 // DEBUGGER: set verbose on
  /packages/apps/ContactsCommon/tests/
proguard.flags 9 -verbose
  /packages/providers/ContactsProvider/
proguard.flags 16 -verbose
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /external/compiler-rt/make/
config.mk 26 VERBOSE := 0
32 # Adjust settings for verbose mode
33 ifneq ($(VERBOSE),1)
  /external/jpeg/
rdjpgcom.1 7 .B \-verbose
28 .B \-verbose
41 .B \-verbose
  /external/linux-tools-perf/
builtin-buildid-list.c 32 OPT_INCR('v', "verbose", &verbose,
33 "be more verbose"),
builtin-buildid-cache.c 30 OPT_INCR('v', "verbose", &verbose, "be more verbose"),
47 if (verbose)
68 if (verbose)
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.1 7 .B \-verbose
28 .B \-verbose
41 .B \-verbose
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 33 Logger.global.fine("This has logging Level.FINE, should become VERBOSE");
34 Logger.global.finer("This has logging Level.FINER, should become VERBOSE");
35 Logger.global.finest("This has logging Level.FINEST, should become VERBOSE");
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 118 final boolean verbose = m_log.atVERBOSE ();
119 if (verbose)
121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
124 log.verbose ("input data path:");
125 log.verbose ("{");
131 log.verbose (" " + nonexistent + f.getAbsolutePath ());
133 log.verbose ("}");
138 log.verbose ("source path not set");
142 log.verbose ("source path:");
143 log.verbose ("{");
    [all...]
  /external/bison/tests/
calc.at 402 # [VERBOSE-AND-LOCATED-ERROR-MESSAGE])
415 # If BISON-OPTIONS contains `%error-verbose', then make sure the
416 # IF-YYERROR-VERBOSE message is properly output after `syntax error, '
456 # 4. If error-verbose is not used, strip the`, unexpected....' part.
457 m4_bmatch([$1], [%error-verbose], [],
603 AT_CHECK_CALC_LALR([%verbose])
605 AT_CHECK_CALC_LALR([%error-verbose])
609 AT_CHECK_CALC_LALR([%error-verbose %locations])
611 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix "calc" %verbose %yacc]
    [all...]
  /frameworks/compile/slang/tests/
test.py 24 verbose = 0 variable in class:Options
32 if Options.verbose:
36 if Options.verbose:
64 if Options.verbose != 0:
92 if Options.verbose > 1:
111 if Options.verbose > 1:
125 if Options.verbose:
130 if Options.verbose:
134 if Options.verbose:
139 if Options.verbose
    [all...]
  /external/webkit/Tools/Scripts/
run-jsc 39 my $usage = "Usage: run-jsc [--count run_count] [--verbose] shell_file [file2...]";
42 my $verbose = 0;
44 "verbose|v" => \$verbose);
48 $jsc .= " 2> " . File::Spec->devnull() unless $verbose;
  /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...]
  /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/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/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...]
  /cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java 56 private static final boolean VERBOSE = false; // lots of logging
257 if (VERBOSE) Log.d(TAG, "video found codec: " + videoCodecInfo.getName());
265 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioCodecInfo.getName());
298 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat);
347 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer");
537 if (VERBOSE) {
551 if (VERBOSE) {
633 if (VERBOSE) {
671 if (VERBOSE) Log.d(TAG, "no video decoder input buffer");
674 if (VERBOSE) {
    [all...]

Completed in 277 milliseconds

1 23 4 5 6 7 8 91011>>