/external/chromium/net/proxy/ |
proxy_config.cc | 215 DictionaryValue* dict2 = new DictionaryValue(); local 216 AddProxyToValue("http", proxy_rules_.proxy_for_http, dict2); 217 AddProxyToValue("https", proxy_rules_.proxy_for_https, dict2); 218 AddProxyToValue("ftp", proxy_rules_.proxy_for_ftp, dict2); 219 AddProxyToValue("fallback", proxy_rules_.fallback_proxy, dict2); 220 dict->Set("proxy_per_scheme", dict2);
|
/external/chromium_org/net/proxy/ |
proxy_config.cc | 241 base::DictionaryValue* dict2 = new base::DictionaryValue(); local 242 AddProxyListToValue("http", proxy_rules_.proxies_for_http, dict2); 243 AddProxyListToValue("https", proxy_rules_.proxies_for_https, dict2); 244 AddProxyListToValue("ftp", proxy_rules_.proxies_for_ftp, dict2); 245 AddProxyListToValue("fallback", proxy_rules_.fallback_proxies, dict2); 246 dict->Set("proxy_per_scheme", dict2);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 32 dict2 = {} variable 34 # The current set of keys in dict1 and dict2. These are materialized as 44 # dict, it picks one of {dict1, dict2} at random, and deletes a random 57 target, keys = dict2, dict2keys 79 # A horrid class that triggers random mutations of dict1 and dict2 when 125 global mutate, dict1, dict2, dict1keys, dict2keys 130 dict2keys = fill_dict(dict2, range(n), n) 136 print "trying w/ lengths", len(dict1), len(dict2), 137 while dict1 and len(dict1) == len(dict2): 141 c = cmp(dict1, dict2) [all...] |
test_pprint.py | 27 class dict2(dict): class in inherits:dict 117 {}, dict2(), dict3(), 123 dict2({5: 6}), dict3({5: 6}), 151 for type in [dict, dict2]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 32 dict2 = {} variable 34 # The current set of keys in dict1 and dict2. These are materialized as 44 # dict, it picks one of {dict1, dict2} at random, and deletes a random 57 target, keys = dict2, dict2keys 79 # A horrid class that triggers random mutations of dict1 and dict2 when 125 global mutate, dict1, dict2, dict1keys, dict2keys 130 dict2keys = fill_dict(dict2, range(n), n) 136 print "trying w/ lengths", len(dict1), len(dict2), 137 while dict1 and len(dict1) == len(dict2): 141 c = cmp(dict1, dict2) [all...] |
test_pprint.py | 27 class dict2(dict): class in inherits:dict 117 {}, dict2(), dict3(), 123 dict2({5: 6}), dict3({5: 6}), 151 for type in [dict, dict2]:
|
/external/e2fsprogs/e2fsck/ |
dict.c | 1503 int dict1 = atoi(tok1), dict2 = atoi(tok2); local [all...] |