HomeSort by relevance Sort by last modified time
    Searched refs:pItem (Results 1 - 10 of 10) sorted by null

  /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 636 Item *pItem;
802 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
803 int32_t type=makeTypeEnum(pItem->type);
808 pItem->data, pItem->length, pItem->data,
815 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
816 if(length!=pItem->length)
    [all...]
package.h 126 void enumDependencies(Item *pItem, void *context, CheckDependency check);
  /external/chromium/third_party/icu/source/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 691 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
692 return pItem->typeIdx;
845 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
847 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
875 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
877 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
906 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
909 (pDexFile->baseAddr + pItem->annotationsOff);
914 const DexParameterAnnotationsItem* pItem)
916 if (pItem->annotationsOff == 0
    [all...]
  /dalvik/vm/reflect/
Annotation.c     [all...]
  /development/simulator/app/
MainFrame.cpp     [all...]
  /system/core/libacc/
acc.cpp     [all...]

Completed in 346 milliseconds