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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pprint.py 400 nested_dict = {1: {2: {3: {4: {5: {6: 6}}}}}}
403 self.assertEqual(pprint.pformat(nested_dict), repr(nested_dict))
410 self.assertEqual(pprint.pformat(nested_dict, depth=1), lv1_dict)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pprint.py 400 nested_dict = {1: {2: {3: {4: {5: {6: 6}}}}}}
403 self.assertEqual(pprint.pformat(nested_dict), repr(nested_dict))
410 self.assertEqual(pprint.pformat(nested_dict, depth=1), lv1_dict)
  /external/chromium_org/chromeos/network/onc/
onc_merger.cc 95 const base::DictionaryValue* nested_dict = NULL; local
97 (*it_inner)->GetDictionaryWithoutPathExpansion(key, &nested_dict);
98 nested_dicts.push_back(nested_dict);
  /external/chromium_org/chromeos/dbus/
shill_service_client_stub.cc 84 base::DictionaryValue* nested_dict = NULL; local
88 &nested_dict);
89 if (nested_dict) {
90 result_properties.reset(nested_dict->DeepCopy());

Completed in 480 milliseconds