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

  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 36 #define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature) : "memory") macro
  /external/chromium_org/v8/src/
ast.cc 964 RegExpTree* alternative = alternatives->at(i); local
965 min_match_ = Min(min_match_, alternative->min_match());
966 max_match_ = Max(max_match_, alternative->max_match());
    [all...]
parser.cc 112 RegExpTree* alternative; local
114 alternative = RegExpEmpty::GetInstance();
116 alternative = terms_.last();
118 alternative = new(zone()) RegExpAlternative(terms_.GetList(zone()));
120 alternatives_.Add(alternative, zone());
    [all...]
jsregexp.cc 788 // fails to find a match and needs to try an alternative.
2869 GuardedAlternative alternative = alternatives_->at(i); local
2879 GuardedAlternative alternative = alternatives_->at(i); local
3904 GuardedAlternative alternative = alternatives_->at(i); local
4120 GuardedAlternative alternative = alternatives_->at(i); local
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 168 milliseconds