HomeSort by relevance Sort by last modified time
    Searched defs:pName (Results 1 - 24 of 24) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp 47 const char* pName;
239 pString = gkRESULTS[index].pName;
VideoEditorJava.cpp 125 const char* pName,
133 "videoEditJava_getClass(%s)", pName);
136 jclass clazz = pEnv->FindClass(pName);
154 "videoEditJava_getClass, error: unable to locate class %s", pName);
168 const char* pName,
177 "videoEditJava_getMethodId(%s,%s)", pName, pType);
180 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
199 pName, pType);
212 const char* pName,
221 "videoEditJava_getFieldId(%s,%s)", pName, pType)
    [all...]
VideoEditorJava.h 298 const char* pName;
306 const char* pName;
316 const char* pName;
323 const char* pName;
336 const char* pName;
343 const char* pName;
400 const char* pName,
408 const char* pName,
416 const char* pName,
446 const char* pName,
    [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
sst.h 62 char* pName;
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 646 uint8_t* pName;
660 &pName,
smc_properties_parser.c 116 static NODE* static_listFindNodeElement(NODE* pList,char* pName,bool bIsCaseSensitive)
120 assert(pName!=NULL);
126 nCmp=strcmp(pName,pList->pName);
130 nCmp=STRICMP(pName,pList->pName);
154 nCmp=strcmp(pNode->pName,pList->pName);
197 TRACE_ERROR("%s already exist !\n",pNode->pName);
208 if (pNode->pName==NULL
    [all...]
smc_properties_parser.h 64 char* pName;
  /external/icu4c/tools/genrb/
wrtjava.c 89 static const char* pName=NULL;
637 pName = (packageName==NULL)? "com.ibm.icu.impl.data" : packageName;
676 T_FileStream_write(out,pName,(int32_t)uprv_strlen(pName));
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 108 uint8_t *XML_DOM_getAttr(uint8_t *buffer, uint8_t **pName, int32_t *nameLen,
134 *pName = buffer;
141 *nameLen = buffer - *pName;
715 uint8_t *pAttr, *pName, *pValue;
730 XML_DOM_getAttr(pAttr, &pName, &nameLen, &pValue,
737 strncpy((char *)attr->name, (char *)pName, nameLen);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Core.h 282 const char * pName; /* Component name, 128 byte limit (including '\0') applies */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 265 const char * pName; /* Component name, 128 byte limit (including '\0') applies */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/opencv/cvaux/include/
cvvidsurv.hpp 65 char* pName;
114 if(p->pName)free(p->pName);
122 pNew->pName = strdup(name);
147 if(cv_stricmp(p->pName,name)==0) break;
197 if(cv_stricmp(p->pName,name)==0) break;
218 return p?p->pName:NULL;
248 if(cv_stricmp(p->pName,name) != 0) continue;
259 if(cv_stricmp(p->pName,name) != 0) continue;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 683 milliseconds