Home
last modified time | relevance | path

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

1234

/tools/tradefederation/core/src/com/android/tradefed/util/keystore/
DDryRunKeyStore.java27 public boolean containsKey(String key) { in containsKey()
32 public String fetchKey(String key) { in fetchKey()
42 public String fetchKey(String key, String optionType) { in fetchKey()
DIKeyStoreClient.java37 public boolean containsKey(String key); in containsKey()
46 public String fetchKey(String key); in fetchKey()
DStubKeyStoreClient.java29 public boolean containsKey(String key) { in containsKey()
34 public String fetchKey(String key) { in fetchKey()
DJSONFileKeyStoreClient.java71 public boolean containsKey(String key) { in containsKey()
81 public String fetchKey(String key) { in fetchKey()
/tools/test/connectivity/acts/framework/acts/libs/config/
Dbase.py64 def get_value(self, key): argument
75 def set_value(self, key, value): argument
84 def has_value(self, key): argument
103 def __getitem__(self, key): argument
121 def __setitem__(self, key, value): argument
Ddata_source.py40 def get_value(self, key): argument
54 def set_value(self, key, value): argument
64 def has_value(self, key): argument
133 def get_value(self, key): argument
143 def set_value(self, key, value): argument
156 def has_value(self, key): argument
173 def __getattr__(self, key): argument
Dschema.py62 def set_inner(self, key, value): argument
98 def get_value(self, key): argument
114 def set_value(self, key, value): argument
123 def has_value(self, key): argument
131 def __getattr__(self, key): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DMultiMap.java48 public boolean containsKey(K key) { in containsKey()
69 public List<V> get(K key) { in get()
92 public V put(K key, V value) { in put()
126 public List<V> remove(K key) { in remove()
DSimplePerfResult.java85 protected void addBenchmarkMetrics(String key, String val) { in addBenchmarkMetrics()
98 protected void addBenchmarkComment(String key, String val) { in addBenchmarkComment()
DUniqueMultiMap.java29 public V put(K key, V value) { in put()
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DDelegatingX509Certificate.java163 public void verify(PublicKey key) throws CertificateException, NoSuchAlgorithmException, in verify()
169 public void verify(PublicKey key, String sigProvider) in verify()
211 public void verify(PublicKey key, Provider sigProvider) throws CertificateException, in verify()
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dhelpers.py24 def validate_key(key, dictionary, expected_type, source): argument
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DBuildInfoAttributePreparer.java43 String key = attr.getKey(); in setUp() local
DFlashingResourcesParser.java301 private static MultiMap<String, String> getOrCreateEntry(AndroidInfo map, String key) { in getOrCreateEntry()
331 String key = matcher.group(2); in parseAndroidInfo() local
341 String key = matcher.group(1); in parseAndroidInfo() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DMetricTestCase.java47 public final void addTestMetric(String key, String value) { in addTestMetric()
DGoogleBenchmarkResultParser.java102 String key = (String) i.next(); in parseJsonToMap() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DMultiMapTest.java58 String key = entry.getKey(); in checkKeyForValue() local
/tools/loganalysis/src/com/android/loganalysis/parser/
DMemInfoParser.java51 String key = m.group(1); in parse() local
DMemoryHealthParser.java85 String key = SECTION_MAPPINGS.get(m.group(1)); in parse() local
/tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/
DIMetricsRecorder.java69 public BiFunction<Double, Double, Double> getMergeFunction(String key); in getMergeFunction()
DStubMetricsRecorder.java72 public BiFunction<Double, Double, Double> getMergeFunction(String key) { in getMergeFunction()
/tools/tradefederation/core/src/com/android/tradefed/result/
DTestSummary.java97 public void addKvEntry(String key, TypedString value) { in addKvEntry()
105 public void addKvEntry(String key, String value) { in addKvEntry()
/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgItem.java51 public void addServiceInfoItem(String key, DmesgServiceInfoItem serviceInfoItem) { in addServiceInfoItem()
/tools/tradefederation/core/prod-tests/src/com/android/security/tests/
DSELinuxDenialsTests.java123 String key = domainTally.getKey(); in run() local
144 private static void incrementMapKeyValue(Map<String, Integer> map, String key) { in incrementMapKeyValue() argument
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DEmailHostHealthAgent.java125 String key = (String) i.next(); in generateEmailBody() local

1234