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

  /external/chromium_org/chrome/browser/chromeos/system_logs/
lsb_release_log_source.cc 25 typedef std::pair<std::string, std::string> KeyValuePair;
59 std::vector<KeyValuePair> pairs;
  /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/WebKit/Source/wtf/
HashTraits.h 203 struct KeyValuePair {
206 KeyValuePair()
210 KeyValuePair(const KeyTypeArg& key, const ValueTypeArg& value)
217 KeyValuePair(const KeyValuePair<OtherKeyType, OtherValueType>& other)
228 struct KeyValuePairHashTraits : GenericHashTraits<KeyValuePair<typename KeyTraitsArg::TraitType, typename ValueTraitsArg::TraitType> > {
231 typedef KeyValuePair<typename KeyTraits::TraitType, typename ValueTraits::TraitType> TraitType;
232 typedef KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType> EmptyValueType;
235 static EmptyValueType emptyValue() { return KeyValuePair<typename KeyTraits::EmptyValueType, typename ValueTraits::EmptyValueType>(KeyTraits::emptyValue(), ValueTraits::emptyValue()); }
246 struct HashTraits<KeyValuePair<Key, Value> > : public KeyValuePairHashTraits<HashTraits<Key>, HashTraits<Value> > { }
    [all...]
  /external/chromium/net/base/
x509_cert_types_mac.cc 38 struct KeyValuePair {
55 { SEC_ASN1_CHOICE, offsetof(KeyValuePair, value_type), },
57 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypePrintableString },
59 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeIA5String },
61 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeT61String },
63 offsetof(KeyValuePair, value), 0, KeyValuePair::kTypeUTF8String }
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 227 struct KeyValuePair {
269 KeyValuePair *getKeyValues() {
270 return reinterpret_cast<KeyValuePair *>(this + 1);
273 const KeyValuePair *getKeyValues() const {
274 return reinterpret_cast<const KeyValuePair *>(this + 1);
308 const KeyValuePair &KV = getKeyValues()[Index];
332 // Note: we're taking advantage of the layout of the KeyValuePair struct
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 573 milliseconds