Searched refs:verbose (Results 1 - 25 of 749) sorted by relevance

1234567891011>>

/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-test.c14 int verbose = 0; variable
18 if (argc > 1) verbose = 1;
22 if (verbose) printf("recursive_local_block is a local recursive block\n");
24 if (verbose) printf("%d\n", i);
30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n");
36 if (verbose) printf("other_local_block running\n");
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n");
48 if (verbose) print
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Dpython-use.c9 extern int verbose;
17 PYTHONPATH, PYTHON, verbose ? "" : "2> /dev/null") < 0)
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DExcludeProcessor.java26 private final boolean verbose; field in class:ExcludeProcessor
28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { argument
30 this.verbose = verbose;
35 if (verbose && !toKeep)
/external/lldb/tools/lldb-perf/lib/
H A DXcode.h33 FetchVariable (SBValue value, uint32_t expand = 0, bool verbose = false);
36 FetchModules (SBTarget target, bool verbose = false);
39 FetchVariables (SBFrame frame, uint32_t expand = 0, bool verbose = false);
42 FetchFrames (SBProcess process, bool variables = false, bool verbose = false);
45 RunExpression (SBFrame frame, const char* expression, bool po = false, bool verbose = false);
54 RunCommand (SBDebugger debugger, const char* cmd, bool verbose = false);
/external/libunwind/tests/
H A Dtest-strerror.c8 int i, verbose = argc > 1; local
14 if (verbose)
H A DLtest-cxx-exceptions.cxx33 static int verbose; variable
57 if (verbose)
66 verbose = 1;
H A Dtest-static-link-loc.c40 int verbose; variable
79 if (verbose)
94 verbose = 1;
H A DLtest-varargs.c11 int verbose; variable
33 if (verbose)
70 verbose = 1;
80 if (verbose)
H A DGtest-concurrent.c45 int verbose; variable
63 if (verbose)
77 if (verbose)
110 verbose = 1;
112 if (verbose)
117 if (verbose)
122 if (verbose)
133 if (verbose)
H A DGtest-exc.c45 int verbose = 0; variable
95 if (verbose)
104 if (verbose)
126 if (verbose)
140 ++verbose;
159 if (verbose)
H A DGtest-init.cxx36 int verbose, errors; variable
68 if (verbose)
88 if (verbose)
97 if (verbose)
105 verbose = argc > 1;
/external/ltrace/testsuite/ltrace.minor/
H A Dprint-instruction-pointer.exp8 verbose "compiling source file now....."
20 verbose "ltrace runtest output: $exec_output\n"
31 #verbose "output=$output"
35 verbose "addr1 = $addr1"
36 verbose "addr2 = $addr2"
/external/iptables/include/
H A Dip6tables.h13 extern int for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), int verbose, int builtinstoo, struct xtc_handle *handle);
14 extern int flush_entries6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
15 extern int delete_chain6(const xt_chainlabel chain, int verbose, struct xtc_handle *handle);
H A Diptables.h12 extern int delete_chain4(const xt_chainlabel chain, int verbose,
14 extern int flush_entries4(const xt_chainlabel chain, int verbose,
17 int verbose, int builtinstoo, struct xtc_handle *handle);
/external/selinux/policycoreutils/mcstrans/share/util/
H A Dmlstrans-test4 verbose = 0
7 global errors, verbose
13 if verbose:
17 global errors, verbose
23 if verbose:
27 verbose = 1
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock.h72 GMOCK_DECLARE_string_(verbose);
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.h14 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
/external/vogar/src/vogar/
H A DLog.java23 void verbose(String s); method in interface:Log
/external/google-breakpad/src/testing/test/
H A Dgmock_test.cc41 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...]
/external/vixl/tools/
H A Dlint.py107 result.add_argument('--verbose', action='store_true',
108 help='Print verbose output.')
116 def Lint(filename, lint_options, progress_prefix = '', verbose = False):
136 printer.PrintOverwritableLine(output_line, verbose = verbose)
139 printer.PrintOverwritableLine(output_line, verbose = verbose)
154 printer.PrintOverwritableLine(status_line, verbose = verbose)
166 def LintFiles(files, lint_args = CPP_LINTER_RULES, jobs = 1, verbose
[all...]
/external/libdrm/
H A Dautogen.sh5 autoreconf --force --install --verbose "$srcdir"
/external/elfutils/src/tests/
H A Dcoverage.sh4 verbose=yes
6 verbose=no
34 if [ $verbose = yes ]; then
/external/selinux/libsepol/tests/
H A Dlibsepol-tests.c50 printf("\t-v, --verbose\t\t\tverbose output\n");
54 static int do_tests(int interactive, int verbose) argument
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/icu/icu4c/source/tools/genren/
H A Dgenren.pl45 /^-v/ && ($VERBOSE++, next); # verbose
147 &verbose(" $_");
160 &verbose( "type: \"$type\" ");
163 &verbose( "Import: $_ \"$type\"\n");
164 &verbose( "C++ method: $_\n");
177 &verbose ( "(Chopping scope $CppName[0] )");
183 &verbose ("Skipping C++ function: $_\n");
185 &verbose ("Skipping C++ destructor: $_\n");
187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n");
192 &verbose ( "
242 sub verbose { subroutine
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java118 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...]

Completed in 867 milliseconds

1234567891011>>