/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 449 struct parsed_bracket *brackets) in parse_register_bracket() argument 454 memset(brackets, 0, sizeof(struct parsed_bracket)); in parse_register_bracket() 459 if (parse_file( &cur, &brackets->ind_file )) { in parse_register_bracket() 460 if (!parse_register_1d( ctx, &brackets->ind_file, in parse_register_bracket() 461 &brackets->ind_index )) in parse_register_bracket() 471 brackets->ind_comp = TGSI_SWIZZLE_X; in parse_register_bracket() 474 brackets->ind_comp = TGSI_SWIZZLE_Y; in parse_register_bracket() 477 brackets->ind_comp = TGSI_SWIZZLE_Z; in parse_register_bracket() 480 brackets->ind_comp = TGSI_SWIZZLE_W; in parse_register_bracket() 491 parse_int( &ctx->cur, &brackets->index ); in parse_register_bracket() [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssTokens.java | 75 public final Brackets brackets; field in CssTokens 112 int end = brackets.partner(tokenIndex); in spliceToEnd() 175 String normalizedCss, Brackets brackets, int[] tokenBreaks, in CssTokens() argument 178 this.brackets = brackets; in CssTokens() 250 private final int[] brackets; field in CssTokens.Brackets 252 private Brackets(int[] brackets) { in Brackets() argument 253 this.brackets = brackets; in Brackets() 260 return brackets[(bracketIndex << 1) + 1]; in partner() 266 int right = brackets.length >> 1; in bracketIndexForToken() 269 int value = brackets[mid << 1]; in bracketIndexForToken() [all …]
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, inline style.text | 11 [URL wrapped in angle brackets](</url/>). 13 [URL w/ angle brackets + title](</url/> "Here's the title").
|
D | Links, reference style.text | 11 With [embedded [brackets]] [b]. 51 [Something in brackets like [this][] should work]
|
D | Markdown Documentation - Syntax.text | 125 and `&`. Left angle brackets are used to start tags; ampersands are 162 angle brackets as delimiters for HTML tags, Markdown will treat them as 171 However, inside Markdown code spans and blocks, angle brackets and 499 Within a code block, ampersands (`&`) and angle brackets (`<` and `>`) 503 ampersands and angle brackets. For example, this: 550 In both styles, the link text is delimited by [square brackets]. 574 Reference-style links use a second set of square brackets, inside 579 You can optionally use a space to separate the sets of brackets: 590 * Square brackets containing the link identifier (optionally 598 The link URL may, optionally, be surrounded by angle brackets: [all …]
|
D | Markdown Documentation - Basics.text | 49 Blockquotes are indicated using email-style '`>`' angle brackets. 190 *reference*. With both styles, you use square brackets to delimit the 266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/markdown/tests/markdown-test/ |
D | links-reference.txt | 11 With [embedded [brackets]] [b].
|
D | markdown-syntax.txt | 125 and `&`. Left angle brackets are used to start tags; ampersands are 162 angle brackets as delimiters for HTML tags, Markdown will treat them as 171 However, inside Markdown code spans and blocks, angle brackets and 499 Within a code block, ampersands (`&`) and angle brackets (`<` and `>`) 503 ampersands and angle brackets. For example, this: 550 In both styles, the link text is delimited by [square brackets]. 574 Reference-style links use a second set of square brackets, inside 579 You can optionally use a space to separate the sets of brackets: 590 * Square brackets containing the link identifier (optionally 598 The link URL may, optionally, be surrounded by angle brackets: [all …]
|
D | markdown-documentation-basics.txt | 49 Blockquotes are indicated using email-style '`>`' angle brackets. 190 *reference*. With both styles, you use square brackets to delimit the 266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Links, reference style.text | 11 With [embedded [brackets]] [b].
|
D | Markdown Documentation - Syntax.text | 125 and `&`. Left angle brackets are used to start tags; ampersands are 162 angle brackets as delimiters for HTML tags, Markdown will treat them as 171 However, inside Markdown code spans and blocks, angle brackets and 499 Within a code block, ampersands (`&`) and angle brackets (`<` and `>`) 503 ampersands and angle brackets. For example, this: 550 In both styles, the link text is delimited by [square brackets]. 574 Reference-style links use a second set of square brackets, inside 579 You can optionally use a space to separate the sets of brackets: 590 * Square brackets containing the link identifier (optionally 598 The link URL may, optionally, be surrounded by angle brackets: [all …]
|
D | Markdown Documentation - Basics.text | 49 Blockquotes are indicated using email-style '`>`' angle brackets. 190 *reference*. With both styles, you use square brackets to delimit the 266 backtick quotes. Any ampersands (`&`) and angle brackets (`<` or
|
/external/markdown/tests/extensions-x-toc/ |
D | syntax-toc.txt | 88 and `&`. Left angle brackets are used to start tags; ampersands are 125 angle brackets as delimiters for HTML tags, Markdown will treat them as 134 However, inside Markdown code spans and blocks, angle brackets and 462 Within a code block, ampersands (`&`) and angle brackets (`<` and `>`) 466 ampersands and angle brackets. For example, this: 513 In both styles, the link text is delimited by [square brackets]. 537 Reference-style links use a second set of square brackets, inside 542 You can optionally use a space to separate the sets of brackets: 553 * Square brackets containing the link identifier (optionally 561 The link URL may, optionally, be surrounded by angle brackets: [all …]
|
/external/pdfium/testing/resources/ |
D | trailer_unterminated.in | 26 % closing angle-brackets not present for trailer dictionary.
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | ReflectUtils.java | 183 StringBuffer brackets = new StringBuffer(className.length() - dimensions); in getClass() local 185 brackets.append('['); in getClass() 189 String prefix = (dimensions > 0) ? brackets + "L" : ""; in getClass() 208 return Class.forName(brackets + transform, false, loader); in getClass()
|
/external/markdown/tests/extensions-x-def_list/ |
D | markdown-syntax.txt | 125 and `&`. Left angle brackets are used to start tags; ampersands are 162 angle brackets as delimiters for HTML tags, Markdown will treat them as 171 However, inside Markdown code spans and blocks, angle brackets and 499 Within a code block, ampersands (`&`) and angle brackets (`<` and `>`) 503 ampersands and angle brackets. For example, this: 550 In both styles, the link text is delimited by [square brackets]. 574 Reference-style links use a second set of square brackets, inside 579 You can optionally use a space to separate the sets of brackets: 590 * Square brackets containing the link identifier (optionally 598 The link URL may, optionally, be surrounded by angle brackets: [all …]
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 273 brackets = l[i] + l[j] 275 if brackets == '()': 277 elif brackets == '<>': 279 elif brackets == '[]':
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | 8k_async_randwrite | 5 # The job name in brackets must match the name of this file.
|
/external/vogar/ |
D | .vogarconfig.example | 6 # .vogarconfig file. Names contained in angle brackets are placeholders.
|
/external/pcre/dist/ |
D | HACKING | 395 A pair of non-capturing round brackets is wrapped round each expression at 396 compile time, so alternation always happens in the context of brackets. 402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99 403 capturing brackets and it used a different opcode for each one. From release 405 higher-numbered brackets. From release 7.0 all capturing brackets are handled 411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket 446 Possessive brackets 460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets 512 automatically wrapped inside OP_ONCE brackets, because otherwise some patterns
|
/external/markdown/docs/extensions/ |
D | Fenced_Code_Blocks.txt | 37 brackets:
|
/external/v8/test/webkit/ |
D | regexp-many-brackets-expected.txt | 24 Test regular expression processing with many capturing brackets (200).
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/ |
D | py_histogram_begins.markdown | 65 -# images : it is the source image of type uint8 or float32. it should be given in square brackets, 67 -# channels : it is also given in square brackets. It is the index of channel for which we 74 -# histSize : this represents our BIN count. Need to be given in square brackets. For full scale,
|
/external/v8/test/webkit/fast/regex/ |
D | early-acid3-86-expected.txt | 24 Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | configure.ac | 4 # integers separated by periods and surrounded by square brackets (e.g.
|