Searched refs:result_list (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations_history_unittest.py18 def AssertTestName(self, result_list, testname):
19 """Assert test name in the result_list.
22 result_list: a result list of tuples returned by
31 for (_, _, _, _, _, lines) in result_list:
46 result_list = TestExpectationsHistory.GetDiffBetweenTimes(
48 self.assertTrue(self.AssertTestName(result_list, testname))
55 result_list = TestExpectationsHistory.GetDiffBetweenTimes(
57 self.assertTrue(self.AssertTestName(result_list, testname))
64 result_list = TestExpectationsHistory.GetDiffBetweenTimes(
66 self.assertTrue(self.AssertTestName(result_list, testnam
[all...]
H A Dtest_expectations_history.py78 result_list = []
123 result_list.append((
128 return result_list
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log_serializer_unittest.cc91 std::vector<std::string> result_list; local
94 MetricsLogSerializer::ReadLogsFromPrefList(list, &result_list));
95 EXPECT_EQ(local_list.size(), result_list.size());
97 EXPECT_TRUE(result_list.front().find("x") == 0);
121 std::vector<std::string> result_list; local
124 MetricsLogSerializer::ReadLogsFromPrefList(list, &result_list));
125 EXPECT_EQ(local_list.size() - 2, result_list.size());
127 EXPECT_TRUE(result_list.front().find("three") == 0);
128 EXPECT_TRUE(result_list.back().find("last") == 0);
145 std::vector<std::string> result_list; local
168 std::vector<std::string> result_list; local
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dwebstore_provider.cc134 base::ListValue* result_list = NULL; local
136 !json->GetList(kKeyResults, &result_list) ||
137 !result_list ||
138 result_list->empty()) {
143 for (ListValue::const_iterator it = result_list->begin();
144 it != result_list->end();
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_tasks.h78 // |result_list|. If a default task is set in the result list,
82 ListValue* result_list,
86 // append them to the |result_list|. |*default_already_set| indicates if
87 // the |result_list| already contains the default task. If the value is
91 // "taskId" field in |result_list| will look like
93 // "driveApp" field in |result_list| will be set to "true".
95 ListValue* result_list,
100 // the |result_list|. See the comment at FindDriveAppTasks() about
103 ListValue* result_list,
108 // given files, appending them to the |result_list|
[all...]
H A Dprivate_api_tasks.cc278 ListValue* result_list,
280 DCHECK(result_list);
303 result_list->Append(task);
309 ListValue* result_list,
311 DCHECK(result_list);
335 task_info_map, default_tasks, result_list, default_already_set);
340 ListValue* result_list,
343 DCHECK(result_list);
403 result_list->Append(task);
411 ListValue* result_list,
275 CreateDriveTasks( const TaskInfoMap& task_info_map, const std::set<std::string>& default_tasks, ListValue* result_list, bool* default_already_set) argument
307 FindDriveAppTasks( const FileInfoList& file_info_list, ListValue* result_list, bool* default_already_set) argument
338 FindFileHandlerTasks( const std::vector<base::FilePath>& file_paths, ListValue* result_list, bool* default_already_set) argument
408 FindFileBrowserHandlerTasks( const std::vector<GURL>& file_urls, const std::vector<base::FilePath>& file_paths, ListValue* result_list, bool* default_already_set) argument
525 ListValue* result_list = new ListValue(); local
[all...]
/external/chromium_org/tools/grit/grit/format/policy_templates/
H A Dpolicy_template_generator_unittest.py316 # This list is stored in the result_list member variable and can
322 self.result_list = []
325 self.result_list.append('begin_' + group['name'])
327 self.result_list.append('end_group')
330 self.result_list.append(policy['name'])
339 local_mock_writer.result_list,
346 local_mock_writer.result_list,
361 self.result_list = []
363 self.result_list.append(policy['name'])
366 self.result_list,
[all...]
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc906 base::ListValue* result_list = NULL; local
907 ASSERT_TRUE(result->GetAsList(&result_list));
908 ASSERT_EQ(1UL, result_list->GetSize());
910 ASSERT_TRUE(result_list->GetInteger(0, &element));
1052 base::ListValue* result_list = NULL; local
1053 ASSERT_TRUE(result->GetAsList(&result_list));
1054 ASSERT_EQ(1UL, result_list->GetSize());
1075 base::ListValue* result_list = NULL; local
1076 ASSERT_TRUE(result->GetAsList(&result_list));
1077 ASSERT_EQ(1UL, result_list
1095 base::ListValue* result_list = NULL; local
1116 base::ListValue* result_list = NULL; local
1139 base::ListValue* result_list = NULL; local
1172 base::ListValue* result_list = NULL; local
1205 base::ListValue* result_list = NULL; local
1222 base::ListValue* result_list = NULL; local
1237 base::ListValue* result_list = NULL; local
1284 base::ListValue* result_list = NULL; local
1301 base::ListValue* result_list = NULL; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py84 def result_list(self): member in class:ErrorCollector
1122 error_collector.result_list().count(multiline_string_error_message))
2165 for error in error_collector.result_list():
2180 error_collector.result_list().count(
2183 error_collector.result_list())
2191 error_collector.result_list().count(
2194 error_collector.result_list())
2204 error_collector.result_list().count(
2207 error_collector.result_list())
2216 for line in error_collector.result_list()
[all...]
/external/chromium_org/chrome/test/functional/
H A Dwebrtc_video_quality.py358 result_list = result_str.split()
360 for result in result_list:
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_api.cc437 ListValue* result_list = new ListValue; local
462 result_list->Append(handler);
466 SetResult(result_list);
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc483 ListValue* result_list = static_cast<ListValue*>(result_val); local
484 for (size_t i = 0; i < result_list->GetSize(); ++i) {
487 if (!result_list->Get(i, &suggestion_val) ||
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc392 ListValue* result_list = new ListValue();
393 result_.reset(result_list);
418 result_list->Append(task);
421 // TODO(zelidrag, serya): Add intent content tasks to result_list once we
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.cc795 std::vector<linked_ptr<GetAllFrames::Results::DetailsType> > result_list; local
814 result_list.push_back(frame);
816 results_ = GetAllFrames::Results::Create(result_list);

Completed in 387 milliseconds