Searched refs:mUsed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/codesighs/
H A Dmsmap.h90 address mUsed; member in struct:__struct_MSMap_Segment
H A Dmsdump2symdb.c123 ** mUsed Number of bytes used in the section thus far.
131 unsigned mUsed; member in struct:__struct_MSDump_Section
724 ** After this calculation, each sections mUsed will match mSize.
762 inContainer->mObjects[objectLoop].mSections[sectionLoop].mUsed -
765 inContainer->mObjects[objectLoop].mSections[sectionLoop].mUsed +=
H A Dmsmap2tsv.c1831 section->mUsed += size;
1842 if(section && section->mUsed < section->mLength)
1845 section->mLength - section->mUsed,
/external/stlport/test/eh/
H A Dnc_alloc.cpp114 //FastAllocator() : mFree(0), mUsed(0) {}
123 else if (mBlocks != 0 && mUsed < kBlockCount) {
124 result = (void*)&mBlocks[mUsed++];
161 static size_t mUsed; member in class:FastAllocator
167 size_t FastAllocator::mUsed; member in class:FastAllocator
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 198 milliseconds