/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | catchptr1.cpp | 8 void fn () {} in fn() function 9 struct A {void fn () {}}; in fn() function 20 throw &fn; in test0() 39 throw &A::fn; in test1()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | catchptr1.cpp | 8 void fn () {} in fn() function 9 struct A {void fn () {}}; in fn() function 20 throw &fn; in test0() 39 throw &A::fn; in test1()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | cxa.c | 47 void (*fn)(int status, void *arg); member 51 void (*fn)(void *arg, int status); member 78 new->func.cxa.fn = (void (*) (void *, int)) func; in __cxa_atexit() 177 (*f->func.cxa.fn) (f->func.cxa.arg, 0); in __cxa_finalize()
|
/ndk/tests/device/math/jni/ |
D | math.c | 23 float f, f1, fn; variable 52 fn = nanf(""); in main()
|
D | math.cpp | 23 float f, f1, fn; variable 52 fn = nanf(""); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_log.hpp | 52 begin( const_string fn, std::size_t ln ) in begin() 53 : m_file_name( fn ) in begin()
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | fnmatch.c | 320 unsigned char fn = FOLD ((unsigned char) *n); local 329 if (c == fn) 397 if (FOLD (c) == fn) 412 if (cold <= fn && fn <= FOLD (cend))
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | jquery.js | 12 …fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:fu… function 13 …fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E… 21 …fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.ad… property 22 …fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.l… 32 …fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{a… function 53 …uration:1};o.window=function(){return $($.browser.safari?'body':'html')};$.fn.scrollTo=function(l,…
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | ios.cpp | 227 ios_base::register_callback(event_callback fn, int index) in register_callback() argument 249 __fn_[__event_size_] = fn; in register_callback()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 478 "-bg", "black", "-fg", "white", "-geometry", "88x30+10+10", "-fn", "9x15", "-e", 548 "-bg", "black", "-fg", "white", "-geometry", "88x30+10+10", "-fn", "9x15", "-e",
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 348 -rm -rf make.aux make.cp make.cps make.fn make.fns make.ky make.kys make.log \
|
D | make.texi | 12 @syncodeindex vr fn 11102 @printindex fn
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 99 void register_callback(event_callback fn, int index);
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 1147 \newcodeindex{fn}% 2476 \def\itemindex ##1{\doind {fn}{\code{##1}}}% 5401 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. 5402 \dosubind{fn}{\code{#3}}{#1}% 5420 \dosubind{fn}{\code{#4}}{#1}% 5560 % if the fn name has parens in it, \boldbrax will not be in effect yet,
|