HomeSort by relevance Sort by last modified time
    Searched refs:TestKey (Results 1 - 5 of 5) sorted by null

  /external/skia/bench/
ImageCacheBench.cpp 13 class TestKey : public SkResourceCache::Key {
17 TestKey(intptr_t value) : fValue(value) {
22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {}
49 fCache.add(new TestRec(TestKey(i), i));
63 TestKey key(-1);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java 171 public static class TestKey implements Cloneable {
174 TestKey(String foo) {
180 return o instanceof TestKey && foo.equals(((TestKey) o).foo);
189 TestKey a = new TestKey("a");
  /external/skia/tests/
SkResourceCacheTest.cpp 210 struct TestKey : SkResourceCache::Key {
213 TestKey(int sharedID, int32_t data) : fData(data) {
223 TestKey fKey;
  /system/security/keystore/
keystore_cli_v2.cpp 77 bool TestKey(const std::string& name, bool required, const AuthorizationSet& parameters) {
224 if (!TestKey(test_case.name, test_case.required_for_brillo_pts, test_case.parameters)) {
  /external/boringssl/src/crypto/rsa_extra/
rsa_test.cc 393 TEST_P(RSAEncryptTest, TestKey) {
    [all...]

Completed in 3156 milliseconds