Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/external/oprofile/libutil++/
Dcverb.cpp25 verbose vlevel1("level1");
26 verbose vdebug("debug");
27 verbose vstats("stats");
28 verbose vsfile("sfile");
29 verbose vxml("xml");
54 typedef multimap<string, verbose *> recorder_t;
61 verbose::verbose(char const * name) in verbose() function in verbose
76 verbose verbose::operator|(verbose const & rhs) in operator |()
78 verbose result(*this); in operator |()
84 verbose verbose::operator&(verbose const & rhs) in operator &()
[all …]
Dcverb.h51 class verbose {
53 friend std::ostream & operator<<(cverb_object &, verbose const &);
60 verbose(char const * name);
62 verbose operator|(verbose const &);
63 verbose operator&(verbose const &);
76 extern verbose vlevel1; /**< named "level1" */
77 extern verbose vdebug; /**< named "debug" */
78 extern verbose vstats; /**< named "stats" */
80 extern verbose vsfile; /**< named "sfile" */
81 extern verbose vxml; /**< named "xml" */
/external/icu4c/data/rbnf/
Den.txt65 "%spellout-numbering-verbose:",
66 "0: =%spellout-cardinal-verbose=;",
106 "1: ' and =%spellout-cardinal-verbose=;",
107 "100: ' =%spellout-cardinal-verbose=;",
109 "1: ' and =%spellout-cardinal-verbose=;",
110 "100: , =%spellout-cardinal-verbose=;",
111 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
112 "1000000: , =%spellout-cardinal-verbose=;",
113 "%spellout-cardinal-verbose:",
167 "1: ' and =%spellout-ordinal-verbose=;",
[all …]
/external/icu4c/tools/genrb/
Dgendtjar.pl41 "--verbose" => \$verbose,
110 buildICU($platform, $icuRootDir, $icuTestDataDir, $verbose);
131 convertData($icuDataDir, $icupkg, $tempDir, $icu4jDataDir, $verbose);
133 createJar("\"$jarDir/jar\"", "icudata.jar", $tempDir, $icu4jDataDir, $verbose);
135 convertTestData($icuTestDataDir, $icupkg, $tempDir, $icu4jTestDataDir, $verbose);
136 createJar("\"$jarDir/jar\"", "testdata.jar", $tempDir, $icu4jTestDataDir, $verbose);
137 copyData($icu4jDir, $icu4jImpl, $icu4jDevDataDir, $tempDir, $verbose);
142 local($platform, $icuRootDir, $icuTestDataDir, $verbose) = @_;
154 cmd("make all", $verbose);
156 cmd("make uni-core-data", $verbose);
[all …]
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java118 final boolean verbose = m_log.atVERBOSE (); in _run()
119 if (verbose) in _run()
121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run()
124 log.verbose ("input data path:"); in _run()
125 log.verbose ("{"); in _run()
131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
133 log.verbose ("}"); in _run()
138 log.verbose ("source path not set"); in _run()
142 log.verbose ("source path:"); in _run()
143 log.verbose ("{"); in _run()
[all …]
/external/icu4c/tools/genren/
Dgenren.pl152 &verbose( "type: \"$type\" ");
155 &verbose( "Import: $_ \"$type\"\n");
156 &verbose( "C++ method: $_\n");
168 &verbose ("Skipping C++ function: $_\n");
170 &verbose ("Skipping C++ destructor: $_\n");
172 &verbose( " Class: '$CppName[0]': $_ \n");
177 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
183 &verbose( "$ARGV[0]: Skipped initializer $_\n" );
185 &verbose( "$ARGV[0]: Skipped finilizer $_\n" );
195 &verbose( "C func: $_\n");
[all …]
/external/dbus/tools/
Ddbus-launch.c101 verbose ("UID: %s\n", machine_uuid); in read_machine_uuid_if_needed()
111 verbose (const char *format, in verbose() function
115 static int verbose = TRUE; in verbose() local
122 if (!verbose) in verbose()
127 verbose = getenv ("DBUS_VERBOSE") != NULL; in verbose()
129 if (!verbose) in verbose()
342 verbose ("Killing message bus and exiting babysitter\n"); in kill_bus()
455 verbose ("stdin isatty(), monitoring it\n"); in kill_bus_when_session_ends()
457 verbose ("stdin was not a TTY, not monitoring it\n"); in kill_bus_when_session_ends()
498 verbose ("Got SIGHUP, exiting\n"); in kill_bus_when_session_ends()
[all …]
Ddbus-launch-win.c98 int verbose = s && *s != '\0' ? 1 : 0; in main() local
106 if (verbose) in main()
120 if (verbose) in main()
129 if (verbose) in main()
136 if (verbose) in main()
144 if (verbose) in main()
151 if (!verbose) in main()
160 if (verbose) in main()
/external/chromium/testing/gmock/test/
Dgmock_test.cc41 using testing::GMOCK_FLAG(verbose);
50 const ::std::string old_verbose = GMOCK_FLAG(verbose); in TestInitGoogleMock()
60 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str()); in TestInitGoogleMock()
61 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag. in TestInitGoogleMock()
73 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
87 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
118 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
166 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
180 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
211 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
[all …]
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java98 final boolean verbose = m_log.atVERBOSE (); in _run()
99 if (verbose) in _run()
101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run()
104 log.verbose ("input data path:"); in _run()
105 log.verbose ("{"); in _run()
111 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
113 log.verbose ("}"); in _run()
142 … if (verbose) log.verbose ("processing input file [" + dataFile.getAbsolutePath () + "] ..."); in _run()
149 … if (verbose) log.verbose (" loaded " + _mdata.size () + " metadata entries"); in _run()
160 … if (verbose) log.verbose (" loaded " + _cdata.size () + " coverage data entries"); in _run()
[all …]
/external/proguard/src/proguard/shrink/
DShortestUsagePrinter.java43 private final boolean verbose; field in ShortestUsagePrinter
65 boolean verbose) in ShortestUsagePrinter() argument
67 this(shortestUsageMarker, verbose, System.out); in ShortestUsagePrinter()
78 boolean verbose, in ShortestUsagePrinter() argument
82 this.verbose = verbose; in ShortestUsagePrinter()
118 (verbose ? in visitProgramField()
135 (verbose ? in visitProgramMethod()
152 (verbose ? in visitLibraryField()
168 (verbose ? in visitLibraryMethod()
/external/proguard/src/proguard/
DProGuard.java167 if (configuration.verbose) in printConfiguration()
189 if (configuration.verbose) in readInput()
205 if (configuration.verbose) in initialize()
219 if (configuration.verbose) in target()
234 if (configuration.verbose) in printSeeds()
276 if (configuration.verbose) in shrink()
304 if (configuration.verbose) in inlineSubroutines()
319 if (configuration.verbose) in optimize()
334 if (configuration.verbose) in obfuscate()
361 if (configuration.verbose) in preverify()
[all …]
/external/bison/tests/
Dcalc.at391 # If BISON-OPTIONS contains `%error-verbose', then make sure the
430 # 4. If error-verbose is not used, strip the`, unexpected....' part.
431 m4_bmatch([$1], [%error-verbose], [],
555 AT_CHECK_CALC_LALR([%verbose])
557 AT_CHECK_CALC_LALR([%error-verbose])
560 AT_CHECK_CALC_LALR([%error-verbose %locations])
562 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix="calc" %verbose %yacc])
565 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %name-prefix="calc" %verbose %yacc])
567 AT_CHECK_CALC_LALR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %ver…
569 AT_CHECK_CALC_LALR([%pure-parser %error-verbose %debug %locations %defines %name-prefix="calc" %ver…
[all …]
Doutput.at59 AT_CHECK_OUTPUT([foo.y], [%defines %verbose], [],
61 AT_CHECK_OUTPUT([foo.y], [%defines %verbose %yacc],[],
64 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose %yacc],[],
68 AT_CHECK_OUTPUT([foo.y], [%file-prefix="bar" %defines %verbose], [],
70 AT_CHECK_OUTPUT([foo.y], [%output="bar.c" %defines %verbose %yacc],[],
73 [%file-prefix="baz" %output="bar.c" %defines %verbose %yacc],
79 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose], [],
82 AT_CHECK_OUTPUT([foo.yy], [%defines %verbose ], [-o foo.c],
104 AT_CHECK_OUTPUT([foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [],
107 AT_CHECK_OUTPUT([subdir/foo.yy], [%skeleton "lalr1.cc" %defines %verbose], [],
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java52 boolean verbose, in _dumpAsString() argument
92 _dumpAsString(tab, verbose, (DERObject)o, buf); in _dumpAsString()
96 _dumpAsString(tab, verbose, ((DEREncodable)o).getDERObject(), buf); in _dumpAsString()
134 _dumpAsString(tab, verbose, o.getObject(), buf); in _dumpAsString()
158 _dumpAsString(tab, verbose, (DERObject)o, buf); in _dumpAsString()
162 _dumpAsString(tab, verbose, ((DEREncodable)o).getDERObject(), buf); in _dumpAsString()
187 _dumpAsString(tab, verbose, (DERObject)o, buf); in _dumpAsString()
191 _dumpAsString(tab, verbose, ((DEREncodable)o).getDERObject(), buf); in _dumpAsString()
211 if (verbose) in _dumpAsString()
223 if (verbose) in _dumpAsString()
[all …]
/external/webkit/Source/WebCore/bindings/scripts/
Dgenerate-bindings.pl49 my $verbose;
59 'verbose' => \$verbose,
72 if ($verbose) {
78 my $parser = IDLParser->new(!$verbose);
82 …erator, $outputDirectory, $outputHeadersDirectory, 0, $preprocessor, $writeDependencies, $verbose);
/external/v8/src/
Dutils.cc116 bool verbose) { in ReadCharsFromFile() argument
119 if (verbose) { in ReadCharsFromFile()
144 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes() argument
145 char* chars = ReadCharsFromFile(filename, size, 0, verbose); in ReadBytes()
152 bool verbose) { in ReadFile() argument
154 char* result = ReadCharsFromFile(filename, &size, 1, verbose); in ReadFile()
182 bool verbose) { in AppendChars() argument
185 if (verbose) { in AppendChars()
199 bool verbose) { in WriteChars() argument
202 if (verbose) { in WriteChars()
[all …]
/external/icu4c/test/threadtest/
Dthreadtest.cpp157 bool verbose; member
218 gRunInfo.verbose = false; in parseCommandLine()
231 gRunInfo.verbose = true; in parseCommandLine()
318 if (gRunInfo.verbose) in threadMain()
326 if (gRunInfo.verbose ) in threadMain()
338 if (gRunInfo.verbose) { in threadMain()
347 if (gRunInfo.verbose) { in threadMain()
439 if (gRunInfo.quiet == false && gRunInfo.verbose == false) in main()
471 if (gRunInfo.verbose) { in main()
487 if (gRunInfo.quiet == false && gRunInfo.verbose == false) { in main()
[all …]
/external/srtp/crypto/test/
Daes_calc.c38 int verbose; in main() local
42 verbose = 0; in main()
46 verbose = 1; in main()
92 if (verbose) { in main()
103 if (verbose) { in main()
/external/webkit/Tools/Scripts/
Drun-api-tests49 my $verbose = 0;
62 'verbose|v' => \$verbose,
138 unless ($verbose) {
157 close(DEVNULL) unless ($verbose);
193 unless ($verbose) {
211 close(DEVNULL) unless ($verbose);
254 unless ($verbose) {
270 close(DEVNULL) unless ($verbose);
/external/proguard/src/proguard/retrace/
DReTrace.java55 private final boolean verbose; field in ReTrace
75 boolean verbose, in ReTrace() argument
78 this(regularExpression, verbose, mappingFile, null); in ReTrace()
95 boolean verbose, in ReTrace() argument
100 this.verbose = verbose; in ReTrace()
385 if (verbose) in originalFieldName()
402 if (verbose) in originalFieldName()
460 if (verbose) in originalMethodName()
465 if (verbose) in originalMethodName()
481 if (verbose) in originalMethodName()
[all …]
/external/libffi/testsuite/lib/
Dlibffi-dg.exp105 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
/external/emma/core/res/com/vladium/emma/data/
Dmerge_usage.res26 'verbose':
29 "verbose output operation";
33 excludes {'silent', 'verbose', 'debug'},
38 excludes {'quiet', 'verbose', 'debug'},
44 excludes {'verbose', 'quiet', 'silent'},
/external/proguard/src/proguard/gui/
DReTraceRunnable.java40 private final boolean verbose; field in ReTraceRunnable
53 boolean verbose, in ReTraceRunnable() argument
58 this.verbose = verbose; in ReTraceRunnable()
91 verbose, in run()
/external/blktrace/btt/
Dbno_plot.py43 verbose = 0 variable
55 global verbose
73 verbose += 1
86 if verbose:
119 if verbose: print 'Executing %s' % cmd

12345678910>>...22