/external/webkit/JavaScriptCore/yarr/ |
D | RegexInterpreter.h | 93 } 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 …]
|
D | RegexCompiler.cpp | 502 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 …]
|
D | RegexJIT.cpp | 79 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 …]
|
D | RegexInterpreter.cpp | 996 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 …]
|
D | RegexPattern.h | 221 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/ |
D | system_32.h | 222 #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)
|
D | alternative_32.h | 47 #define alternative(oldinstr, newinstr, feature) \ macro
|
/external/v8/test/mjsunit/ |
D | json.js | 28 function GenericToJSONChecks(Constructor, value, alternative) { argument 30 n1.valueOf = function () { return alternative; }; 31 assertEquals(alternative, n1.toJSON());
|
/external/v8/src/ |
D | ast.cc | 466 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()
|
D | jsregexp.cc | 2492 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 …]
|
D | jsregexp.h | 1025 int GreedyLoopTextLength(GuardedAlternative* alternative); 1037 GuardedAlternative alternative,
|
/external/proguard/ |
D | README | 11 - build : various alternative build scripts
|
/external/openssl/crypto/des/ |
D | des.pod | 197 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/ |
D | configure.ac | 32 # In those cases, use an alternative function instead of memcmp.
|
/external/iproute2/doc/actions/ |
D | gact-usage | 64 #alternative: deterministically accept every second packet
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
D | icuzones | 19 # An alternative to making these aliases according to CLDR would be
|
/external/clearsilver/ |
D | CS_LICENSE | 5 For alternative licensing, please contact the authors at
|
/external/icu4c/tools/tzcode/ |
D | icuzones | 19 # An alternative to making these aliases according to CLDR would be
|
/external/openssl/apps/ |
D | openssl.cnf | 200 # An alternative to produce certificates that aren't 305 # An alternative to produce certificates that aren't
|
D | openssl-vms.cnf | 200 # 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/ |
D | README.VMS | 76 build.com -- DCL command procedure as alternative to descrip.mms;
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 88 <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/ |
D | CertPathReviewerMessages.properties | 60 # 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/ |
D | README.borland | 150 Borland's website for the latest patch for ilink32.exe. In the alternative,
|
/external/chromium/net/third_party/nss/ssl/ |
D | notes.txt | 56 hs.msgState (SSL3 only) an alternative set of pointers/lengths for gs->buf.
|