Home
last modified time | relevance | path

Searched refs:SPARSE (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRIntArray.m41 @synthesize SPARSE;
62 SPARSE = NO;
76 SPARSE = NO;
140 if ( SPARSE==NO && anIndex > idx ) {
143 else if ( SPARSE == YES && anIndex >= BuffSize ) {
157 if ( SPARSE==NO && anIndex > idx ) {
160 } else if ( SPARSE==YES && anIndex >= BuffSize ) {
169 if ( SPARSE == NO && anIndex > idx ) {
172 else if ( SPARSE == YES && anIndex >= BuffSize ) {
DANTLRIntArray.h41 BOOL SPARSE; variable
72 @property (assign) BOOL SPARSE;
/external/guava/guava-tests/test/com/google/common/collect/
DRegularImmutableTableTest.java41 private static final SparseImmutableTable<Character, Integer, String> SPARSE = field in RegularImmutableTableTest
51 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, in getTestInstances()
/external/tcpdump/
DCHANGES127 fixes for forces: SPARSE data (per RFC 5810)