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

  /system/extras/tests/sdcard/
stopwatch.h 118 bool used() const { return mUsed; }
151 bool mUsed;
stopwatch.cpp 60 mDeltas(NULL), mUsed(false)
69 if (mUsed && !mAlreadyPrinted)
83 if (!mUsed)
86 mUsed = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 41 private boolean mUsed = false;
73 mUsed = true;
144 return mUsed;
  /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 121 if (ds.length > 0 && ds[0].mUsed) {
141 ds[0].mUsed = true;
206 public boolean mUsed;
  /system/core/libacc/
acc.cpp 80 mUsed = 0;
100 return mpBase[mUsed - 1];
104 mUsed -= 1;
105 mpBase[mUsed].~E();
113 return mUsed;
118 size_t used = mUsed;
123 mUsed = 0;
128 size_t newUsed = mUsed + n;
137 E* result = mpBase + mUsed;
138 mUsed = newUsed
    [all...]

Completed in 196 milliseconds