OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statusIndex
(Results
1 - 6
of
6
) 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
...]
/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/src/com/android/tv/tuner/ts/
TsParser.java
159
int
statusIndex
= mProgramNumberHandledStatus.indexOfKey(programNumber);
160
if (
statusIndex
< 0) {
317
int
statusIndex
= mVctItemHandledStatus.indexOfKey(sourceId);
318
if (
statusIndex
< 0) {
322
if (!mVctItemHandledStatus.valueAt(
statusIndex
)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
385
final int
statusIndex
= cursor.getColumnIndexOrThrow(BluetoothShare.STATUS);
392
int status = cursor.getInt(
statusIndex
);
452
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 268 milliseconds