HomeSort by relevance Sort by last modified time
    Searched refs:pFunc (Results 1 - 25 of 30) sorted by null

1 2

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmSessionApi.cc 49 XPL_DL_HANDLE_T pFunc = XPL_DL_GetFunction(lib_handle, "DmProcessServerDataInternal");
51 if ( pFunc == NULL )
57 ret_status = ((SYNCML_DM_RET_STATUS_T (*)(CPCHAR ,const DmtSessionProp&))(pFunc))(szPrincipal,session);
85 XPL_DL_HANDLE_T pFunc = XPL_DL_GetFunction(lib_handle, "DmProcessScriptDataInternal");
87 if ( pFunc == NULL )
93 ret_status = ((SYNCML_DM_RET_STATUS_T (*)(const UINT8 * , UINT32, BOOLEAN, DMBuffer &))(pFunc))
124 XPL_DL_HANDLE_T pFunc = XPL_DL_GetFunction(lib_handle, "DmBootstrapInternal");
126 if ( pFunc == NULL )
132 ret_status = ((SYNCML_DM_RET_STATUS_T (*)(const UINT8 * , UINT32, BOOLEAN, BOOLEAN, DMString &))(pFunc))
155 XPL_DL_HANDLE_T pFunc = XPL_DL_GetFunction(lib_handle, "DmAuthenticateServerInternal");
    [all...]
  /frameworks/compile/libbcc/include/bcc/Support/
Disassembler.h 43 const char *pFuncName, const uint8_t *pFunc,
47 const char *pFuncName, const uint8_t *pFunc,
  /packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
xpl_Lib.cc 42 void * pFunc=NULL;
43 pFunc=dlsym(lib_handle, name);
44 return pFunc;
  /packages/apps/OMA-DM/engine/xpl/src/
xpl_Lib.cc 42 void * pFunc=NULL;
43 pFunc=dlsym(lib_handle, name);
44 return pFunc;
  /hardware/ti/omap4-aah/domx/mm_osal/inc/
timm_osal_task.h 75 TIMM_OSAL_TaskProc pFunc,
  /hardware/ti/omap4xxx/domx/mm_osal/inc/
timm_osal_task.h 75 TIMM_OSAL_TaskProc pFunc,
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 69 const char *pFuncName, const uint8_t *pFunc,
124 input_function = new (std::nothrow) BufferMemoryObject(pFunc, pFuncSize);
155 const uint8_t *inst_addr = pFunc + i;
187 const char *pFuncName, const uint8_t *pFunc,
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);
216 const uint8_t *pFunc, size_t pFuncSize) {
223 const uint8_t *pFunc,
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 111 CPDF_Object* pFunc = pShadingDict->GetElementValue(FX_BSTRC("Function"));
112 if (pFunc) {
113 if (pFunc->GetType() == PDFOBJ_ARRAY) {
114 m_nFuncs = ((CPDF_Array*)pFunc)->GetCount();
119 m_pFunctions[i] = CPDF_Function::Load(((CPDF_Array*)pFunc)->GetElementValue(i));
122 m_pFunctions[0] = CPDF_Function::Load(pFunc);
fpdf_page_func.cpp 781 CPDF_Function* pFunc = NULL;
791 pFunc = FX_NEW CPDF_SampledFunc;
793 pFunc = FX_NEW CPDF_ExpIntFunc;
795 pFunc = FX_NEW CPDF_StitchFunc;
797 pFunc = FX_NEW CPDF_PSFunc;
801 if (!pFunc->Init(pFuncObj)) {
802 delete pFunc;
805 return pFunc;
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_task.c 108 TIMM_OSAL_TaskProc pFunc,
186 &pHandle->ThreadAttr, pFunc, pArgv))
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 108 TIMM_OSAL_TaskProc pFunc,
186 &pHandle->ThreadAttr, pFunc, pArgv))
  /external/chromium_org/third_party/sqlite/src/src/
attach.c 291 FuncDef const *pFunc,/* FuncDef wrapper for detachFunc() or attachFunc() */
339 sqlite3VdbeAddOp3(v, OP_Function, 0, regArgs+3-pFunc->nArg, regArgs+3);
340 assert( pFunc->nArg==-1 || (pFunc->nArg&0xff)==pFunc->nArg );
341 sqlite3VdbeChangeP5(v, (u8)(pFunc->nArg));
342 sqlite3VdbeChangeP4(v, -1, (char *)pFunc, P4_FUNCDEF);
vdbeapi.c 514 assert( p && p->pFunc );
515 return p->pFunc->pUserData;
529 assert( p && p->pFunc );
546 const char *zName = context->pFunc->zName;
562 assert( p && p->pFunc && p->pFunc->xStep );
574 pMem->u.pDef = p->pFunc;
625 pVdbeFunc->pFunc = pCtx->pFunc;
653 assert( p && p->pMem && p->pFunc && p->pFunc->xStep )
    [all...]
vdbeInt.h 223 FuncDef *pFunc; /* The definition of the function */
245 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */
vdbemem.c 247 int sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc){
249 if( ALWAYS(pFunc && pFunc->xFinalize) ){
251 assert( (pMem->flags & MEM_Null)!=0 || pFunc==pMem->u.pDef );
257 ctx.pFunc = pFunc;
258 pFunc->xFinalize(&ctx); /* IMP: R-24505-23230 */
    [all...]
vdbe.h 56 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
tclsqlite.c 123 SqlFunc *pFunc; /* List of SQL functions */
419 for(p=pDb->pFunc; p; p=p->pNext){
427 pNew->pNext = pDb->pFunc;
428 pDb->pFunc = pNew;
457 while( pDb->pFunc ){
458 SqlFunc *pFunc = pDb->pFunc;
459 pDb->pFunc = pFunc->pNext;
460 Tcl_DecrRefCount(pFunc->pScript)
    [all...]
select.c     [all...]
vdbe.c     [all...]
test1.c     [all...]
test_vfstrace.c 685 sqlite3_syscall_ptr pFunc
689 return pRoot->xSetSystemCall(pRoot, zName, pFunc);
vdbeaux.c 607 freeEphemeralFunction(db, pVdbeFunc->pFunc);
892 FuncDef *pDef = pOp->p4.pFunc;
    [all...]
sqliteInt.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 41 ApplyFunctionEntry(ApplyFunctionType pFunc,
44 : func(pFunc), name(pName), size(pSize) { }

Completed in 326 milliseconds

1 2