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

  /external/skia/tools/skdiff/
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...]
  /external/skqp/tools/skdiff/
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...]
  /external/icu/icu4c/source/common/
rbbi_cache.h 41 UBool following(int32_t fromPos, int32_t *pos, int32_t *statusIndex);
42 UBool preceding(int32_t fromPos, int32_t *pos, int32_t *statusIndex);
rbbi_cache.cpp 48 UBool RuleBasedBreakIterator::DictionaryCache::following(int32_t fromPos, int32_t *result, int32_t *statusIndex) {
66 *statusIndex = fOtherRuleStatusIndex;
76 *statusIndex = fOtherRuleStatusIndex;
86 UBool RuleBasedBreakIterator::DictionaryCache::preceding(int32_t fromPos, int32_t *result, int32_t *statusIndex) {
105 *statusIndex = ( r== fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex;
118 *statusIndex = ( r == fStart) ? fFirstRuleStatusIndex : fOtherRuleStatusIndex;
  /system/chre/apps/sensor_world/
sensor_world.cc 206 size_t statusIndex = 0;
390 if (sensors[statusIndex].isInitialized && reading.isNear == 0) {
392 bool success = chreGetSensorSamplingStatus(sensors[statusIndex].handle,
395 sensors[statusIndex].info.sensorName, success, status.enabled,
398 statusIndex = (statusIndex + 1) % ARRAY_SIZE(sensors);
  /libcore/ojluni/src/main/java/java/text/
MergeCollation.java 262 int statusIndex = c >> BYTEPOWER;
263 byte bitClump = statusArray[statusIndex];
271 statusArray[statusIndex] = (byte)(bitClump | setBit);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/ts/
TsParser.java 180 int statusIndex = mProgramNumberHandledStatus.indexOfKey(programNumber);
181 if (statusIndex < 0) {
374 int statusIndex = mVctItemHandledStatus.indexOfKey(sourceId);
375 if (statusIndex < 0) {
379 if (!mVctItemHandledStatus.valueAt(statusIndex)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 415 final int statusIndex = cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
422 int status = cursor.getInt(statusIndex);
488 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);
382 final int wordListStatus = results.getInt(statusIndex);
DictionarySettingsFragment.java 313 final int statusIndex = cursor.getColumnIndex(MetadataDbHelper.STATUS_COLUMN);
321 final int status = cursor.getInt(statusIndex);

Completed in 512 milliseconds