Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 14 of 14) sorted by relevance

/ndk/tests/device/test-stlport_shared-exception/jni/
Dcatchptr1.cpp8 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/
Dcatchptr1.cpp8 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/
Dcxa.c47 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/
Dmath.c23 float f, f1, fn; variable
52 fn = nanf(""); in main()
Dmath.cpp23 float f, f1, fn; variable
52 fn = nanf(""); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_log.hpp52 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/
Dfnmatch.c320 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/
Djquery.js12fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:fu… function
13fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E…
21fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.ad… property
22fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.l…
32fn.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/
Dios.cpp227 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/
Ddebug.ipp478 "-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/
DMakefile.in348 -rm -rf make.aux make.cp make.cps make.fn make.fns make.ky make.kys make.log \
Dmake.texi12 @syncodeindex vr fn
11102 @printindex fn
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios99 void register_callback(event_callback fn, int index);
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex1147 \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,