Home
last modified time | relevance | path

Searched defs:verbose (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/external/python/cpython2/Lib/test/
Dtest_bsddb3.py22 verbose = False variable
24 verbose = True variable
28 verbose = False variable
Dtf_inherit_check.py8 verbose = (sys.argv[1] == 'v') variable
/external/v8/tools/release/
Dsearch_related_commits.py15 git_working_dir, start_hash, until, separator, verbose=False): argument
42 git_working_dir, start_hash, until, separator, verbose=False): argument
115 def _find_commits_inbetween(start_hash, end_hash, git_working_dir, verbose): argument
132 def git_execute(working_dir, args, verbose=False): argument
147 def _pretty_print_entry(hash, git_dir, pre_text, verbose): argument
/external/python/cpython2/Lib/distutils/
Dspawn.py18 def spawn(cmd, search_path=1, verbose=0, dry_run=0): argument
63 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): argument
87 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): argument
116 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): argument
Ddir_util.py19 def mkpath(name, mode=0777, verbose=1, dry_run=0): argument
82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): argument
104 preserve_symlinks=0, update=0, verbose=1, dry_run=0): argument
182 def remove_tree(directory, verbose=1, dry_run=0): argument
Darchive_util.py51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, argument
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): argument
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
Dfile_util.py72 link=None, verbose=1, dry_run=0): argument
170 def move_file (src, dst, verbose=1, dry_run=0): argument
/external/python/cpython2/Lib/plat-mac/
Dmacresource.py77 def open_pathname(pathname, verbose=0): argument
95 def resource_pathname(pathname, verbose=0): argument
119 def _decode(pathname, verbose=0): argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c89 test_printf(unsigned verbose, FILE *fp, in test_printf()
119 test_all(unsigned verbose, FILE *fp) in test_all()
130 test_some(unsigned verbose, FILE *fp, in test_some()
138 test_single(unsigned verbose, FILE *fp) in test_single()
Dlp_test_format.c81 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, in add_fetch_rgba_test()
139 test_format_float(unsigned verbose, FILE *fp, in test_format_float()
238 test_format_unorm8(unsigned verbose, FILE *fp, in test_format_unorm8()
337 test_one(unsigned verbose, FILE *fp, in test_one()
355 test_all(unsigned verbose, FILE *fp) in test_all()
416 test_some(unsigned verbose, FILE *fp, in test_some()
424 test_single(unsigned verbose, FILE *fp) in test_single()
/external/python/cpython2/Tools/versioncheck/
Dpyversioncheck.py17 def versioncheck(package, url, version, verbose=0): argument
35 def checkonly(package, url, version, verbose=0): argument
47 def _check1version(package, url, version, verbose=0): argument
/external/jarjar/src/main/com/tonicsystems/jarjar/
DExcludeProcessor.java26 private final boolean verbose; field in ExcludeProcessor
28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { in ExcludeProcessor()
DMainProcessor.java26 private final boolean verbose; field in MainProcessor
31 public MainProcessor(List<PatternElement> patterns, boolean verbose, boolean skipManifest) { in MainProcessor()
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py7 verbose = False variable
9 verbose = True variable
/external/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py12 def Translate(ll_files, extra_args, obj, verbose, target): argument
33 def PartialLink(obj_files, extra_args, lib, verbose): argument
42 srcdir, tempdir, rtdir, verbose, excluded_targets): argument
Dszbuild.py110 def LinkSandbox(objs, exe, target, verbose=True): argument
149 def LinkNonsfi(objs, exe, target, verbose=True): argument
185 def LinkNative(objs, exe, target, verbose=True): argument
Dwasm-run-torture-tests.py126 def run_test(test_file, verbose=False): argument
185 verbose = args.verbose variable
/external/selinux/libsemanage/tests/
Dlibsemanage-tests.c51 static bool do_tests(int interactive, int verbose) in do_tests()
83 int i, verbose = 1, interactive = 0; in main() local
/external/v8/tools/testrunner/local/
Dcommands.py53 def RunProcess(verbose, timeout, args, **rest): argument
129 def Execute(args, verbose=False, timeout=None): argument
/external/selinux/libsepol/tests/
Dlibsepol-tests.c55 static bool do_tests(int interactive, int verbose) in do_tests()
86 int i, verbose = 1, interactive = 0; in main() local
/external/proguard/src/proguard/gui/
DReTraceRunnable.java40 private final boolean verbose; field in ReTraceRunnable
53 boolean verbose, in ReTraceRunnable()
/external/icu/icu4c/source/tools/genren/
Dgenren.pl244 sub verbose { subroutine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java56 boolean verbose, in _dumpAsString()
302 …private static String outputApplicationSpecific(String type, String indent, boolean verbose, ASN1P… in outputApplicationSpecific()
349 boolean verbose) in dumpAsString()
/external/jcommander/src/test/java/com/beust/jcommander/command/
DCommandMain.java26 public Boolean verbose = false; field in CommandMain
/external/jcommander/src/test/java/com/beust/jcommander/args/
DSeparatorColon.java28 public boolean verbose = false; field in SeparatorColon

12345678910>>...21