Home
last modified time | relevance | path

Searched refs:distinct (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java1158 public Cursor query(boolean distinct, String table, String[] columns, in query() argument
1161 return queryWithFactory(null, distinct, table, columns, selection, selectionArgs, in query()
1199 public Cursor query(boolean distinct, String table, String[] columns, in query() argument
1202 return queryWithFactory(null, distinct, table, columns, selection, selectionArgs, in query()
1239 boolean distinct, String table, String[] columns, in queryWithFactory() argument
1242 return queryWithFactory(cursorFactory, distinct, table, columns, selection, in queryWithFactory()
1282 boolean distinct, String table, String[] columns, in queryWithFactory() argument
1288 distinct, table, columns, selection, groupBy, having, orderBy, limit); in queryWithFactory()
DSQLiteQueryBuilder.java85 public void setDistinct(boolean distinct) { in setDistinct() argument
86 mDistinct = distinct; in setDistinct()
386 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument
396 if (distinct) { in buildQueryString()
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll81 !0 = distinct !DICompileUnit(language: DW_LANG_GOOGLE_RenderScript, file: !1, producer: "Android cl…
85 !4 = distinct !DISubprogram(name: "swizzle", scope: !5, file: !5, line: 5, type: !6, isLocal: false…
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DCachedSyntheticPasswordTests.java117 assertEquals(1, secret.getAllValues().stream().distinct().count()); in testUntrustedCredentialChangeMaintainsAuthSecret()
DSyntheticPasswordTests.java202 assertEquals(1, secret.getAllValues().stream().distinct().count()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()
/frameworks/base/tests/AccessoryDisplay/
DREADME6 There are two applications with two distinct roles: a sink
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/
DREADME54 - To sign with two distinct signers (NOTE: The V3 signature scheme only supports a single signer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt131 .distinct() in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java114 }).distinct() in getValidatedPaths()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerSettings.java204 return mItems.stream().mapToInt(SettingsItem::getUserId).distinct().toArray(); in getUsers()
/frameworks/compile/slang/
DREADME.rst22 distinct, effective features for Android programming. We will use
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests.m661 // And the default objects for a second message should be distinct (again,
1474 // And the default objects for a second message should be distinct (again,
/frameworks/base/core/proto/android/server/
Djobscheduler.proto296 // Treat two distinct {@link TimingSession}s as the same if they start and end within this
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll19 ; A node named "RenderScript TBAA" wraps our distinct TBAA root node.
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll21 ; A node named "RenderScript TBAA" wraps our distinct TBAA root node.
/frameworks/base/api/
Dcurrent.txt11697 …al String FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT = "android.hardware.faketouch.multitouch.distinct";
11757 …tring FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.distinct";
73471 method public java.util.stream.DoubleStream distinct();
73521 method public java.util.stream.IntStream distinct();
73572 method public java.util.stream.LongStream distinct();
73621 method public java.util.stream.Stream<T> distinct();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8794 …ng.String FEATURE_FAKETOUCH_MULTITOUCH_DISTINCT = "android.hardware.faketouch.multitouch.distinct";
8834 …tring FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT = "android.hardware.touchscreen.multitouch.distinct";
/frameworks/base/config/
Dboot-image-profile.txt30254 HSPLjava/util/stream/IntPipeline;->distinct()Ljava/util/stream/IntStream;