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

1 2

  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 228 int idIndex = JSVAL_TO_INT(id);
229 SkASSERT(idIndex >= 0 && idIndex < members);
230 info = &info[idIndex];
300 int idIndex = JSVAL_TO_INT(id);
301 SkASSERT(idIndex >= 0 && idIndex < members);
302 info = &info[idIndex];
  /external/skia/src/xml/
SkJSDisplayable.cpp 228 int idIndex = JSVAL_TO_INT(id);
229 SkASSERT(idIndex >= 0 && idIndex < members);
230 info = &info[idIndex];
300 int idIndex = JSVAL_TO_INT(id);
301 SkASSERT(idIndex >= 0 && idIndex < members);
302 info = &info[idIndex];
  /packages/apps/Launcher3/src/com/android/launcher3/
UninstallShortcutReceiver.java 100 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
108 final long id = c.getLong(idIndex);
LauncherModel.java     [all...]
LauncherProvider.java 651 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
670 values.put(LauncherSettings.Favorites._ID, c.getLong(idIndex));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataHandler.java 52 final int idIndex = results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
66 buildingMetadata.add(new WordListMetadata(results.getString(idIndex),
DictionaryProvider.java 361 final int idIndex = results.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
370 final String wordListId = results.getString(idIndex);
DictionarySettingsFragment.java 295 final int idIndex = cursor.getColumnIndex(MetadataDbHelper.WORDLISTID_COLUMN);
303 final String wordlistId = cursor.getString(idIndex);
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 108 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
116 final long id = c.getLong(idIndex);
LauncherProvider.java 382 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
401 values.put(LauncherSettings.Favorites._ID, c.getLong(idIndex));
587 final int idIndex = c.getColumnIndex(Favorites._ID);
591 long favoriteId = c.getLong(idIndex);
665 final int idIndex = c.getColumnIndexOrThrow(Favorites._ID);
669 long id = c.getLong(idIndex);
    [all...]
LauncherModel.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 231 final int idIndex = cursor.getColumnIndexOrThrow(BluetoothShare._ID);
243 int id = cursor.getInt(idIndex);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 125 int idIndex = data.cursor.getColumnIndex(PICASA_ID);
128 String id = data.cursor.getString(idIndex);
146 int idIndex = cursor.getColumnIndex(PICASA_ID);
150 data.id = cursor.getString(idIndex);
228 int idIndex = cursor.getColumnIndex(PICASA_ID);
230 if (idIndex < 0) {
234 if (idIndex >= 0) {
304 int idIndex = cursor.getColumnIndex(PICASA_ID);
306 if (idIndex < 0) {
310 albumIds.add(cursor.getString(idIndex));
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 385 int idIndex = -1;
401 idIndex = i;
511 if (idIndex != -1) {
512 row[idIndex] = id;
533 if (idIndex != -1) {
534 row[idIndex] = id;
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 324 int idIndex = cursor.getColumnIndexOrThrow(DownloadManager.COLUMN_ID);
328 assertEquals(download.mId, cursor.getLong(idIndex));
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 633 uint16_t idIndex;
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 

Completed in 1149 milliseconds

1 2