/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,
|
/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,
|
/external/chromium_org/chrome/browser/profiles/ |
profile_manager.h | 275 const ProfileManager::ProfilePathAndName& pair2);
|
profile_manager.cc | 877 const ProfileManager::ProfilePathAndName& pair2) { 878 int name_compare = pair1.second.compare(pair2.second); 884 return pair1.first < pair2.first; [all...] |
/external/freetype/src/pfr/ |
pfrload.c | 572 item->pair2 = PFR_KERN_INDEX( char1, char2 ); 586 item->pair2 = PFR_KERN_INDEX( char1, char2 );
|
/external/valgrind/main/helgrind/ |
libhb_core.c | [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |