Searched refs:cachedSize (Results 1 - 5 of 5) 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/chromium/chrome/browser/renderer_host/
H A Daccelerated_plugin_view_mac.h104 @property NSSize cachedSize; variable
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3tokenstream.c375 if ((cts->p + k - 1) >= (ANTLR3_INT32)ts->istream->cachedSize)
395 if ( (ANTLR3_UINT32) i >= ts->istream->cachedSize)
870 if (is->cachedSize > 0)
872 return is->cachedSize;
877 is->cachedSize = cts->tokens->count;
878 return is->cachedSize;
1019 tokenStream->tstream->istream->cachedSize = tokenStream->tokens->count;
1036 n = tokenStream->tstream->istream->cachedSize;
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...

Completed in 180 milliseconds