Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
Dqsort_r_compat.c32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, in qsort_r_compat() argument
34 qsort_r(base, nel, width, thunk, compar); in qsort_r_compat()
44 void* thunk; member
50 return compar_data->compar(compar_data->thunk, a, b); in compar_wrapper()
53 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, in qsort_r_compat() argument
56 compar_data.thunk = thunk; in qsort_r_compat()
72 void* thunk; member
78 return compar_data->compar(compar_data->thunk, a, b); in compar_wrapper()
81 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk, in qsort_r_compat() argument
84 compar_data.thunk = thunk; in qsort_r_compat()
Dqsort_r_compat.h32 void qsort_r_compat(void* base, size_t nel, size_t width, void* thunk,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java79 private static int thunk = 0; field in RenderScript
85 if (thunk == 0) { in shouldThunk()
88 thunk = 1; in shouldThunk()
90 thunk = -1; in shouldThunk()
93 if (thunk == 1) { in shouldThunk()