/external/clang/examples/PrintFunctionNames/ |
D | README.txt | 9 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns some-input-fi… 10 …sserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print… 11 … ../../Debug+Asserts/lib/libPrintFunctionNames.so -plugin print-fns -plugin-arg-print-fns -an-erro… 14 $ clang -cc1 -load ../../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns some-input… 15 …rts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns help -plugin-arg-print… 16 …/../Debug+Asserts/lib/libPrintFunctionNames.dylib -plugin print-fns -plugin-arg-print-fns -an-erro…
|
/external/stlport/src/ |
D | cxa.c | 62 struct exit_function fns[32]; member 122 if (l->fns[i].flavor == ef_free) in __new_exitfn() 127 if (l->idx < sizeof (l->fns) / sizeof (l->fns[0])) { in __new_exitfn() 146 l->fns[i].flavor = ef_us; in __new_exitfn() 152 return l == NULL ? NULL : &l->fns[i]; in __new_exitfn() 174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) { in __cxa_finalize()
|
/external/openssl/crypto/engine/ |
D | eng_dyn.c | 436 dynamic_fns fns; in dynamic_load() local 499 fns.static_state = ENGINE_get_static_state(); in dynamic_load() 500 fns.err_fns = ERR_get_implementation(); in dynamic_load() 501 fns.ex_data_fns = CRYPTO_get_ex_data_implementation(); in dynamic_load() 502 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_cb, in dynamic_load() 503 &fns.mem_fns.realloc_cb, in dynamic_load() 504 &fns.mem_fns.free_cb); in dynamic_load() 505 fns.lock_fns.lock_locking_cb = CRYPTO_get_locking_callback(); in dynamic_load() 506 fns.lock_fns.lock_add_lock_cb = CRYPTO_get_add_lock_callback(); in dynamic_load() 507 fns.lock_fns.dynlock_create_cb = CRYPTO_get_dynlock_create_callback(); in dynamic_load() [all …]
|
D | engine.h | 710 const dynamic_fns *fns); 713 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \ 715 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \ 716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \ 717 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \ 718 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \ 720 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \ 721 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \ 722 CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \ 723 CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \ [all …]
|
/external/openssl/include/openssl/ |
D | engine.h | 710 const dynamic_fns *fns); 713 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \ 715 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \ 716 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \ 717 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \ 718 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \ 720 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \ 721 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \ 722 CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \ 723 CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \ [all …]
|
D | err.h | 380 int ERR_set_implementation(const ERR_FNS *fns);
|
/external/valgrind/main/massif/tests/ |
D | Makefile.am | 7 alloc-fns-A.post.exp alloc-fns-A.stderr.exp alloc-fns-A.vgtest \ 8 alloc-fns-B.post.exp alloc-fns-B.stderr.exp alloc-fns-B.vgtest \ 44 alloc-fns \
|
D | alloc-fns-A.vgtest | 1 prog: alloc-fns
|
D | alloc-fns-B.vgtest | 1 prog: alloc-fns
|
/external/bison/doc/ |
D | Makefile.am | 26 CLEANFILES = refcard.dvi refcard.log refcard.ps bison.fns
|
D | Makefile.in | 225 CLEANFILES = refcard.dvi refcard.log refcard.ps bison.fns
|
D | Makefile | 225 CLEANFILES = refcard.dvi refcard.log refcard.ps bison.fns
|
/external/valgrind/main/callgrind/ |
D | fn.c | 297 file->fns[i] = NULL; in new_file_node() 386 curr_fn_node = curr_file_node->fns[fnname_hash]; in get_fn_node_infile() 392 curr_file_node->fns[fnname_hash] = curr_fn_node = in get_fn_node_infile() 394 curr_file_node->fns[fnname_hash]); in get_fn_node_infile()
|
D | threads.c | 109 CLG_(init_fn_stack) ( &(t->fns) ); in new_thread() 143 CLG_(copy_current_fn_stack) ( &(t->fns) ); in CLG_() 167 CLG_(set_current_fn_stack) ( &(t->fns) ); in CLG_()
|
D | global.h | 453 fn_node* fns[N_FN_ENTRIES]; member 599 fn_stack fns; /* function stack */ member
|
/external/valgrind/main/auxprogs/ |
D | ppc64shifts.c | 429 void do_unary ( char* name, void** fns, int n_fns ) in do_unary() argument 438 fn = fns[i]; in do_unary()
|
/external/e2fsprogs/doc/ |
D | Makefile.in | 66 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 56 leaf fns.
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | replace-includes | 78 +/** Use gcc attribute to check printf fns. a1 is the 1-based index of
|
/external/valgrind/main/massif/ |
D | ms_main.c | 116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 364 static Bool is_member_fn(XArray* fns, Char* fnname) in is_member_fn() argument 373 for (i = 0; i < VG_(sizeXA)(fns); i++) { in is_member_fn() 374 fn_ptr = VG_(indexXA)(fns, i); in is_member_fn()
|
/external/openssl/crypto/err/ |
D | err.h | 380 int ERR_set_implementation(const ERR_FNS *fns);
|
D | err.c | 309 int ERR_set_implementation(const ERR_FNS *fns) in ERR_set_implementation() argument 318 err_fns = fns; in ERR_set_implementation()
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 1338 def prep(ctx, fns): argument 1874 for st, rev, fns in changeiter: 1883 def prep(ctx, fns): argument
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 1263 var fns = this.$events[type]; 1264 for (var i = fns.length; i--; i) this.removeEvent(type, fns[i]);
|
/external/valgrind/main/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 156 r6622 r6713 32 n-i-bz .eh_frame crud for m_trampoline.S fns
|