OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:levelIndex
(Results
1 - 5
of
5
) sorted by null
/external/skia/tools/skpdiff/
SkPMetric.cpp
305
for (int
levelIndex
= 1;
levelIndex
< maxLevels;
levelIndex
++) {
306
cyclesPerDegree[
levelIndex
] = cyclesPerDegree[
levelIndex
- 1] * 0.5f;
312
for (int
levelIndex
= 0;
levelIndex
< maxLevels;
levelIndex
++) {
314
contrastSensitivityTable[
levelIndex
* 1000 + csLum] =
315
contrast_sensitivity(cyclesPerDegree[
levelIndex
], (float)csLum / 10.0f + 1e-5f)
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java
63
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/icu4c/test/intltest/
itspoof.cpp
702
for (int
levelIndex
=0;
levelIndex
<LENGTHOF(restrictionLevels);
levelIndex
++) {
704
URestrictionLevel levelSetInSpoofChecker = restrictionLevels[
levelIndex
];
714
sprintf(msgBuffer, "testNum = %d,
levelIndex
= %d", testNum,
levelIndex
);
/external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c
[
all
...]
/external/icu4c/test/cintltst/
cbiditst.c
[
all
...]
Completed in 43 milliseconds