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

  /external/chromium_org/chrome/browser/prefs/
proxy_policy_unittest.cc 147 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
148 assertProxyMode(dict2, ProxyPrefs::MODE_FIXED_SERVERS);
149 assertProxyServer(dict2, "ghi");
150 assertPacUrl(dict2, std::string());
151 assertBypassList(dict2, "abc");
178 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
179 assertProxyModeWithoutParams(dict2, ProxyPrefs::MODE_AUTO_DETECT);
201 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy));
202 assertProxyModeWithoutParams(dict2, ProxyPrefs::MODE_AUTO_DETECT);
224 ProxyConfigDictionary dict2(prefs->GetDictionary(prefs::kProxy))
    [all...]
  /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]:
test_set.py     [all...]
test_weakref.py     [all...]
  /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]:
test_set.py     [all...]
test_weakref.py     [all...]
  /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);
  /external/e2fsprogs/e2fsck/
dict.c 1503 int dict1 = atoi(tok1), dict2 = atoi(tok2); local
    [all...]

Completed in 567 milliseconds