Searched refs:function (Results 1 - 11 of 11) sorted by relevance

/system/media/wilhelm/src/
H A Dtrace.c33 void slTraceEnterGlobal(const char *function) argument
36 SL_LOGD("Entering %s", function);
41 void slTraceLeaveGlobal(const char *function, SLresult result) argument
45 SL_LOGD("Leaving %s", function);
51 SL_LOGW("Leaving %s (%s)", function, str);
53 SL_LOGW("Leaving %s (0x%X)", function, result);
60 void slTraceEnterInterface(const char *function) argument
65 if (*function == 'I') {
66 ++function;
68 const char *underscore = function;
86 slTraceLeaveInterface(const char *function, SLresult result) argument
133 slTraceEnterInterfaceVoid(const char *function) argument
141 slTraceLeaveInterfaceVoid(const char *function) argument
[all...]
H A Dtrace.h49 extern void slTraceEnterGlobal(const char *function);
50 extern void slTraceLeaveGlobal(const char *function, SLresult result);
51 extern void slTraceEnterInterface(const char *function);
52 extern void slTraceLeaveInterface(const char *function, SLresult result);
53 extern void slTraceEnterInterfaceVoid(const char *function);
54 extern void slTraceLeaveInterfaceVoid(const char *function);
/system/core/debuggerd/arm/
H A Dcrashglue.S2 .type crash1, %function
4 .type crashnostack, %function
/system/core/debuggerd/
H A Dvfp.S4 .type crash, %function
/system/core/libcutils/arch-arm/
H A Dmemset32.S25 .type android_memset32, %function
27 .type android_memset16, %function
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S50 .type name, @function; \
113 .type __i686.get_pc_thunk.bx,@function
H A Dsse2-memset16-atom.S50 .type name, @function; \
113 .type __i686.get_pc_thunk.bx,@function
/system/core/sh/
H A Dvar.c601 error("Not in a function");
612 * will be restored when the shell function returns. We handle the name
656 * Called after a function returns.
701 * The unset builtin command. We unset the function before we unset the
702 * variable to allow a function to be unset when there is a readonly variable
/system/extras/tests/bionic/libc/
H A DAndroid.mk117 # garbage-collected by the gold linker, since the function
/system/extras/tests/icachetest/
H A Dicache.S11 .type icache_test, %function
H A Dicache2.S13 .type icache_test2, %function

Completed in 151 milliseconds