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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaConstraints.java 39 public static class KeyValuePair {
43 public KeyValuePair(String key, String value) {
62 public final List<KeyValuePair> mandatory;
63 public final List<KeyValuePair> optional;
66 mandatory = new LinkedList<KeyValuePair>();
67 optional = new LinkedList<KeyValuePair>();
70 private static String stringifyKeyValuePairList(List<KeyValuePair> list) {
72 for (KeyValuePair pair : list) {
  /external/chromium_org/third_party/skia/platform_tools/nacl/
httpd.py 80 def KeyValuePair(str, sep='='):
139 url_params = dict([KeyValuePair(key_value)
  /external/skia/platform_tools/nacl/
httpd.py 80 def KeyValuePair(str, sep='='):
139 url_params = dict([KeyValuePair(key_value)
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 236 struct KeyValuePair {
239 KeyValuePair()
243 KeyValuePair(const KeyTypeArg& _key, const ValueTypeArg& _value)
250 KeyValuePair(const KeyValuePair<OtherKeyType, OtherValueType>& other)
261 struct KeyValuePairHashTraits : GenericHashTraits<KeyValuePair<typename KeyTraitsArg::TraitType, typename ValueTraitsArg::TraitType> > {
264 typedef KeyValuePair<typename KeyTraits::TraitType, typename ValueTraits::TraitType> TraitType;
265 typedef KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType> EmptyValueType;
268 static EmptyValueType emptyValue() { return KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType>(KeyTraits::emptyValue(), ValueTraits::emptyValue()); }
290 struct HashTraits<KeyValuePair<Key, Value> > : public KeyValuePairHashTraits<HashTraits<Key>, HashTraits<Value> > { }
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 228 struct KeyValuePair {
270 KeyValuePair *getKeyValues() {
271 return reinterpret_cast<KeyValuePair *>(this + 1);
274 const KeyValuePair *getKeyValues() const {
275 return reinterpret_cast<const KeyValuePair *>(this + 1);
309 const KeyValuePair &KV = getKeyValues()[Index];
333 // Note: we're taking advantage of the layout of the KeyValuePair struct
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 691 milliseconds