Home
last modified time | relevance | path

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

12345678910>>...75

/external/python/cpython2/Tools/versioncheck/
Dpyversioncheck.py17 def versioncheck(package, url, version, verbose=0): argument
18 ok, newversion, fp = checkonly(package, url, version, verbose)
19 if verbose > VERBOSE_NORMAL:
28 if verbose > VERBOSE_SILENT:
35 def checkonly(package, url, version, verbose=0): argument
36 if verbose >= VERBOSE_EACHFILE:
39 ok, newversion, fp = _check1version(package, url, version, verbose)
42 ok, newversion, fp = _check1version(package, u, version, verbose)
43 if ok >= 0 and verbose < VERBOSE_CHECKALL:
47 def _check1version(package, url, version, verbose=0): argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_gl.py6 from test.test_support import verbose, import_module
95 if verbose:
98 if verbose:
103 if verbose:
107 if verbose:
110 if verbose:
113 if verbose:
116 if verbose:
119 if verbose:
122 if verbose:
[all …]
Dtest_imageop.py6 from test.test_support import verbose, unlink, import_module, run_unittest
84 if verbose:
92 if verbose:
100 if verbose:
105 if verbose:
110 if verbose:
115 if verbose:
120 if verbose:
127 if verbose:
137 if verbose:
[all …]
Dtest_imgfile.py5 from test.test_support import verbose, unlink, findfile, import_module
38 if verbose:
52 if verbose:
57 if verbose:
71 if verbose:
79 if verbose:
83 if verbose:
86 if verbose:
90 if verbose: print 'Filtering with "quadratic"'
92 if verbose: print 'Filtering with "gaussian"'
[all …]
Dtest_runpy.py8 from test.test_support import verbose, run_unittest, forget
120 if verbose: print " Package tree in:", sub_dir
122 if verbose: print " Updated sys.path:", sys.path[0]
126 if verbose: print " Next level in:", sub_dir
127 if verbose: print " Created:", pkg_fname
132 if verbose: print " Created:", mod_fname
140 if verbose: print " Removed sys.modules entries"
142 if verbose: print " Removed sys.path entry"
148 if verbose: print ex # Persist with cleaning up
154 if verbose: print ex # Persist with cleaning up
[all …]
/external/v8/tools/release/
Dsearch_related_commits.py15 git_working_dir, start_hash, until, separator, verbose=False): argument
18 start_hash, until, git_working_dir, verbose)
19 if verbose:
32 git_working_dir, commit, until, separator, verbose)
42 git_working_dir, start_hash, until, separator, verbose=False): argument
46 start_hash, separator, git_working_dir, verbose)
54 verbose)
63 if verbose:
78 git_working_dir, git_args(start_hash), verbose).strip()
80 if verbose:
[all …]
/external/compiler-rt/test/BlocksRuntime/
Drecursive-test.c14 int verbose = 0; variable
18 if (argc > 1) verbose = 1; in main()
22 if (verbose) printf("recursive_local_block is a local recursive block\n"); in main()
24 if (verbose) printf("%d\n", i); in main()
30 …if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local… in main()
33 …if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n"… in main()
36 if (verbose) printf("other_local_block running\n"); in main()
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); in main()
45 …if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive… in main()
48 if (verbose) printf("other_copied_block running\n"); in main()
[all …]
/external/ltp/testcases/commands/tar/
Dtar_tests.sh38 local verbose=$1
41 if [ -z "$verbose" ]; then
71 local verbose="$2"
74 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out
94 local verbose="$2"
97 EXPECT_PASS tar x${verbose}f $fname \> tar.out
98 check_listing "${verbose}" $@
106 local verbose="$2"
112 EXPECT_PASS tar c${verbose}f$comp $fname $TAR_FILES \> tar.out
113 check_listing "$verbose" $TAR_FILES
[all …]
/external/python/cpython2/Mac/scripts/
Dgenallsuites.py10 verbose=sys.stdout variable
27 edit_modnames=[], verbose=verbose)
32 verbose=verbose)
36 edit_modnames=[], verbose=verbose)
40 edit_modnames=[], verbose=verbose)
44 edit_modnames=[], verbose=verbose)
48 edit_modnames=[('WorldWideWeb_suite_2c__as_d', 'WorldWideWeb_suite')], verbose=verbose)
52 edit_modnames=[], verbose=verbose)
/external/openssh/regress/
Dsftp-cmds.sh30 verbose "$tid: lls"
34 verbose "$tid: lls w/path"
38 verbose "$tid: ls"
43 verbose "$tid: shell"
48 verbose "$tid: pwd"
53 verbose "$tid: lpwd"
58 verbose "$tid: quit"
63 verbose "$tid: help"
69 verbose "$tid: get"
75 verbose "$tid: get quoted"
[all …]
/external/selinux/libsemanage/src/
Dpywrap-test.py27 -v for verbose output\
65 self.verbose = False
130 if self.verbose: print "List reference: ", mlist
138 if self.verbose: print "Module reference: ", module
154 if self.verbose: print "seseuser reference: ", seuser
173 if self.verbose: print "User reference: ", user
202 if self.verbose: print "Port reference: ", port
230 if self.verbose: print "File Context reference: ", fcon
256 if self.verbose: print "Interface reference: ", iface
280 if self.verbose: print "Boolean reference: ", pbool
[all …]
/external/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py12 def Translate(ll_files, extra_args, obj, verbose, target): argument
26 ] + extra_args + externalize, echo=verbose)
33 def PartialLink(obj_files, extra_args, lib, verbose): argument
38 ] + extra_args + obj_files, echo=verbose)
42 srcdir, tempdir, rtdir, verbose, excluded_targets): argument
59 verbose, target_info.target)
68 ], echo=verbose)
76 ], echo=verbose)
83 verbose)
94 ], echo=verbose)
[all …]
/external/icu/icu4c/source/tools/genren/
Dgenren.pl149 &verbose(" $_");
162 &verbose( "type: \"$type\" ");
165 &verbose( "Import: $_ \"$type\"\n");
166 &verbose( "C++ method: $_\n");
179 &verbose ( "(Chopping scope $CppName[0] )");
185 &verbose ("Skipping C++ function: $_\n");
187 &verbose ("Skipping C++ destructor: $_\n");
189 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n");
194 &verbose ( "$ARGV[0]: got global C++ function $cfn with '$_'\n" );
200 &verbose( "$ARGV[0]: Skipped initializer $_\n" );
[all …]
/external/icu/icu4c/source/data/rbnf/
Den.txt81 "%spellout-numbering-verbose:",
85 "0: =%spellout-cardinal-verbose=;",
127 "1: ' and =%spellout-cardinal-verbose=;",
128 "100: ' =%spellout-cardinal-verbose=;",
130 "1: ' and =%spellout-cardinal-verbose=;",
131 "100: , =%spellout-cardinal-verbose=;",
132 "1000: , <%spellout-cardinal-verbose< thousand[>%%commas>];",
133 "1000000: , =%spellout-cardinal-verbose=;",
134 "%spellout-cardinal-verbose:",
189 "1: ' and =%spellout-ordinal-verbose=;",
[all …]
/external/python/cpython2/Lib/bsddb/test/
Dtest_compat.py9 from test_all import db, hashopen, btopen, rnopen, verbose, \
32 if verbose:
40 if verbose:
68 if verbose:
84 if verbose:
88 if verbose:
93 if verbose: print "truth test: true"
95 if verbose: print "truth test: false"
104 if verbose:
107 if verbose:
[all …]
Dtest_queue.py9 from test_all import db, verbose, get_new_database_path
27 if verbose:
35 if verbose:
51 if verbose:
60 if verbose:
71 if verbose:
77 if verbose:
82 if verbose:
98 if verbose:
106 if verbose:
[all …]
Dtest_recno.py10 from test_all import db, test_support, verbose, get_new_environment_path, get_new_database_path
45 if verbose:
48 if verbose: print
51 if verbose:
56 if verbose:
69 if verbose: print val
97 if verbose:
104 if verbose:
123 if verbose:
127 if verbose:
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_dir_util.py39 mkpath(self.target, verbose=0)
42 remove_tree(self.root_target, verbose=0)
44 mkpath(self.target, verbose=1)
50 remove_tree(self.root_target, verbose=1)
69 create_tree(self.root_target, ['one', 'two', 'three'], verbose=0)
71 remove_tree(self.root_target, verbose=0)
74 create_tree(self.root_target, ['one', 'two', 'three'], verbose=1)
77 remove_tree(self.root_target, verbose=0)
82 mkpath(self.target, verbose=0)
84 copy_tree(self.target, self.target2, verbose=0)
[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/python/cpython2/Lib/distutils/
Ddir_util.py19 def mkpath(name, mode=0777, verbose=1, dry_run=0): argument
67 if verbose >= 1:
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): argument
101 mkpath(dir, mode, verbose=verbose, dry_run=dry_run)
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0): argument
139 mkpath(dst, verbose=verbose)
153 if verbose >= 1:
163 verbose=verbose, dry_run=dry_run))
166 preserve_times, update, verbose=verbose,
182 def remove_tree(directory, verbose=1, dry_run=0): argument
[all …]
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py62 verbose = None
84 verbose = sys.stderr
94 dump=dump, verbose=verbose)
119 verbose=sys.stderr)
124 basepkgname=basepkgname, verbose=sys.stderr)
148 edit_modnames=None, creatorsignature=None, dump=None, verbose=None): argument
150 if not is_scriptable(fullname) and verbose:
151 print >>verbose, "Warning: app does not seem scriptable: %s" % fullname
153 if verbose:
154 print >>verbose, "Processing", fullname
[all …]
/external/googletest/googlemock/test/
Dgmock-nice-strict_test.cc54 using testing::GMOCK_FLAG(verbose);
114 const std::string saved_flag = GMOCK_FLAG(verbose); in TEST()
115 GMOCK_FLAG(verbose) = "warning"; in TEST()
125 GMOCK_FLAG(verbose) = saved_flag; in TEST()
131 const std::string saved_flag = GMOCK_FLAG(verbose); in TEST()
132 GMOCK_FLAG(verbose) = "warning"; in TEST()
144 GMOCK_FLAG(verbose) = saved_flag; in TEST()
152 const std::string saved_flag = GMOCK_FLAG(verbose); in TEST()
153 GMOCK_FLAG(verbose) = "info"; in TEST()
159 GMOCK_FLAG(verbose) = saved_flag; in TEST()
[all …]
/external/v8/testing/gmock/test/
Dgmock-nice-strict_test.cc55 using testing::GMOCK_FLAG(verbose);
115 const string saved_flag = GMOCK_FLAG(verbose); in TEST()
116 GMOCK_FLAG(verbose) = "warning"; in TEST()
126 GMOCK_FLAG(verbose) = saved_flag; in TEST()
132 const string saved_flag = GMOCK_FLAG(verbose); in TEST()
133 GMOCK_FLAG(verbose) = "warning"; in TEST()
145 GMOCK_FLAG(verbose) = saved_flag; in TEST()
153 const string saved_flag = GMOCK_FLAG(verbose); in TEST()
154 GMOCK_FLAG(verbose) = "info"; in TEST()
160 GMOCK_FLAG(verbose) = saved_flag; in TEST()
[all …]
Dgmock_test.cc44 using testing::GMOCK_FLAG(verbose);
52 const ::std::string old_verbose = GMOCK_FLAG(verbose); in TestInitGoogleMock()
62 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str()); in TestInitGoogleMock()
63 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag. in TestInitGoogleMock()
75 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
89 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
120 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
149 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
163 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
194 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST()
[all …]
/external/pcre/dist2/src/sljit/
DsljitLir.c775 SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compiler *compiler, FILE* verbose) in sljit_compiler_verbose() argument
777 compiler->verbose = verbose; in sljit_compiler_verbose()
793 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \
795 fprintf(compiler->verbose, "s%d", SLJIT_NUMBER_OF_REGISTERS - (r)); \
800 fprintf(compiler->verbose, "#%" SLJIT_PRINT_D "d", (i)); \
803 fputc('[', compiler->verbose); \
806 fprintf(compiler->verbose, " + "); \
809 fprintf(compiler->verbose, " * %d", 1 << (i)); \
812 fprintf(compiler->verbose, " + %" SLJIT_PRINT_D "d", (i)); \
813 fputc(']', compiler->verbose); \
[all …]

12345678910>>...75