Home
last modified time | relevance | path

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

12345678910>>...18

/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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c78 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, in add_fetch_rgba_test()
130 test_format_float(unsigned verbose, FILE *fp, in test_format_float()
215 test_format_unorm8(unsigned verbose, FILE *fp, in test_format_unorm8()
301 test_one(unsigned verbose, FILE *fp, in test_one()
319 test_all(unsigned verbose, FILE *fp) in test_all()
361 test_some(unsigned verbose, FILE *fp, in test_some()
369 test_single(unsigned verbose, FILE *fp) in test_single()
Dlp_test_printf.c89 test_printf(unsigned verbose, FILE *fp, in test_printf()
116 test_all(unsigned verbose, FILE *fp) in test_all()
127 test_some(unsigned verbose, FILE *fp, in test_some()
135 test_single(unsigned verbose, FILE *fp) in test_single()
Dlp_test_arit.c293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test) in test_unary()
366 test_all(unsigned verbose, FILE *fp) in test_all()
382 test_some(unsigned verbose, FILE *fp, in test_some()
394 test_single(unsigned verbose, FILE *fp) in test_single()
Dlp_test_conv.c153 test_one(unsigned verbose, in test_one()
387 test_all(unsigned verbose, FILE *fp) in test_all()
414 test_some(unsigned verbose, FILE *fp, in test_some()
438 test_single(unsigned verbose, FILE *fp) in test_single()
/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()
DPackageRemapper.java35 private final boolean verbose; field in PackageRemapper
37 public PackageRemapper(List<Rule> ruleList, boolean verbose) { in PackageRemapper()
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py7 verbose = False variable
9 verbose = True variable
/external/v8/src/
Dutils.cc209 bool verbose, in ReadCharsFromFile()
239 bool verbose) { in ReadCharsFromFile()
247 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes()
268 bool verbose) { in ReadFile()
277 bool verbose) { in ReadFile()
301 bool verbose) { in AppendChars()
318 bool verbose) { in WriteChars()
335 bool verbose) { in WriteBytes()
/external/v8/tools/testrunner/local/
Dcommands.py52 def RunProcess(verbose, timeout, args, **rest): argument
120 def Execute(args, verbose=False, timeout=None): argument
/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/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/tcpdump/
Dprint-nfs.c313 const struct nfsv3_sattr *sa3, int verbose) in print_sattr3()
1071 const uint32_t *dp, int verbose, int v3) in parsefattr()
1140 const uint32_t *dp, int verbose, int v3) in parseattrstat()
1282 const uint32_t *dp, int verbose) in parse_pre_op_attr()
1304 const uint32_t *dp, int verbose) in parse_post_op_attr()
1320 const uint32_t *dp, int verbose) in parse_wcc_data()
1334 const uint32_t *dp, int verbose) in parsecreateopres()
1365 const uint32_t *dp, int verbose) in parsewccres()
1376 const uint32_t *dp, int verbose) in parsev3rddirres()
/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/iptables/iptables/
Dip6tables.c686 int verbose, in append_entry()
713 int verbose, in replace_entry()
736 int verbose, in insert_entry()
800 int verbose, in delete_entry()
831 bool verbose, struct xtc_handle *handle, in check_entry()
858 int verbose, int builtinstoo, struct xtc_handle *handle) in for_each_chain6()
893 flush_entries6(const xt_chainlabel chain, int verbose, in flush_entries6()
905 zero_entries(const xt_chainlabel chain, int verbose, in zero_entries()
917 delete_chain6(const xt_chainlabel chain, int verbose, in delete_chain6()
929 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, in list_entries()
[all …]
Diptables.c670 int verbose, in append_entry()
697 int verbose, in replace_entry()
720 int verbose, in insert_entry()
784 int verbose, in delete_entry()
815 bool verbose, struct xtc_handle *handle, in check_entry()
842 int verbose, int builtinstoo, struct xtc_handle *handle) in for_each_chain4()
877 flush_entries4(const xt_chainlabel chain, int verbose, in flush_entries4()
889 zero_entries(const xt_chainlabel chain, int verbose, in zero_entries()
901 delete_chain4(const xt_chainlabel chain, int verbose, in delete_chain4()
913 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, in list_entries()
[all …]
Dxtables.c415 bool verbose, struct nft_handle *h, bool append) in add_entry()
471 bool verbose, struct nft_handle *h) in replace_entry()
495 bool verbose, in delete_entry()
536 bool verbose, struct nft_handle *h) in check_entry()
572 int rulenum, int verbose, int numeric, int expanded, in list_entries()
/external/proguard/src/proguard/gui/
DReTraceRunnable.java40 private final boolean verbose; field in ReTraceRunnable
53 boolean verbose, in ReTraceRunnable()
/external/proguard/src/proguard/shrink/
DShortestUsagePrinter.java47 private final boolean verbose; field in ShortestUsagePrinter
69 boolean verbose) in ShortestUsagePrinter()
82 boolean verbose, in ShortestUsagePrinter()
/external/skia/tools/
Dok_test.cpp13 bool extended = false, verbose = false; member
25 bool extended, verbose; member
43 bool verbose() const override { return verbose_; } in draw() function
Dgit-sync-deps111 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument
174 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
DLogTransformer.java103 boolean verbose; field in LogTransformer.Builder
112 public Builder verbose(boolean b) { in verbose() method in LogTransformer.Builder
162 private boolean verbose; field in LogTransformer
/external/autotest/server/
Dautoserv_utils.py26 queue_entry=None, verbose=True, argument
141 verbose=True, in_lab=False, use_virtualenv=False): argument
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_latency_check_task.c56 #define verbose(x...) printf(x) macro
58 #define verbose(x...) do {} while (0); macro

12345678910>>...18