OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUsed
(Results
1 - 8
of
8
) 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;
/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
...]
msmap2tsv.c
[
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
) {
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 108 milliseconds