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

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
Intents.java 29 public static final class Scan {
49 private Scan() {
CaptureActivity.java 48 * results when a scan is successful.
123 if (action.equals(Intents.Scan.ACTION)) {
124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) {
125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 0);
126 int height = intent.getIntExtra(Intents.Scan.HEIGHT, 0);
132 characterSet = intent.getStringExtra(Intents.Scan.CHARACTER_SET);
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 32 static void Scan(IvarUsageMap& M, const Stmt *S) {
46 Scan(M, BE->getBody());
56 Scan(M, sub);
60 Scan(M, *I);
63 static void Scan(IvarUsageMap& M, const ObjCPropertyImplDecl *D) {
77 static void Scan(IvarUsageMap& M, const ObjCContainerDecl *D) {
78 // Scan the methods for accesses.
81 Scan(M, (*I)->getBody());
84 // Scan for @synthesized property methods that act as setters/getters
88 Scan(M, *I)
    [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...]
  /external/v8/src/
dateparser.h 261 : in_(in), next_(Scan()) { }
264 next_ = Scan();
273 next_ = Scan();
280 DateToken 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...]
dateparser-inl.h 183 DateParser::DateToken DateParser::DateStringTokenizer<CharType>::Scan() {
scanner.h 510 void Scan();
565 // Whether we scan 'let' as a keyword for harmony block-scoped let bindings.
567 // Whether we scan 'module', 'import', 'export' as keywords.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 79 print "Scan done: success=%s" % success
141 iface.Scan({'Type': 'active'})
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1158 milliseconds