HomeSort by relevance Sort by last modified time
    Searched defs:Scan (Results 1 - 25 of 30) sorted by null

1 2

  /system/extras/iotop/
tasklist.cpp 48 bool TaskList::Scan(std::map<pid_t, std::vector<pid_t>>& tgid_map) {
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 29 public static final class Scan {
49 private Scan() {
  /external/autotest/client/site_tests/network_3GScanningProperty/files/
modems.py 23 Handle shill initiated 3GPP scan request.
25 A simple machine that allows the test to hook into the Scan asynchronous
30 SCAN_STATE = 'Scan'
70 """ 3GPP modem that uses ScanMachine for the Scan call. """
76 def Scan(self, return_cb, raise_cb):
78 # Stash away the scan_ok callback for when the Scan finishes.
79 logging.debug('Network scan initiated.')
93 logging.warning('Network scan failed')
97 logging.debug('Network scan completed.')
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 33 static void Scan(IvarUsageMap& M, const Stmt *S) {
47 Scan(M, BE->getBody());
57 Scan(M, sub);
61 Scan(M, SubStmt);
64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
78 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) {
79 // Scan the methods for accesses.
81 Scan(M, I->getBody());
84 // Scan for @synthesized property methods that act as setters/getters
87 Scan(M, I)
    [all...]
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_modem3gpp_proxy.cc 60 void ChromeosModemModem3gppProxy::Scan(Error* error,
chromeos_modem_gsm_network_proxy.cc 135 void ChromeosModemGSMNetworkProxy::Scan(Error* error,
chromeos_supplicant_interface_proxy.cc 44 const char ChromeosSupplicantInterfaceProxy::kPropertyScan[] = "Scan";
57 RegisterProperty(kPropertyScan, &scan);
303 bool ChromeosSupplicantInterfaceProxy::Scan(const KeyValueStore& args) {
308 if (!interface_proxy_->Scan(dict, &error)) {
309 LOG(ERROR) << "Failed to scan: "
450 if (!properties_->scan.SetAndBlock(enable)) {
  /art/runtime/gc/accounting/
card_table-inl.h 53 inline size_t CardTable::Scan(ContinuousSpaceBitmap* bitmap, uint8_t* scan_begin, uint8_t* scan_end,
56 // scan_end is the byte after the last byte we scan.
  /external/autotest/client/cros/cellular/pseudomodem/
modem_3gpp.py 31 discovered during a network scan.
50 org.freedesktop.ModemManager1.Modem.Modem3gpp.Scan.
156 """ The synchronous implementation of |Scan| for this class. """
161 'Modem not enabled, cannot scan for networks.')
168 'Cannot scan for networks because no SIM is inserted.')
326 scan, where the keys are the operator code.
413 def Scan(self, return_cb, raise_cb):
415 Scan for available networks.
420 mobile network found in the scan. See the ModemManager reference
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 192 // Recursively scan for a PatternPredicate.
220 // chain and scan for the new insertion point.
233 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a
261 // If this is not a push node, just scan for one.
309 unsigned Scan = OptionIdx;
311 // If we ran out of stuff to scan, we're done.
312 if (Scan == e) break;
314 Matcher *ScanMatcher = OptionsToMatch[Scan];
322 OptionsToMatch.erase(OptionsToMatch.begin()+Scan);
330 ++Scan;
    [all...]
  /external/v8/src/
dateparser-inl.h 178 DateParser::DateToken DateParser::DateStringTokenizer<CharType>::Scan() {
  /system/connectivity/shill/cellular/
cellular_capability.cc 121 void CellularCapability::Scan(Error* error,
cellular_capability_universal_cdma.cc 433 void CellularCapabilityUniversalCDMA::Scan(
cellular_capability_gsm.cc 541 void CellularCapabilityGSM::Scan(Error* error,
545 network_proxy_->Scan(error, cb, kTimeoutScan);
cellular.cc 536 void Cellular::Scan(ScanType /*scan_type*/, Error* error,
546 // |scan_type| is ignored because Cellular only does a full scan.
549 capability_->Scan(error, cb);
550 // An immediate failure in |cabapility_->Scan(...)| is indicated through the
    [all...]
cellular_capability_universal.cc     [all...]
  /system/connectivity/shill/wimax/
wimax.cc 129 void WiMax::Scan(ScanType /*scan_type*/, Error* error,
134 FROM_HERE, error, Error::kInProgress, "Scan already in progress.");
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.cpp 169 m_pToken = Scan();
177 m_pToken = Scan();
183 CXFA_FMToken* CXFA_FMLexer::Scan() {
  /external/autotest/client/cros/cellular/
pseudo_modem.py 587 def Scan(self, *args, **kwargs):
588 """Scan for networks."""
  /external/v8/src/parsing/
scanner.cc 56 // after a newline and scan first token.
59 Scan();
258 Scan();
450 void Scanner::Scan() {
730 Scan();
1056 // scan exponent, if any
1060 // scan exponent
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 363 // scan the image objects from roots by relying on the card table,
    [all...]
  /system/connectivity/shill/
device.cc 258 void Device::Scan(ScanType scan_type, Error* error, const string& reason) {
262 "Device doesn't support scan.");
268 "Device doesn't support scheduled scan.");
    [all...]
  /system/connectivity/shill/wifi/
wifi.cc 97 // Scan interval while connected.
111 const size_t WiFi::kStuckQueueLengthThreshold = 40; // ~1 full-channel scan
112 // 1 second is less than the time it takes to scan and establish a new
172 scan_configuration_("Full scan"),
217 // scan pending/currently scanning/no scan scheduled as a tri-state
318 void WiFi::Scan(ScanType scan_type, Error* /*error*/, const string& reason) {
321 SLOG(this, 2) << "Ignoring scan request while scanning or connecting.";
358 << " (progressive scan "
424 // Defer handling of scan result processing, because that processin
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
i386.cc 381 // Scan the relocations to look for symbol adjustments.
417 // Scan the relocs during a relocatable link.
551 struct Scan
    [all...]
sparc.cc 84 // Scan the relocations to look for symbol adjustments.
119 // Scan the relocs during a relocatable link.
225 class Scan
228 Scan()
    [all...]

Completed in 7507 milliseconds

1 2