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

  /external/chromium_org/components/policy/core/common/
registry_dict_win_unittest.cc 17 RegistryDict test_dict; local
22 test_dict.SetValue("one", scoped_ptr<base::Value>(int_value.DeepCopy()));
23 EXPECT_EQ(1, test_dict.values().size());
24 EXPECT_TRUE(base::Value::Equals(&int_value, test_dict.GetValue("one")));
25 EXPECT_FALSE(test_dict.GetValue("two"));
27 test_dict.SetValue("two", scoped_ptr<base::Value>(string_value.DeepCopy()));
28 EXPECT_EQ(2, test_dict.values().size());
29 EXPECT_TRUE(base::Value::Equals(&int_value, test_dict.GetValue("one")));
30 EXPECT_TRUE(base::Value::Equals(&string_value, test_dict.GetValue("two")));
32 scoped_ptr<base::Value> one(test_dict.RemoveValue("one"))
45 RegistryDict test_dict; local
68 RegistryDict test_dict; local
100 RegistryDict test_dict; local
186 RegistryDict test_dict; local
258 RegistryDict test_dict; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 148 test_dict = {}
153 test_dict['is_missing_audio'] = True
156 test_dict['is_missing_text'] = True
159 test_dict['is_missing_image'] = True
162 test_dict['is_testharness_test'] = True
164 return test_dict
246 test_dict = {}
250 test_dict['time'] = rounded_run_time
253 test_dict['has_stderr'] = True
257 test_dict['bugs'] = bug
    [all...]
test_run_results_unittest.py 108 test_dict = test_run_results._interpret_test_failures([test_failures.FailureReftestMismatchDidNotOccur(self.port.abspath_for_test('foo/reftest-expected-mismatch.html'))])
109 self.assertEqual(len(test_dict), 0)
111 test_dict = test_run_results._interpret_test_failures([test_failures.FailureMissingAudio()])
112 self.assertIn('is_missing_audio', test_dict)
114 test_dict = test_run_results._interpret_test_failures([test_failures.FailureMissingResult()])
115 self.assertIn('is_missing_text', test_dict)
117 test_dict = test_run_results._interpret_test_failures([test_failures.FailureMissingImage()])
118 self.assertIn('is_missing_image', test_dict)
120 test_dict = test_run_results._interpret_test_failures([test_failures.FailureMissingImageHash()])
121 self.assertIn('is_missing_image', test_dict)
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data_tests.py 37 test_dict = { variable
58 module = data.ModuleFromData(test_dict)
65 return EXPECT_TRUE(DeepEquals(test_dict, d))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 52 def test_dict(self): member in class:GCTests
test_marshal.py 163 def test_dict(self): member in class:ContainerTestCase
test_multiprocessing.py 1079 def test_dict(self): member in class:_TestContainers
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 52 def test_dict(self): member in class:GCTests
test_marshal.py 163 def test_dict(self): member in class:ContainerTestCase
test_multiprocessing.py 1079 def test_dict(self): member in class:_TestContainers
    [all...]
  /external/chromium_org/third_party/libxml/src/
testapi.c 8450 test_dict(void) { function
    [all...]

Completed in 1133 milliseconds