Home
last modified time | relevance | path

Searched defs:getTestKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp19 uint32_t getTestKey(int i, uint32_t *) { return i; } in getTestKey() function
22 uint32_t *getTestKey(int i, uint32_t **) { in getTestKey() function
72 CtorTester getTestKey(int i, CtorTester *) { return CtorTester(i); } in getTestKey() function
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
H A DTestCertificates.java113 public static PrivateKey getTestKey() throws Exception { in getTestKey() method in TestCertificates