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

1 2

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 32 const typename ItemContainer::const_iterator &pItem);
38 const RSInfo::DependencyTableTy::const_iterator &pItem) {
39 pResult.id = pInfo.getStringIdxInPool(pItem->first);
41 pInfo.getStringIdxInPool(reinterpret_cast<const char *>(pItem->second));
45 pItem->first);
51 pItem->first);
62 const RSInfo::PragmaListTy::const_iterator &pItem) {
63 pResult.key = pInfo.getStringIdxInPool(pItem->first);
64 pResult.value = pInfo.getStringIdxInPool(pItem->second);
67 ALOGE("RS pragma list contains invalid string '%s' for key.", pItem->first)
    [all...]
RSInfoReader.cpp 35 inline bool helper_read_list_item(const ItemType &pItem,
42 const rsinfo::DependencyTableItem &pItem,
46 const char *id = pInfo.getStringFromPool(pItem.id);
48 reinterpret_cast<const uint8_t *>(pInfo.getStringFromPool(pItem.sha1));
52 pItem.id);
58 pItem.id);
69 const rsinfo::PragmaItem &pItem,
73 const char *key = pInfo.getStringFromPool(pItem.key);
74 const char *value =pInfo.getStringFromPool(pItem.value);
77 ALOGE("Invalid string index %d for key in RS pragma list.", pItem.key)
    [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...]
pq_test.c 65 pitem *item;
  /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...]
expr.c 852 struct ExprList_item *pItem, *pOldItem;
859 pNew->a = pItem = sqlite3DbMallocRaw(db, p->nExpr*sizeof(p->a[0]) );
860 if( pItem==0 ){
865 for(i=0; i<p->nExpr; i++, pItem++, pOldItem++){
867 pItem->pExpr = sqlite3ExprDup(db, pOldExpr, flags);
868 pItem->zName = sqlite3DbStrDup(db, pOldItem->zName);
869 pItem->zSpan = sqlite3DbStrDup(db, pOldItem->zSpan);
870 pItem->sortOrder = pOldItem->sortOrder;
871 pItem->done = 0;
872 pItem->iCol = pOldItem->iCol
    [all...]
delete.c 32 struct SrcList_item *pItem = pSrc->a;
34 assert( pItem && pSrc->nSrc==1 );
35 pTab = sqlite3LocateTable(pParse, 0, pItem->zName, pItem->zDatabase);
36 sqlite3DeleteTable(pParse->db, pItem->pTab);
37 pItem->pTab = pTab;
41 if( sqlite3IndexedByLookup(pParse, pItem) ){
select.c 751 struct ExprList_item *pItem;
761 for(i=0, pItem=pList->a; i<nExpr; i++, pItem++){
763 pColl = sqlite3ExprCollSeq(pParse, pItem->pExpr);
768 pInfo->aSortOrder[i] = pItem->sortOrder;
    [all...]
build.c     [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...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
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) {
113 memcpy ( &ptr_q->ptr_cmdq [ptr_q->write_comq],pitem, \
128 struct video_msgq *pitem
133 if (pitem == NULL || queuecontext == NULL) {
147 memcpy ( &ptr_q->ptr_dataq [ptr_q->write_dataq],pitem, \
    [all...]
  /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/icu4c/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 693 Item *pItem;
868 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
869 int32_t type=makeTypeEnum(pItem->type);
874 pItem->data, pItem->length, pItem->data,
881 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
882 if(length!=pItem->length)
    [all...]
  /dalvik/libdex/
DexFile.h 718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
719 return pItem->typeIdx;
844 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
874 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
905 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
907 if (pItem->annotationsOff == 0) {
910 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
915 const DexParameterAnnotationsItem* pItem)
    [all...]

Completed in 786 milliseconds

1 2