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

  /external/mockito/src/test/java/org/mockitousage/annotation/
MockInjectionUsingSetterOrPropertyTest.java 47 @Mock private IMethods candidate2; field in class:MockInjectionUsingSetterOrPropertyTest
116 assertNotNull("injected, there's a mock named 'candidate2'", hasTwoFieldsWithSameType.candidate2);
175 private IMethods candidate2; field in class:MockInjectionUsingSetterOrPropertyTest.HasTwoFieldsWithSameType
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 617 Candidate candidate2(ICE_CANDIDATE_COMPONENT_RTCP, "udp", address,
684 candidates_.push_back(candidate2);
    [all...]
webrtcsession_unittest.cc 2211 cricket::Candidate candidate2; local
3045 cricket::Candidate candidate2; local
    [all...]

Completed in 524 milliseconds