Searched refs:verbose (Results 201 - 225 of 945) sorted by path

1234567891011>>

/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Ddownload_utils.py85 def WriteDataFromStream(filename, stream, chunk_size, verbose=True):
94 if verbose:
99 if verbose:
266 hash_val=None, keep=False, verbose=False, stamp_index=0):
277 verbose: prints out status as it runs
303 if verbose:
308 if verbose:
312 if verbose:
H A Dhttp_download.py29 def HttpDownload(url, target, username=None, password=None, verbose=True,
71 verbose=verbose)
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh9 if [ $(type -t verbose) != 'function' ]; then
10 echo "ERROR: The verbose function is expected to be defined"
41 verbose "Using Mac toolchain."
44 verbose "Using Linux toolchain."
64 verbose "Targeting NDK API $API_LEVEL for use on Android 4.0 (NDK Revision $NDK_REV) and above"
/external/chromium_org/third_party/skia/tests/
H A DFlateTest.cpp98 if (reporter->verbose()) {
H A DFontMgrTest.cpp81 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) { argument
93 if (verbose) {
106 if (verbose) {
114 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
H A DFontNamesTest.cpp112 static void test_synthetic(skiatest::Reporter* reporter, bool verbose) { argument
142 static void test_systemfonts(skiatest::Reporter* reporter, bool verbose) { argument
158 if (verbose) {
166 if (verbose) {
190 if (verbose) {
202 if (verbose) {
207 if (verbose) {
214 DEFINE_bool(verboseFontNames, false, "verbose FontNames test.");
H A DPDFJpegEmbedTest.cpp48 if (!data && r->verbose()) {
H A DPathOpsExtendedTest.cpp347 // Default values for when reporter->verbose() is false.
422 if (!state.fReporter->verbose()) {
485 if (threaded && !reporter->verbose()) {
552 if (reporter->verbose()) {
H A DPathOpsOpCubicThreadedTest.cpp17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsOpLoopThreadedTest.cpp17 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsOpRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyDegenerateThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyTrianglesThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSkpClipTest.cpp529 DEFINE_bool2(verbose, v, false, "enable verbose output.");
531 static bool verbose() { function
656 if (verbose()) {
681 if (verbose()) {
752 if (verbose()) {
758 if (verbose()) {
838 if (verbose()) {
983 if (verbose()) {
1003 if (verbose()) {
[all...]
H A DSkpSkGrTest.cpp81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) { argument
87 if (verbose) {
587 if (reporter->verbose()) {
627 if (reporter->verbose()) {
641 if (reporter->verbose()) {
649 reporter->verbose());
650 if (reporter->verbose()) SkDebugf("+");
655 if (reporter->verbose()) {
750 TestResult::Test(dirIndex, filename.c_str(), kCompareBits, reporter->verbose());
751 TestResult::Test(dirIndex, filename.c_str(), kEncodeFiles, reporter->verbose());
[all...]
H A DTest.cpp82 virtual bool verbose() const SK_OVERRIDE {
83 return fReporter->verbose();
H A DTest.h35 virtual bool verbose() const { return false; } function in class:skiatest::Reporter
H A Dskia_test.cpp57 virtual bool verbose() const SK_OVERRIDE { return FLAGS_veryVerbose; }
/external/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.cpp49 DEFINE_bool2(verbose, v, false, "enable verbose output from the test driver.");
51 DEFINE_bool2(veryVerbose, V, false, "tell individual tests to be verbose.");
H A DSkCommonFlags.h26 DECLARE_bool(verbose); variable
/external/chromium_org/third_party/skia/tools/
H A Dgit-sync-deps102 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
117 verbose (boolean)
141 if verbose:
151 def git_sync_deps(deps_file_path, command_line_os_requests, verbose):
184 (git, repo, checkoutable, relative_directory, verbose))
190 git_sync_deps(recursive_path, command_line_os_requests, verbose)
208 verbose = not bool(os.environ.get('GIT_SYNC_DEPS_QUIET', False))
214 git_sync_deps(deps_file_path, argv, verbose)
H A Droll_deps.py74 verbose: (boolean) iff false, suppress the output from git-cl.
84 self.verbose = options.verbose
127 '', '--verbose', help='Do not suppress the output from `git cl`.',
128 action='store_true', dest='verbose', default=False)
210 with misc.ChDir(config.chromium_path, verbose=config.verbose):
287 shell_utils.VERBOSE = options.verbose

Completed in 635 milliseconds

1234567891011>>