HomeSort by relevance Sort by last modified time
    Searched defs:mUsed (Results 1 - 6 of 6) sorted by null

  /system/extras/tests/sdcard/
stopwatch.h 118 bool used() const { return mUsed; }
151 bool mUsed;
  /external/chromium_org/third_party/codesighs/
msmap.h 90 address mUsed;
msdump2symdb.c 123 ** mUsed Number of bytes used in the section thus far.
131 unsigned mUsed;
724 ** After this calculation, each sections mUsed will match mSize.
762 inContainer->mObjects[objectLoop].mSections[sectionLoop].mUsed -
765 inContainer->mObjects[objectLoop].mSections[sectionLoop].mUsed +=
    [all...]
  /external/stlport/test/eh/
nc_alloc.cpp 114 //FastAllocator() : mFree(0), mUsed(0) {}
123 else if (mBlocks != 0 && mUsed < kBlockCount) {
124 result = (void*)&mBlocks[mUsed++];
161 static size_t mUsed;
167 size_t FastAllocator::mUsed;
  /frameworks/base/core/java/android/text/method/
Touch.java 112 if (ds.length > 0 && ds[0].mUsed) {
138 ds[0].mUsed = true;
247 public boolean mUsed;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 88 private boolean mUsed = false;
151 mUsed = true;
345 return mUsed;

Completed in 876 milliseconds