HomeSort by relevance Sort by last modified time
    Searched refs:distinct (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteQueryBuilder.java 15 public static String buildQueryString(boolean distinct, String tables,
21 if (distinct) {
22 sb.append("DISTINCT ");
ShadowSQLiteDatabase.java 114 public Cursor query(boolean distinct, String table, String[] columns,
123 String sql = SQLiteQueryBuilder.buildQueryString(distinct, table,
  /external/chromium_org/content/test/data/workers/
worker_common.js 2 // that shared workers are actually shared, not distinct.
  /development/ndk/samples/two-libs/jni/
Android.mk 17 # generate two distinct shared libraries and have them both
  /external/valgrind/main/callgrind/
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/chromium_org/v8/test/mjsunit/compiler/
binary-ops.js 28 // Values in distinct spans.
48 // Values in distinct spans that alias.
  /external/v8/test/mjsunit/compiler/
binary-ops.js 28 // Values in distinct spans.
48 // Values in distinct spans that alias.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 56 * Mark the query as DISTINCT.
58 * @param distinct if true the query is DISTINCT, otherwise it isn't
60 public void setDistinct(boolean distinct) {
61 mDistinct = distinct;
178 * @param distinct true if you want each row to be unique, false otherwise.
202 boolean distinct, String tables, String[] columns, String where,
215 if (distinct) {
216 query.append("DISTINCT ");
SQLiteDatabase.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultiset.java 462 int distinct = multiset.entrySet().size(); local
463 elements = new Object[distinct];
464 counts = new int[distinct];
TreeMultiset.java 372 private final int distinct; field in class: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/
TreeMultiset.java 368 private final int distinct; field in class:Node
375 this.distinct = 1 + distinctOrZero(left) + distinctOrZero(right);
396 return (node == null) ? 0 : node.distinct;
  /external/compiler-rt/make/platform/
darwin_fat.mk 14 # architectures should do so using distinct configs, with the
  /external/llvm/test/MC/SystemZ/
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)?}}
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 129 {{count(distinct EXPR)} {[one {EXPR}]}}
  /external/chromium_org/third_party/sqlite/src/src/
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). {
    [all...]
select.c 58 int isDistinct, /* true if the DISTINCT keyword is present */
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 */
540 int hasDistinct; /* True if the DISTINCT keyword is present */
549 hasDistinct = distinct>=0;
582 /* If the DISTINCT keyword was present on the SELECT statement
589 codeDistinct(pParse, distinct, iContinue, nColumn, regResult)
3721 int distinct; \/* Table to use for the distinct set *\/ local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 45 ! V9-compliant, as V9 returns a distinct value of 0x99,
  /external/openssl/crypto/
sparccpuid.S 45 ! V9-compliant, as V9 returns a distinct value of 0x99,
  /external/chromium_org/v8/test/mjsunit/harmony/
symbols.js 164 // All symbols should be distinct.
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 569 * @param {number} range Number of distinct slider positions to be supported.
729 * @param {number} range Number of distinct slider positions to be supported.
783 * @param {number} range Number of distinct slider positions to be supported.
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 577 * using the DISTINCT keyword, which can negatively affect performance.
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 570 // Giving iframes distinct ids seems to cause some invalidation and prevent
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 

Completed in 543 milliseconds

1 2 3