Home
last modified time | relevance | path

Searched refs:levelIndex (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestStreaming.java82 int i, j, levelIndex; in testStreaming() local
94 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) { in testStreaming()
99 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming()
100 level = paraLevels[levelIndex]; in testStreaming()
122 processedLen != testCases[i].portionLens[levelIndex][j]; in testStreaming()
137 testCases[i].message[levelIndex] + " }\n"); in testStreaming()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java79 int i, j, levelIndex; in testStreaming() local
91 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) { in testStreaming()
96 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming()
97 level = paraLevels[levelIndex]; in testStreaming()
119 processedLen != testCases[i].portionLens[levelIndex][j]; in testStreaming()
134 testCases[i].message[levelIndex] + " }\n"); in testStreaming()
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java63 final int levelIndex = callingIntent.getIntExtra("levelIndex", -1); in onCreate() local
70 if (levelRow != -1 && levelIndex != -1 && index != -1) { in onCreate()
72 …mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(in… in onCreate()
74 …mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(in… in onCreate()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp1066 for (deInt32 levelIndex = 0; levelIndex < levelsCount; ++levelIndex) in iterate() local
1068 deInt32 levelWidth = de::max(width >> levelIndex, 1); in iterate()
1069 deInt32 levelHeight = de::max(height >> levelIndex, 1); in iterate()
1070 deInt32 levelDepth = de::max(depth >> levelIndex, 1); in iterate()
1075 de::Random rnd(deStringHash(getName()) + levelIndex); in iterate()
1080 …callCompressedTexImage3D(GL_TEXTURE_3D, levelIndex, m_compressedFormat, level.getWidth(), level.ge… in iterate()
1086 for (deInt32 levelIndex = levelsCount - 2; levelIndex >= 0; --levelIndex) in iterate() local
1088 deInt32 partWidth = de::max(width >> levelIndex, 1); in iterate()
1089 deInt32 partHeight = de::max(height >> levelIndex, 1); in iterate()
1090 deInt32 partDepth = de::max(depth >> levelIndex, 1); in iterate()
[all …]
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp569 for (int levelIndex=0; levelIndex<UPRV_LENGTHOF(restrictionLevels); levelIndex++) { in testRestrictionLevel() local
571 URestrictionLevel levelSetInSpoofChecker = restrictionLevels[levelIndex]; in testRestrictionLevel()
584 testNum, levelIndex, expectedValue, actualValue); in testRestrictionLevel()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4445 int i, j, levelIndex; in testStreaming() local
4457 for (levelIndex = 0; levelIndex < nLevels; levelIndex++) { in testStreaming()
4461 nPortions = testData[i].nPortions[levelIndex]; in testStreaming()
4462 level = paraLevels[levelIndex]; in testStreaming()
4486 processedLen != testData[i].portionLens[levelIndex][j]); in testStreaming()
4499 paraLevels[levelIndex], testData[i].textIn, in testStreaming()
4500 processedLenStr, testData[i].message[levelIndex]); in testStreaming()