Searched defs:func (Results 1 - 25 of 57) sorted by last modified time

123

/frameworks/wilhelm/src/
H A Dassert.c30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) argument
33 failedexpr, file, line, func);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java916 native void rsnScriptIntrinsicBLAS_Single(long con, long incCon, long id, int func, int TransA, argument
920 synchronized void nScriptIntrinsicBLAS_Single(long id, int func, int TransA, argument
925 rsnScriptIntrinsicBLAS_Single(mContext, mIncCon, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU, mUseInc);
928 native void rsnScriptIntrinsicBLAS_Double(long con, long incCon, long id, int func, int TransA, argument
932 synchronized void nScriptIntrinsicBLAS_Double(long id, int func, int TransA, argument
937 rsnScriptIntrinsicBLAS_Double(mContext, mIncCon, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU, mUseInc);
940 native void rsnScriptIntrinsicBLAS_Complex(long con, long incCon, long id, int func, int TransA, argument
944 synchronized void nScriptIntrinsicBLAS_Complex(long id, int func, int TransA, argument
949 rsnScriptIntrinsicBLAS_Complex(mContext, mIncCon, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU, mUseInc);
952 native void rsnScriptIntrinsicBLAS_Z(long con, long incCon, long id, int func, in argument
956 nScriptIntrinsicBLAS_Z(long id, int func, int TransA, int TransB, int Side, int Uplo, int Diag, int M, int N, int K, double alphaX, double alphaY, long A, long B, double betaX, double betaY, long C, int incX, int incY, int KL, int KU, boolean mUseInc) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp570 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, argument
576 call.func = (RsBlasFunction)func;
610 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, argument
616 call.func = (RsBlasFunction)func;
650 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, argument
656 call.func = (RsBlasFunction)func;
693 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jin argument
[all...]
/frameworks/rs/api/
H A DSpecification.cpp703 FunctionPermutation::FunctionPermutation(Function* func, FunctionSpecification* spec, argument
710 mNameTrunk = func->getName();
/frameworks/rs/cpp/
H A DRenderScript.cpp277 void RS::setErrorHandler(ErrorHandlerFunc_t func) { argument
278 mErrorFunc = func;
281 void RS::setMessageHandler(MessageHandlerFunc_t func) { argument
282 mMessageFunc = func;
H A DScriptIntrinsicBLAS.cpp42 setUpBLASCall(RsBlasDataType dataType, RsBlasFunction func, argument
51 call.func = func;
99 nScriptIntrinsicBLAS_Single(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
103 RsBlasCall call = setUpBLASCall(SINGLE, func, TransA, TransB, Side, Uplo, Diag,
113 nScriptIntrinsicBLAS_Double(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
117 RsBlasCall call = setUpBLASCall(DOUBLE, func, TransA, TransB, Side, Uplo, Diag,
126 nScriptIntrinsicBLAS_Complex(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, int TransA, argument
130 RsBlasCall call = setUpBLASCall(SINGLE_COMPLEX, func, TransA, TransB, Side, Uplo, Diag,
139 nScriptIntrinsicBLAS_Z(RS* mRS, RsContext con, RsScript id, RsBlasFunction func, in argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp60 ScriptGroupRootFunc_t func; local
61 func = (ScriptGroupRootFunc_t)sl->fnPtrs[ct];
116 func(kinfo, xstart, xend, ostep);
H A DrsCpuScriptGroup2.h24 CPUClosure(const Closure* closure, RsdCpuScriptImpl* si, ExpandFuncTy func) : argument
25 mClosure(closure), mSi(si), mFunc(func) {}
/frameworks/rs/
H A DrsDefines.h454 RsBlasFunction func; member in struct:__anon1679
/frameworks/native/cmds/atrace/
H A Datrace.cpp612 char* func = strtok(myFuncs, ","); local
613 while (func) {
614 if (!strchr(func, '*')) {
615 String8 fancyFunc = String8::format("\n%s\n", func);
617 if (!found || func[0] == '\0') {
619 "to trace.\n", func);
623 func = strtok(NULL, ",");
654 char* func = strtok(myFuncs, ","); local
655 while (func) {
656 ok &= appendStr(k_ftraceFilterPath, func);
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp98 void for_each_userid(void (*func)(int), const char *header) { argument
104 func(0);
116 func(userid);
176 for_each_pid_func *func = (for_each_pid_func*) arg; local
177 func(pid, cmdline);
180 void for_each_pid(for_each_pid_func func, const char *header) { argument
182 __for_each_pid(for_each_pid_helper, header, (void *)func);
189 for_each_tid_func *func = (for_each_tid_func *) arg; local
198 func(pid, pid, cmdline);
227 func(pi
233 for_each_tid(for_each_tid_func func, const char *header) argument
[all...]
/frameworks/native/cmds/installd/
H A Dinstalld.cpp413 int (*func)(char **arg, char reply[REPLY_MAX]); member in struct:android::installd::cmdinfo
527 ret = cmds[i].func(arg + 1, reply);
/frameworks/native/cmds/servicemanager/
H A Dbinder.c217 uintptr_t ptr, size_t size, binder_handler func)
249 if (func) {
257 res = func(bs, txn, &msg, &reply);
287 death->func(bs, death->ptr);
388 void binder_loop(struct binder_state *bs, binder_handler func) argument
413 res = binder_parse(bs, 0, (uintptr_t) readbuf, bwr.read_consumed, func);
216 binder_parse(struct binder_state *bs, struct binder_io *bio, uintptr_t ptr, size_t size, binder_handler func) argument
H A Dbinder.h26 void (*func)(struct binder_state *bs, void *ptr); member in struct:binder_death
73 void binder_loop(struct binder_state *bs, binder_handler func);
/frameworks/native/include/binder/
H A DBpBinder.h55 object_cleanup_func func);
73 IBinder::object_cleanup_func func);
87 IBinder::object_cleanup_func func; member in struct:android::BpBinder::ObjectManager::entry_t
H A DTextOutput.h80 TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func);
161 inline TextOutput& operator<<(TextOutput& to, TextOutputManipFunc func) argument
163 return (*func)(to);
/frameworks/native/libs/binder/
H A DBinder.cpp158 object_cleanup_func func)
175 e->mObjects.attach(objectID, object, cleanupCookie, func);
156 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
H A DBpBinder.cpp46 IBinder::object_cleanup_func func)
51 e.func = func;
80 if (e.func != NULL) {
81 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie);
288 object_cleanup_func func)
292 mObjects.attach(objectID, object, cleanupCookie, func);
44 attach( const void* objectID, void* object, void* cleanupCookie, IBinder::object_cleanup_func func) argument
286 attachObject( const void* objectID, void* object, void* cleanupCookie, object_cleanup_func func) argument
H A DDebug.cpp149 void printTypeCode(uint32_t typeCode, debugPrintFunc func, void* cookie) argument
154 func ? (*func)(cookie, buffer) : defaultPrintFunc(cookie, buffer);
160 debugPrintFunc func, void* cookie)
167 if (func == NULL) func = defaultPrintFunc;
174 if (singleLineBytesCutoff < 0) func(cookie, "\n");
175 func(cookie, "(NULL)");
180 if (singleLineBytesCutoff < 0) func(cookie, "\n");
181 func(cooki
157 printHexData(int32_t indent, const void *buf, size_t length, size_t bytesPerLine, int32_t singleLineBytesCutoff, size_t alignment, bool cStyle, debugPrintFunc func, void* cookie) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dstate.cpp226 void glStencilFunc(GLenum func, GLint /*ref*/, GLuint /*mask*/) { argument
228 if (func < GL_NEVER || func > GL_ALWAYS) {
249 void glAlphaFunc(GLenum func, GLclampf ref) argument
251 glAlphaFuncx(func, gglFloatToFixed(ref));
544 void glDepthFunc(GLenum func) { argument
546 c->rasterizer.procs.depthFunc(c, func);
554 void glAlphaFuncx(GLenum func, GLclampx ref) { argument
556 c->rasterizer.procs.alphaFuncx(c, func, ref);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp63 friend inline Formatter& operator<<(Formatter& to, FormaterManipFunc func) { argument
64 return (*func)(to);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScriptGroupFusion.cpp44 Function* func = newModule->getFunction(functionName); local
47 newModule->materialize(func);
48 return func;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp44 : func(pFunc), name(pName), size(pSize) {}
45 ApplyFunctionType func; member in class:mcld::ApplyFunctionEntry
81 return ApplyFunctions[type].func(pRelocation, *this);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp287 ApplyFunctionType func; member in struct:mcld::ApplyFunctionTriple
313 return ApplyFunctions[type].func(pRelocation, *this);

Completed in 468 milliseconds

123