/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | invoke_rvalue.pass.cpp | 60 void (*fp)(int) = f_void_1; in test_void_1() local 66 void (*fp)(int) = f_void_1; in test_void_1() local 67 std::bind(fp, 3)(); in test_void_1() local 86 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local 87 std::bind(fp, _1)(A_void_1()); in test_void_1() local 96 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local 97 std::bind(fp, A_void_1())(); in test_void_1() local 101 std::bind(fp, &a)(); in test_void_1() local 107 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local 108 std::bind(fp, _1)(A_void_1()); in test_void_1() local [all …]
|
D | invoke_lvalue.pass.cpp | 62 void (*fp)(int) = f_void_1; in test_void_1() local 64 std::bind(fp, _1)(i); in test_void_1() local 69 void (*fp)(int) = f_void_1; in test_void_1() local 71 std::bind(fp, i)(); in test_void_1() local 92 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local 94 std::bind(fp, _1)(a); in test_void_1() local 98 std::bind(fp, _1)(ap); in test_void_1() local 103 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local 105 std::bind(fp, a)(); in test_void_1() local 109 std::bind(fp, ap)(); in test_void_1() local [all …]
|
/external/boringssl/src/crypto/x509/ |
D | x_all.c | 148 X509 *d2i_X509_fp(FILE *fp, X509 **x509) in d2i_X509_fp() 153 int i2d_X509_fp(FILE *fp, X509 *x509) in i2d_X509_fp() 170 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) in d2i_X509_CRL_fp() 175 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) in i2d_X509_CRL_fp() 217 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp() 222 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp() 240 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPrivateKey_fp() 245 int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa) in i2d_RSAPrivateKey_fp() 250 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa) in d2i_RSAPublicKey_fp() 255 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa) in d2i_RSA_PUBKEY_fp() [all …]
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 46 FILE * fp) in render_access_mask() 61 int render_operations(avtab_operations_t *ops, avtab_key_t * key, FILE * fp) in render_operations() 107 int render_type(uint32_t type, policydb_t * p, FILE * fp) in render_type() 113 int render_key(avtab_key_t * key, policydb_t * p, FILE * fp) in render_key() 138 policydb_t * p, FILE * fp) in render_av_rule() 217 int display_avtab(avtab_t * a, uint32_t what, policydb_t * p, FILE * fp) in display_avtab() 232 int display_bools(policydb_t * p, FILE * fp) in display_bools() 243 void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) in display_expr() 278 int display_cond_expressions(policydb_t * p, FILE * fp) in display_cond_expressions() 314 int change_bool(char *name, int state, policydb_t * p, FILE * fp) in change_bool() [all …]
|
D | dismod.c | 75 FILE * fp) in render_access_mask() 86 policydb_t * p, FILE * fp) in render_access_bitmap() 101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type, in display_id() 116 FILE * fp) in display_type_set() 179 int display_mod_role_set(role_set_t * roles, policydb_t * p, FILE * fp) in display_mod_role_set() 215 FILE * fp) in display_avrule() 295 FILE *fp; in display_type_callback() local 334 int display_types(policydb_t * p, FILE * fp) in display_types() 341 int display_users(policydb_t * p, FILE * fp) in display_users() 360 int display_bools(policydb_t * p, FILE * fp) in display_bools() [all …]
|
/external/iproute2/ip/ |
D | xfrm_monitor.c | 48 FILE *fp = (FILE*)arg; in xfrm_acquire_print() local 109 FILE *fp = (FILE*)arg; in xfrm_state_flush_print() local 140 FILE *fp = (FILE*)arg; in xfrm_policy_flush_print() local 177 FILE *fp = (FILE*)arg; in xfrm_report_print() local 212 FILE *fp = (FILE*)arg; in xfrm_ae_flags_print() local 225 static void xfrm_usersa_print(const struct xfrm_usersa_id *sa_id, __u32 reqid, FILE *fp) in xfrm_usersa_print() 242 FILE *fp = (FILE*)arg; in xfrm_ae_print() local 262 static void xfrm_print_addr(FILE *fp, int family, xfrm_address_t *a, size_t s) in xfrm_print_addr() 273 FILE *fp = (FILE*)arg; in xfrm_mapping_print() local 295 FILE *fp = (FILE*)arg; in xfrm_accept_msg() local [all …]
|
D | rtmon.c | 31 static void write_stamp(FILE *fp) in write_stamp() 51 FILE *fp = (FILE*)arg; in dump_msg() local 69 FILE *fp; in main() local
|
/external/selinux/libsepol/src/ |
D | write.c | 49 struct policy_file *fp; member 55 static int ebitmap_write(ebitmap_t * e, struct policy_file *fp) in ebitmap_write() 100 avtab_ptr_t cur, struct policy_file *fp, in avtab_write_item() 269 static int avtab_write(struct policydb *p, avtab_t * a, struct policy_file *fp) in avtab_write() 345 struct policy_file *fp) in mls_write_semantic_level_helper() 376 struct policy_file *fp) in mls_write_semantic_range_helper() 393 static int mls_write_level(mls_level_t * l, struct policy_file *fp) in mls_write_level() 413 static int mls_write_range_helper(mls_range_t * r, struct policy_file *fp) in mls_write_range_helper() 446 struct policy_file *fp = pd->fp; in sens_write() local 474 struct policy_file *fp = pd->fp; in cat_write() local [all …]
|
D | policydb.c | 1651 static int role_set_read(role_set_t * r, struct policy_file *fp) in role_set_read() 1666 static int type_set_read(type_set_t * t, struct policy_file *fp) in type_set_read() 1688 static int mls_read_range_helper(mls_range_t * r, struct policy_file *fp) in mls_read_range_helper() 1746 struct policy_file *fp) in mls_read_semantic_level_helper() 1794 struct policy_file *fp) in mls_read_semantic_range_helper() 1857 policydb_t * p, struct policy_file *fp) in context_read_and_validate() 1897 struct policy_file *fp) in perm_read() 1934 static int common_read(policydb_t * p, hashtab_t h, struct policy_file *fp) in common_read() 1984 int allowxtarget, struct policy_file *fp) in read_cons_helper() 2077 static int class_read(policydb_t * p, hashtab_t h, struct policy_file *fp) in class_read() [all …]
|
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 348 static bool test_add(FILE *fp) { in test_add() 387 static bool test_sub(FILE *fp) { in test_sub() 433 static bool test_div(FILE *fp, BN_CTX *ctx) { in test_div() 514 static bool test_lshift1(FILE *fp) { in test_lshift1() 549 static bool test_rshift(FILE *fp, BN_CTX *ctx) { in test_rshift() 585 static bool test_rshift1(FILE *fp) { in test_rshift1() 620 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a) { in test_lshift() 670 static bool test_mul(FILE *fp) { in test_mul() 730 static bool test_sqr(FILE *fp, BN_CTX *ctx) { in test_sqr() 828 static void print_word(FILE *fp, BN_ULONG w) { in print_word() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 46 write_tsv_header(FILE *fp) in write_tsv_header() 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_format.c | 49 write_tsv_header(FILE *fp) in write_tsv_header() 60 write_tsv_row(FILE *fp, in write_tsv_row() 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_conv.c | 50 write_tsv_header(FILE *fp) in write_tsv_header() 63 write_tsv_row(FILE *fp, in write_tsv_row() 84 dump_conv_types(FILE *fp, in dump_conv_types() 154 FILE *fp, 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/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 56 void (*fp)(int) = f_void_1; in test_void_1() local 74 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local 87 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local 131 int (*fp)(int) = f_int_1; in test_int_1() local 145 int (A_int_1::*fp)() = &A_int_1::mem1; in test_int_1() local 154 int (A_int_1::*fp)() const = &A_int_1::mem2; in test_int_1() local 163 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local 209 void (*fp)(int, int) = f_void_2; in test_void_2() local 229 void (A_void_2::*fp)(int) = &A_void_2::mem1; in test_void_2() local 243 void (A_void_2::*fp)(int) const = &A_void_2::mem2; in test_void_2() local [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 53 void (*fp)(int) = f_void_1; in test_void_1() local 71 void (A_void_1::*fp)() = &A_void_1::mem1; in test_void_1() local 85 void (A_void_1::*fp)() const = &A_void_1::mem2; in test_void_1() local 130 int (*fp)(int) = f_int_1; in test_int_1() local 144 int (A_int_1::*fp)() = &A_int_1::mem1; in test_int_1() local 154 int (A_int_1::*fp)() const = &A_int_1::mem2; in test_int_1() local 164 int A_int_1::*fp = &A_int_1::data_; in test_int_1() local 211 void (*fp)(int, int) = f_void_2; in test_void_2() local 231 void (A_void_2::*fp)(int) = &A_void_2::mem1; in test_void_2() local 246 void (A_void_2::*fp)(int) const = &A_void_2::mem2; in test_void_2() local [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p13.cpp | 71 void f5a(auto fp(int)->unk ...) {} // expected-error{{unknown type name 'unk'}} in fp() function 72 void f5b(auto fp(int)->auto ...) {} // expected-error{{'auto' not allowed in function return type}} in fp() function 73 void f5c(auto fp()->...) {} // expected-error{{expected a type}} in fp() function
|
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 9 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) in callchain__fprintf_left_margin() 20 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line() 37 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, in ipchain__fprintf_graph() 82 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, in __callchain__fprintf_graph() 161 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, in callchain__fprintf_graph() 216 static size_t __callchain__fprintf_flat(FILE *fp, in __callchain__fprintf_flat() 242 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *self, in callchain__fprintf_flat() 271 FILE *fp) in hist_entry_callchain__fprintf() 296 FILE *fp) in hist_entry__callchain_fprintf() 353 char *bf, size_t bfsz, FILE *fp) in hist_entry__fprintf() [all …]
|
/external/bison/lib/ |
D | getdelim.c | 39 # define getc_maybe_unlocked(fp) getc(fp) argument 45 # define getc_maybe_unlocked(fp) getc(fp) argument 47 # define getc_maybe_unlocked(fp) getc_unlocked(fp) argument 57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) in getdelim()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_fragprog.c | 37 struct nv30_fragprog *fp = nv30->fragprog.program; in nv30_fragprog_upload() local 65 struct nv30_fragprog *fp = nv30->fragprog.program; in nv30_fragprog_validate() local 134 struct nv30_fragprog *fp = CALLOC_STRUCT(nv30_fragprog); in nv30_fp_state_create() local 146 struct nv30_fragprog *fp = hwcso; in nv30_fp_state_delete() local
|
/external/v8/test/cctest/ |
D | trace-extension.cc | 65 Address fp = *reinterpret_cast<Address*>(*args[0]); in GetFP() local 69 Address fp = reinterpret_cast<Address>(high_bits | low_bits); in GetFP() local 88 void TraceExtension::DoTrace(Address fp) { in DoTrace() 105 static void DoTraceHideCEntryFPAddress(Address fp) { in DoTraceHideCEntryFPAddress()
|
/external/clang/test/CodeGen/ |
D | c11atomics-ios.c | 10 void testFloat(_Atomic(float) *fp) { in testFloat() 41 void testComplexFloat(_Atomic(_Complex float) *fp) { in testComplexFloat() 97 void testStruct(_Atomic(S) *fp) { in testStruct() 147 void testPromotedStruct(_Atomic(PS) *fp) { in testPromotedStruct()
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 38 static int read_png(FILE *fp) in read_png() 111 static int perform_one_test(FILE *fp, int nfiles) in perform_one_test() 181 static int add_one_file(FILE *fp, char *name) in add_one_file() 225 FILE *fp = tmpfile(); in main() local
|
/external/ipsec-tools/src/racoon/ |
D | logger.c | 126 FILE *fp; local 144 FILE *fp; in log_vprint() local 163 FILE *fp; in log_vaprint() local 183 FILE *fp; local
|
/external/selinux/policycoreutils/sepolgen-ifgen/ |
D | sepolgen-ifgen-attr-helper.c | 57 FILE *fp) in render_access_mask() 88 static int render_key(avtab_key_t *key, policydb_t *p, FILE *fp) in render_key() 108 FILE *fp; member 149 FILE *fp; in load_policy() local 198 FILE *fp; in main() local
|
/external/clang/test/CXX/except/except.spec/ |
D | p2-places.cpp | 13 void (*fp)() throw (int); variable 48 void (*fp)() noexcept(false); variable
|