/external/webrtc/sdk/android/api/org/webrtc/ |
D | MediaConstraints.java | 23 public static class KeyValuePair { class in MediaConstraints 27 public KeyValuePair(String key, String value) { in KeyValuePair() method in MediaConstraints.KeyValuePair 55 KeyValuePair that = (KeyValuePair) other; in equals() 65 public final List<KeyValuePair> mandatory; 66 public final List<KeyValuePair> optional; 69 mandatory = new ArrayList<KeyValuePair>(); in MediaConstraints() 70 optional = new ArrayList<KeyValuePair>(); in MediaConstraints() 73 private static String stringifyKeyValuePairList(List<KeyValuePair> list) { in stringifyKeyValuePairList() 75 for (KeyValuePair pair : list) { in stringifyKeyValuePairList() 91 List<KeyValuePair> getMandatory() { in getMandatory() [all …]
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 80 private readonly Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>> map = 81 new Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>>(KeyEqualityComparer); 82 …private readonly LinkedList<KeyValuePair<TKey, TValue>> list = new LinkedList<KeyValuePair<TKey, T… 150 LinkedListNode<KeyValuePair<TKey, TValue>> node; in Remove() 173 LinkedListNode<KeyValuePair<TKey, TValue>> node; in TryGetValue() 213 LinkedListNode<KeyValuePair<TKey, TValue>> node; 214 var pair = new KeyValuePair<TKey, TValue>(key, value); 256 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() 276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() 295 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains() [all …]
|
D | ReadOnlyDictionary.cs | 87 public void Add(KeyValuePair<TKey, TValue> item) in Add() 97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains() 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() 122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator()
|
/external/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 80 private readonly Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>> map = 81 new Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>>(KeyEqualityComparer); 82 …private readonly LinkedList<KeyValuePair<TKey, TValue>> list = new LinkedList<KeyValuePair<TKey, T… 150 LinkedListNode<KeyValuePair<TKey, TValue>> node; in Remove() 173 LinkedListNode<KeyValuePair<TKey, TValue>> node; in TryGetValue() 213 LinkedListNode<KeyValuePair<TKey, TValue>> node; 214 var pair = new KeyValuePair<TKey, TValue>(key, value); 256 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() 276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() 295 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains() [all …]
|
D | ReadOnlyDictionary.cs | 87 public void Add(KeyValuePair<TKey, TValue> item) in Add() 97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains() 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() 122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 80 private readonly Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>> map = 81 new Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>>(KeyEqualityComparer); 82 …private readonly LinkedList<KeyValuePair<TKey, TValue>> list = new LinkedList<KeyValuePair<TKey, T… 150 LinkedListNode<KeyValuePair<TKey, TValue>> node; in Remove() 173 LinkedListNode<KeyValuePair<TKey, TValue>> node; in TryGetValue() 213 LinkedListNode<KeyValuePair<TKey, TValue>> node; 214 var pair = new KeyValuePair<TKey, TValue>(key, value); 256 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator() 276 void ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue> item) in Add() 295 bool ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue> item) in Contains() [all …]
|
D | ReadOnlyDictionary.cs | 87 public void Add(KeyValuePair<TKey, TValue> item) in Add() 97 public bool Contains(KeyValuePair<TKey, TValue> item) in Contains() 102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo() 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() 122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator() in GetEnumerator()
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/event/ |
D | KeyValuePair.java | 5 public class KeyValuePair { class 10 public KeyValuePair(String key, Object value) { in KeyValuePair() method in KeyValuePair 24 KeyValuePair that = (KeyValuePair) o; in equals()
|
D | DefaultLoggingEvent.java | 25 List<KeyValuePair> keyValuePairs; 78 getNonnullKeyValuePairs().add(new KeyValuePair(key, value)); in addKeyValue() 81 private List<KeyValuePair> getNonnullKeyValuePairs() { in getNonnullKeyValuePairs() 89 public List<KeyValuePair> getKeyValuePairs() { in getKeyValuePairs()
|
D | SubstituteLoggingEvent.java | 19 List<KeyValuePair> keyValuePairList; 112 public List<KeyValuePair> getKeyValuePairs() { in getKeyValuePairs()
|
D | LoggingEvent.java | 28 List<KeyValuePair> getKeyValuePairs(); in getKeyValuePairs()
|
/external/nanopb-c/tests/cyclic_messages/ |
D | cyclic_callback.options | 5 KeyValuePair.key max_size:8 6 KeyValuePair.stringValue max_size:8 7 KeyValuePair.treeValue type:FT_CALLBACK
|
D | cyclic.proto | 16 repeated KeyValuePair dictItem = 1; 19 message KeyValuePair message
|
/external/skia/bazel/exporter/build_proto/analysis_v2/ |
D | analysis_v2.pb.go | 239 …EnvironmentVariables []*KeyValuePair `protobuf:"bytes,7,rep,name=environment_variables,json=enviro… 251 …ExecutionInfo []*KeyValuePair `protobuf:"bytes,11,rep,name=execution_info,json=executionInfo,proto… 264 …Substitutions []*KeyValuePair `protobuf:"bytes,16,rep,name=substitutions,proto3" json:"substitutio… 344 func (x *Action) GetEnvironmentVariables() []*KeyValuePair { 372 func (x *Action) GetExecutionInfo() []*KeyValuePair { 407 func (x *Action) GetSubstitutions() []*KeyValuePair { 564 …Parameters []*KeyValuePair `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitemp… 613 func (x *AspectDescriptor) GetParameters() []*KeyValuePair { 772 type KeyValuePair struct { struct 783 func (x *KeyValuePair) Reset() { argument [all …]
|
/external/cronet/tot/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 194 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair() 204 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair() 228 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair() 236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 244 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair() 245 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair() 283 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric() 527 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() 529 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 194 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair() 204 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair() 228 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair() 236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 244 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair() 245 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair() 283 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric() 527 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() 529 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
|
/external/cronet/stable/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 194 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair() 204 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair() 228 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair() 236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 244 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair() 245 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair() 283 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric() 527 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() 529 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | UnknownFieldSet.cs | 92 foreach (KeyValuePair<int, UnknownField> entry in fields) in WriteTo() 104 foreach (KeyValuePair<int, UnknownField> entry in fields) in CalculateSize() 126 foreach (KeyValuePair<int, UnknownField> leftEntry in fields) in Equals() 147 foreach (KeyValuePair<int, UnknownField> field in fields) in GetHashCode() 327 foreach (KeyValuePair<int, UnknownField> entry in other.fields) in MergeFrom()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | UnknownFieldSet.cs | 92 foreach (KeyValuePair<int, UnknownField> entry in fields) in WriteTo() 104 foreach (KeyValuePair<int, UnknownField> entry in fields) in CalculateSize() 126 foreach (KeyValuePair<int, UnknownField> leftEntry in fields) in Equals() 147 foreach (KeyValuePair<int, UnknownField> field in fields) in GetHashCode() 327 foreach (KeyValuePair<int, UnknownField> entry in other.fields) in MergeFrom()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | UnknownFieldSet.cs | 92 foreach (KeyValuePair<int, UnknownField> entry in fields) in WriteTo() 104 foreach (KeyValuePair<int, UnknownField> entry in fields) in CalculateSize() 126 foreach (KeyValuePair<int, UnknownField> leftEntry in fields) in Equals() 147 foreach (KeyValuePair<int, UnknownField> field in fields) in GetHashCode() 327 foreach (KeyValuePair<int, UnknownField> entry in other.fields) in MergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 195 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair() 205 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair() 229 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair() 237 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 245 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair() 246 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair() 284 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric() 654 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() 656 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 195 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair() 205 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair() 229 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair() 237 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 245 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair() 246 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair() 284 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric() 654 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() 656 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 195 ICollection<KeyValuePair<string, string>> collection = map; in Add_Pair() 205 ICollection<KeyValuePair<string, string>> collection = map; in Contains_Pair() 229 ICollection<KeyValuePair<string, string>> collection = map; in Remove_Pair() 237 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 245 ICollection<KeyValuePair<string, string>> collection = map; in CopyTo_Pair() 246 KeyValuePair<string, string>[] array = new KeyValuePair<string, string>[3]; in CopyTo_Pair() 284 CollectionAssert.AreEqual(new[] { new KeyValuePair<string, string>("x", "y") }, in GetEnumerator_NonGeneric() 654 … private static KeyValuePair<TKey, TValue> NewKeyValuePair<TKey, TValue>(TKey key, TValue value) in NewKeyValuePair() 656 return new KeyValuePair<TKey, TValue>(key, value); in NewKeyValuePair()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 61 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>(); in ObjCDictionaryLiteral() 93 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create() 101 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/ |
D | DefaultLoggingEventBuilder.java | 32 import org.slf4j.event.KeyValuePair; 216 for (KeyValuePair kvp : aLoggingEvent.getKeyValuePairs()) { in mergeMarkersAndKeyValuePairs()
|