Searched defs:distinct (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java372 private final int distinct; field in class:TreeMultiset.Node
379 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
400 return (node == null) ? 0 : node.distinct;
545 * @serialData the comparator, the number of distinct elements, the first
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java368 private final int distinct; field in class:TreeMultiset.Node
375 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
396 return (node == null) ? 0 : node.distinct;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c8071 ** pointer will work here as long as it is distinct from SQLITE_STATIC
9875 ** than being distinct from one another.
10408 tRowcnt nDLt; /* Est. number of distinct keys less than this sample */
16788 u32 currentCount; /* Current number of distinct checkouts */
95038 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
98271 int distinct; /* Table to use for the distinct set */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8071 ** pointer will work here as long as it is distinct from SQLITE_STATIC
9875 ** than being distinct from one another.
10408 tRowcnt nDLt; /* Est. number of distinct keys less than this sample */
16788 u32 currentCount; /* Current number of distinct checkouts */
95051 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
98284 int distinct; /* Table to use for the distinct set */ local
[all...]

Completed in 372 milliseconds