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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 142 final KeyPair pair2 = mGenerator.generateKeyPair(); local
143 assertNotNull("The KeyPair returned should not be null", pair2);
144 assertKeyPairCorrect(pair2, TEST_ALIAS_1, TEST_DN_2, TEST_SERIAL_2, NOW,
172 final KeyPair pair2 = mGenerator.generateKeyPair(); local
173 assertNotNull("The KeyPair returned should not be null", pair2);
174 assertKeyPairCorrect(pair2, TEST_ALIAS_2, TEST_DN_2, TEST_SERIAL_2, NOW,
  /external/clang/test/CodeGenCXX/
constructor-init.cpp 184 struct pair2 { struct in namespace:PR10720
193 pair2 &operator=(const pair2&) = default;
201 pair2 &operator=(pair2&&) = default;
211 pair2(pair2&&) = default;
221 pair2(const pair2&) = default;
233 void foo(const pair &x, const pair2 &x2)
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyPairGeneratorTest.java 188 final KeyPair pair2 = mGenerator.generateKeyPair(); local
189 assertNotNull("The KeyPair returned should not be null", pair2);
190 assertKeyPairCorrect(pair2, TEST_ALIAS_2, TEST_DN_2, TEST_SERIAL_2, NOW,
231 final KeyPair pair2 = mGenerator.generateKeyPair(); local
232 assertNotNull("The KeyPair returned should not be null", pair2);
233 assertKeyPairCorrect(pair2, TEST_ALIAS_1, TEST_DN_2, TEST_SERIAL_2, NOW,
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1261 milliseconds