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

1 2 3 4

  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_map.i 85 foreach (System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> pair in this) {
92 public void Add(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item) {
96 public bool Remove(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item) {
104 public bool Contains(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)> item) {
112 public void CopyTo(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>[] array) {
116 public void CopyTo(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>[] array, int arrayIndex) {
129 array.SetValue(new System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>(currentKey, this[currentKey]), arrayIndex+i);
133 System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>>.GetEnumerator() {
151 System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>
    [all...]
  /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>(
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 668 class KeyValuePair {
670 KeyValuePair(const Key& k, value_type* v) : k_(k), v_(v) {}
682 typedef MapAllocator<KeyValuePair> Allocator;
740 KeyValuePair kv;
900 typedef iterator_base<KeyValuePair> iterator;
901 typedef iterator_base<const KeyValuePair> const_iterator;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PassManager.h     [all...]

Completed in 775 milliseconds

1 2 3 4