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

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 29 public static final class Scan {
49 private Scan() {
  /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, *I);
64 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
78 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) {
79 // Scan the methods for accesses.
82 Scan(M, (*I)->getBody());
85 // Scan for @synthesized property methods that act as setters/getters
89 Scan(M, *I)
    [all...]
  /external/v8/src/
dateparser-inl.h 183 DateParser::DateToken DateParser::DateStringTokenizer<CharType>::Scan() {
scanner.cc 54 // after a newline and scan first token.
57 Scan();
239 Scan();
353 void Scanner::Scan() {
610 Scan();
776 // scan exponent, if any
780 // scan exponent
927 // Scan identifier start character.
944 // Scan the rest of the identifier characters.
971 // Scan the rest of the identifier characters
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 184 // Recursively scan for a PatternPredicate.
212 // chain and scan for the new insertion point.
225 /// FindNodeWithKind - Scan a series of matchers looking for a matcher with a
253 // If this is not a push node, just scan for one.
301 unsigned Scan = OptionIdx;
303 // If we ran out of stuff to scan, we're done.
304 if (Scan == e) break;
306 Matcher *ScanMatcher = OptionsToMatch[Scan];
314 OptionsToMatch.erase(OptionsToMatch.begin()+Scan);
322 ++Scan;
    [all...]

Completed in 1608 milliseconds