/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQueryBuilder.java | 384 String groupBy, String having, String orderBy, String limit) { in buildQueryString() argument 385 if (TextUtils.isEmpty(groupBy) && !TextUtils.isEmpty(having)) { in buildQueryString() 405 appendClause(query, " HAVING ", having); in buildQueryString() 471 String having, String sortOrder) { in query() argument 472 return query(db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder, in query() 510 String having, String sortOrder, String limit) { in query() argument 512 groupBy, having, sortOrder, limit, null); in query() 552 String having, String sortOrder, String limit, CancellationSignal cancellationSignal) { in query() argument 559 projectionIn, selection, groupBy, having, in query() 566 enforceStrictGrammar(selection, groupBy, having, sortOrder, limit); in query() [all …]
|
D | SQLiteDatabase.java | 1510 @Nullable String[] selectionArgs, @Nullable String groupBy, @Nullable String having, in query() argument 1513 groupBy, having, orderBy, limit, null); in query() 1555 @Nullable String[] selectionArgs, @Nullable String groupBy, @Nullable String having, in query() argument 1559 groupBy, having, orderBy, limit, cancellationSignal); in query() 1601 @Nullable String having, @Nullable String orderBy, @Nullable String limit) { in queryWithFactory() argument 1603 selectionArgs, groupBy, having, orderBy, limit, null); in queryWithFactory() 1648 @Nullable String having, @Nullable String orderBy, @Nullable String limit, in queryWithFactory() argument 1653 distinct, table, columns, selection, groupBy, having, orderBy, limit); in queryWithFactory() 1695 @Nullable String having, @Nullable String orderBy) { in query() argument 1698 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/opt/telephony/src/java/com/android/internal/telephony/analytics/ |
D | TelephonyAnalyticsUtil.java | 120 String having, in getCursor() argument 134 having, in getCursor()
|
D | CallAnalyticsProvider.java | 273 String having, in getCount() argument 286 having, in getCount()
|
/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/av/services/tuner/ |
D | .clang-format | 21 # lines indented eight spaces.". clang-format does not support having the colon
|
/frameworks/av/media/module/service.mediatranscoding/ |
D | .clang-format | 21 # lines indented eight spaces.". clang-format does not support having the colon
|
/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/av/media/module/libmediatranscoding/ |
D | .clang-format | 37 # lines indented eight spaces.". clang-format does not support having the colon
|
/frameworks/native/libs/input/ |
D | Android.bp | 52 // overrides for flags, without having to link against a separate version of libinput or of this 53 // library. Bundling this library directly into libinput prevents us from having to add this
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
D | README.md | 56 notion of having separate client sessions sharing the same HAL. 119 to call another module, while having its local mutex(es) held: 144 stopping to be synchronous, as required, without having to block the call upon higher layers
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 61 // bad apps. This prevents a library from having a mismatch when resolving
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | dagger.md | 9 - Not having to worry about how to instantiate all the dependencies of a class, especially as
|
D | debugging.md | 7 The interactions in the Shell can be pretty complicated, so having good logging is crucial to
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 14 having many different kind of buildings and items. Everything is
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | framework-policy-override.txt | 8 # - Want to quickly change filter rules without having to rebuild framework.jar.
|
/frameworks/proto_logging/stats/enums/media/audio/ |
D | enums.proto | 403 // to avoid having 0 at the first value 435 // to avoid having 0 at the first
|
/frameworks/base/core/java/android/window/ |
D | SurfaceSyncGroup.md | 47 …having to queue up several frames and causing things to get backed up. For example, if SurfaceSync…
|
/frameworks/base/core/tests/coretests/ |
D | Android.bp | 268 // to avoid having a dependency to FrameworksCoreTests.
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 18 having an `android.app.AppComponentFactory` specified. Specifically, it relies
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 136 The Bias blocks establish the reference frame for the poses by having the
|
/frameworks/av/apex/ |
D | ld.config.txt | 6 # having several versions mounted.
|