/frameworks/base/core/java/android/app/ |
NativeActivity.java | 86 private native int loadNativeCode(String path, String funcname, MessageQueue queue, 146 String funcname = "ANativeActivity_onCreate"; local 172 if (ln != null) funcname = ln; 193 mNativeHandle = loadNativeCode(path, funcname, Looper.myQueue(),
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
importgl.h | 62 #define FNDEF(retType, funcName, args) IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionHandler.java | 99 * @param funcName Function name. 109 String funcName, Vector args, Object methodKey,
|
/external/opencv/cv/src/ |
cvaccum.cpp | 361 #define ICV_DEF_INIT_ACC_TAB( FUNCNAME ) \ 362 static void icvInit##FUNCNAME##Table( CvFuncTable* tab, CvBigFuncTable* masktab ) \ 364 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u32f_C1IR; \ 365 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_C1IR; \ 367 masktab->fn_2d[CV_8UC1] = (void*)icv##FUNCNAME##_8u32f_C1IMR; \ 368 masktab->fn_2d[CV_32FC1] = (void*)icv##FUNCNAME##_32f_C1IMR; \ 370 masktab->fn_2d[CV_8UC3] = (void*)icv##FUNCNAME##_8u32f_C3IMR; \ 371 masktab->fn_2d[CV_32FC3] = (void*)icv##FUNCNAME##_32f_C3IMR; \ [all...] |
cvpyramids.cpp | [all...] |
cvsamplers.cpp | 517 #define ICV_DEF_INIT_SUBPIX_TAB( FUNCNAME, FLAG ) \ 518 static void icvInit##FUNCNAME##FLAG##Table( CvFuncTable* tab ) \ 520 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \ 521 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_##FLAG; \ 523 tab->fn_2d[1] = (void*)icv##FUNCNAME##_8u32f_##FLAG; \ [all...] |
/external/qemu/audio/ |
audio_int.h | 229 int audio_bug (const char *funcname, int cond); 230 void *audio_calloc (const char *funcname, int nmemb, size_t size);
|
/external/v8/tools/ |
profile_view.js | 99 funcName, totalTime, selfTime, head) { 101 funcName, totalTime, selfTime, head);
|
/packages/apps/Nfc/jni/ |
com_android_nfc.h | 113 #define LOG_CALLBACK(funcName, status) LOG_PRI(GET_LEVEL(status), LOG_TAG, "Callback: %s() - status=0x%04x[%s]", funcName, status, nfc_jni_get_status_name(status));
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
FastTimes.c | 83 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName); 336 static Ptr FindFunctionInSharedLib(StringPtr libName, StringPtr funcName) { 347 if (/* error = */ FindSymbol(connID, funcName, &func, &symClass))
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
ClientAPIExts.cpp | 29 // typename has the form __egl_{funcname}_t
|
/development/tools/emulator/opengl/system/egl/ |
ClientAPIExts.cpp | 27 // typename has the form __egl_{funcname}_t
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_atarigl_c.h | 69 void * (*OSMesaGetProcAddress)( const char *funcName );
|
/external/icu4c/tools/genren/ |
genren.pl | 196 @funcname = split(/[\(\s+]/); 197 $CFuncs{$funcname[0]}++;
|
/external/opencv/cxcore/src/ |
cxnorm.cpp | [all...] |
cxcmp.cpp | [all...] |
/external/llvm/test/ |
lit.cfg | 279 funcname,arg,match = m.groups() 282 func = globals().get(funcname) 284 lit.error('unsupported predicate %r' % funcname)
|
/frameworks/compile/slang/ |
slang_rs_metadata_spec_encoder.cpp | 349 unsigned FuncName = joinString(F->name); 350 if (!checkReturnIndex(&FuncName)) { 355 if (!EncodeInteger(mModule->getContext(), FuncName, FuncInfo)) {
|
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 265 std::string &FuncName = BlocksToNotExtractByName.back().first; 270 if (F.getName() != FuncName) continue;
|
/external/v8/test/mjsunit/tools/ |
profile.js | 87 ProfileTestDriver.prototype.enter = function(funcName) { 90 this.stack_.unshift(this.funcAddrs_[funcName]);
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
GLDispatch.cpp | 31 static GL_FUNC_PTR getGLFuncAddress(const char *funcName) { 35 ret = (GL_FUNC_PTR)glXGetProcAddress((const GLubyte*)funcName); 38 ret = (GL_FUNC_PTR)wglGetProcAddress(funcName); 43 ret = libGL->findSymbol(funcName);
|
/external/libvpx/examples/includes/geshi/geshi/ |
xpp.php | 243 'funcname',
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.td | 20 string FuncName = fn;
|
/frameworks/compile/libbcc/include/bcc/ |
bcc.h | 110 void *bccGetFuncAddr(BCCScriptRef script, char const *funcname);
|
/development/tools/emulator/opengl/host/tools/emugen/ |
README | 119 [prefix](retvalType, FuncName, <param type> [param name],...) 122 FuncName - function name
|