Searched refs:difficulty (Results 1 - 5 of 5) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | ContextParameters.java | 32 public int difficulty; field in class:ContextParameters
|
H A D | Game.java | 62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { argument 79 params.difficulty = difficulty;
|
H A D | PlayerComponent.java | 580 return sDifficultyArray[sSystemRegistry.contextParameters.difficulty];
|
/external/jmonkeyengine/engine/src/test/jme3test/games/ |
H A D | CubeField.java | 69 private int difficulty, Score, colorInt, highCap, lowCap,diffHelp; field in class:CubeField 118 difficulty = highCap; 180 // float x = FastMath.nextRandomInt(playerX + difficulty + 10, playerX + difficulty + 150); 181 float x = FastMath.nextRandomInt(playerX + difficulty + 30, playerX + difficulty + 90); 182 float z = FastMath.nextRandomInt(playerZ - difficulty - 50, playerZ + difficulty + 50); 185 // playerX+difficulty+30,playerX+difficulty [all...] |
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 3226 factorization. Normally the difficulty of breaking RSA is associated with the integer factoring problem but they are 4005 \textit{modulus\_size} control the difficulty of forging a signature. Both parameters are in bytes. The larger the
|
Completed in 158 milliseconds