HomeSort by relevance Sort by last modified time
    Searched full:pplist (Results 1 - 5 of 5) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Resourcemanager.c 53 OMX_ERRORTYPE addElementList(EXYNOS_OMX_RM_COMPONENT_LIST **ppList, OMX_COMPONENTTYPE *pOMXComponent)
60 if (*ppList != NULL) {
61 pTempComp = *ppList;
75 *ppList = (EXYNOS_OMX_RM_COMPONENT_LIST *)Exynos_OSAL_Malloc(sizeof(EXYNOS_OMX_RM_COMPONENT_LIST));
76 if (*ppList == NULL) {
80 pTempComp = *ppList;
90 OMX_ERRORTYPE removeElementList(EXYNOS_OMX_RM_COMPONENT_LIST **ppList, OMX_COMPONENTTYPE *pOMXComponent)
97 if (*ppList == NULL) {
102 pCurrComp = *ppList;
105 if (*ppList == pCurrComp)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 298 ** node taken from the head of *ppList. A depth of 2 means a tree with
302 ** *ppList to point to the unused elements of the list. If the input
304 ** and leave *ppList set to NULL.
309 struct RowSetEntry **ppList,
314 if( *ppList==0 ){
318 p = *ppList;
319 *ppList = p->pRight;
323 pLeft = rowSetNDeepTree(ppList, iDepth-1);
324 p = *ppList;
329 *ppList = p->pRight
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msimcsdk.h 478 virtual HRESULT WINAPI NewList(BSTR bstrListName,__LONG32 bfProperties,IDispatch **ppList) = 0;
479 virtual HRESULT WINAPI List(BSTR bstrListName,IDispatch **ppList) = 0;
509 HRESULT (WINAPI *NewList)(IIMService *This,BSTR bstrListName,__LONG32 bfProperties,IDispatch **ppList);
510 HRESULT (WINAPI *List)(IIMService *This,BSTR bstrListName,IDispatch **ppList);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 65 %type <p> pas pattern ppattern plist pplist patlist prarg term re
257 pplist: label
259 | pplist comma ppattern { $$ = linkum($1, $3); }
264 | pplist
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]

Completed in 1339 milliseconds