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

/external/eigen/unsupported/test/
H A Dcxx11_tensor_concatenation.cpp52 Tensor<int, 2, DataLayout> alternative = left local
/external/v8/src/regexp/
H A Dregexp-ast.cc311 RegExpTree* alternative = alternatives->at(i); local
312 min_match_ = Min(min_match_, alternative->min_match());
313 max_match_ = Max(max_match_, alternative->max_match());
H A Dregexp-parser.cc1694 RegExpTree* alternative; local
1696 alternative = new (zone()) RegExpEmpty();
1698 alternative = terms_.last();
1700 alternative = new (zone()) RegExpAlternative(terms_.GetList(zone()));
1702 alternatives_.Add(alternative, zone());
H A Djsregexp.cc760 // fails to find a match and needs to try an alternative.
2360 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2370 // Alternative 0 is the negative lookahead, alternative 1 is what comes
2881 GuardedAlternative alternative = alternatives_->at(i); local
2882 if (alternative.guards() != NULL && alternative.guards()->length() != 0) {
2891 GuardedAlternative alternative = alternatives_->at(i); local
2893 alternative.node()->FilterOneByte(depth - 1, ignore_case);
2930 // Alternative 0 is the negative lookahead, alternative 1 is what comes
3478 // this alternative an
3481 GreedyLoopTextLengthForAlternative( GuardedAlternative* alternative) argument
3941 GuardedAlternative alternative = alternatives_->at(i); local
4163 GuardedAlternative alternative = alternatives_->at(i); local
4232 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) argument
5229 RegExpTree* alternative = alternatives->at(i); local
5238 RegExpTree* alternative = alternatives->at(i); local
5277 RegExpTree* alternative = alternatives->at(i); local
5363 RegExpTree* alternative = alternatives->at(i); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1642 const ExprP<T>& alternative)
1644 return app<Cond<T> >(test, consequent, alternative);
2917 // Compute the first dot alternative: SUM(a[i]*b[i]), i = 0 .. Size-1
2922 // using a permutation compute a dot alternative.
1640 cond(const ExprP<bool>& test, const ExprP<T>& consequent, const ExprP<T>& alternative) argument
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1663 const ExprP<T>& alternative)
1665 return app<Cond<T> >(test, consequent, alternative);
1661 cond(const ExprP<bool>& test, const ExprP<T>& consequent, const ExprP<T>& alternative) argument
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c157 whether there is a next alternative. If so, it needs to jump back to
261 /* Where to coninue if an alternative is successfully matched. */
338 /* Exit point for the then opcodes of this alternative. */
340 /* Frame size of the current alternative. */
1293 PCRE2_SPTR alternative; local
1355 alternative = cc + GET(cc, 1);
1356 if (*alternative == OP_KETRMAX || *alternative == OP_KETRMIN)
1783 PCRE2_SPTR alternative; local
1830 alternative
1913 PCRE2_SPTR alternative; local
3488 PCRE2_SPTR alternative, cc_save, oc; local
[all...]
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 350 milliseconds