Searched defs:distinct (Results 1 - 17 of 17) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteDatabase.java114 public Cursor query(boolean distinct, String table, String[] columns, argument
123 String sql = SQLiteQueryBuilder.buildQueryString(distinct, table,
H A DShadowSQLiteQueryBuilder.java15 public static String buildQueryString(boolean distinct, String tables, argument
21 if (distinct) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6308 ** distinct values of R when SQLite is compiled with the proprietary
9306 ** than being distinct from one another.
15909 u32 currentCount; /* Current number of distinct checkouts */
90448 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
93643 int distinct; /* Table to use for the distinct set */ local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c468 ** form a distinct entry. iTab is a sorting index that holds previously
473 ** stack if the top N elements are not distinct.
478 int addrRepeat, /* Jump to here if not distinct */
533 int distinct, /* If >=0, make sure results are distinct */
549 hasDistinct = distinct>=0;
589 codeDistinct(pParse, distinct, iContinue, nColumn, regResult);
2772 ** that make up the compound SELECT are allowed to be aggregate or distinct
3018 /* The flattened query is distinct if either the inner or the
3019 ** outer query is distinct
526 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
3721 int distinct; /* Table to use for the distinct set */ local
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/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/ ...

Completed in 368 milliseconds