/external/markdown/MarkdownTest/Tests_2004/ |
Backslash escapes.text | 15 Left bracket: \[ 17 Right bracket: \] 51 Left bracket: \[ 53 Right bracket: \] 86 Left bracket: `\[` 88 Right bracket: `\]`
|
Backslash escapes.html | 15 <p>Left bracket: [</p> 17 <p>Right bracket: ]</p> 49 Left bracket: \[ 51 Right bracket: \] 84 <p>Left bracket: <code>\[</code></p> 86 <p>Right bracket: <code>\]</code></p>
|
Backslash escapes.text-out | 16 <p>Left bracket: [</p> 17 <p>Right bracket: ]</p> 40 Left bracket: \[ 42 Right bracket: \] 68 <p>Left bracket: <code>\[</code></p> 69 <p>Right bracket: <code>\]</code></p>
|
Backslash escapes.text-res | 16 <p>Left bracket: [</p> 17 <p>Right bracket: ]</p> 40 Left bracket: \[ 42 Right bracket: \] 68 <p>Left bracket: <code>\[</code></p> 69 <p>Right bracket: <code>\]</code></p>
|
/external/markdown/tests/markdown-test/ |
backlash-escapes.txt | 15 Left bracket: \[ 17 Right bracket: \] 51 Left bracket: \[ 53 Right bracket: \] 86 Left bracket: `\[` 88 Right bracket: `\]`
|
backlash-escapes.html | 8 <p>Left bracket: [</p> 9 <p>Right bracket: ]</p> 31 Left bracket: \[ 33 Right bracket: \] 58 <p>Left bracket: <code>\[</code></p> 59 <p>Right bracket: <code>\]</code></p>
|
/external/libxml2/test/errors/ |
content1.xml | 6 <!--* missing closing bracket in choice *-->
|
/external/markdown/MarkdownTest/Tests_2007/ |
Backslash escapes.text | 15 Left bracket: \[ 17 Right bracket: \] 51 Left bracket: \[ 53 Right bracket: \] 86 Left bracket: `\[` 88 Right bracket: `\]`
|
Backslash escapes.html | 15 <p>Left bracket: [</p> 17 <p>Right bracket: ]</p> 49 Left bracket: \[ 51 Right bracket: \] 84 <p>Left bracket: <code>\[</code></p> 86 <p>Right bracket: <code>\]</code></p>
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
argv0.txt | 4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
|
/external/snakeyaml/src/test/resources/pyyaml/ |
unclosed-bracket.loader-error | 5 #"we could have detected the unclosed bracket on the above line, but this would forbid such syntax as": {
|
/external/toybox/toys/other/ |
reset.c | 21 // man 4 console codes: reset terminal is ESC (no left bracket) c
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_WILDCARDMATCH.3 | 53 .IP "[ - BRACKET EXPRESSION" 54 The left bracket opens a bracket expression. The question mark and asterisk have 55 no special meaning in a bracket expression. Each bracket expression ends by the 56 right bracket and matches exactly one character. Some examples follow:
|
/external/clang/test/SemaCXX/ |
PR16677.cpp | 10 template<class T, // Should be angle bracket instead of comma
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
AbstractContinuousDistribution.java | 113 // Try to bracket root, test domain endpoints if this fails 116 double[] bracket = null; local 118 bracket = UnivariateRealSolverUtils.bracket( 133 // Failed bracket convergence was not because of corner solution 141 bracket[0],bracket[1], getSolverAbsoluteAccuracy()); 191 * bracket a CDF root. This method is used by 201 * bracket a CDF root. This method is used by 212 * bracket a CDF root. This method is used b [all...] |
/external/v8/src/compiler/ |
control-equivalence.cc | 53 Bracket* recent = &blist.back(); 73 // Propagate bracket list up the DFS tree [line:13]. 86 // Push backedge onto the bracket list [line:25]. 87 Bracket bracket = {direction, kInvalidClass, 0, from, to}; local 88 GetBracketList(from).push_back(bracket); 228 for (Bracket bracket : blist) { 229 TRACE("{%d->%d} ", bracket.from->id(), bracket.to->id()) [all...] |
control-equivalence.h | 61 struct Bracket { 62 DFSDirection direction; // Direction in which this bracket was added. 63 size_t recent_class; // Cached class when bracket was topmost. 64 size_t recent_size; // Cached set-size when bracket was topmost. 65 Node* from; // Node that this bracket originates from. 66 Node* to; // Node that this bracket points to. 70 typedef ZoneLinkedList<Bracket> BracketList; 148 // Accessors for the bracket list stored within the per-node data.
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_text.c | 567 struct parsed_dcl_bracket *bracket) 570 memset(bracket, 0, sizeof(struct parsed_dcl_bracket)); 575 /* it can be an empty bracket [] which means its range 578 bracket->first = 0; 579 bracket->last = ctx->implied_array_size - 1; 585 bracket->first = uindex; 598 bracket->last = (int) uindex; 602 bracket->last = bracket->first; 648 * the second bracket */ 685 struct parsed_bracket bracket[2]; local 766 struct parsed_bracket bracket[2]; local [all...] |
/external/clang/test/Parser/ |
parser_overflow.c | [all...] |
/external/llvm/lib/Support/ |
regcname.h | 125 { "left-square-bracket", '[' }, 128 { "right-square-bracket", ']' }, 135 { "left-curly-bracket", '{' }, 138 { "right-curly-bracket", '}' },
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
regcname.h | 122 { "left-square-bracket", '[' }, 125 { "right-square-bracket", ']' }, 132 { "left-curly-bracket", '{' }, 135 { "right-curly-bracket", '}' },
|
/external/replicaisland/res/values/ |
arrays.xml | 75 <item>LEFT BRACKET</item> 76 <item>RIGHT BRACKET</item>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
BracketFinder.java | 56 * Lower bound of the bracket. 60 * Higher bound of the bracket. 64 * Point inside the bracket. 109 * Search new points that bracket a local optimum of the function. 228 * @return the lower bound of the bracket. 244 * @return the higher bound of the bracket. 260 * @return a point in the middle of the bracket.
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
reader.h | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
HyperParser.py | 81 # find the rightmost bracket to which index belongs 93 # The bracket to which we belong should be an opener. 105 """If the index given to the HyperParser is surrounded by a bracket 107 indices of the opening bracket and the closing bracket (or the 110 the closing bracket and mustclose is True, returns None. 217 # We are at a bracketing limit. If it is a closing bracket, 218 # eat the bracket, otherwise, stop the search. 223 # We were not at the end of a closing bracket
|