Home
last modified time | relevance | path

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

123456

/external/webkit/JavaScriptCore/yarr/
DRegexInterpreter.h93 } alternative; member
217 term.alternative.next = 0; in BodyAlternativeBegin()
218 term.alternative.end = 0; in BodyAlternativeBegin()
225 term.alternative.next = 0; in BodyAlternativeDisjunction()
226 term.alternative.end = 0; in BodyAlternativeDisjunction()
233 term.alternative.next = 0; in BodyAlternativeEnd()
234 term.alternative.end = 0; in BodyAlternativeEnd()
241 term.alternative.next = 0; in AlternativeBegin()
242 term.alternative.end = 0; in AlternativeBegin()
249 term.alternative.next = 0; in AlternativeDisjunction()
[all …]
DRegexCompiler.cpp502 PatternAlternative* alternative = disjunction->m_alternatives[alt]; in copyDisjunction() local
504 for (unsigned i = 0; i < alternative->m_terms.size(); ++i) in copyDisjunction()
505 newAlternative->m_terms.append(copyTerm(alternative->m_terms[i])); in copyDisjunction()
579 …unsigned setupAlternativeOffsets(PatternAlternative* alternative, unsigned currentCallFrameSize, u… in setupAlternativeOffsets() argument
581 alternative->m_hasFixedSize = true; in setupAlternativeOffsets()
584 for (unsigned i = 0; i < alternative->m_terms.size(); ++i) { in setupAlternativeOffsets()
585 PatternTerm& term = alternative->m_terms[i]; in setupAlternativeOffsets()
598 alternative->m_hasFixedSize = false; in setupAlternativeOffsets()
609 alternative->m_hasFixedSize = false; in setupAlternativeOffsets()
619 alternative->m_hasFixedSize = false; in setupAlternativeOffsets()
[all …]
DRegexJIT.cpp79 void optimizeAlternative(PatternAlternative* alternative) in optimizeAlternative() argument
81 if (!alternative->m_terms.size()) in optimizeAlternative()
84 for (unsigned i = 0; i < alternative->m_terms.size() - 1; ++i) { in optimizeAlternative()
85 PatternTerm& term = alternative->m_terms[i]; in optimizeAlternative()
86 PatternTerm& nextTerm = alternative->m_terms[i + 1]; in optimizeAlternative()
93 alternative->m_terms[i] = nextTerm; in optimizeAlternative()
94 alternative->m_terms[i + 1] = termCopy; in optimizeAlternative()
309 PatternAlternative* alternative() in alternative() function
322 return t < alternative()->m_terms.size(); in termValid()
332 return alternative()->m_terms[t]; in term()
[all …]
DRegexInterpreter.cpp996 int offset = currentTerm().alternative.end; in matchDisjunction()
1121 int offset = currentTerm().alternative.next; in matchDisjunction()
1138 int offset = currentTerm().alternative.next; in matchDisjunction()
1395 if (!m_bodyDisjunction->terms[beginTerm].alternative.next) in closeAlternative()
1398 while (m_bodyDisjunction->terms[beginTerm].alternative.next) { in closeAlternative()
1399 beginTerm += m_bodyDisjunction->terms[beginTerm].alternative.next; in closeAlternative()
1401 m_bodyDisjunction->terms[beginTerm].alternative.end = endIndex - beginTerm; in closeAlternative()
1405 m_bodyDisjunction->terms[beginTerm].alternative.next = origBeginTerm - beginTerm; in closeAlternative()
1421 while (m_bodyDisjunction->terms[beginTerm].alternative.next) { in closeBodyAlternative()
1422 beginTerm += m_bodyDisjunction->terms[beginTerm].alternative.next; in closeBodyAlternative()
[all …]
DRegexPattern.h221 PatternAlternative* alternative = new PatternAlternative(this); in addNewAlternative() local
222 m_alternatives.append(alternative); in addNewAlternative()
223 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/v8/test/mjsunit/
Djson.js28 function GenericToJSONChecks(Constructor, value, alternative) { argument
30 n1.valueOf = function () { return alternative; };
31 assertEquals(alternative, n1.toJSON());
/external/v8/src/
Dast.cc466 RegExpTree* alternative = alternatives->at(i); in RegExpDisjunction() local
467 min_match_ = Min(min_match_, alternative->min_match()); in RegExpDisjunction()
468 max_match_ = Max(max_match_, alternative->max_match()); in RegExpDisjunction()
Djsregexp.cc2492 int ChoiceNode::GreedyLoopTextLength(GuardedAlternative* alternative) { in GreedyLoopTextLength() argument
2494 RegExpNode* node = alternative->node(); in GreedyLoopTextLength()
2699 GuardedAlternative alternative = alternatives_->at(i); in Emit() local
2700 ZoneList<Guard*>* guards = alternative.guards(); in Emit()
2768 GuardedAlternative alternative = alternatives_->at(i); in Emit() local
2771 ZoneList<Guard*>* guards = alternative.guards(); in Emit()
2786 alternative.node()->EmitQuickCheck(compiler, in Emit()
2832 alternative.node()->Emit(compiler, &new_trace); in Emit()
2870 GuardedAlternative alternative, in EmitOutOfLineContinuation() argument
2882 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation()
[all …]
Djsregexp.h1025 int GreedyLoopTextLength(GuardedAlternative* alternative);
1037 GuardedAlternative alternative,
/external/proguard/
DREADME11 - build : various alternative build scripts
/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
/external/chromium/sdch/open-vcdiff/
Dconfigure.ac32 # In those cases, use an alternative function instead of memcmp.
/external/iproute2/doc/actions/
Dgact-usage64 #alternative: deterministically accept every second packet
/external/chromium/third_party/icu/source/tools/tzcode/
Dicuzones19 # An alternative to making these aliases according to CLDR would be
/external/clearsilver/
DCS_LICENSE5 For alternative licensing, please contact the authors at
/external/icu4c/tools/tzcode/
Dicuzones19 # An alternative to making these aliases according to CLDR would be
/external/openssl/apps/
Dopenssl.cnf200 # An alternative to produce certificates that aren't
305 # An alternative to produce certificates that aren't
Dopenssl-vms.cnf200 # An alternative to produce certificates that aren't
305 # An alternative to produce certificates that aren't
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
DREADME.VMS76 build.com -- DCL command procedure as alternative to descrip.mms;
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml88 <entry>start of alternative branch</entry>
940 alternative in which it appears if the pattern is ever to match that
1263 Vertical bar characters are used to separate alternative patterns. For
1273 appear, and an empty alternative is permitted (matching the empty
1274 string). The matching process tries each alternative in turn, from
1275 … "succeeds" means matching the rest of the main pattern as well as the alternative in the subpatte…
1346 in different parts of the pattern. Any changes made in one alternative
1437 match exactly the same set of strings. Because alternative branches are
1779 An alternative description is that a subpattern of this type matches
2121 The implementation of lookbehind assertions is, for each alternative,
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties60 # error processing the subject alternative name extension
62 … constraint checking failed: there was an error processing the subject alternative name extension …
63 CertPathReviewer.subjAltNameExtError.summary = Error processing the subject alternative name extens…
64 … constraint checking failed: there was an error processing the subject alternative name extension …
85 CertPathReviewer.processLengthConstError.summary = Error processing the subject alternative name ex…
/external/stlport/doc/
DREADME.borland150 Borland's website for the latest patch for ilink32.exe. In the alternative,
/external/chromium/net/third_party/nss/ssl/
Dnotes.txt56 hs.msgState (SSL3 only) an alternative set of pointers/lengths for gs->buf.

123456