HomeSort by relevance Sort by last modified time
    Searched refs:having (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 189 * @param having A filter declare which row groups to include in the cursor,
190 * if row grouping is being used, formatted as an SQL HAVING
191 * clause (excluding the HAVING itself). Passing null will cause
203 String groupBy, String having, String orderBy, String limit) {
204 if (TextUtils.isEmpty(groupBy) && !TextUtils.isEmpty(having)) {
206 "HAVING clauses are only permitted when using a groupBy clause");
227 appendClause(query, " HAVING ", having);
279 * @param having A filter declare which row groups to include in
281 * SQL HAVING clause (excluding the HAVING itself). Passin
    [all...]
SQLiteDatabase.java 565 * The name of this method comes from a time when having an active connection
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteQueryBuilder.java 16 String[] columns, String where, String groupBy, String having,
36 conditionallyAppend(sb, " HAVING ", having);
ShadowSQLiteDatabase.java 116 String having, String orderBy, String limit) {
124 columns, where, groupBy, having, orderBy, limit);
141 String[] selectionArgs, String groupBy, String having,
143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null);
148 String[] selectionArgs, String groupBy, String having,
150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_ldmstm_bad.l 5 [^:]*:9: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `ldmia r0!,{r0-r3}'
7 [^:]*:13: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `ldmiaeq r0!,{r0,r1}'
8 [^:]*:17: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `stmia.w r0!,{r0-r3}'
12 [^:]*:21: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `stmia r8!,{r0-r11}'
addthumb2err.s 8 # involves having the first 2 operands be SP.
  /frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java 107 String having, String orderBy, String limit) {
108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having,
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug483.go 8 // marking x as having its address taken by &x[0]
  /prebuilts/go/linux-x86/test/fixedbugs/
bug483.go 8 // marking x as having its address taken by &x[0]
  /packages/services/NetworkRecommendation/
Android.mk 21 # Set to false to allow iteration via adb install rather than having to
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-12.d 10 # variant of sec-5.d with the lop_loc having a misalignment, followed
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseWrapper.java 203 final String having,
209 null/*having*/,
246 final String having, final String orderBy, final String limit) {
251 groupBy, having, orderBy, limit);
260 groupBy, having, orderBy, limit);
272 final String having, final String orderBy) {
275 groupBy, having, orderBy, null);
280 final String groupBy, final String having, final String sortOrder, final String limit) {
283 groupBy, having, sortOrder, limit);
291 having, sortOrder, limit)
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/db/
SelectionBuilder.java 310 * @param having A filter declare which row groups to include in the cursor, if row grouping is
311 * being used, formatted as an SQL HAVING clause (excluding the HAVING itself).
323 String having, String orderBy, String limit) {
327 return db.query(mTable, columns, getSelection(), getSelectionArgs(), groupBy, having,
  /developers/samples/android/common/src/java/com/example/android/common/db/
SelectionBuilder.java 310 * @param having A filter declare which row groups to include in the cursor, if row grouping is
311 * being used, formatted as an SQL HAVING clause (excluding the HAVING itself).
323 String having, String orderBy, String limit) {
327 return db.query(mTable, columns, getSelection(), getSelectionArgs(), groupBy, having,
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 135 String[] selectionArgs, String groupBy, String having, String sortOrder) {
163 having,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
SelectionBuilder.java 310 * @param having A filter declare which row groups to include in the cursor, if row grouping is
311 * being used, formatted as an SQL HAVING clause (excluding the HAVING itself).
323 String having, String orderBy, String limit) {
327 return db.query(mTable, columns, getSelection(), getSelectionArgs(), groupBy, having,
  /external/ltp/testcases/kernel/containers/pidns/
README 23 A pid namespace is a view of particular set of tasks on the system. For processes, a process may have pid 1234 in one namespace, but have pid 1 in another.This allows processes to use process ids which are in use in other pid namespaces, without having to worry about what pids exist in other namespaces.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
gotplt1.d 14 # having an unnecessary PLT, dynamic reloc and lookup in the
  /prebuilts/go/darwin-x86/src/html/template/
template_test.go 108 t.Errorf("ParseFiles: %v\nwanted error about already having Executed", err)
111 t.Errorf("ParseGlob: %v\nwanted error about already having Executed", err)
114 t.Errorf("AddParseTree: %v\nwanted error about already having Executed", err)
  /prebuilts/go/linux-x86/src/html/template/
template_test.go 108 t.Errorf("ParseFiles: %v\nwanted error about already having Executed", err)
111 t.Errorf("ParseGlob: %v\nwanted error about already having Executed", err)
114 t.Errorf("AddParseTree: %v\nwanted error about already having Executed", err)
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 129 Although unlikely (thanks to having been tested on all AOSP lunch targets), if
  /external/v8/tools/
detect-builtins.js 29 // Could get this from the parent, but having it locally is easier.
  /frameworks/base/cmds/app_process/
Android.mk 14 # bad apps. This prevents a library from having a mismatch when resolving
  /hardware/intel/common/utils/ituxd/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.

Completed in 573 milliseconds

1 2 3 4 5 6 7 8 910