/external/v8/src/ |
D | v8utils.cc | 116 bool verbose, in ReadCharsFromFile() 146 bool verbose) { in ReadCharsFromFile() 154 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes() 175 bool verbose) { in ReadFile() 184 bool verbose) { in ReadFile() 208 bool verbose) { in AppendChars() 225 bool verbose) { in WriteChars() 242 bool verbose) { in WriteBytes()
|
/external/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/proguard/src/proguard/gui/ |
D | ReTraceRunnable.java | 40 private final boolean verbose; field in ReTraceRunnable 53 boolean verbose, in ReTraceRunnable()
|
/external/icu4c/tools/genren/ |
D | genren.pl | 245 sub verbose { subroutine
|
/external/proguard/src/proguard/shrink/ |
D | ShortestUsagePrinter.java | 43 private final boolean verbose; field in ShortestUsagePrinter 65 boolean verbose) in ShortestUsagePrinter() 78 boolean verbose, in ShortestUsagePrinter()
|
/external/openssl/apps/ |
D | srp.c | 143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s) in print_entry() 157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose) in print_index() 162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose) in print_user() 213 const char *passin, BIO *bio, int verbose) in srp_verify_user() 244 char *passout, BIO *bio, int verbose) in srp_create_user() 288 int verbose=0; in MAIN() local
|
D | engine.c | 194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent) in util_verbose() 345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; in MAIN() local
|
/external/tcpdump/ |
D | print-nfs.c | 267 print_sattr3(const struct nfsv3_sattr *sa3, int verbose) in print_sattr3() 1105 parsefattr(const u_int32_t *dp, int verbose, int v3) in parsefattr() 1173 parseattrstat(const u_int32_t *dp, int verbose, int v3) in parseattrstat() 1309 parse_pre_op_attr(const u_int32_t *dp, int verbose) in parse_pre_op_attr() 1330 parse_post_op_attr(const u_int32_t *dp, int verbose) in parse_post_op_attr() 1345 parse_wcc_data(const u_int32_t *dp, int verbose) in parse_wcc_data() 1358 parsecreateopres(const u_int32_t *dp, int verbose) in parsecreateopres() 1388 parsewccres(const u_int32_t *dp, int verbose) in parsewccres() 1398 parsev3rddirres(const u_int32_t *dp, int verbose) in parsev3rddirres()
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 52 boolean verbose, in _dumpAsString() 318 …private static String outputApplicationSpecific(String type, String indent, boolean verbose, DEROb… in outputApplicationSpecific() 365 boolean verbose) in dumpAsString()
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | recursive-test.c | 14 int verbose = 0; variable
|
/external/icu4c/tools/gencmn/ |
D | gencmn.c | 50 UBool sourceTOC, verbose; in main() local
|
/external/srtp/crypto/test/ |
D | aes_calc.c | 38 int verbose; in main() local
|
/external/iptables/iptables/ |
D | iptables.c | 692 int verbose, in append_entry() 719 int verbose, in replace_entry() 742 int verbose, in insert_entry() 806 int verbose, in delete_entry() 837 bool verbose, struct iptc_handle *handle, in check_entry() 864 int verbose, int builtinstoo, struct iptc_handle *handle) in for_each_chain4() 899 flush_entries4(const ipt_chainlabel chain, int verbose, in flush_entries4() 911 zero_entries(const ipt_chainlabel chain, int verbose, in zero_entries() 923 delete_chain4(const ipt_chainlabel chain, int verbose, in delete_chain4() 935 list_entries(const ipt_chainlabel chain, int rulenum, int verbose, int numeric, in list_entries() [all …]
|
D | ip6tables.c | 687 int verbose, in append_entry() 714 int verbose, in replace_entry() 737 int verbose, in insert_entry() 801 int verbose, in delete_entry() 832 bool verbose, struct ip6tc_handle *handle, in check_entry() 859 int verbose, int builtinstoo, struct ip6tc_handle *handle) in for_each_chain6() 894 flush_entries6(const ip6t_chainlabel chain, int verbose, in flush_entries6() 906 zero_entries(const ip6t_chainlabel chain, int verbose, in zero_entries() 918 delete_chain6(const ip6t_chainlabel chain, int verbose, in delete_chain6() 930 list_entries(const ip6t_chainlabel chain, int rulenum, int verbose, int numeric, in list_entries() [all …]
|
/external/openssh/regress/ |
D | test-exec.sh | 199 verbose () function
|
/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()
|
D | EncodedMember.java | 64 public abstract void debugPrint(PrintWriter out, boolean verbose); in debugPrint()
|
/external/blktrace/btt/ |
D | bno_plot.py | 43 verbose = 0 variable
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | DalvInsnList.java | 225 public void debugPrint(Writer out, String prefix, boolean verbose) { in debugPrint() 259 public void debugPrint(OutputStream out, String prefix, boolean verbose) { in debugPrint()
|
/external/elfutils/tests/ |
D | saridx.c | 103 int verbose = 0; in main() local
|
/external/icu4c/samples/ufortune/ |
D | ufortune.c | 57 UBool verbose = FALSE; /* Set true if -v command line option. */ in main() local
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | metered_stream.py | 75 def __init__(self, verbose, stream): argument
|
/external/linux-tools-perf/util/ |
D | map.c | 327 enum map_type type, int verbose, FILE *fp) in __map_groups__fprintf_maps() 345 size_t map_groups__fprintf_maps(struct map_groups *self, int verbose, FILE *fp) in map_groups__fprintf_maps() 355 int verbose, FILE *fp) in __map_groups__fprintf_removed_maps() 372 int verbose, FILE *fp) in map_groups__fprintf_removed_maps() 380 size_t map_groups__fprintf(struct map_groups *self, int verbose, FILE *fp) in map_groups__fprintf() 388 int verbose, FILE *fp) in map_groups__fixup_overlappings()
|
/external/libsepol/src/ |
D | module.c | 289 int verbose) in sepol_link_packages() 441 struct sepol_policy_file *spf, int verbose) in sepol_module_package_read() 974 sepol_policydb_t ** modules, size_t len, int verbose) in sepol_link_modules() 982 sepol_policydb_t * out, int verbose, int check) in sepol_expand_module()
|
/external/libusb-compat/examples/ |
D | testlibusb.c | 11 int verbose = 0; variable
|