Searched refs:distinct (Results 1 - 25 of 26) sorted by relevance

12

/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Doracle8.php48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
H A Doracle11.php52 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
56 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
60 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
64 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java15 public static String buildQueryString(boolean distinct, String tables, argument
21 if (distinct) {
H A DShadowSQLiteDatabase.java114 public Cursor query(boolean distinct, String table, String[] columns, argument
123 String sql = SQLiteQueryBuilder.buildQueryString(distinct, table,
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in393 elsif (/distinct-bbs: (\d+)/) { $dist_bbs = $1; }
395 elsif (/distinct-calls: (\d+)/) { $dist_calls = $1; }
396 elsif (/distinct-functions: (\d+)/) { $dist_funcs = $1; }
397 elsif (/distinct-contexts: (\d+)/) { $dist_ctxs = $1; }
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultiset.java462 int distinct = multiset.entrySet().size();
463 elements = new Object[distinct];
464 counts = new int[distinct];
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/compiler-rt/make/platform/
H A Ddarwin_fat.mk14 # architectures should do so using distinct configs, with the
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s72 #CHECK: error: {{(instruction requires: distinct-ops)?}}
77 #CHECK: error: {{(instruction requires: distinct-ops)?}}
118 #CHECK: error: {{(instruction requires: distinct-ops)?}}
163 #CHECK: error: {{(instruction requires: distinct-ops)?}}
168 #CHECK: error: {{(instruction requires: distinct-ops)?}}
197 #CHECK: error: {{(instruction requires: distinct-ops)?}}
202 #CHECK: error: {{(instruction requires: distinct-ops)?}}
215 #CHECK: error: {{(instruction requires: distinct-ops)?}}
2003 #CHECK: error: {{(instruction requires: distinct-ops)?}}
2090 #CHECK: error: {{(instruction requires: distinct
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Drandexpr1.tcl129 {{count(distinct EXPR)} {[one {EXPR}]}}
/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y423 oneselect(A) ::= SELECT distinct(D) selcollist(W) from(X) where_opt(Y)
428 // The "distinct" nonterminal is true (1) if the DISTINCT keyword is
431 %type distinct {int}
432 distinct(A) ::= DISTINCT. {A = 1;}
433 distinct(A) ::= ALL. {A = 0;}
434 distinct(A) ::= . {A = 0;}
793 expr(A) ::= ID(X) LP distinct(D) exprlist(Y) RP(E). {
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/openssl/openssl/crypto/
H A Dsparccpuid.S45 ! V9-compliant, as V9 returns a distinct value of 0x99,
/external/openssl/crypto/
H A Dsparccpuid.S45 ! V9-compliant, as V9 returns a distinct value of 0x99,
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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/bison/
H A Dmaint.mk150 # Prevent programs like 'sort' from considering distinct strings to be equal.
/external/grub/docs/
H A Dtexinfo.tex1840 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1856 \def\worddistinct{distinct}
1860 % Default is `distinct.'
1861 \kbdinputstyle distinct
/external/bison/build-aux/
H A Dtexinfo.tex2696 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2712 \def\worddistinct{distinct}
2716 % Default is `distinct'.
2717 \kbdinputstyle distinct
/external/dropbear/libtommath/
H A Dbn.tex1238 actually faster than Comba until you hit distinct ``cutoff'' points. For Karatsuba with the default configuration,
/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 */
95074 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
98307 int distinct; /* Table to use for the distinct set */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c6323 ** distinct values of R when SQLite is compiled with the proprietary
9321 ** than being distinct from one another.
15924 u32 currentCount; /* Current number of distinct checkouts */
90655 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
93850 int distinct; /* Table to use for the distinct set */ local
[all...]
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...

Completed in 2577 milliseconds

12