Home
last modified time | relevance | path

Searched refs:alternative (Results 1 - 25 of 38) sorted by relevance

12

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc610 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms() local
611 if (alternative->IsAtom()) break; in SortConsecutiveAtoms()
619 RegExpTree* alternative = alternatives->at(i); in SortConsecutiveAtoms() local
620 if (!alternative->IsAtom()) break; in SortConsecutiveAtoms()
663 RegExpTree* alternative = alternatives->at(i); in RationalizeConsecutiveAtoms() local
664 if (!alternative->IsAtom()) { in RationalizeConsecutiveAtoms()
669 RegExpAtom* const atom = alternative->AsAtom(); in RationalizeConsecutiveAtoms()
684 alternative = alternatives->at(i); in RationalizeConsecutiveAtoms()
685 if (!alternative->IsAtom()) break; in RationalizeConsecutiveAtoms()
686 RegExpAtom* const alt_atom = alternative in RationalizeConsecutiveAtoms()
760 RegExpTree* alternative = alternatives->at(i); RationalizeConsecutiveAtoms() local
[all...]
H A Dregexp-ast.cc313 RegExpTree* alternative = alternatives->at(i); in RegExpDisjunction() local
314 min_match_ = std::min(min_match_, alternative->min_match()); in RegExpDisjunction()
315 max_match_ = std::max(max_match_, alternative->max_match()); in RegExpDisjunction()
H A Dregexp-compiler.cc72 // fails to find a match and needs to try an alternative.
1945 GuardedAlternative alternative = alternatives_->at(i); in FilterOneByte() local
1946 if (alternative.guards() != nullptr && in FilterOneByte()
1947 alternative.guards()->length() != 0) { in FilterOneByte()
1956 GuardedAlternative alternative = alternatives_->at(i); in FilterOneByte() local
1958 alternative.node()->FilterOneByte(depth - 1, flags); in FilterOneByte()
1994 // Alternative 0 is the negative lookahead, alternative 1 is what comes in FilterOneByte()
2568 // this alternative and back to this choice node. If there are variable
2572 GuardedAlternative* alternative) { in GreedyLoopTextLengthForAlternative()
2574 RegExpNode* node = alternative in GreedyLoopTextLengthForAlternative()
2571 GreedyLoopTextLengthForAlternative( GuardedAlternative* alternative) GreedyLoopTextLengthForAlternative() argument
3047 GuardedAlternative alternative = alternatives_->at(i); AssertGuardsMentionRegisters() local
3241 GuardedAlternative alternative = alternatives_->at(i); EmitChoices() local
3308 EmitOutOfLineContinuation(RegExpCompiler* compiler, Trace* trace, GuardedAlternative alternative, AlternativeGeneration* alt_gen, int preload_characters, bool next_expects_preload) EmitOutOfLineContinuation() argument
[all...]
H A Dregexp-parser.cc1595 // A possible alternative solution would be to only ensure the parsed in IsUnicodePropertyValueCharacter()
2210 RegExpTree* alternative; in FlushTerms() local
2212 alternative = zone()->New<RegExpEmpty>(); in FlushTerms()
2214 alternative = terms_.back(); in FlushTerms()
2216 alternative = in FlushTerms()
2220 alternatives_.emplace_back(alternative); in FlushTerms()
H A Dregexp-nodes.h634 int GreedyLoopTextLengthForAlternative(GuardedAlternative* alternative);
645 GuardedAlternative alternative,
694 // alternative that is expected to fail. This is because quick check code
695 // starts by loading enough characters for the alternative that takes fewest
/third_party/lame/misc/
H A Dmugeco.sh23 * LAME : alternative encoder binary
24 * LAMEOPT: alternative encoder options
/third_party/python/Lib/lib2to3/
H A Dbtm_matcher.py59 for alternative in pattern[0]:
62 end_nodes = self.add(alternative, start=start)
/third_party/python/Lib/xml/sax/
H A Dxmlreader.py326 def get(self, name, alternative=None):
327 return self._attrs.get(name, alternative)
/third_party/gn/misc/vim/autoload/
H A Dgn.vim13 " Prefer using maktaba if it's available, but fallback to an alternative
/third_party/benchmark/tools/gbench/
H A Dreport.py203 timings_time[0], timings_time[1], alternative='two-sided').pvalue
205 timings_cpu[0], timings_cpu[1], alternative='two-sided').pvalue
/third_party/ltp/scripts/
H A Dcheckbashisms.pl663 q<alternative test command ([[ foo ]] should be [ foo ])>,
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c32 #include <avahi-common/alternative.h>
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c31 #include <avahi-common/alternative.h>
H A Dmodule-zeroconf-publish.c30 #include <avahi-common/alternative.h>
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm797 I<not> done when you specify alternative delimiters with the
1014 array containing alternative delimiter strings. See C<"Alternative
1114 C<HASH> provides an alternative.
1598 an alternative set of delimiters with the C<DELIMITERS> option. For
1630 backslash escapes, using alternative C<DELIMITERS> may speed up the
1703 An alternative to adding "use strict;" to the PREPEND option, you can
1944 disabled if you use the C<DELIMITERS> option to specify alternative
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm797 I<not> done when you specify alternative delimiters with the
1014 array containing alternative delimiter strings. See C<"Alternative
1114 C<HASH> provides an alternative.
1598 an alternative set of delimiters with the C<DELIMITERS> option. For
1630 backslash escapes, using alternative C<DELIMITERS> may speed up the
1703 An alternative to adding "use strict;" to the PREPEND option, you can
1944 disabled if you use the C<DELIMITERS> option to specify alternative
/third_party/python/Tools/msi/
H A Dbuildrelease.bat5 rem To use it to build alternative releases, you should clone this file
/third_party/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm307 ;; This alternative is an exercise in fully unrolled Comba
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c158 whether there is a next alternative. If so, it needs to jump back to
262 /* Where to coninue if an alternative is successfully matched. */
350 /* Exit point for the then opcodes of this alternative. */
352 /* Frame size of the current alternative. */
1754 PCRE2_SPTR alternative; in set_private_data_ptrs() local
1820 alternative = cc + GET(cc, 1); in set_private_data_ptrs()
1821 if (*alternative == OP_KETRMAX || *alternative == OP_KETRMIN) in set_private_data_ptrs()
2356 PCRE2_SPTR alternative; in get_recurse_data_length() local
2452 alternative in get_recurse_data_length()
2608 PCRE2_SPTR alternative; copy_recurse_data() local
5447 PCRE2_SPTR alternative, cc_save, oc; scan_prefix() local
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dme_cmp.asm109 ; and it's even more unlikely to not have any alternative mvs/modes with lower cost.
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak292 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak273 # The alternative would be to use a preprocessor macro to generate rules for nmake.
/third_party/node/deps/cares/
H A Dconfigure4857 for alternative in ${ax_cxx_compile_alternatives}; do
4858 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}" MSVC; do
4860 switch=-std:c++${alternative}
24115 for alternative in ${ax_cxx_compile_alternatives}; do
24116 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}" MSVC; do
24118 switch=-std:c++${alternative}
[all...]
/third_party/node/lib/internal/
H A Derrors.js76 // Accept 'Function' and 'Object' as alternative to the lower cased version.
1644 E('ERR_TLS_CERT_ALTNAME_FORMAT', 'Invalid subject alternative name string',
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1686 const ExprP<T>& alternative) in cond()
1688 return app<Cond<T> >(test, consequent, alternative); in cond()
2984 // Compute the first dot alternative: SUM(a[i]*b[i]), i = 0 .. Size-1 in doExpand()
2989 // using a permutation compute a dot alternative. in doExpand()
1684 cond(const ExprP<bool>& test, const ExprP<T>& consequent, const ExprP<T>& alternative) cond() argument

Completed in 81 milliseconds

12