HomeSort by relevance Sort by last modified time
    Searched full:pitem (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 32 const typename ItemContainer::const_iterator &pItem);
39 const RSInfo::PragmaListTy::const_iterator &pItem) {
40 pResult.key = pInfo.getStringIdxInPool(pItem->first);
41 pResult.value = pInfo.getStringIdxInPool(pItem->second);
44 ALOGE("RS pragma list contains invalid string '%s' for key.", pItem->first);
50 pItem->second);
61 const RSInfo::ObjectSlotListTy::const_iterator &pItem) {
62 pResult.slot = *pItem;
70 const RSInfo::ExportVarNameListTy::const_iterator &pItem) {
71 pResult.name = pInfo.getStringIdxInPool(*pItem);
    [all...]
RSInfoReader.cpp 35 inline bool helper_read_list_item(const ItemType &pItem,
42 const rsinfo::PragmaItem &pItem,
46 const char *key = pInfo.getStringFromPool(pItem.key);
47 const char *value =pInfo.getStringFromPool(pItem.value);
50 ALOGE("Invalid string index %d for key in RS pragma list.", pItem.key);
55 ALOGE("Invalid string index %d for value in RS pragma list.", pItem.value);
66 const rsinfo::ObjectSlotItem &pItem,
70 pResult.push(pItem.slot);
77 const rsinfo::ExportVarNameItem &pItem,
81 const char *name = pInfo.getStringFromPool(pItem.name)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pqueue/
pqueue.c 66 pitem *items;
70 pitem *
73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem));
85 pitem_free(pitem *item)
110 pitem *
111 pqueue_insert(pqueue_s *pq, pitem *item)
113 pitem *curr, *next;
150 pitem *
    [all...]
pqueue.h 74 } pitem; typedef in typeref:struct:_pitem
78 pitem *pitem_new(unsigned char *prio64be, void *data);
79 void pitem_free(pitem *item);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue pq);
89 pitem *pqueue_next(piterator *iter)
    [all...]
  /external/openssl/crypto/pqueue/
pqueue.c 66 pitem *items;
70 pitem *
73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem));
85 pitem_free(pitem *item)
110 pitem *
111 pqueue_insert(pqueue_s *pq, pitem *item)
113 pitem *curr, *next;
150 pitem *
    [all...]
pqueue.h 74 } pitem; typedef in typeref:struct:_pitem
78 pitem *pitem_new(unsigned char *prio64be, void *data);
79 void pitem_free(pitem *item);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue pq);
89 pitem *pqueue_next(piterator *iter)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pqueue.h 74 } pitem; typedef in typeref:struct:_pitem
78 pitem *pitem_new(unsigned char *prio64be, void *data);
79 void pitem_free(pitem *item);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue pq);
89 pitem *pqueue_next(piterator *iter)
    [all...]
  /external/openssl/include/openssl/
pqueue.h 74 } pitem; typedef in typeref:struct:_pitem
78 pitem *pitem_new(unsigned char *prio64be, void *data);
79 void pitem_free(pitem *item);
84 pitem *pqueue_insert(pqueue pq, pitem *item);
85 pitem *pqueue_peek(pqueue pq);
86 pitem *pqueue_pop(pqueue pq);
87 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
88 pitem *pqueue_iterator(pqueue pq);
89 pitem *pqueue_next(piterator *iter)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
walker.c 64 struct ExprList_item *pItem;
66 for(i=p->nExpr, pItem=p->a; i>0; i--, pItem++){
67 if( sqlite3WalkExpr(pWalker, pItem->pExpr) ) return WRC_Abort;
100 struct SrcList_item *pItem;
104 for(i=pSrc->nSrc, pItem=pSrc->a; i>0; i--, pItem++){
105 if( sqlite3WalkSelect(pWalker, pItem->pSelect) ){
resolve.c 140 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
161 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
166 pTab = pItem->pTab;
171 if( pItem->zAlias ){
172 char *zTabName = pItem->zAlias;
185 pExpr->iTable = pItem->iCursor;
188 pMatch = pItem;
194 pExpr->iTable = pItem->iCursor;
196 pMatch = pItem;
    [all...]
attach.c 448 struct SrcList_item *pItem;
452 for(i=0, pItem=pList->a; i<pList->nSrc; i++, pItem++){
453 if( pItem->zDatabase==0 ){
454 pItem->zDatabase = sqlite3DbStrDup(pFix->pParse->db, zDb);
455 }else if( sqlite3StrICmp(pItem->zDatabase,zDb)!=0 ){
458 pFix->zType, pFix->pName, pItem->zDatabase);
462 if( sqlite3FixSelect(pFix, pItem->pSelect) ) return 1;
463 if( sqlite3FixExpr(pFix, pItem->pOn) ) return 1;
513 struct ExprList_item *pItem;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
message_queue.c 66 struct video_msgq *pitem = NULL; local
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
98 return pitem;
103 struct video_msgq *pitem
108 if (pitem == NULL || queuecontext == NULL)
127 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
142 struct video_msgq *pitem
147 if (pitem == NULL || queuecontext == NULL)
166 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
queue.c 66 struct video_msgq *pitem = NULL; local
84 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
90 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
98 return pitem;
103 struct video_msgq *pitem
108 if (pitem == NULL || queuecontext == NULL)
125 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
140 struct video_msgq *pitem
145 if (pitem == NULL || queuecontext == NULL)
162 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
message_queue.c 61 struct video_msgq *pitem = NULL; local
77 pitem = &ptr_q->ptr_cmdq [ptr_q->read_comq];
81 pitem = &ptr_q->ptr_dataq [ptr_q->read_dataq];
89 return pitem;
94 struct video_msgq *pitem
99 if (pitem == NULL || queuecontext == NULL) {
115 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
130 struct video_msgq *pitem
135 if (pitem == NULL || queuecontext == NULL) {
151 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 277 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
279 CPDF_Rect rcOrigin = pItem->GetWindowRect();
280 CPDF_Rect rcWnd = pItem->ChildToParent(rcOrigin);
343 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
345 pItem->SetSelect(bSelect);
346 pItem->InvalidateRect();
368 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
369 pItem->SetData(pData);
374 if (CPWL_IconList_Item* pItem = GetListItem(nItemIndex))
375 pItem->SetIcon(nIconIndex);
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_List.h 38 void addItem(TYPE *pItem)
44 m_pArray[m_nLength++] = pItem;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 646 Item *pItem;
812 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
813 int32_t type=makeTypeEnum(pItem->type);
818 pItem->data, pItem->length, pItem->data,
825 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
826 if(length!=pItem->length)
    [all...]
pkgitems.cpp 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
81 pItem=item;
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
88 length=pItem->length-itemHeaderLength;
91 bytes=pItem->data+itemHeaderLength;
96 pItem->name, u_errorName(errorCode));
103 swapped=new uint8_t[pItem->length];
105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name);
108 swap(ds, pItem->data, pItem->length, swapped, &errorCode)
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 34 virtual void OnItemCreate(IPWL_NoteItem* pItem) = 0;
35 virtual void OnItemDelete(IPWL_NoteItem* pItem) = 0;
36 virtual void OnSetAuthorName(IPWL_NoteItem* pItem) = 0;
37 virtual void OnSetBkColor(IPWL_NoteItem* pItem) = 0;
38 virtual void OnSetContents(IPWL_NoteItem* pItem) = 0;
39 virtual void OnSetDateTime(IPWL_NoteItem* pItem) = 0;
40 virtual void OnSetSubjectName(IPWL_NoteItem* pItem) = 0;
42 virtual void OnPopupMenu(IPWL_NoteItem* pItem, FX_INT32 x, FX_INT32 y) = 0;
PWL_ListCtrl.h 28 FX_INT32 GetItemIndex(CPWL_Wnd* pItem);
  /external/nanopb-c/
pb_decode.c 439 void *pItem = (uint8_t*)iter->pData + iter->pos->data_size * (*size);
440 if (!func(&substream, iter->pos, pItem))
458 void *pItem = (uint8_t*)iter->pData + iter->pos->data_size * (*size);
463 return func(stream, iter->pos, pItem);
491 static void initialize_pointer_field(void *pItem, pb_field_iterator_t *iter)
496 *(void**)pItem = NULL;
500 pb_message_set_to_defaults((const pb_field_t *) iter->pos->ptr, pItem);
544 void *pItem;
567 pItem = *(uint8_t**)iter->pData + iter->pos->data_size * (*size);
568 initialize_pointer_field(pItem, iter)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 63 NativeItem() : pItem(NULL), pInfo(NULL), bytes(NULL), swapped(NULL), length(0) {}
81 pItem=item;
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
88 length=pItem->length-itemHeaderLength;
91 bytes=pItem->data+itemHeaderLength;
96 pItem->name, u_errorName(errorCode));
103 swapped=new uint8_t[pItem->length];
105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name);
108 swap(ds, pItem->data, pItem->length, swapped, &errorCode)
    [all...]
package.cpp 694 Item *pItem;
869 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
870 int32_t type=makeTypeEnum(pItem->type);
875 pItem->data, pItem->length, pItem->data,
882 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
883 if(length!=pItem->length)
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 71 FPF_LPCSKIAFONTMAP pItem = &g_SkiaFontmap[iMid];
72 if (dwHash < pItem->dwFamily) {
74 } else if (dwHash > pItem->dwFamily) {
77 return pItem->dwSubSt;
95 FPF_LPCSKIAFONTMAP pItem = &g_SkiaSansFontMap[iMid];
96 if (dwHash < pItem->dwFamily) {
98 } else if (dwHash > pItem->dwFamily) {
101 return pItem->dwSubSt;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 394 if (CPLST_Select_Item * pItem = m_aItems.GetAt(nIndex))
396 pItem->nState = 1;
417 if (CPLST_Select_Item * pItem = m_aItems.GetAt(i))
418 if (pItem->nItemIndex == nItemIndex)
419 pItem->nState = -1;
439 if (CPLST_Select_Item * pItem = m_aItems.GetAt(i))
441 if (pItem->nItemIndex == nItemIndex)
462 if (CPLST_Select_Item * pItem = m_aItems.GetAt(nIndex))
463 return pItem->nItemIndex;
471 if (CPLST_Select_Item * pItem = m_aItems.GetAt(nIndex))
    [all...]

Completed in 1208 milliseconds

1 2 3