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;
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 34 bool mUsed;
40 mUsed = true;
49 mSuggestedWords[i].mUsed = false;
66 sw->mUsed = false;
146 sw->mUsed = false;
163 sw->mUsed = false;
194 if (!mSuggestedWords[i].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 110 if (ds.length > 0 && ds[0].mUsed) {
130 ds[0].mUsed = true;
201 public boolean mUsed;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 77 private boolean mUsed = false;
139 mUsed = true;
309 return mUsed;

Completed in 510 milliseconds