/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQueryBuilder.java | 301 String groupBy, String having, String orderBy, String limit) { in buildQueryString() argument 302 if (TextUtils.isEmpty(groupBy) && !TextUtils.isEmpty(having)) { in buildQueryString() 325 appendClause(query, " HAVING ", having); in buildQueryString() 391 String having, String sortOrder) { in query() argument 392 return query(db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder, in query() 430 String having, String sortOrder, String limit) { in query() argument 432 groupBy, having, sortOrder, limit, null); in query() 472 String having, String sortOrder, String limit, CancellationSignal cancellationSignal) { in query() argument 479 projectionIn, selection, groupBy, having, in query() 500 having, sortOrder, limit); in query() [all …]
|
D | SQLiteDatabase.java | 1160 String having, String orderBy, String limit) { in query() argument 1162 groupBy, having, orderBy, limit, null); in query() 1201 String having, String orderBy, String limit, CancellationSignal cancellationSignal) { in query() argument 1203 groupBy, having, orderBy, limit, cancellationSignal); in query() 1241 String having, String orderBy, String limit) { in queryWithFactory() argument 1243 selectionArgs, groupBy, having, orderBy, limit, null); in queryWithFactory() 1284 String having, String orderBy, String limit, CancellationSignal cancellationSignal) { in queryWithFactory() argument 1288 distinct, table, columns, selection, groupBy, having, orderBy, limit); in queryWithFactory() 1326 String[] selectionArgs, String groupBy, String having, in query() argument 1330 having, orderBy, null /* limit */); in query() [all …]
|
/frameworks/base/core/java/com/android/internal/content/ |
D | SelectionBuilder.java | 107 String having, String orderBy, String limit) { in query() argument 108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, in query()
|
/frameworks/base/core/java/android/database/ |
D | TranslatingCursor.java | 103 String[] selectionArgs, String groupBy, String having, String sortOrder, String limit, in query() argument 114 groupBy, having, sortOrder, limit, signal); in query() 124 groupBy, having, sortOrder); in query()
|
/frameworks/base/core/tests/benchmarks/ |
D | README | 19 # Otherwise you will likely crash with UnsatisfiedLinkError despite having correct JNI code.
|
/frameworks/rs/driver/ |
D | README.txt | 14 treated as having the same SlangVersion as the user bitcode. This
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | README.md | 26 that make the overall suite diverse without being too large or having
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 40 removes the overhead of having to notify the compositor that the window
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | README.md | 77 and access and/or assign things without having to check that they are not nil 116 having an *explicit* and *default* value. You can always get the value of the 169 lot of proto files included in it; and having multiple lines makes things
|
D | GPBUtilities.m | 220 //% // proto2: any value counts as having been set; proto3, it 526 // proto2: any value counts as having been set; proto3, it 575 // proto2: any value counts as having been set; proto3, it 624 // proto2: any value counts as having been set; proto3, it 673 // proto2: any value counts as having been set; proto3, it 722 // proto2: any value counts as having been set; proto3, it 771 // proto2: any value counts as having been set; proto3, it 820 // proto2: any value counts as having been set; proto3, it
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 14 having many different kind of buildings and items. Everything is
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 116 namespace to address issues with proto files having the same name as a
|
/frameworks/av/apex/ |
D | ld.config.txt | 6 # having several versions mounted.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 448 future releases (in the form of utility helper functions, or having them 1100 file without having access to other .proto files that it imports, for 1131 multiple messages to a stream without having to worry about delimiting
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 445 means having the right to grant, to the maximum extent possible, 463 License, by the making, using, selling, offering for sale, having
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/native/vulkan/api/ |
D | vulkan.api | 9346 // having to modify the AST and semantic model.
|