Searched defs:alternative (Results 1 - 12 of 12) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dalternative_32.h47 #define alternative(oldinstr, newinstr, feature) \ macro
117 * The SMP alternative tables can be kept after boot and contain both
/external/chromium/chrome/common/net/
H A Dx509_certificate_model_openssl.cc20 const std::string& alternative) {
21 return text.empty() ? alternative : text;
19 AlternativeWhenEmpty(const std::string& text, const std::string& alternative) argument
/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_openssl.cc20 const std::string& alternative) {
21 return text.empty() ? alternative : text;
19 AlternativeWhenEmpty(const std::string& text, const std::string& alternative) argument
/external/chromium_org/v8/src/
H A Dast.cc1037 RegExpTree* alternative = alternatives->at(i); local
1038 min_match_ = Min(min_match_, alternative->min_match());
1039 max_match_ = Max(max_match_, alternative->max_match());
H A Dparser.cc178 RegExpTree* alternative; local
180 alternative = RegExpEmpty::GetInstance();
182 alternative = terms_.last();
184 alternative = new(zone()) RegExpAlternative(terms_.GetList(zone()));
186 alternatives_.Add(alternative, zone());
H A Djsregexp.cc810 // fails to find a match and needs to try an alternative.
2379 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2391 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2889 GuardedAlternative alternative = alternatives_->at(i); local
2890 if (alternative.guards() != NULL && alternative.guards()->length() != 0) {
2899 GuardedAlternative alternative = alternatives_->at(i); local
2901 alternative.node()->FilterASCII(depth - 1, ignore_case);
2938 // Alternative 0 is the negative lookahead, alternative 1 is what comes
3477 // this alternative an
3480 GreedyLoopTextLengthForAlternative( GuardedAlternative* alternative) argument
3934 GuardedAlternative alternative = alternatives_->at(i); local
4051 GuardedAlternative alternative = alternatives_->at(i); local
4151 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) argument
[all...]
/external/v8/src/
H A Dast.cc958 RegExpTree* alternative = alternatives->at(i); local
959 min_match_ = Min(min_match_, alternative->min_match());
960 max_match_ = Max(max_match_, alternative->max_match());
H A Djsregexp.cc627 // fails to find a match and needs to try an alternative.
1763 // Alternative 0 is the negative lookahead, alternative 1 is what comes
1775 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2665 // this alternative and back to this choice node. If there are variable
2669 GuardedAlternative* alternative) {
2671 RegExpNode* node = alternative->node();
2749 // records the way the alternative is being code generated.
2879 GuardedAlternative alternative = alternatives_->at(i); local
2880 ZoneList<Guard*>* guards = alternative.guards();
2950 GuardedAlternative alternative local
2668 GreedyLoopTextLengthForAlternative( GuardedAlternative* alternative) argument
3050 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) argument
4989 GuardedAlternative alternative = alternatives()->at(i); local
[all...]
H A Dparser.cc175 RegExpTree* alternative; local
177 alternative = RegExpEmpty::GetInstance();
179 alternative = terms_.last();
181 alternative = new(zone()) RegExpAlternative(terms_.GetList());
183 alternatives_.Add(alternative);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 938 milliseconds