Searched defs:random (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java187 final SecureRandom random,
204 this.sslcontext.init(keymanagers, trustmanagers, random);
182 SSLSocketFactory( String algorithm, final KeyStore keystore, final String keystorePassword, final KeyStore truststore, final SecureRandom random, final HostNameResolver nameResolver) argument
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreKeyGeneratorSpi.java51 protected void engineInit(AlgorithmParameterSpec params, SecureRandom random) argument
53 super.engineInit(params, random);
138 protected void engineInit(SecureRandom random) { argument
144 protected void engineInit(int keySize, SecureRandom random) { argument
150 protected void engineInit(AlgorithmParameterSpec params, SecureRandom random) argument
165 mRng = random;
H A DAndroidKeyStoreKeyPairGeneratorSpi.java169 public void initialize(int keysize, SecureRandom random) { argument
176 public void initialize(AlgorithmParameterSpec params, SecureRandom random) argument
343 mRng = random;
H A DAndroidKeyStoreSignatureSpiBase.java81 protected final void engineInitSign(PrivateKey privateKey, SecureRandom random) argument
98 appRandom = random;
H A DAndroidKeyStoreCipherSpiBase.java99 protected final void engineInit(int opmode, Key key, SecureRandom random) argument
105 init(opmode, key, random);
122 SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException {
127 init(opmode, key, random);
140 SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException {
145 init(opmode, key, random);
156 private void init(int opmode, Key key, SecureRandom random) throws InvalidKeyException { argument
173 mRng = random;
805 * random parameters, such as IV.
121 engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) argument
139 engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) argument
/frameworks/base/core/java/android/util/
H A DMathUtils.java167 public static int random(int howbig) { method in class:MathUtils
171 public static int random(int howsmall, int howbig) { method in class:MathUtils
176 public static float random(float howbig) { method in class:MathUtils
180 public static float random(float howsmall, float howbig) { method in class:MathUtils
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp57 int random = rand(); local
60 int temp = (random + index) % kMaxNumUniqueIds;
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java48 static Random random = new Random(System.nanoTime()); field in class:OpReorderTest
178 randOp(nextInt(random, nextInt(random, 4)));
180 Log.d(TAG, "running random test " + i);
248 int s = nextInt(random, updatedItemCount - 1);
249 int len = Math.max(1, nextInt(random, updatedItemCount - s));
254 int s = updatedItemCount == 0 ? 0 : nextInt(random, updatedItemCount);
255 add(s, nextInt(random, 50));
259 int from = nextInt(random, updatedItemCount);
262 to = nextInt(random, updatedItemCoun
277 nextInt(Random random, int n) argument
[all...]
H A DAdapterHelperTest.java830 Random random = new Random(System.nanoTime());
833 Log.d(TAG, "running random test " + i);
834 randomTest(random, Math.max(40, 10 + nextInt(random, i)));
836 throw new Throwable("failure at random test " + i + "\n" + t.getMessage()
842 public void randomTest(Random random, int opCount) { argument
847 final int count = 10;// + nextInt(random,100);
848 final int start = nextInt(random, count - 1);
849 final int layoutCount = Math.max(1, nextInt(random, count - start));
853 final int op = nextInt(random,
896 nextInt(Random random, int n) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 191 milliseconds