Home
last modified time | relevance | path

Searched refs:alternative (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.h97 } alternative; member
238 term.alternative.next = 0; in BodyAlternativeBegin()
239 term.alternative.end = 0; in BodyAlternativeBegin()
240 term.alternative.onceThrough = onceThrough; in BodyAlternativeBegin()
247 term.alternative.next = 0; in BodyAlternativeDisjunction()
248 term.alternative.end = 0; in BodyAlternativeDisjunction()
249 term.alternative.onceThrough = onceThrough; in BodyAlternativeDisjunction()
256 term.alternative.next = 0; in BodyAlternativeEnd()
257 term.alternative.end = 0; in BodyAlternativeEnd()
258 term.alternative.onceThrough = false; in BodyAlternativeEnd()
[all …]
DYarrPattern.cpp527 PatternAlternative* alternative = parenthesesDisjunction->addNewAlternative(); in atomParenthesesEnd() local
531 PatternDisjunction* newDisjunction = new PatternDisjunction(alternative); in atomParenthesesEnd()
533alternative->m_terms.append(PatternTerm(PatternTerm::TypeParenthesesSubpattern, subpatternId, newD… in atomParenthesesEnd()
537 PatternTerm& disjunctionTerm = alternative->lastTerm(); in atomParenthesesEnd()
540 alternative->m_containsBOL = m_alternative->m_containsBOL; in atomParenthesesEnd()
541 alternative->m_startsWithBOL = m_alternative->m_startsWithBOL; in atomParenthesesEnd()
579 PatternAlternative* alternative = disjunction->m_alternatives[alt]; in copyDisjunction() local
580 if (!filterStartsWithBOL || !alternative->m_startsWithBOL) { in copyDisjunction()
586 for (unsigned i = 0; i < alternative->m_terms.size(); ++i) in copyDisjunction()
587 … newAlternative->m_terms.append(copyTerm(alternative->m_terms[i], filterStartsWithBOL)); in copyDisjunction()
[all …]
DYarrJIT.cpp94 void optimizeAlternative(PatternAlternative* alternative) in optimizeAlternative() argument
96 if (!alternative->m_terms.size()) in optimizeAlternative()
99 for (unsigned i = 0; i < alternative->m_terms.size() - 1; ++i) { in optimizeAlternative()
100 PatternTerm& term = alternative->m_terms[i]; in optimizeAlternative()
101 PatternTerm& nextTerm = alternative->m_terms[i + 1]; in optimizeAlternative()
108 alternative->m_terms[i] = nextTerm; in optimizeAlternative()
109 alternative->m_terms[i + 1] = termCopy; in optimizeAlternative()
843 PatternAlternative* alternative() in alternative() function
861 return t < alternative()->m_terms.size(); in termValid()
871 return alternative()->m_terms[t]; in term()
[all …]
DYarrInterpreter.cpp1114 int offset = currentTerm().alternative.end; in matchDisjunction()
1257 int offset = currentTerm().alternative.next; in matchDisjunction()
1272 if (currentTerm().alternative.onceThrough) in matchDisjunction()
1273 context->term += currentTerm().alternative.next; in matchDisjunction()
1282 int offset = currentTerm().alternative.next; in matchDisjunction()
1629 if (!m_bodyDisjunction->terms[beginTerm].alternative.next) in closeAlternative()
1632 while (m_bodyDisjunction->terms[beginTerm].alternative.next) { in closeAlternative()
1633 beginTerm += m_bodyDisjunction->terms[beginTerm].alternative.next; in closeAlternative()
1635 m_bodyDisjunction->terms[beginTerm].alternative.end = endIndex - beginTerm; in closeAlternative()
1639 m_bodyDisjunction->terms[beginTerm].alternative.next = origBeginTerm - beginTerm; in closeAlternative()
[all …]
DYarrPattern.h267 PatternAlternative* alternative = new PatternAlternative(this); in addNewAlternative() local
268 m_alternatives.append(alternative); in addNewAlternative()
269 return alternative; in addNewAlternative()
/external/kernel-headers/original/asm-x86/
Dsystem_32.h222 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
223 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
224 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
Dalternative_32.h47 #define alternative(oldinstr, newinstr, feature) \ macro
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g199 a1=alternative rewrite ( '|' a2=alternative rewrite )*
201 -> ^( BLOCK[$lp,"BLOCK"] optionsSpec? (alternative rewrite?)+ EOB[$rp,"EOB"] )
211 : a1=alternative rewrite ( '|' a2=alternative rewrite )*
212 -> ^( {blkRoot} (alternative rewrite?)+ EOB["EOB"] )
215 alternative
/external/bison/m4/
Dextern-inline.m411 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
12 _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
Dintmax_t.m434 dnl An alternative would be to explicitly test for 'intmax_t'.
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3Tree.g115 : ^( BLOCK optionsSpec? (alternative rewrite)+ EOB )
119 : ^( BLOCK (alternative rewrite)+ EOB )
122 alternative
DANTLRTreePrinter.g126 | alternative
316 alternative rewrite ( {out("|");} alternative rewrite )*
321 alternative
348 ( alternative
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Dserialize.g170 ( alternative rewrite )+
175 alternative
176 : #( ALT {out.alt(#alternative);} (element)+ EOA {out.endAlt();} )
/external/proguard/
DREADME11 - build : various alternative build scripts
/external/chromium/chrome/common/net/
Dx509_certificate_model_openssl.cc20 const std::string& alternative) { in AlternativeWhenEmpty() argument
21 return text.empty() ? alternative : text; in AlternativeWhenEmpty()
/external/eigen/doc/
DD01_StlContainers.dox45 \subsection vector_spec An alternative - specializing std::vector for Eigen types
47 As an alternative to the recommended approach described above, you have the option to specialize st…
/external/llvm/tools/gold/
DREADME.txt20 As an alternative to passing --enable-pic, you can use 'make ENABLE_PIC=1' in
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt018llstar.g22 * the appropriate alternative. Lookhead can be arbitrarily
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
Dsimplec.g15 * the appropriate alternative. Lookhead can be arbitrarily
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt018llstar.g23 * the appropriate alternative. Lookhead can be arbitrarily
/external/llvm/test/CodeGen/AArch64/
Dpic-eh-stubs.ll3 ; Make sure exception-handling PIC code can be linked correctly. An alternative
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFailedPredicateException.as31 * occurs when normally parsing the alternative just like matching a token.
DDFA.as56 /** From the input stream, predict what alternative will succeed
58 * to the underlying CFL). Return an alternative number 1..n. Throw
/external/chromium/sdch/open-vcdiff/
Dconfigure.ac32 # In those cases, use an alternative function instead of memcmp.
/external/openssl/crypto/des/
Ddes.pod197 My attempt to remove this problem is to add an alternative text-key to
198 DES-key function. This alternative function (accessed via

1234567891011