Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/examples/PrintFunctionNames/
DREADME.txt9 $ 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/valgrind/massif/tests/
DMakefile.am7 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 \
53 alloc-fns \
Dalloc-fns-A.vgtest1 prog: alloc-fns
Dalloc-fns-B.vgtest1 prog: alloc-fns
Dbig-alloc.post.exp-ppc6448 99.38% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Dbig-alloc.post.exp-64bit48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Ddeep-D.post.exp-ppc6448 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
Doverloaded-new.post.exp-mips3244 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
/external/valgrind/none/tests/amd64/
Dx87trigOOR.c129 void(*fns[4])(Res*,double) = { do_fsin, do_fcos, do_fsincos, do_fptan }; in main() local
134 void (*fn)(Res*,double) = fns[i]; in main()
/external/valgrind/none/tests/x86/
Dx87trigOOR.c129 void(*fns[4])(Res*,double) = { do_fsin, do_fcos, do_fsincos, do_fptan }; in main() local
134 void (*fn)(Res*,double) = fns[i]; in main()
/external/valgrind/callgrind/
Dfn.c297 file->fns[i] = NULL; in new_file_node()
394 curr_fn_node = curr_file_node->fns[fnname_hash]; in get_fn_node_infile()
400 curr_file_node->fns[fnname_hash] = curr_fn_node = in get_fn_node_infile()
402 curr_file_node->fns[fnname_hash]); in get_fn_node_infile()
Dthreads.c112 CLG_(init_fn_stack) ( &(t->fns) ); in new_thread()
146 CLG_(copy_current_fn_stack) ( &(t->fns) ); in CLG_()
170 CLG_(set_current_fn_stack) ( &(t->fns) ); in CLG_()
Dglobal.h426 fn_node* fns[N_FN_ENTRIES]; member
573 fn_stack fns; /* function stack */ member
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Ddoctest_webapp.py82 fns = os.listdir(dir)
83 fns.sort()
84 for fn in fns:
/external/libcxx/src/
Dios.cpp234 …event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newcap * sizeof(event_callback))… in register_callback() local
235 if (fns == 0) in register_callback()
237 __fn_ = fns; in register_callback()
/external/valgrind/auxprogs/
Dppc64shifts.c429 void do_unary ( char* name, void** fns, int n_fns ) in do_unary() argument
438 fn = fns[i]; in do_unary()
/external/e2fsprogs/doc/
DMakefile.in72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
/external/llvm/lib/Target/Sparc/
DREADME.txt56 leaf fns.
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dreplace-includes78 +/** Use gcc attribute to check printf fns. a1 is the 1-based index of
/external/bison/doc/
DMakefile.am22 CLEANFILES = bison.fns
/external/valgrind/massif/
Dms_main.c110 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
152 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
352 static Bool is_member_fn(const XArray* fns, const HChar* fnname) in is_member_fn() argument
361 for (i = 0; i < VG_(sizeXA)(fns); i++) { in is_member_fn()
362 fn_ptr = VG_(indexXA)(fns, i); in is_member_fn()
/external/clang/docs/
DClangPlugins.rst86 -plugin -Xclang print-fns
/external/e2fsprogs/lib/et/
DMakefile.in157 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js1461 var fns = this.$events[type];
1462 for (var i = fns.length; i--;) if (i in fns){
1463 this.removeEvent(type, fns[i]);
4223 list.forms[i].removeEvent(type, list.fns[i]);
4232 listener = listeners[uid] || {forms: [], fns: []},
4233 forms = listener.forms, fns = listener.fns;
4242 fns.push(_fn);
/external/deqp/modules/gles31/functional/
Des31fDebugTests.cpp2883 …tor<FunctionContainer> wrapCoreFunctions (const vector<NegativeTestShared::FunctionContainer>& fns) in wrapCoreFunctions() argument
2887 retVal.resize(fns.size()); in wrapCoreFunctions()
2888 for (int ndx = 0; ndx < (int)fns.size(); ++ndx) in wrapCoreFunctions()
2890 retVal[ndx].function = TestFunctionWrapper(fns[ndx].function); in wrapCoreFunctions()
2891 retVal[ndx].name = fns[ndx].name; in wrapCoreFunctions()
2892 retVal[ndx].desc = fns[ndx].desc; in wrapCoreFunctions()

12