HomeSort by relevance Sort by last modified time
    Searched defs:scan_results (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chromeos/network/
network_util_unittest.cc 108 std::vector<CellularScanResult> scan_results; local
111 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results));
115 EXPECT_FALSE(ParseCellularScanResults(list, &scan_results));
122 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results));
123 EXPECT_TRUE(scan_results.empty());
138 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results));
139 EXPECT_EQ(static_cast<size_t>(2), scan_results.size());
140 EXPECT_EQ("000001", scan_results[0].network_id);
141 EXPECT_EQ("unknown", scan_results[0].status);
142 EXPECT_EQ("GSM", scan_results[0].technology)
    [all...]
device_state.h 50 const CellularScanResults& scan_results() const { return scan_results_; } function in class:chromeos::DeviceState
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 176 const DeviceState::CellularScanResults& scan_results = local
177 cellular->scan_results();
180 scan_results.begin(); it != scan_results.end(); ++it) {
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 55 ScanResults scan_results; local
57 MediaGalleryPrefIdSet(), &scan_results);
58 return scan_results.size();
260 ScanResults* scan_results) {
276 ScanResults::iterator existing = scan_results->find(gallery.pref_id);
277 if (existing == scan_results->end()) {
279 (*scan_results)[gallery.pref_id] = Entry(gallery, true);
287 // Remove anything from |scan_results| that's no longer valid or the user
290 for (ScanResults::iterator it = scan_results->begin();
291 it != scan_results->end()
    [all...]
  /external/libcxxabi/src/
cxa_personality.cpp 484 struct scan_results struct in namespace:__cxxabiv1::__anon27442
502 const scan_results& results)
532 static void scan_eh_tab(scan_results &results, _Unwind_Action actions,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 486 struct scan_results struct in namespace:__cxxabiv1::__anon42917
504 const scan_results& results)
536 scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 2366 struct wpa_scan_results *scan_results = arg; local
    [all...]

Completed in 245 milliseconds