HomeSort by relevance Sort by last modified time
    Searched refs:KeyValuePair (Results 1 - 14 of 14) sorted by null

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaConstraints.java 39 public static class KeyValuePair {
43 public KeyValuePair(String key, String value) {
68 KeyValuePair that = (KeyValuePair)other;
78 public final List<KeyValuePair> mandatory;
79 public final List<KeyValuePair> optional;
82 mandatory = new LinkedList<KeyValuePair>();
83 optional = new LinkedList<KeyValuePair>();
86 private static String stringifyKeyValuePairList(List<KeyValuePair> list) {
88 for (KeyValuePair pair : list)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
FetchStage.cpp 37 llvm::find_if(Instructions, [](const InstMap::value_type &KeyValuePair) {
38 return !KeyValuePair.second->isRetired();
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 87 public void Add(KeyValuePair<TKey, TValue> item)
97 public bool Contains(KeyValuePair<TKey, TValue> item)
102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)
117 public bool Remove(KeyValuePair<TKey, TValue> item)
122 public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.c     [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 61 KeyValuePair *KeyValues = getTrailingObjects<KeyValuePair>();
93 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>(
101 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>(
  /external/grpc-grpc/third_party/nanopb/tests/cyclic_messages/
encode_cyclic_callback.c 68 KeyValuePair pair = KeyValuePair_init_zero;
  /external/nanopb-c/tests/cyclic_messages/
encode_cyclic_callback.c 68 KeyValuePair pair = KeyValuePair_init_zero;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.c     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 277 typedef ObjCDictionaryLiteral_KeyValuePair KeyValuePair;
280 size_t numTrailingObjects(OverloadToken<KeyValuePair>) const {
311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
336 // Note: we're taking advantage of the layout of the KeyValuePair struct
338 static_assert(sizeof(KeyValuePair) == sizeof(Stmt *) * 2,
339 "KeyValuePair is expected size");
341 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()),
342 reinterpret_cast<Stmt **>(getTrailingObjects<KeyValuePair>()) +
    [all...]
  /external/protobuf/src/google/protobuf/
map.h 665 class KeyValuePair {
667 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {}
679 typedef MapAllocator<KeyValuePair> Allocator;
737 KeyValuePair kv;
897 typedef iterator_base<KeyValuePair> iterator;
898 typedef iterator_base<const KeyValuePair> const_iterator;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PassManager.h     [all...]
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 536 new MediaConstraints.KeyValuePair("DtlsSrtpKeyAgreement", "true"));
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 930 milliseconds