/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabase.java | 1158 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()
|
D | SQLiteQueryBuilder.java | 80 public void setDistinct(boolean distinct) { in setDistinct() argument 81 mDistinct = distinct; in setDistinct() 300 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument 313 if (distinct) { in buildQueryString()
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 81 !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/ |
D | CachedSyntheticPasswordTests.java | 117 assertEquals(1, secret.getAllValues().stream().distinct().count()); in testUntrustedCredentialChangeMaintainsAuthSecret()
|
D | SyntheticPasswordTests.java | 202 assertEquals(1, secret.getAllValues().stream().distinct().count()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 6 There are two applications with two distinct roles: a sink
|
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/ |
D | README | 54 - 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/ |
D | ChannelEditorDialogController.kt | 131 .distinct() in <lambda>()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyComponentFactory.java | 114 }).distinct() in getValidatedPaths()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerSettings.java | 204 return mItems.stream().mapToInt(SettingsItem::getUserId).distinct().toArray(); in getUsers()
|
/frameworks/compile/slang/ |
D | README.rst | 22 distinct, effective features for Android programming. We will use
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests.m | 661 // 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/ |
D | jobscheduler.proto | 296 // Treat two distinct {@link TimingSession}s as the same if they start and end within this
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 19 ; A node named "RenderScript TBAA" wraps our distinct TBAA root node.
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 21 ; A node named "RenderScript TBAA" wraps our distinct TBAA root node.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |