/tools/tradefederation/core/src/com/android/tradefed/util/keystore/ |
D | DryRunKeyStore.java | 27 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()
|
D | IKeyStoreClient.java | 37 public boolean containsKey(String key); in containsKey() 46 public String fetchKey(String key); in fetchKey()
|
D | StubKeyStoreClient.java | 29 public boolean containsKey(String key) { in containsKey() 34 public String fetchKey(String key) { in fetchKey()
|
D | JSONFileKeyStoreClient.java | 71 public boolean containsKey(String key) { in containsKey() 81 public String fetchKey(String key) { in fetchKey()
|
/tools/test/connectivity/acts/framework/acts/libs/config/ |
D | base.py | 64 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
|
D | data_source.py | 40 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
|
D | schema.py | 62 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/ |
D | MultiMap.java | 48 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()
|
D | SimplePerfResult.java | 85 protected void addBenchmarkMetrics(String key, String val) { in addBenchmarkMetrics() 98 protected void addBenchmarkComment(String key, String val) { in addBenchmarkComment()
|
D | UniqueMultiMap.java | 29 public V put(K key, V value) { in put()
|
/tools/apksig/src/main/java/com/android/apksig/internal/util/ |
D | DelegatingX509Certificate.java | 163 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/ |
D | helpers.py | 24 def validate_key(key, dictionary, expected_type, source): argument
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | BuildInfoAttributePreparer.java | 43 String key = attr.getKey(); in setUp() local
|
D | FlashingResourcesParser.java | 301 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/ |
D | MetricTestCase.java | 47 public final void addTestMetric(String key, String value) { in addTestMetric()
|
D | GoogleBenchmarkResultParser.java | 102 String key = (String) i.next(); in parseJsonToMap() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | MultiMapTest.java | 58 String key = entry.getKey(); in checkKeyForValue() local
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | MemInfoParser.java | 51 String key = m.group(1); in parse() local
|
D | MemoryHealthParser.java | 85 String key = SECTION_MAPPINGS.get(m.group(1)); in parse() local
|
/tools/tradefederation/core/src/com/android/tradefed/profiler/recorder/ |
D | IMetricsRecorder.java | 69 public BiFunction<Double, Double, Double> getMergeFunction(String key); in getMergeFunction()
|
D | StubMetricsRecorder.java | 72 public BiFunction<Double, Double, Double> getMergeFunction(String key) { in getMergeFunction()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | TestSummary.java | 97 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/ |
D | DmesgItem.java | 51 public void addServiceInfoItem(String key, DmesgServiceInfoItem serviceInfoItem) { in addServiceInfoItem()
|
/tools/tradefederation/core/prod-tests/src/com/android/security/tests/ |
D | SELinuxDenialsTests.java | 123 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/ |
D | EmailHostHealthAgent.java | 125 String key = (String) i.next(); in generateEmailBody() local
|