Home
last modified time | relevance | path

Searched refs:having (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteQueryBuilder.java384 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 …]
DSQLiteDatabase.java1510 @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/
DSelectionBuilder.java107 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/
DTranslatingCursor.java103 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/
DTelephonyAnalyticsUtil.java120 String having, in getCursor() argument
134 having, in getCursor()
DCallAnalyticsProvider.java273 String having, in getCount() argument
286 having, in getCount()
/frameworks/base/core/tests/benchmarks/
DREADME19 # Otherwise you will likely crash with UnsatisfiedLinkError despite having correct JNI code.
/frameworks/rs/driver/
DREADME.txt14 treated as having the same SlangVersion as the user bitcode. This
/frameworks/av/services/tuner/
D.clang-format21 # lines indented eight spaces.". clang-format does not support having the colon
/frameworks/av/media/module/service.mediatranscoding/
D.clang-format21 # lines indented eight spaces.". clang-format does not support having the colon
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt40 removes the overhead of having to notify the compositor that the window
/frameworks/av/media/module/libmediatranscoding/
D.clang-format37 # lines indented eight spaces.". clang-format does not support having the colon
/frameworks/native/libs/input/
DAndroid.bp52 // 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/
DREADME.md56 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/
DAndroid.bp61 // bad apps. This prevents a library from having a mismatch when resolving
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Ddagger.md9 - Not having to worry about how to instantiate all the dependencies of a class, especially as
Ddebugging.md7 The interactions in the Shell can be pretty complicated, so having good logging is crucial to
/frameworks/native/opengl/tests/angeles/
DREADME.txt14 having many different kind of buildings and items. Everything is
/frameworks/base/tools/hoststubgen/hoststubgen/
Dframework-policy-override.txt8 # - Want to quickly change filter rules without having to rebuild framework.jar.
/frameworks/proto_logging/stats/enums/media/audio/
Denums.proto403 // to avoid having 0 at the first value
435 // to avoid having 0 at the first
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md47having to queue up several frames and causing things to get backed up. For example, if SurfaceSync…
/frameworks/base/core/tests/coretests/
DAndroid.bp268 // to avoid having a dependency to FrameworksCoreTests.
/frameworks/base/packages/SystemUI/
DREADME.md18 having an `android.app.AppComponentFactory` specified. Specifically, it relies
/frameworks/av/media/libheadtracking/
DREADME.md136 The Bias blocks establish the reference frame for the poses by having the
/frameworks/av/apex/
Dld.config.txt6 # having several versions mounted.

12