HomeSort by relevance Sort by last modified time
    Searched defs:qb (Results 1 - 25 of 40) sorted by null

1 2

  /external/qemu/qobject/
qbool.c 32 QBool *qb; local
34 qb = g_malloc(sizeof(*qb));
35 qb->value = value;
36 QOBJECT_INIT(qb, &qbool_type);
38 return qb;
44 int qbool_get_int(const QBool *qb)
46 return qb->value;
  /external/compiler-rt/lib/builtins/
divtf3.c 166 rep_t qb; local
169 wideMultiply(quotient, bSignificand, &dummy, &qb);
170 residual = (aSignificand << 113) - qb;
174 wideMultiply(quotient, bSignificand, &dummy, &qb);
175 residual = (aSignificand << 112) - qb;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalProvider.java 86 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
92 qb.setTables("data");
95 qb.setTables("data");
96 qb.appendWhere("_id=");
97 qb.appendWhere(url.getPathSegments().get(1));
104 Cursor ret = qb.query(db, projectionIn, selection, selectionArgs,
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 63 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
69 qb.setTables(ClockDatabaseHelper.ALARMS_TABLE_NAME);
72 qb.setTables(ClockDatabaseHelper.ALARMS_TABLE_NAME);
73 qb.appendWhere(ClockContract.AlarmsColumns._ID + "=");
74 qb.appendWhere(uri.getLastPathSegment());
77 qb.setTables(ClockDatabaseHelper.INSTANCES_TABLE_NAME);
80 qb.setTables(ClockDatabaseHelper.INSTANCES_TABLE_NAME);
81 qb.appendWhere(ClockContract.InstancesColumns._ID + "=");
82 qb.appendWhere(uri.getLastPathSegment());
85 qb.setTables(ClockDatabaseHelper.CITIES_TABLE_NAME)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java 87 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
88 qb.setTables(mTableName);
89 qb.setProjectionMap(sStatusProjectionMap);
90 qb.setStrict(true);
94 Cursor c = qb.query(db, projection, combinedClause, selectionArgs, null, null, sortOrder);
VoicemailContentTable.java 216 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
217 qb.setTables(mTableName);
218 qb.setProjectionMap(mVoicemailProjectionMap);
219 qb.setStrict(true);
224 Cursor c = qb.query(db, projection, combinedClause, selectionArgs, null, null, sortOrder);
CallLogProvider.java 164 final SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
165 qb.setTables(Tables.CALLS);
166 qb.setProjectionMap(sCallsProjectionMap);
167 qb.setStrict(true);
187 qb.appendWhere("PHONE_NUMBERS_EQUAL(number, ");
188 qb.appendWhereEscapeString(phoneNumber);
189 qb.appendWhere(mUseStrictPhoneNumberComparation ? ", 1)" : ", 0)");
191 qb.appendWhere(Calls.NUMBER_PRESENTATION + "!="
209 final Cursor c = qb.query(db, projection, selectionBuilder.build(), selectionArgs, null,
  /cts/tests/tests/content/src/android/content/cts/
MockContentProvider.java 249 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
253 qb.setTables("TestTable1");
254 qb.setProjectionMap(CTSDBTABLE1_LIST_PROJECTION_MAP);
258 qb.setTables("TestTable1");
259 qb.appendWhere("_id=" + uri.getPathSegments().get(1));
266 qb.setTables("TestTable1 a, TestTable1 b, TestTable1 c, TestTable1 d, TestTable1 e");
270 qb.setTables("TestTable2");
271 qb.setProjectionMap(CTSDBTABLE2_LIST_PROJECTION_MAP);
275 qb.setTables("TestTable2");
276 qb.appendWhere("_id=" + uri.getPathSegments().get(1))
    [all...]
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 561 INT i, qb, qe, qtmp; local
569 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb);
571 tmp = fPow(base, qb, exp, qe, &qtmp);
  /external/chromium_org/third_party/opus/src/celt/
rate.c 165 int qb; local
195 The average measured cost for theta is 0.89701 times qb,
199 qb = IMIN((num+(den>>1))/den, 57);
200 celt_assert(qb >= 0);
201 max_bits += qb;
211 0.95164 times qb, approximated here as 487/512. */
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
215 celt_assert(qb >= 0);
216 max_bits += qb;
231 qb = IMIN((num+(den>>1))/den, MAX_FINE_BITS)
    [all...]
bands.c 618 int qn, qb; local
625 qb = IMIN(b-pulse_cap-(4<<BITRES), (b+N2*offset)/N2);
627 qb = IMIN(8<<BITRES, qb);
629 if (qb<(1<<BITRES>>1)) {
632 qn = exp2_table8[qb&0x7]>>(14-(qb>>BITRES));
    [all...]
  /external/libopus/celt/
rate.c 165 int qb; local
195 The average measured cost for theta is 0.89701 times qb,
199 qb = IMIN((num+(den>>1))/den, 57);
200 celt_assert(qb >= 0);
201 max_bits += qb;
211 0.95164 times qb, approximated here as 487/512. */
214 qb = IMIN((num+(den>>1))/den, (N==2?64:61));
215 celt_assert(qb >= 0);
216 max_bits += qb;
231 qb = IMIN((num+(den>>1))/den, MAX_FINE_BITS)
    [all...]
  /external/qemu/target-i386/
int_helper.c 300 int i, qb, ab; local
318 qb = 1;
320 qb = 0;
322 a0 = (a0 << 1) | qb;
  /external/srec/portable/src/
pmalloc.c 297 _Cell *q, **qb; local
301 if ((qb = _Aldata._Plast) == 0)
303 for (qb = &_Aldata._Head; *qb != 0;
304 qb = &(*qb)->_Next)
305 if (size <= (*qb)->_Size)
306 return (qb);
310 for (; *qb != 0; qb = &(*qb)->_Next
342 _Cell *q, **qb; local
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 93 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
94 qb.setTables(CellBroadcastDatabaseHelper.TABLE_NAME);
104 qb.appendWhere("(_id=" + uri.getPathSegments().get(0) + ')');
120 Cursor c = qb.query(db, projection, selection, selectionArgs, null, null, orderBy);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 127 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
131 qb.setTables(USERDICT_TABLE_NAME);
132 qb.setProjectionMap(sDictProjectionMap);
136 qb.setTables(USERDICT_TABLE_NAME);
137 qb.setProjectionMap(sDictProjectionMap);
138 qb.appendWhere("_id" + "=" + uri.getPathSegments().get(1));
155 Cursor c = qb.query(db, projection, selection, selectionArgs, null, null, orderBy);
  /system/extras/ksmutils/
lookup3.c 795 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 215 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
216 qb.setTables(MainTable.TABLE_NAME);
221 qb.setProjectionMap(mNotesProjectionMap);
226 qb.setProjectionMap(mNotesProjectionMap);
227 qb.appendWhere(MainTable._ID + "=?");
243 Cursor c = qb.query(db, projection, selection, selectionArgs,
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 256 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
257 qb.setTables(NotePad.Notes.TABLE_NAME);
265 qb.setProjectionMap(sNotesProjectionMap);
273 qb.setProjectionMap(sNotesProjectionMap);
274 qb.appendWhere(
283 qb.setProjectionMap(sLiveFolderProjectionMap);
309 Cursor c = qb.query(
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 216 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
217 qb.setTables(MainTable.TABLE_NAME);
222 qb.setProjectionMap(mNotesProjectionMap);
227 qb.setProjectionMap(mNotesProjectionMap);
228 qb.appendWhere(MainTable._ID + "=?");
244 Cursor c = qb.query(db, projection, selection, selectionArgs,
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 307 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
312 qb.setTables(DB_TABLE);
316 qb.setTables(DB_TABLE);
317 qb.appendWhere(BluetoothShare._ID + "=");
318 qb.appendWhere(uri.getPathSegments().get(1));
322 qb.setTables(DB_TABLE);
323 qb.setProjectionMap(LIVE_FOLDER_PROJECTION_MAP);
324 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND
377 Cursor ret = qb.query(db, projection, selection, selectionArgs, null, null, sortOrder);
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 158 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
167 qb.setTables(TABLE_SNAPSHOTS);
173 Cursor cursor = qb.query(db, projection, selection, selectionArgs,
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupProvider.java 171 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
179 qb.setTables(TABLE_MCC_IDD);
180 qb.setProjectionMap(sIddProjectionMap);
187 qb.setTables(TABLE_MCC_LOOKUP_TABLE);
188 qb.setProjectionMap(sLookupProjectionMap);
209 qb.setTables(joinT.toString());
210 qb.setProjectionMap(sConflictProjectionMap);
214 qb.setTables(TABLE_MCC_SID_RANGE);
215 qb.setProjectionMap(sRangeProjectionMap);
222 qb.setTables(TABLE_NANP_AREA_CODE)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 293 Object q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, qa, qb, qc, qd, qe, qf; field in class:Exchanger.Node
  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 363 SQLiteQueryBuilder qb = new SQLiteQueryBuilder(); local
389 qb.setProjectionMap(BOOKMARKS_PROJECTION_MAP);
390 qb.setTables(TABLE_BOOKMARKS);
395 qb.setTables(TABLE_BOOKMARKS);
402 qb.setProjectionMap(BOOKMARKS_PROJECTION_MAP);
409 query = qb.buildQuery(projection, where, null, null, sortOrder, null);
426 return qb.query(db, projection, selection, selectionArgs, groupBy, null, sortOrder, limit);

Completed in 819 milliseconds

1 2