Home
last modified time | relevance | path

Searched refs:parentheses (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/JavaScriptCore/yarr/
DRegexCompiler.cpp466 m_alternative->lastTerm().parentheses.lastSubpatternId = m_pattern.m_numSubpatterns; in atomParenthesesEnd()
518 termCopy.parentheses.disjunction = copyDisjunction(termCopy.parentheses.disjunction); in copyTerm()
557 m_alternative->lastTerm().parentheses.isCopy = true; in quantifyAtom()
627 if ((term.quantityCount == 1) && !term.parentheses.isCopy) { in setupAlternativeOffsets()
629 …currentCallFrameSize = setupDisjunctionOffsets(term.parentheses.disjunction, currentCallFrameSize,… in setupAlternativeOffsets()
630 currentInputPosition += term.parentheses.disjunction->m_minimumSize; in setupAlternativeOffsets()
633 …currentCallFrameSize = setupDisjunctionOffsets(term.parentheses.disjunction, currentCallFrameSize,… in setupAlternativeOffsets()
638 setupDisjunctionOffsets(term.parentheses.disjunction, 0, currentInputPosition); in setupAlternativeOffsets()
648 …currentCallFrameSize = setupDisjunctionOffsets(term.parentheses.disjunction, currentCallFrameSize … in setupAlternativeOffsets()
DRegexPattern.h95 } parentheses; member
123 parentheses.disjunction = disjunction; in PatternTerm()
124 parentheses.subpatternId = subpatternId; in PatternTerm()
125 parentheses.isCopy = false; in PatternTerm()
DRegexInterpreter.cpp1565 if ((term.quantityCount == 1) && !term.parentheses.isCopy) { in emitDisjunction()
1567 … disjunctionAlreadyCheckedCount = term.parentheses.disjunction->m_minimumSize; in emitDisjunction()
1569 …atomParenthesesSubpatternBegin(term.parentheses.subpatternId, term.invertOrCapture, delegateEndInp… in emitDisjunction()
1570 …emitDisjunction(term.parentheses.disjunction, currentCountAlreadyChecked, term.parentheses.disjunc… in emitDisjunction()
1571 …(true, term.parentheses.lastSubpatternId, delegateEndInputOffset, term.frameLocation, term.quantit… in emitDisjunction()
1574 …atomParenthesesSubpatternBegin(term.parentheses.subpatternId, term.invertOrCapture, delegateEndInp… in emitDisjunction()
1575 … emitDisjunction(term.parentheses.disjunction, currentCountAlreadyChecked, 0); in emitDisjunction()
1576 …(true, term.parentheses.lastSubpatternId, delegateEndInputOffset, term.frameLocation, term.quantit… in emitDisjunction()
1580 …atomParenthesesSubpatternBegin(term.parentheses.subpatternId, term.invertOrCapture, delegateEndInp… in emitDisjunction()
1581 … emitDisjunction(term.parentheses.disjunction, currentCountAlreadyChecked, 0); in emitDisjunction()
[all …]
DRegexJIT.cpp786 PatternDisjunction* disjunction = parenthesesTerm.parentheses.disjunction; in generateParenthesesDisjunction()
880 PatternDisjunction* disjunction = term.parentheses.disjunction; in generateParenthesesSingle()
916 … store32(indexTemporary, Address(output, (term.parentheses.subpatternId << 1) * sizeof(int))); in generateParenthesesSingle()
918 … store32(index, Address(output, (term.parentheses.subpatternId << 1) * sizeof(int))); in generateParenthesesSingle()
931 …store32(indexTemporary, Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int))); in generateParenthesesSingle()
933 … store32(index, Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int))); in generateParenthesesSingle()
954 … store32(Imm32(-1), Address(output, (term.parentheses.subpatternId << 1) * sizeof(int))); in generateParenthesesSingle()
955 … store32(Imm32(-1), Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int))); in generateParenthesesSingle()
973 PatternDisjunction* disjunction = term.parentheses.disjunction; in generateParentheticalAssertion()
1088 if ((term.quantityCount == 1) && !term.parentheses.isCopy) in generateTerm()
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml298 have been at least that many previous capturing left parentheses in the
1330 parentheses), the change applies to the remainder of the pattern
1373 Subpatterns are delimited by parentheses (round brackets), which can be
1381 "caterpillar". Without the parentheses, it would match "cataract",
1388 Opening parentheses are counted from left to right (starting from 1, as
1407 The fact that plain parentheses fulfil two functions is not always
1448 Identifying capturing parentheses by number is simple, but it can be
1454 References to capturing parentheses from other
1461 capturing parentheses are still allocated numbers as well as names, exactly as
1466 named parentheses can match. Suppose you want to match the name of a weekday,
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
DNOTES39 with no space, using lots of parentheses.
/external/jpeg/
Dcoderules.doc70 Note the set of parentheses surrounding the parameter list.
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DPHP Markdown Extra Readme.text404 * Now supports URLs containing literal parentheses for inline links
409 Such parentheses may be arbitrarily nested, but must be
410 balanced. Unbalenced parentheses are allowed however when the URL
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms10 # "VMS" -- used just to make sure parentheses aren't empty;
/external/bison/doc/
Dfdl.texi116 title either is precisely XYZ or contains XYZ in parentheses following
314 adding at the end of it, in parentheses, the name of the original
Dbison.info1046 situation, containing a superfluous pair of parentheses:
1066 You could parse `(a)' as an "unspecified identifier in parentheses",
1069 where the parentheses are nested in the recursive rules for expressions.
1986 for parentheses nested to arbitrary depth. Here is the Bison code for
3080 contain parentheses or square brackets. This macro definition must go
3548 actual arguments may not be surrounded by parentheses. Also, your
4799 unary factorial operators (`!'), and allow parentheses for grouping.
5661 expression in parentheses in which all integers are hexadecimal. In
5731 parentheses and skips to the close-parenthesis:
5740 abort that construct (since it applies to an inner level of parentheses
[all …]
Dbison.texinfo770 parentheses:
797 You could parse @samp{(a)} as an ``unspecified identifier in parentheses'',
800 grammar, where the parentheses are nested in the recursive rules for
1826 parentheses nested to arbitrary depth. Here is the Bison code for
3071 that does not contain parentheses or square brackets.
3631 actual arguments may not be surrounded by parentheses. Also, your
5146 factorial operators (@samp{!}), and allow parentheses for grouping.
6120 an expression in parentheses in which all integers are hexadecimal. In
6194 For example, there could be a rule which applies within parentheses
6208 that construct (since it applies to an inner level of parentheses within
/external/bzip2/
DCHANGES197 parentheses.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
Dflex.man388 (r) match an r; parentheses are used to override
550 and '$', cannot be grouped inside parentheses. A '^'
872 it to be rescanned enclosed in parentheses.
1210 BEGIN(INITIAL) is equivalent to BEGIN(0). (The parentheses
3226 parentheses. With lex, the following:
3255 $ then it is not expanded with parentheses, to allow
3260 Using -l results in the lex behavior of no parentheses
3264 enclosed in parentheses.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info434 match an R; parentheses are used to override precedence (see below)
547 parentheses. A '^' which does not occur at the beginning of a
782 parentheses.
1039 `BEGIN(0)'. (The parentheses around the start condition name are not
2593 parentheses. With lex, the following:
2607 it is *not* expanded with parentheses, to allow these operators to
2612 Using `-l' results in the `lex' behavior of no parentheses around
2616 parentheses.
Dflex.texi524 match an @var{r}; parentheses are used to override
663 inside parentheses. A '^' which does not occur at
953 parentheses.
1251 parentheses around the start condition name are not required but
3070 in parentheses. With lex, the following:
3087 with @samp{$} then it is @emph{not} expanded with parentheses, to
3094 parentheses around the definition.
3097 parentheses.
/external/protobuf/src/google/protobuf/
Ddescriptor.proto417 // extension (denoted with parentheses in options specs in .proto files).
/external/libpng/
DCHANGES239 Added type casts and parentheses to all returns that return a value.(Tim W.)
261 Add parentheses for easier reading of pngget.c, fixed "||" should be "&&".
486 Added parentheses in line 3732 of pngvcrd.c
614 Added many parentheses, e.g., "if (a && b & c)" becomes "if (a && (b & c))"
685 Added some parentheses to the png_jmpbuf macro definition.
1246 Enclosed shift op expressions in parentheses, to silence warnings (Cosmin).
1432 Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
/external/quake/quake/src/WinQuake/data/
DREADME.TXT114 CONFIG.SYS and AUTOEXEC.BAT (explanation is in parentheses):
/external/bluetooth/glib/
DChangeLog.pre-2-2500 * glib/gmessages.h: Use G_LIKELY without surrounding parentheses
504 * glib/gmacros.h: Always put parentheses in G_LIKELY and G_UNLIKELY.
/external/bison/
DNEWS10 be to a type name that does not contain parentheses or brackets.
/external/grub/
DChangeLog586 notation without parentheses.
589 example of using grub-install without parentheses.
3821 parentheses, since the grub shell is merely one of the programs
4178 * grub/main.c (usage): Enclose the mail address with parentheses
4460 * stage2/shared.h (STACKOFF): Enclosed with parentheses.
5928 parentheses since it is the GRUB package version, not just an
/external/webkit/WebKitTools/android/flex-2.5.4a/
DNEWS736 case, the definition is *not* pushed back inside of parentheses.
/external/e2fsprogs/lib/et/
Dtexinfo.tex1577 % This is the definition of ( outside of all parentheses.
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1020368 <rdar://problem/5731773> REGRESSION (r28973): Extraneous parentheses in function.toString()
20767 Test: fast/js/function-toString-parentheses.html
20777 could get smarter, and only add the parentheses when there is actual ambiguity.
20869 (KJS::JSGlobalObject::pushActivation): Removed parentheses that don't make
20870 the expression clearer -- other similar sites didn't have these parentheses,
20960 parentheses when necessary.
28259 Fix compiler warning "warning: suggest parentheses around && within ||"
28262 * kjs/value.h: (KJS::JSValue::isNumber): Add parentheses.
29239 and use that when serializing to determine where parentheses are needed.
29240 This means we no longer have to represent parentheses in the tree.
[all …]

12