HomeSort by relevance Sort by last modified time
    Searched refs:alice (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/quic/crypto/
p256_key_exchange_test.cc 26 scoped_ptr<P256KeyExchange> alice(P256KeyExchange::New(alice_private));
29 ASSERT_TRUE(alice.get() != NULL);
32 const base::StringPiece alice_public(alice->public_value());
36 ASSERT_TRUE(alice->CalculateSharedKey(bob_public, &alice_shared));
curve25519_key_exchange_test.cc 27 scoped_ptr<Curve25519KeyExchange> alice(
31 const StringPiece alice_public(alice->public_value());
35 ASSERT_TRUE(alice->CalculateSharedKey(bob_public, &alice_shared));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 42 # 2009-12-22 Alice <alice@email.address>
51 # 2009-12-21 Alice <alice@email.address>
102 2010-12-22 Alice <alice@email.address>
119 2010-12-22 Alice <alice@email.address>
138 2010-12-22 Alice <alice@email.address
    [all...]
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 44 2010-05-08 Alice <alice@email.address>
52 +2010-05-08 Alice <alice@email.address>
62 +2010-05-09 Alice <alice@email.address>
70 2010-05-08 Alice <alice@email.address>
  /external/openssl/crypto/jpake/
jpaketest.c 26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
35 /* Alice -> Bob: step 1 */
38 JPAKE_STEP1_generate(&alice_s1, alice);
41 printf("Bob fails to process Alice's step 1\n");
47 /* Bob -> Alice: step 1 */
51 if(!JPAKE_STEP1_process(alice, &bob_s1))
53 printf("Alice fails to process Bob's step 1\n");
59 /* Alice -> Bob: step 2 */
62 JPAKE_STEP2_generate(&alice_s2, alice);
65 printf("Bob fails to process Alice's step 2\n")
115 JPAKE_CTX *alice; local
    [all...]
  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
ping_pong.js 10 test.log('bot:alice > Sending Ping to bot');
19 test.spawnBot("alice", testPingPong);
simple_offer_answer.js 52 test.wait( [ test.spawnBot.bind(test, "alice"),
webrtc_video_streaming.js 92 test.wait( [ test.spawnBot.bind(test, "alice"),
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 818 String[] test = { "sip:alice@example.com",
819 "sips:alice@examples.com" ,
  /external/chromium_org/third_party/tlslite/tlslite/integration/
xmlrpctransport.py 45 transport = XMLRPCTransport(user="alice", password="abra123")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
PackagePriorityVerifierActivity.java 240 Notification.Builder alice = new Notification.Builder(mContext) local
241 .setContentTitle("alice title")
242 .setContentText("alice content")
246 mNm.notify(0, alice.build());
AttentionManagementVerifierActivity.java 50 private static final String ALICE = "Alice";
52 private static final String ALICE_EMAIL = "alice@_foo._bar";
113 insertSingleContact(ALICE, ALICE_PHONE, ALICE_EMAIL, true);
228 } else if (ALICE.equals(tag)) {
229 found.add(ALICE);
319 } else if (ALICE.equals(tag)) {
320 found.add(ALICE);
409 } else if (ALICE.equals(tag)) {
410 found.add(ALICE);
812 Notification.Builder alice = new Notification.Builder(mContext) local
    [all...]

Completed in 424 milliseconds