/external/openssl/crypto/pqueue/ |
pqueue.c | 66 pitem *items; 70 pitem * 73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem)); 86 pitem_free(pitem *item) 112 pitem * 113 pqueue_insert(pqueue_s *pq, pitem *item) 115 pitem *curr, *next; 149 pitem * [all...] |
pqueue.h | 76 } pitem; typedef in typeref:struct:_pitem 80 pitem *pitem_new(PQ_64BIT priority, void *data); 81 void pitem_free(pitem *item); 86 pitem *pqueue_insert(pqueue pq, pitem *item); 87 pitem *pqueue_peek(pqueue pq); 88 pitem *pqueue_pop(pqueue pq); 89 pitem *pqueue_find(pqueue pq, PQ_64BIT priority); 90 pitem *pqueue_iterator(pqueue pq); 91 pitem *pqueue_next(piterator *iter) [all...] |
pq_test.c | 65 pitem *item;
|
/external/openssl/include/openssl/ |
pqueue.h | 76 } pitem; typedef in typeref:struct:_pitem 80 pitem *pitem_new(PQ_64BIT priority, void *data); 81 void pitem_free(pitem *item); 86 pitem *pqueue_insert(pqueue pq, pitem *item); 87 pitem *pqueue_peek(pqueue pq); 88 pitem *pqueue_pop(pqueue pq); 89 pitem *pqueue_find(pqueue pq, PQ_64BIT priority); 90 pitem *pqueue_iterator(pqueue pq); 91 pitem *pqueue_next(piterator *iter) [all...] |
/external/openssl/crypto/rand/ |
rand_vms.c | 95 } item[32], *pitem; local 101 pitem = item; 107 pitem->length = pitems_data->length; 108 pitem->code = pitems_data->code; 109 pitem->buffer = (long *)&data_buffer[total_length]; 110 pitem->retlen = 0; 113 pitem++; 115 pitem->length = pitem->code = 0;
|
/external/icu4c/tools/toolutil/ |
package.cpp | 631 Item *pItem; 797 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) { 798 int32_t type=makeTypeEnum(pItem->type); 803 pItem->data, pItem->length, pItem->data, 810 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file); 811 if(length!=pItem->length) [all...] |
pkgitems.cpp | 618 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { 625 pInfo=getDataInfo(pItem->data,pItem->length, infoLength, itemHeaderLength, &errorCode); 639 pItem->name, u_errorName(errorCode)); 646 inBytes=pItem->data+itemHeaderLength; 647 length=pItem->length-itemHeaderLength; 651 ures_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode); 654 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
|
package.h | 126 void enumDependencies(Item *pItem, void *context, CheckDependency check);
|
/dalvik/libdex/ |
DexFile.h | 706 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); 707 return pItem->typeIdx; 860 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) 862 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); 890 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) 892 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); 921 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) 924 (pDexFile->baseAddr + pItem->annotationsOff); 929 const DexParameterAnnotationsItem* pItem) 931 if (pItem->annotationsOff == 0 [all...] |
/development/simulator/app/ |
MainFrame.cpp | [all...] |
/external/openssl/ssl/ |
d1_both.c | 520 pitem *item; 569 pitem *item = NULL; 981 pitem *item; 1005 pitem *item; 1072 pitem *item; [all...] |
d1_pkt.c | 146 dtls1_copy_record(SSL *s, pitem *item) 168 pitem *item; 220 pitem *item; 251 pitem *item; 288 pitem *item; 746 pitem *item; [all...] |
d1_lib.c | 150 pitem *item = NULL;
|
/dalvik/vm/reflect/ |
Annotation.c | [all...] |
/system/core/libacc/ |
acc.cpp | [all...] |
/dalvik/hit/samples/ |
android.hprof | [all...] |