/external/chromium_org/mojo/public/cpp/bindings/tests/ |
struct_unittest.cc | 84 RectPairPtr pair2; local 85 Deserialize_(data, &pair2); 87 CheckRect(*pair2->first); 88 CheckRect(*pair2->second);
|
/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...] |
/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,
|