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

  /external/libmicrohttpd/src/testspdy/
test_misc.c 46 struct SPDY_Session *session1; variable in typeref:struct:SPDY_Session
108 session1 = SPDY_get_session_for_request(request);
109 if(NULL == session1)
116 SPDY_set_cls_to_session(session1,session_cls);
121 if(session1 != session2)
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 144 SSLSessionImpl session1 = new SSLSessionImpl( local
146 SSLSessionImpl session2 = (SSLSessionImpl) session1.clone();
147 assertTrue(Arrays.equals(session1.getId(), session2.getId()));
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 64 + (BOOL)isSession:(RTCSessionDescription*)session1
81 + (BOOL)isSession:(RTCSessionDescription*)session1
83 return [session1.type isEqual:session2.type];
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 496 byte[] session1 = openSession(md);
500 assertFalse(Arrays.equals(session1, session2));
503 md.closeSession(session1);
    [all...]

Completed in 756 milliseconds