HomeSort by relevance Sort by last modified time
    Searched refs:COUNT (Results 26 - 32 of 32) sorted by null

12

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 120 static void playbackv(char **filenames, unsigned int count);
121 static void capturev(char **filenames, unsigned int count);
123 static void begin_voc(int fd, size_t count);
125 static void begin_wave(int fd, size_t count);
127 static void begin_au(int fd, size_t count);
131 void (*start) (int fd, size_t count);
236 unsigned int count; local
254 count = snd_pcm_info_get_subdevices_count(pcminfo);
256 snd_pcm_info_get_subdevices_avail(pcminfo), count); local
257 for (idx = 0; idx < (int)count; idx++)
1510 size_t count = rcount; local
1547 size_t count = rcount; local
1881 off64_t count; local
2287 off64_t count, rest; \/* number of bytes to capture *\/ local
    [all...]
  /external/openssl/apps/
speed.c 212 static void print_result(int alg,int run_no,int count,double time_used);
342 long count=0,save_count=0; local
739 BIO_printf(bio_err,"no multi count given\n");
745 BIO_printf(bio_err,"bad multi count\n");
1234 count=10;
1237 count*=2;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 173 "(SELECT COUNT(1) FROM " + Tables.CONTACTS + " WHERE "
514 sCountProjectionMap.put(BaseColumns._COUNT, "COUNT(*)");
1059 int count = db.delete(Tables.DATA, Data._ID + "=?", mSelectionArgs1); local
1218 int count = super.delete(db, c); local
1458 int count = super.delete(db, c); local
1521 int count = super.delete(db, c); local
1587 int count = super.delete(db, c); local
1654 int count = super.delete(db, c); local
1733 int count = super.delete(db, c); local
1805 int count = super.delete(db, c); local
2693 int count = entries.size(); local
2942 int count = 0; local
3403 final int count = mDb.delete(Tables.SETTINGS, selection, selectionArgs); local
3429 int count = mDb.delete(Tables.RAW_CONTACTS, RawContacts._ID + "=" + rawContactId, null); local
3468 int count = 0; local
3689 int count = mDb.update(Tables.GROUPS, updatedValues, selectionWithId, selectionArgs); local
3720 final int count = mDb.update(Tables.SETTINGS, values, selection, selectionArgs); local
3733 int count = 0; local
3774 int count = mDb.update(Tables.RAW_CONTACTS, values, selection, mSelectionArgs1); local
3838 int count = 0; local
3870 int count = 0; local
4838 int count = indexCursor.getInt(AddressBookIndexQuery.COLUMN_COUNT); local
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 3952 milliseconds

12