Home
last modified time | relevance | path

Searched refs:qb (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DLocalProvider.java86 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); in query() local
92 qb.setTables("data"); in query()
95 qb.setTables("data"); in query()
96 qb.appendWhere("_id="); in query()
97 qb.appendWhere(url.getPathSegments().get(1)); in query()
104 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs, in query()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java2285 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); in readAndDeleteLegacyAccountInfoLocked() local
2286 qb.setTables("stats, status"); in readAndDeleteLegacyAccountInfoLocked()
2306 qb.setProjectionMap(map); in readAndDeleteLegacyAccountInfoLocked()
2307 qb.appendWhere("stats._id = status.stats_id"); in readAndDeleteLegacyAccountInfoLocked()
2308 Cursor c = qb.query(db, null, null, null, null, null, null); in readAndDeleteLegacyAccountInfoLocked()
2359 qb = new SQLiteQueryBuilder(); in readAndDeleteLegacyAccountInfoLocked()
2360 qb.setTables("settings"); in readAndDeleteLegacyAccountInfoLocked()
2361 c = qb.query(db, null, null, null, null, null, null); in readAndDeleteLegacyAccountInfoLocked()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S1108 .macro prefetch_out qa, qb, store, qsa, qsb, qsb_hi
1118 vmov.u16 \qb, \qsb
1120 vmov.u16 \qb, \qsb_hi
1124 .macro prefetch_one qa, qb, rem, c, store=0, step=1
1129 prefetch_out \qa, \qb, \store, q9, q9, d19
1133 prefetch_out \qa, \qb, \store, q10, q11, d23
1137 prefetch_out \qa, \qb, \store, q10, q11, d23
1140 prefetch_out \qa, \qb, \store, q12, q12, d25
DrsCpuIntrinsics_advsimd_Blur.S1103 .macro prefetch_out qa, qb, store, qsa, qsb, qsb_hi
1114 mov \qb, \qsb
1117 mov \qb, \qsb
1121 .macro prefetch_one qa, qb, rem, c, store=0, step=1
1126 prefetch_out \qa, \qb, \store, v9.16b, v9.16b, v9.d[1]
1130 prefetch_out \qa, \qb, \store, v10.16b, v11.16b, v11.d[1]
1134 prefetch_out \qa, \qb, \store, v10.16b, v11.16b, v11.d[1]
1137 prefetch_out \qa, \qb, \store, v12.16b, v12.16b, v12.d[1]