/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
H A D | oracle8.php | 48 //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 D | oracle11.php | 52 //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 D | ShadowSQLiteQueryBuilder.java | 15 public static String buildQueryString(boolean distinct, String tables, argument 21 if (distinct) {
|
H A D | ShadowSQLiteDatabase.java | 114 public Cursor query(boolean distinct, String table, String[] columns, argument 123 String sql = SQLiteQueryBuilder.buildQueryString(distinct, table,
|
/external/valgrind/main/callgrind/ |
H A D | callgrind_control.in | 393 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 D | ImmutableMultiset.java | 462 int distinct = multiset.entrySet().size(); 463 elements = new Object[distinct]; 464 counts = new int[distinct];
|
H A D | TreeMultiset.java | 372 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 D | TreeMultiset.java | 368 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 D | darwin_fat.mk | 14 # architectures should do so using distinct configs, with the
|
/external/llvm/test/MC/SystemZ/ |
H A D | insn-bad.s | 72 #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 D | randexpr1.tcl | 129 {{count(distinct EXPR)} {[one {EXPR}]}}
|
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | parse.y | 423 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 D | select.c | 468 ** 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 D | sparccpuid.S | 45 ! V9-compliant, as V9 returns a distinct value of 0x99,
|
/external/openssl/crypto/ |
H A D | sparccpuid.S | 45 ! V9-compliant, as V9 returns a distinct value of 0x99,
|
/external/robolectric/lib/main/ |
H A D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
H A D | FlexAntTasks.jar | META-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ... |
/external/bison/ |
H A D | maint.mk | 150 # Prevent programs like 'sort' from considering distinct strings to be equal.
|
/external/grub/docs/ |
H A D | texinfo.tex | 1840 % @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 D | texinfo.tex | 2696 % @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 D | bn.tex | 1238 actually faster than Comba until you hit distinct ``cutoff'' points. For Karatsuba with the default configuration,
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 8071 ** 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 D | sqlite3.c | 8071 ** 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 D | sqlite3.c | 6323 ** 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 D | guava-13.0.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ... |