Searched refs:local_list (Results 1 - 4 of 4) sorted by relevance
/external/chromium/chrome/browser/metrics/ |
H A D | metrics_service_unittest.cc | 39 std::vector<std::string> local_list; local 41 MetricsService::StoreUnsentLogsHelper(local_list, kMaxLocalListSize, &list); 44 local_list.clear(); // RecallUnsentLogsHelper() expects empty |local_list|. 46 MetricsService::RecallUnsentLogsHelper(list, &local_list)); 47 EXPECT_EQ(0U, local_list.size()); 53 std::vector<std::string> local_list; local 55 local_list.push_back("Hello world!"); 56 EXPECT_EQ(1U, local_list.size()); 58 MetricsService::StoreUnsentLogsHelper(local_list, kMaxLocalListSiz 93 std::vector<std::string> local_list; local 128 std::vector<std::string> local_list; local 147 std::vector<std::string> local_list; local 166 std::vector<std::string> local_list; local 185 std::vector<std::string> local_list; local [all...] |
H A D | metrics_service.cc | 1169 std::vector<std::string>* local_list) { 1170 DCHECK(local_list->empty()); 1195 local_list->clear(); 1202 local_list->clear(); 1205 local_list->push_back(decoded_log); 1215 local_list->clear(); 1219 local_list->clear(); 1239 const std::vector<std::string>& local_list, 1244 if (local_list.size() > kMaxLocalListSize) 1245 start = local_list 1167 RecallUnsentLogsHelper( const ListValue& list, std::vector<std::string>* local_list) argument 1238 StoreUnsentLogsHelper( const std::vector<std::string>& local_list, const size_t kMaxLocalListSize, ListValue* list) argument [all...] |
H A D | metrics_service.h | 244 std::vector<std::string>* local_list); 246 static void StoreUnsentLogsHelper(const std::vector<std::string>& local_list,
|
/external/qemu/ |
H A D | qemu-sockets-android.c | 262 SockAddress** local_list = NULL; local 310 local_list = sock_address_list_create(addr, port, flags); 311 if (local_list == NULL) { 317 if (sock_address_get_numeric_info(local_list[0], 325 SockAddress *local = local_list[0]; 361 if (local_list) 362 sock_address_list_free(local_list);
|
Completed in 187 milliseconds