Searched defs:Scan (Results 1 - 9 of 9) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DIntents.java29 public static final class Scan { class in class:Intents
49 private Scan() { method in class:Intents.Scan
/external/autotest/client/site_tests/network_3GScanningProperty/files/
H A Dmodems.py25 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): member in class:AsyncScanModem
78 # Stash away the scan_ok callback for when the Scan finishes.
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp33 static void Scan(IvarUsageMap& M, const Stmt *S) { function
47 Scan(M, BE->getBody());
57 Scan(M, sub);
61 Scan(M, SubStmt);
64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) { function
78 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) { function
79 // Scan the methods for accesses.
81 Scan(M, I->getBody());
84 // Scan for @synthesized property methods that act as setters/getters
87 Scan(
97 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID, function
[all...]
/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodem_3gpp.py50 org.freedesktop.ModemManager1.Modem.Modem3gpp.Scan.
156 """ The synchronous implementation of |Scan| for this class. """
413 def Scan(self, return_cb, raise_cb): member in class:Modem3gpp
415 Scan for available networks.
/external/v8/src/
H A Ddateparser-inl.h178 DateParser::DateToken DateParser::DateStringTokenizer<CharType>::Scan() { function in class:v8::internal::DateParser::DateStringTokenizer
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp233 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a
309 unsigned Scan = OptionIdx; local
312 if (Scan == e) break;
314 Matcher *ScanMatcher = OptionsToMatch[Scan];
322 OptionsToMatch.erase(OptionsToMatch.begin()+Scan);
330 ++Scan;
344 OptionsToMatch[Scan] = M2;
353 if (Scan != e &&
355 Scan+1 != e) {
359 OptionsToMatch[Scan]
[all...]
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_lexer.cpp169 m_pToken = Scan();
177 m_pToken = Scan();
183 CXFA_FMToken* CXFA_FMLexer::Scan() { function in class:CXFA_FMLexer
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py587 def Scan(self, *args, **kwargs): member in class:GSMModem
588 """Scan for networks."""
/external/v8/src/parsing/
H A Dscanner.cc59 Scan();
258 Scan();
450 void Scanner::Scan() { function in class:v8::internal::Scanner
730 Scan();
1282 // Scan identifier start character.
1298 // Scan the rest of the identifier characters.
1322 // Scan the rest of the identifier characters.
1350 // Scan: ('/' | '/=') RegularExpressionBody '/' RegularExpressionFlags
1358 // Scan regular expression body: According to ECMA-262, 3rd, 7.8.5,
1397 // Scan regula
[all...]

Completed in 1889 milliseconds