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

12

/external/robolectric/v1/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/callgrind/
H A Dcallgrind_control.in410 elsif (/distinct-bbs: (\d+)/) { $dist_bbs = $1; }
412 elsif (/distinct-calls: (\d+)/) { $dist_calls = $1; }
413 elsif (/distinct-functions: (\d+)/) { $dist_funcs = $1; }
414 elsif (/distinct-contexts: (\d+)/) { $dist_ctxs = $1; }
/external/autotest/frontend/health/
H A Dcomplete_failures.py75 started_time__gte=cutoff_date).values('test').distinct()
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultiset.java432 int distinct = multiset.entrySet().size();
433 elements = new Object[distinct];
434 counts = new int[distinct];
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMultiset.java421 int distinct = multiset.entrySet().size();
422 elements = new Object[distinct];
423 counts = new int[distinct];
/external/autotest/tko/
H A Dmachine_benchmark.cgi24 rows = db.select('test', 'tko_tests', {}, distinct=True)
H A Dfrontend.py141 rows = db.select('distinct machine_group', 'tko_machines',
203 def select(klass, db, where={}, distinct=False):
208 distinct):
H A Ddb.py226 def select(self, fields, table, where, distinct=False, group_by=None,
245 if distinct:
246 cmd.append('distinct')
/external/autotest/scheduler/
H A Dmonitor_db_cleanup.py79 for job in query.distinct():
99 for queue_entry in query.distinct():
H A Dagent_task.py432 job_ids = hqes.values_list('job', flat=True).distinct()
H A Dscheduler_models.py1264 job=self.id).values('execution_subdir').distinct()
/external/autotest/frontend/afe/
H A Dmodel_logic.py310 if query_set.query.distinct:
311 distinct = 'DISTINCT '
313 distinct = ''
315 sql_query = ('SELECT ' + distinct + ','.join(selects) + from_)
777 query = query.distinct()
H A Dresources.py600 hostqueueentry__complete=False).distinct()
H A Dmodels.py984 everyone.hosts.add(*orphaned_hosts.distinct())
/external/autotest/frontend/tko/
H A Drpc_interface.py136 for test_view in query.values('job_tag').distinct():
288 'test_name', 'hostname', 'machine_idx').distinct()
H A Dmodels.py83 if query.query.distinct:
109 """Gets the number of distinct groups for a query.
114 @return The number of distinct groups for the given query grouped by
/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)?}}
168 #CHECK: error: {{(instruction requires: distinct-ops)?}}
173 #CHECK: error: {{(instruction requires: distinct-ops)?}}
202 #CHECK: error: {{(instruction requires: distinct-ops)?}}
207 #CHECK: error: {{(instruction requires: distinct-ops)?}}
220 #CHECK: error: {{(instruction requires: distinct-ops)?}}
2375 #CHECK: error: {{(instruction requires: distinct-ops)?}}
2462 #CHECK: error: {{(instruction requires: distinct
[all...]
/external/llvm/utils/vim/syntax/
H A Dllvm.vim44 syn keyword llvmKeyword distinct dllexport dllimport except extern_weak external
/external/opencv3/samples/java/sbt/sbt/
H A Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org.apache. ...
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp675 KEYWORD(distinct);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc1857 Label not_nan, distinct, return_left, return_right; local
1870 __ j(not_equal, &distinct, Label::kNear); // left != right.
1886 __ bind(&distinct);
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/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/ ...

Completed in 1000 milliseconds

12