HomeSort by relevance Sort by last modified time
    Searched refs:statusIndex (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
skdiff.cpp 100 for (int statusIndex = 0; statusIndex < kStatusCount; ++statusIndex) {
101 statuses[statusIndex] = true;
106 for (int statusIndex = 0; statusIndex < kStatusCount; ++statusIndex) {
107 statuses[statusIndex] = false;
120 for (int statusIndex = 0; statusIndex < kStatusCount; ++statusIndex)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 378 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
385 int status = cursor.getInt(statusIndex);
432 int status = cursor.getInt(statusIndex);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 359 final int statusIndex = results.getColumnIndex(MetadataDbHelper.STATUS_COLUMN);
381 final int wordListStatus = results.getInt(statusIndex);
DictionarySettingsFragment.java 289 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN);
297 final int status = cursor.getInt(statusIndex);

Completed in 48 milliseconds