/external/v8/tools/release/ |
D | search_related_commits.py | 15 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/ |
D | lp_test_format.c | 78 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()
|
D | lp_test_printf.c | 89 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()
|
D | lp_test_arit.c | 293 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()
|
D | lp_test_conv.c | 153 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/strace/ |
D | printsiginfo.c | 77 printsigval(const siginfo_t *sip, bool verbose) in printsigval() 136 print_si_info(const siginfo_t *sip, bool verbose) in print_si_info() 218 printsiginfo(const siginfo_t *sip, bool verbose) in printsiginfo()
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | ExcludeProcessor.java | 26 private final boolean verbose; field in ExcludeProcessor 28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { in ExcludeProcessor()
|
D | MainProcessor.java | 26 private final boolean verbose; field in MainProcessor 31 public MainProcessor(List<PatternElement> patterns, boolean verbose, boolean skipManifest) { in MainProcessor()
|
D | PackageRemapper.java | 35 private final boolean verbose; field in PackageRemapper 37 public PackageRemapper(List<Rule> ruleList, boolean verbose) { in PackageRemapper()
|
/external/compiler-rt/test/asan/android_commands/ |
D | android_common.py | 7 verbose = False variable 9 verbose = True variable
|
/external/v8/src/ |
D | utils.cc | 209 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/selinux/libsemanage/tests/ |
D | libsemanage-tests.c | 50 static int do_tests(int interactive, int verbose) in do_tests() 80 int i, verbose = 1, interactive = 0; in main() local
|
/external/tcpdump/ |
D | print-nfs.c | 313 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/v8/tools/testrunner/local/ |
D | commands.py | 52 def RunProcess(verbose, timeout, args, **rest): argument 113 def Execute(args, verbose=False, timeout=None): argument
|
/external/selinux/libsepol/tests/ |
D | libsepol-tests.c | 54 static int do_tests(int interactive, int verbose) in do_tests() 83 int i, verbose = 1, interactive = 0; in main() local
|
/external/iptables/iptables/ |
D | ip6tables.c | 649 int verbose, in append_entry() 676 int verbose, in replace_entry() 699 int verbose, in insert_entry() 763 int verbose, in delete_entry() 794 bool verbose, struct xtc_handle *handle, in check_entry() 821 int verbose, int builtinstoo, struct xtc_handle *handle) in for_each_chain6() 856 flush_entries6(const xt_chainlabel chain, int verbose, in flush_entries6() 868 zero_entries(const xt_chainlabel chain, int verbose, in zero_entries() 880 delete_chain6(const xt_chainlabel chain, int verbose, in delete_chain6() 892 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, in list_entries() [all …]
|
D | iptables.c | 634 int verbose, in append_entry() 661 int verbose, in replace_entry() 684 int verbose, in insert_entry() 748 int verbose, in delete_entry() 779 bool verbose, struct xtc_handle *handle, in check_entry() 806 int verbose, int builtinstoo, struct xtc_handle *handle) in for_each_chain4() 841 flush_entries4(const xt_chainlabel chain, int verbose, in flush_entries4() 853 zero_entries(const xt_chainlabel chain, int verbose, in zero_entries() 865 delete_chain4(const xt_chainlabel chain, int verbose, in delete_chain4() 877 list_entries(const xt_chainlabel chain, int rulenum, int verbose, int numeric, in list_entries() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 53 boolean verbose, in _dumpAsString() 299 …private static String outputApplicationSpecific(String type, String indent, boolean verbose, ASN1P… in outputApplicationSpecific() 346 boolean verbose) in dumpAsString()
|
/external/proguard/src/proguard/gui/ |
D | ReTraceRunnable.java | 40 private final boolean verbose; field in ReTraceRunnable 53 boolean verbose, in ReTraceRunnable()
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsagePrinter.java | 47 private final boolean verbose; field in ShortestUsagePrinter 69 boolean verbose) in ShortestUsagePrinter() 82 boolean verbose, in ShortestUsagePrinter()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
D | LogTransformer.java | 103 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/skia/tools/ |
D | git-sync-deps | 102 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose): argument 162 def git_sync_deps(deps_file_path, command_line_os_requests, verbose): argument
|
/external/autotest/server/ |
D | autoserv_utils.py | 26 queue_entry=None, verbose=True, argument 134 verbose=True, in_lab=False): argument
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DexFile.java | 191 public void writeTo(OutputStream out, Writer humanOut, boolean verbose) in writeTo() 213 public byte[] toDex(Writer humanOut, boolean verbose) in toDex() 495 boolean verbose) { in toDex0()
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
D | AntJarProcessor.java | 37 protected boolean verbose; field in AntJarProcessor 43 public void setVerbose(boolean verbose) { in setVerbose()
|