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

/external/chromium_org/chrome/common/net/
H A Dx509_certificate_model_openssl.cc69 const std::string& alternative) {
70 return text.empty() ? alternative : text;
68 AlternativeWhenEmpty(const std::string& text, const std::string& alternative) argument
/external/chromium_org/v8/src/
H A Dast.cc964 RegExpTree* alternative = alternatives->at(i); local
965 min_match_ = Min(min_match_, alternative->min_match());
966 max_match_ = Max(max_match_, alternative->max_match());
H A Dparser.cc112 RegExpTree* alternative; local
114 alternative = RegExpEmpty::GetInstance();
116 alternative = terms_.last();
118 alternative = new(zone()) RegExpAlternative(terms_.GetList(zone()));
120 alternatives_.Add(alternative, zone());
H A Djsregexp.cc788 // fails to find a match and needs to try an alternative.
2351 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2363 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2869 GuardedAlternative alternative = alternatives_->at(i); local
2870 if (alternative.guards() != NULL && alternative.guards()->length() != 0) {
2879 GuardedAlternative alternative = alternatives_->at(i); local
2881 alternative.node()->FilterOneByte(depth - 1, ignore_case);
2918 // Alternative 0 is the negative lookahead, alternative 1 is what comes
3443 // this alternative an
3446 GreedyLoopTextLengthForAlternative( GuardedAlternative* alternative) argument
3904 GuardedAlternative alternative = alternatives_->at(i); local
4120 GuardedAlternative alternative = alternatives_->at(i); local
4192 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) argument
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1620 const ExprP<T>& alternative)
1622 return app<Cond<T> >(test, consequent, alternative);
1618 cond(const ExprP<bool>& test, const ExprP<T>& consequent, const ExprP<T>& alternative) argument
/external/pcre/dist/
H A Dpcre_jit_compile.c141 whether there is a next alternative. If so, it needs to jump back to
247 /* Where to coninue if an alternative is successfully matched. */
310 /* Exit point for the then opcodes of this alternative. */
312 /* Frame size of the current alternative. */
1077 pcre_uchar *alternative; local
1135 alternative = cc + GET(cc, 1);
1136 if (*alternative == OP_KETRMAX || *alternative == OP_KETRMIN)
1541 pcre_uchar *alternative; local
1583 alternative
1666 pcre_uchar *alternative; local
3191 pcre_uchar *alternative, *cc_save, *oc; local
[all...]
/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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 813 milliseconds