Searched defs:cachedSize (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DVariableSizeFont.java35 private float cachedSize = -1.0f; field in class:VariableSizeFont
57 if (s != cachedSize)
59 cachedSize = s;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h188 ANTLR3_UINT32 cachedSize; member in struct:ANTLR3_INT_STREAM_struct
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DMessageNano.java41 protected volatile int cachedSize = -1; field in class:MessageNano
51 if (cachedSize < 0) {
52 // getSerializedSize sets cachedSize
55 return cachedSize;
65 cachedSize = size;
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...

Completed in 230 milliseconds