Home
last modified time | relevance | path

Searched refs:rand (Results 1 – 25 of 28) sorted by relevance

12

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java478 byte[] rand = new byte[RAND_LENGTH]; in AtRandSim()
479 byteBuffer.get(rand); in AtRandSim()
484 if (Arrays.equals(rand, otherRand)) { in AtRandSim()
488 rands.add(rand); in AtRandSim()
501 for (byte[] rand : rands) { in AtRandSim()
502 this.rands.add(rand); in AtRandSim()
516 for (byte[] rand : rands) { in encode()
517 byteBuffer.put(rand); in encode()
530 public final byte[] rand = new byte[RAND_LENGTH]; field in EapSimAkaAttribute.AtRandAka
543 byteBuffer.get(rand); in AtRandAka()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java112 final Random rand = new Random(); in testSuccess_emptyRequest() local
114 rand.nextBytes(response); in testSuccess_emptyRequest()
128 final Random rand = new Random(); in testSuccess() local
130 rand.nextBytes(response); in testSuccess()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java487 for (byte[] rand : randList) { in getRandChallengeResults()
489 ByteBuffer formattedRand = ByteBuffer.allocate(rand.length + 1); in getRandChallengeResults()
490 formattedRand.put((byte) rand.length); in getRandChallengeResults()
491 formattedRand.put(rand); in getRandChallengeResults()
504 LOG.d(mTAG, "RAND=" + LOG.pii(rand)); in getRandChallengeResults()
DEapAkaMethodStateMachine.java505 int randLen = atRandAka.rand.length; in getRandChallengeResult()
509 formattedChallenge.put(atRandAka.rand); in getRandChallengeResult()
535 "RAND=" + LOG.pii(atRandAka.rand) in getRandChallengeResult()
554 LOG.d(mTAG, "RAND=" + LOG.pii(atRandAka.rand)); in getRandChallengeResult()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DModelTest.java80 Random rand = new Random(); in setUp() local
91 row.add(Document.COLUMN_SIZE, rand.nextInt()); in setUp()
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java82 Context context, Random rand, @NonNull DialerExecutorFactory factory) { in SpamCallListListener() argument
84 this.random = rand; in SpamCallListListener()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtRandAkaTest.java56 assertArrayEquals(RAND_1_BYTES, atRandAka.rand); in testDecode()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java116 Random rand = new Random(); in setUp() local
126 row.add(Document.COLUMN_SIZE, rand.nextInt()); in setUp()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/
DEapAkaPrimeTypeDataTest.java98 assertArrayEquals(RAND_BYTES, ((AtRandAka) entry.getValue()).rand); in testDecode()
DEapAkaTypeDataTest.java121 assertArrayEquals(RAND_BYTES, ((AtRandAka) entry.getValue()).rand); in testDecodeWithOptionalAttributes()
/packages/apps/Gallery2/jni/filters/
Dkmeans.h102 r = (unsigned int) rand() % num_vals; in initialPickHeuristicRandom()
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpl_wordlist.combined.gz
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...

12