HomeSort by relevance Sort by last modified time
    Searched full:scan_results (Results 1 - 25 of 25) 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...]
network_util.h 89 // CellularScanResult in |scan_results|. Returns false if parsing fails,
90 // in which case the contents of |scan_results| will be undefined.
92 const base::ListValue& list, std::vector<CellularScanResult>* scan_results);
network_util.cc 114 std::vector<CellularScanResult>* scan_results) {
115 scan_results->clear();
116 scan_results->reserve(list.GetSize());
137 scan_results->push_back(scan_result);
device_state.h 50 const CellularScanResults& scan_results() const { return scan_results_; } function in class:chromeos::DeviceState
  /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...]
media_galleries_scan_result_controller.h 76 // Updates |scan_results| from |preferences|. Will not add galleries from
77 // |ignore_list| onto |scan_results|.
82 ScanResults* scan_results);
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 34 E2S(SCAN_RESULTS);
driver_nl80211.c 2366 struct wpa_scan_results *scan_results = arg; local
    [all...]
  /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) {
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 69 "android.net.wifi.SCAN_RESULTS",
  /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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiMonitor.java 61 private static final int SCAN_RESULTS = 4;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 520 > scan_results
README-WPS 186 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a
README 766 scan_results = get latest scan results
    [all...]
wpa_cli.c     [all...]
ctrl_iface.c     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java 376 public static final String SCAN_RESULTS_AVAILABLE_ACTION = "android.net.wifi.SCAN_RESULTS";
    [all...]
  /frameworks/base/core/res/
AndroidManifest.xml 240 <protected-broadcast android:name="android.net.wifi.SCAN_RESULTS" />
    [all...]
  /device/samsung/manta/gps/
gpsd 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 781 milliseconds