Home
last modified time | relevance | path

Searched defs:scan_results (Results 1 – 7 of 7) sorted by relevance

/external/libcxxabi/src/
Dcxa_personality.cpp484 struct scan_results struct
486 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
487 const uint8_t* actionRecord; // Currently unused. Retained to ease future maintenance.
488 const uint8_t* languageSpecificData; // Needed only for __cxa_call_unexpected
489 uintptr_t landingPad; // null -> nothing found, else something found
490 void* adjustedPtr; // Used in cxa_exception.cpp
491 _Unwind_Reason_Code reason; // One of _URC_FATAL_PHASE1_ERROR,
/external/chromium_org/chromeos/network/
Dnetwork_util_unittest.cc108 std::vector<CellularScanResult> scan_results; in TEST_F() local
Ddevice_state.h50 const CellularScanResults& scan_results() const { return scan_results_; } in scan_results() function
Dnetwork_util.cc115 std::vector<CellularScanResult>* scan_results) { in ParseCellularScanResults()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_scan_result_controller.cc55 ScanResults scan_results; in ScanResultCountForExtension() local
260 ScanResults* scan_results) { in UpdateScanResultsFromPreferences()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc174 const DeviceState::CellularScanResults& scan_results = in DeviceListChanged() local
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c2475 struct wpa_scan_results *scan_results = arg; in get_noise_for_scan_results() local