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

  /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 415 final KeyPair pair2 = mGenerator.generateKeyPair(); local
416 assertNotNull("The KeyPair returned should not be null", pair2);
417 assertKeyPairCorrect(pair2, TEST_ALIAS_2, "RSA", 2048, null, TEST_DN_2, TEST_SERIAL_2,
458 final KeyPair pair2 = mGenerator.generateKeyPair(); local
459 assertNotNull("The KeyPair returned should not be null", pair2);
460 assertKeyPairCorrect(pair2, TEST_ALIAS_1, "RSA", 2048, null, TEST_DN_2, TEST_SERIAL_2,
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 363 final KeyPair pair2 = mGenerator.generateKeyPair(); local
364 assertNotNull("The KeyPair returned should not be null", pair2);
365 assertKeyPairCorrect(pair2, TEST_ALIAS_1, "RSA", 2048, null, TEST_DN_2, TEST_SERIAL_2,
393 final KeyPair pair2 = mGenerator.generateKeyPair(); local
394 assertNotNull("The KeyPair returned should not be null", pair2);
395 assertKeyPairCorrect(pair2, TEST_ALIAS_2, "RSA", 2048, null, TEST_DN_2, TEST_SERIAL_2, NOW,
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 452 milliseconds