Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 39) sorted by relevance

12

/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java56 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testEntitySerialization() local
96 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testEntitySerializationWithNulls() local
123 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testJsonSerialization() local
151 Key key = KeyFactory.createKey(TestEntity.KIND, "test"); in testJsonSerializationWithNulls() local
/test/vts-testcase/kernel/encryption/
DKeymaster.cpp88 std::string* key) { in generateKey()
114 const std::string& key, std::string* outKeyBlob) { in importKey()
140 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey()
Dmetadata_encryption_tests.cpp188 const std::vector<uint8_t> &key, in CreateTestDevice()
222 void DmDefaultKeyTest::VerifyDecryption(const std::vector<uint8_t> &key, in VerifyDecryption()
259 std::vector<uint8_t> key = GenerateTestKey(cipher.keysize()); in DoTest() local
Dvts_kernel_encryption.h30 bool Encrypt(const std::vector<uint8_t> &key, const uint8_t *iv, in Encrypt()
Dutils.cpp86 std::vector<uint8_t> key(size); in GenerateTestKey() local
381 static bool AesCmacKdfHelper(const std::vector<uint8_t> &key, in AesCmacKdfHelper()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DCoverageRestServlet.java52 String key = request.getParameter("key"); in doGet() local
69 private String apiCoverageData(String key) { in apiCoverageData()
108 Key<TestPlanRunEntity> key = Key.create(urlSafeKey); in postCoverageDataSum() local
DTestAcknowledgmentRestServlet.java100 Key key = datastore.put(ack.toEntity()); in doPost() local
142 Key key = KeyFactory.stringToKey(stringKey); in doDelete() local
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DUserEntity.java90 Key key = Key.create(UserEntity.class, adminEmail); in getAdminUser() local
120 Key key = Key.create(UserEntity.class, email); in getUser() local
DUserFavoriteEntity.java49 @Ignore private Key key = null; field in UserFavoriteEntity
69 private UserFavoriteEntity(Key key, User user, Key testKey, boolean muteNotifications) { in UserFavoriteEntity()
DTestAcknowledgmentEntity.java65 @Ignore private final Key key; field in TestAcknowledgmentEntity
95 Key key, in TestAcknowledgmentEntity()
252 Key key = null; in fromJson() local
DTestPlanEntity.java61 Key key = Key.create(TestPlanEntity.class, this.testPlanName); in getKey() local
/test/vti/test_serving/gae/frontend/src/app/model/
Dfilter_item.ts19 key: string; property in FilterItem
/test/vti/test_serving/gae/frontend/src/app/shared/
Ddict.pipe.ts22 for (const key in value) { constant
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js47 function removeAcknowledgment(ack, key) { argument
154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument
174 'key' : key, property
207 function showModal(ack, key, test, branches, devices, testCases, note) { argument
326 function createAcknowledgment(key, test, branches, devices, testCases, note) { argument
Dsearch_header.js30 function _createInput(key, config) { argument
111 Object.keys(filters).forEach(function(key) { argument
168 var args = Object.keys(filters).reduce(function(acc, key) { argument
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DAcceleratorSpecificTestSupport.java69 static String getTestParameter(String key, String defaultValue) { in getTestParameter()
73 static boolean getBooleanTestParameter(String key, boolean defaultValue) { in getBooleanTestParameter()
/test/vts-testcase/kernel/api/bpf_native_test/
Dkern.c47 uint32_t key = 1; local
/test/vts-testcase/vndk/golden/
Dextract_lsdump.py34 def __getattr__(self, key): argument
41 def __setattr__(self, key, value): argument
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStats.cpp35 string key = iface_name + "::" + func_name; in RegisterTouch() local
/test/vti/dashboard/src/test/java/com/android/vts/util/
DObjectifyTestBase.java62 final Key<E> key = ofy().save().entity(thing).now(); in saveClearLoad() local
/test/vti/dashboard/src/test/java/com/android/vts/api/
DCoverageRestServletTest.java88 String key = apiCoverageEntity.getUrlSafeKey(); in testApiData() local
/test/vts-testcase/security/poc/target/
Dpoc_test.cpp71 string key = key_value.substr(0, delim); in ExtractParams() local
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_categories.py36 def Add(self, key, value): argument
/test/vts/utils/python/common/
Dcmd_result.py113 def __getitem__(self, key): argument
/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceSummary.java108 public boolean insertProfilingPointSummary(String key, ProfilingPointSummary summary) { in insertProfilingPointSummary()

12