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

  /external/chromium_org/media/tools/layout_tests/
test_expectations_history_unittest.py 18 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, testname)
    [all...]
test_expectations_history.py 78 result_list = []
123 result_list.append((
128 return result_list
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 72 const base::ListValue* result_list = NULL; local
73 ASSERT_TRUE(value_->GetAsList(&result_list));
74 ASSERT_EQ(3u, result_list->GetSize());
76 result_list->GetString(0, &title);
79 result_list->GetString(1, &html);
82 result_list->GetString(2, &image_url);
  /external/chromium_org/chrome/renderer/extensions/
pepper_request_natives.cc 40 const base::ListValue* result_list = NULL; local
41 CHECK(result->GetAsList(&result_list));
43 request_id, true, *result_list, "");
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_provider.cc 108 const base::ListValue* result_list = NULL; local
110 !json->GetList(kKeyResults, &result_list) ||
111 !result_list ||
112 result_list->empty()) {
117 for (ListValue::const_iterator it = result_list->begin();
118 it != result_list->end();
  /external/chromium_org/chrome/browser/metrics/
metrics_log_serializer_unittest.cc 93 std::vector<MetricsLogManager::SerializedLog> result_list; local
96 MetricsLogSerializer::ReadLogsFromPrefList(list, &result_list));
97 EXPECT_EQ(local_list.size(), result_list.size());
99 EXPECT_TRUE(result_list.front().log_text().find("x") == 0);
125 std::vector<MetricsLogManager::SerializedLog> result_list; local
128 MetricsLogSerializer::ReadLogsFromPrefList(list, &result_list));
129 EXPECT_EQ(local_list.size() - 2, result_list.size());
131 EXPECT_TRUE(result_list.front().log_text().find("three") == 0);
132 EXPECT_TRUE(result_list.back().log_text().find("last") == 0);
151 std::vector<MetricsLogManager::SerializedLog> result_list; local
178 std::vector<MetricsLogManager::SerializedLog> result_list; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager_unittest.cc 54 const std::string& result_list);
64 const std::string& result_list) {
82 result_list,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.h 256 // from |drive_app_registry|, and append them to the |result_list|.
260 std::vector<FullTaskDescriptor>* result_list);
264 // the |result_list|.
267 std::vector<FullTaskDescriptor>* result_list);
271 // given files, appending them to the |result_list|.
275 std::vector<FullTaskDescriptor>* result_list);
278 // tasks. See the comment at FindDriveAppTasks() about |result_list|.
293 std::vector<FullTaskDescriptor>* result_list);
file_tasks.cc 318 std::vector<FullTaskDescriptor>* result_list) {
319 DCHECK(result_list);
373 result_list->push_back(
384 std::vector<FullTaskDescriptor>* result_list) {
386 DCHECK(result_list);
423 result_list->push_back(FullTaskDescriptor(
437 std::vector<FullTaskDescriptor>* result_list) {
439 DCHECK(result_list);
466 result_list->push_back(FullTaskDescriptor(
481 std::vector<FullTaskDescriptor>* result_list) {
    [all...]
  /external/chromium_org/components/dom_distiller/core/
distiller.cc 80 const base::ListValue* result_list = NULL; local
81 if (!value->GetAsList(&result_list)) {
87 for (base::ListValue::const_iterator iter = result_list->begin();
88 iter != result_list->end(); ++iter, ++i) {
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator_unittest.py 316 # 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/
downloads_api_browsertest.cc 922 base::ListValue* result_list = NULL; local
1068 base::ListValue* result_list = NULL; local
1091 base::ListValue* result_list = NULL; local
1111 base::ListValue* result_list = NULL; local
1132 base::ListValue* result_list = NULL; local
1155 base::ListValue* result_list = NULL; local
1188 base::ListValue* result_list = NULL; local
1221 base::ListValue* result_list = NULL; local
1238 base::ListValue* result_list = NULL; local
1253 base::ListValue* result_list = NULL; local
1300 base::ListValue* result_list = NULL; local
1317 base::ListValue* result_list = NULL; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 180 result_list = res[0].split('.')
182 len_diff = len(result_list) - len(expect_list)
186 self.assertEqual(result_list, expect_list)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 180 result_list = res[0].split('.')
182 len_diff = len(result_list) - len(expect_list)
186 self.assertEqual(result_list, expect_list)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 84 def result_list(self): member in class:ErrorCollector
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_api.cc 391 ListValue* result_list = new ListValue; local
416 result_list->Append(handler);
420 SetResult(result_list);
  /pdk/build/
pdk_utils.py 104 result_list = list_files(item_full_path, dir_exclusion_filter)
105 for file_name in result_list:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 478 result_list = getattr(result, message_attr)
479 self.assertEqual(len(result_list), 1)
481 test, message = result_list[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 478 result_list = getattr(result, message_attr)
479 self.assertEqual(len(result_list), 1)
481 test, message = result_list[0]
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 483 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) ||
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 392 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
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.cc 798 std::vector<linked_ptr<GetAllFrames::Results::DetailsType> > result_list; local
817 result_list.push_back(frame);
819 results_ = GetAllFrames::Results::Create(result_list);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 564 max_root_iterations_type> result_list; typedef in struct:boost::math::policies::normalise
568 typedef typename mpl::remove_if<result_list, detail::is_default_policy<mpl::_> >::type reduced_list;
    [all...]

Completed in 714 milliseconds