HomeSort by relevance Sort by last modified time
    Searched refs:mUsed (Results 1 - 7 of 7) 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;
41 mUsed = true;
50 mSuggestedWords[i].mUsed = false;
67 sw->mUsed = false;
107 sw->mUsed = false;
141 if (!mSuggestedWords[i].mUsed) {
words_priority_queue.cpp 72 sw->mUsed = false;
  /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) {
132 ds[0].mUsed = true;
203 public boolean mUsed;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 85 private boolean mUsed = false;
147 mUsed = true;
329 return mUsed;

Completed in 66 milliseconds