Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 5 of 5) 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
/ndk/tests/device/test-stlport_static-exception/jni/
Dcatchptr1.cpp8 void fn () {} in fn() function
9 struct A {void fn () {}}; in fn() function
/ndk/sources/cxx-stl/stlport/src/
Dcxa.c47 void (*fn)(int status, void *arg); member
51 void (*fn)(void *arg, int status); member
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c320 unsigned char fn = FOLD ((unsigned char) *n); local
/ndk/sources/cxx-stl/llvm-libc++/src/
Dios.cpp218 ios_base::register_callback(event_callback fn, int index) in register_callback()