OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMarked
(Results
1 - 3
of
3
) sorted by null
/build/tools/zipalign/
ZipEntry.h
52
: mDeleted(false),
mMarked
(false)
105
bool getMarked(void) const { return
mMarked
; }
106
void setMarked(bool val) {
mMarked
= val; }
215
bool
mMarked
; // app-defined marker
/frameworks/base/tools/aapt/
ZipEntry.h
51
: mDeleted(false),
mMarked
(false)
109
bool getMarked(void) const { return
mMarked
; }
110
void setMarked(bool val) {
mMarked
= val; }
214
bool
mMarked
; // app-defined marker
/libcore/luni/src/test/java/libcore/java/security/cert/
CertificateFactoryTest.java
298
private long
mMarked
= 0;
350
mMarked
= mCount;
361
mCount =
mMarked
;
Completed in 1258 milliseconds