HomeSort by relevance Sort by last modified time
    Searched refs:random (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md.h 28 #include <linux/random.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md.h 28 #include <linux/random.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md.h 28 #include <linux/random.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md.h 28 #include <linux/random.h>
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCERSACipher.java 242 SecureRandom random)
315 if (random != null)
317 param = new ParametersWithRandom(param, random);
344 SecureRandom random)
362 engineInit(opmode, key, paramSpec, random);
368 SecureRandom random)
373 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
JCEBlockCipher.java 383 SecureRandom random)
540 SecureRandom ivRandom = random;
561 if (random != null && padded)
563 param = new ParametersWithRandom(param, random);
592 SecureRandom random)
618 engineInit(opmode, key, paramSpec, random);
626 SecureRandom random)
631 engineInit(opmode, key, (AlgorithmParameterSpec)null, random);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MathPerformanceTest.java 320 result = Math.random();
321 result = Math.random();
322 result = Math.random();
323 result = Math.random();
324 result = Math.random();
325 result = Math.random();
326 result = Math.random();
327 result = Math.random();
328 result = Math.random();
329 result = Math.random();
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 328 final float size = random(4.0f) + 4.0f;
329 final int xpos = random(-mWidth, mWidth);
336 blades.offset = random(0.2f) - 0.1f;
337 blades.scale = 4.0f / (size / TESSELATION) + (random(0.6f) + 0.2f) * TESSELATION;
338 blades.lengthX = (random(4.5f) + 3.0f) * TESSELATION * size;
339 blades.lengthY = (random(5.5f) + 2.0f) * TESSELATION * size;
340 blades.hardness = (random(1.0f) + 0.2f) * TESSELATION;
341 blades.h = random(0.02f) + 0.2f;
342 blades.s = random(0.22f) + 0.78f;
343 blades.b = random(0.65f) + 0.35f
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 399 * <code>init(int keysize, SecureRandom random)</code> methods
427 SecureRandom random = new SecureRandom(); local
439 kgs[i].init(size[j], random);
451 * <code>init(AlgorithmParameterSpec params, SecureRandom random)</code> methods
499 * <code>init(SecureRandom random)</code> methods
500 * <code>init(int keysize, SecureRandom random)</code> methods
502 * <code>init(AlgorithmParameterSpec params, SecureRandom random)</code> methods
605 SecureRandom random = null; local
610 random = new SecureRandom();
611 kg.init(validKeySizes[i], random);
641 SecureRandom random = null; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java 221 SecureRandom random,
234 if (random != null)
236 sig.initSign(key, random);
253 SecureRandom random,
266 if (random != null)
268 sig.initSign(key, random);
  /bionic/libstdc++/include/
cstdlib 89 using ::random;
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 35 * pick a random word, and to format generic wiki-style text into HTML.
63 * When picking random words in {@link #getRandomWord()}, we sometimes
90 * {@link Uri} to use when requesting a random page.
93 "http://en.wiktionary.org/w/api.php?action=query&list=random&format=json";
103 * Number of times to try finding a random word in {@link #getRandomWord()}.
193 * Query the Wiktionary API to pick a random dictionary word. Will try
196 * @return Random dictionary word, or null if no valid word was found.
204 // Query the API for a random word
210 JSONArray random = query.getJSONArray("random"); local
    [all...]
  /external/dropbear/
Android.mk 9 signkey.c rsa.c random.c \
  /external/iptables/extensions/
libipt_statistic.c 16 " --mode mode Match mode (random, nth)\n"
17 " random mode:\n"
53 if (!strcmp(optarg, "random"))
68 info->u.random.probability = 0x80000000 * prob;
106 "both nth and random parameters given");
109 "--probability can only be used in random mode");
127 printf("%smode random %sprobability %f ", prefix, prefix,
128 1.0 * info->u.random.probability / 0x80000000);
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 37 import java.util.Random;
77 Random random = new Random(); local
78 mNextServerIndex = random.nextInt(count);
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 120 RandomAccessFile random = new RandomAccessFile(tmpFile, "rw"); local
121 FileChannel fileChannelRW = random.getChannel();
  /ndk/sources/cxx-stl/system/include/
cstdlib 89 using ::random;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdlib 85 using ::random;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdlib 85 using ::random;
  /bionic/libc/include/
stdlib.h 123 static __inline__ long random(void) function
  /development/ndk/platforms/android-3/include/
stdlib.h 122 static __inline__ long random(void) function
  /development/ndk/platforms/android-8/include/
stdlib.h 123 static __inline__ long random(void) function
  /development/ndk/platforms/android-9/include/
stdlib.h 123 static __inline__ long random(void) function
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 70 int mColor = (int) Math.floor(Math.random() * mColors.length);
  /external/kernel-headers/original/linux/raid/
md.h 34 #include <linux/random.h>

Completed in 914 milliseconds

1 2 3 4 56 7 8 91011>>