HomeSort by relevance Sort by last modified time
    Searched refs:keyValuePair (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 63 Map.Entry keyValuePair = (Map.Entry) (pairsIterator.next());
64 ArrayList list = (ArrayList) (keyValuePair.getValue());
75 Map.Entry keyValuePair = (Map.Entry) (pairsIterator.next());
76 ArrayList list = (ArrayList) (keyValuePair.getValue());
88 Map.Entry keyValuePair = (Map.Entry) (pairsIterator.next());
89 ArrayList list = (ArrayList) (keyValuePair.getValue());
  /frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.cpp 146 for (const auto& keyValuePair : *bucket) {
147 subtractValueFromSum(keyValuePair.first, keyValuePair.second);
169 for (const auto& keyValuePair : *bucket) {
170 mSumOverPastBuckets[keyValuePair.first] += keyValuePair.second;
  /cts/hostsidetests/backup/src/android/cts/backup/
SuccessNotificationHostSideTest.java 185 final String keyValuePair = keyValuePairs.get(i);
186 final String[] fields = keyValuePair.split("=");
201 keyValuePair + ":" + SUCCESS_NOTIFICATION_APP_PACKAGE);
  /frameworks/base/cmds/statsd/src/metrics/
CountMetricProducer.cpp 341 for (const auto& keyValuePair : *mCurrentSlicedCounter) {
342 (*mCurrentFullCounters)[keyValuePair.first] += keyValuePair.second;
356 for (const auto& keyValuePair : *mCurrentSlicedCounter) {
357 (*mCurrentFullCounters)[keyValuePair.first] += keyValuePair.second;
  /external/guava/guava/src/com/google/common/cache/
CacheBuilderSpec.java 140 for (String keyValuePair : KEYS_SPLITTER.split(cacheBuilderSpecification)) {
141 List<String> keyAndValue = ImmutableList.copyOf(KEY_VALUE_SPLITTER.split(keyValuePair));
144 "key-value pair %s with more than one equals sign", keyValuePair);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp 351 KeyValue keyValuePair;
353 keyValuePair.key = mPlayPolicy[i].key;
354 keyValuePair.value = mPlayPolicy[i].value;
355 infoMapVec.push_back(keyValuePair);
  /hardware/interfaces/drm/1.0/default/
DrmPlugin.cpp 136 KeyValue keyValuePair;
137 keyValuePair.key = String8(legacyInfoMap.keyAt(i));
138 keyValuePair.value = String8(legacyInfoMap.valueAt(i));
139 infoMapVec.push_back(keyValuePair);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java 27 import org.webrtc.MediaConstraints.KeyValuePair;
354 new MediaConstraints.KeyValuePair(DTLS_SRTP_KEY_AGREEMENT_CONSTRAINT, "false"));
357 new MediaConstraints.KeyValuePair(DTLS_SRTP_KEY_AGREEMENT_CONSTRAINT, "true"));
385 videoConstraints.mandatory.add(new KeyValuePair(
387 videoConstraints.mandatory.add(new KeyValuePair(
389 videoConstraints.mandatory.add(new KeyValuePair(
391 videoConstraints.mandatory.add(new KeyValuePair(
399 videoConstraints.mandatory.add(new KeyValuePair(
401 videoConstraints.mandatory.add(new KeyValuePair(
411 audioConstraints.mandatory.add(new MediaConstraints.KeyValuePair(
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 262 virtual bool checkForNewParameter_l(const String8& keyValuePair,
275 status_t sendSetParameterConfigEvent_l(const String8& keyValuePair);
    [all...]
Threads.cpp 633 status_t AudioFlinger::ThreadBase::sendSetParameterConfigEvent_l(const String8& keyValuePair)
636 AudioParameter param(keyValuePair);
646 configEvent = new SetParameterConfigEvent(keyValuePair);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderFactoryTest.java 275 String keyValuePair = "javax.xml.parsers.DocumentBuilderFactory"
277 ByteArrayInputStream bis = new ByteArrayInputStream(keyValuePair
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityManagerTestBase.java 196 final String... keyValuePair) {
197 return getAmStartCmdInternal(getActivityName(activityName), displayId, keyValuePair);
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/
aws-java-sdk-ecs-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 217 milliseconds

1 2 3 4 5