Searched refs:empty_tree (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
D | test-profile-generator.cc | 282 ProfileTree empty_tree; in TEST() local 283 CHECK_EQ(0, empty_tree.root()->total_ticks()); in TEST() 284 CHECK_EQ(0, empty_tree.root()->self_ticks()); in TEST() 285 empty_tree.CalculateTotalTicks(); in TEST() 286 CHECK_EQ(0, empty_tree.root()->total_ticks()); in TEST() 287 CHECK_EQ(0, empty_tree.root()->self_ticks()); in TEST() 288 empty_tree.root()->IncrementSelfTicks(); in TEST() 289 CHECK_EQ(0, empty_tree.root()->total_ticks()); in TEST() 290 CHECK_EQ(1, empty_tree.root()->self_ticks()); in TEST() 291 empty_tree.CalculateTotalTicks(); in TEST() [all …]
|
/external/chromium/chrome/common/extensions/ |
D | extension_message_bundle_unittest.cc | 93 DictionaryValue* empty_tree = new DictionaryValue; in CreateBadDictionary() local 94 SetDictionary("n4", empty_tree, dict); in CreateBadDictionary() 104 DictionaryValue* empty_tree = new DictionaryValue; in CreateBadDictionary() local 105 SetDictionary("n1.placeholders", empty_tree, dict); in CreateBadDictionary()
|