Searched refs:levelIndex (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkPMetric.cpp308 for (int levelIndex = 1; levelIndex < maxLevels; levelIndex++) {
309 cyclesPerDegree[levelIndex] = cyclesPerDegree[levelIndex - 1] * 0.5f;
315 for (int levelIndex = 0; levelIndex < maxLevels; levelIndex++) {
317 contrastSensitivityTable[levelIndex * 1000 + csLum] =
318 contrast_sensitivity(cyclesPerDegree[levelIndex], (floa
[all...]
/external/skia/tools/skpdiff/
H A DSkPMetric.cpp308 for (int levelIndex = 1; levelIndex < maxLevels; levelIndex++) {
309 cyclesPerDegree[levelIndex] = cyclesPerDegree[levelIndex - 1] * 0.5f;
315 for (int levelIndex = 0; levelIndex < maxLevels; levelIndex++) {
317 contrastSensitivityTable[levelIndex * 1000 + csLum] =
318 contrast_sensitivity(cyclesPerDegree[levelIndex], (floa
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java63 final int levelIndex = callingIntent.getIntExtra("levelIndex", -1);
70 if (levelRow != -1 && levelIndex != -1 && index != -1) {
72 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(index);
74 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(index);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp702 for (int levelIndex=0; levelIndex<LENGTHOF(restrictionLevels); levelIndex++) {
704 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];
714 sprintf(msgBuffer, "testNum = %d, levelIndex = %d", testNum, levelIndex);
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp703 for (int levelIndex=0; levelIndex<LENGTHOF(restrictionLevels); levelIndex++) {
705 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex];
720 sprintf(msgBuffer, "testNum = %d, levelIndex = %d, expected = %#x, actual = %#x",
721 testNum, levelIndex, expectedValue, actualValue);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c4196 int i, j, levelIndex; local
4208 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) {
4212 nPortions = testData[i].nPortions[levelIndex];
4213 level = paraLevels[levelIndex];
4237 processedLen != testData[i].portionLens[levelIndex][j]);
4250 paraLevels[levelIndex], testData[i].textIn,
4251 processedLenStr, testData[i].message[levelIndex]);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4436 int i, j, levelIndex; local
4448 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) {
4452 nPortions = testData[i].nPortions[levelIndex];
4453 level = paraLevels[levelIndex];
4477 processedLen != testData[i].portionLens[levelIndex][j]);
4490 paraLevels[levelIndex], testData[i].textIn,
4491 processedLenStr, testData[i].message[levelIndex]);

Completed in 247 milliseconds