Home
last modified time | relevance | path

Searched refs:KeyValuePair (Results 1 – 25 of 55) sorted by relevance

123

/external/webrtc/sdk/android/api/org/webrtc/
DMediaConstraints.java23 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/
DMapField.cs80 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 …]
DReadOnlyDictionary.cs87 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/
DMapField.cs80 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 …]
DReadOnlyDictionary.cs87 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/
DMapField.cs80 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 …]
DReadOnlyDictionary.cs87 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/
DKeyValuePair.java5 public class KeyValuePair { class
10 public KeyValuePair(String key, Object value) { in KeyValuePair() method in KeyValuePair
24 KeyValuePair that = (KeyValuePair) o; in equals()
DDefaultLoggingEvent.java25 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()
DSubstituteLoggingEvent.java19 List<KeyValuePair> keyValuePairList;
112 public List<KeyValuePair> getKeyValuePairs() { in getKeyValuePairs()
DLoggingEvent.java28 List<KeyValuePair> getKeyValuePairs(); in getKeyValuePairs()
/external/nanopb-c/tests/cyclic_messages/
Dcyclic_callback.options5 KeyValuePair.key max_size:8
6 KeyValuePair.stringValue max_size:8
7 KeyValuePair.treeValue type:FT_CALLBACK
Dcyclic.proto16 repeated KeyValuePair dictItem = 1;
19 message KeyValuePair message
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go239 …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/
DMapFieldTest.cs194 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/
DMapFieldTest.cs194 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/
DMapFieldTest.cs194 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/
DUnknownFieldSet.cs92 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/
DUnknownFieldSet.cs92 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/
DUnknownFieldSet.cs92 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/
DMapFieldTest.cs195 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/
DMapFieldTest.cs195 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/
DMapFieldTest.cs195 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/
DExprObjC.cpp61 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/
DDefaultLoggingEventBuilder.java32 import org.slf4j.event.KeyValuePair;
216 for (KeyValuePair kvp : aLoggingEvent.getKeyValuePairs()) { in mergeMarkersAndKeyValuePairs()

123