/third_party/typescript/tests/baselines/reference/ |
D | uncalledFunctionChecksInConditional2.types | 145 measure = (name, startTag, endTag) => { 146 …endTag) => { perf.measure(name, startTag, endTag) perf.clearMarks(startTag) perf.cl… 148 …endTag) => { perf.measure(name, startTag, endTag) perf.clearMarks(startTag) perf.cl… 151 >endTag : any 153 perf.measure(name, startTag, endTag) 154 >perf.measure(name, startTag, endTag) : PerformanceMeasure 160 >endTag : any 169 perf.clearMarks(endTag) 170 >perf.clearMarks(endTag) : void 174 >endTag : any
|
D | uncalledFunctionChecksInConditional2.js | 42 measure = (name, startTag, endTag) => { argument 43 perf.measure(name, startTag, endTag) 45 perf.clearMarks(endTag) 83 measure = function (name, startTag, endTag) { 84 perf_1.measure(name, startTag, endTag); 86 perf_1.clearMarks(endTag);
|
D | uncalledFunctionChecksInConditional2.symbols | 120 measure = (name, startTag, endTag) => { 124 >endTag : Symbol(endTag, Decl(uncalledFunctionChecksInConditional2.ts, 40, 30)) 126 perf.measure(name, startTag, endTag) 132 >endTag : Symbol(endTag, Decl(uncalledFunctionChecksInConditional2.ts, 40, 30)) 140 perf.clearMarks(endTag) 144 >endTag : Symbol(endTag, Decl(uncalledFunctionChecksInConditional2.ts, 40, 30))
|
D | uncalledFunctionChecksInConditional2.errors.txt | 50 measure = (name, startTag, endTag) => { 51 perf.measure(name, startTag, endTag) 53 perf.clearMarks(endTag)
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | parser-location-info.test.ts | 110 assert.equal(scriptLocation?.endTag?.startLine, 4); 129 assert.ok(!location.endTag); 145 assert.ok(location && location.startTag && location.endTag); 147 html.slice(location.startTag.startOffset, location.endTag.endOffset), 193 assert.ok(htmlLocation?.endTag && bodyLocation); 196 assert.strictEqual(htmlLocation.endTag.startOffset, bodyLocation.endOffset); 197 assert.strictEqual(htmlLocation.endTag.startLine, bodyLocation.endLine); 198 assert.strictEqual(htmlLocation.endTag.startCol, bodyLocation.endCol);
|
D | index.ts | 496 endTag: { ...ctLoc }, 1508 if (htmlLocation && !htmlLocation.endTag) { 1514 if (bodyLocation && !bodyLocation.endTag) { 3443 if (bodyElement && !p.treeAdapter.getNodeSourceCodeLocation(bodyElement)?.endTag) {
|
/third_party/lame/ACM/tinyxml/ |
D | tinyxmlparser.cpp | 194 const char* endTag, in ReadText() argument 204 && !StringEqual( p, endTag, caseInsensitive ) in ReadText() 219 && !StringEqual( p, endTag, caseInsensitive ) ) in ReadText() 246 return p + strlen( endTag ); in ReadText() 540 string endTag = "</"; in Parse() local 541 endTag += value; in Parse() 542 endTag += ">"; in Parse() 576 if ( StringEqual( p, endTag.c_str(), false ) ) in Parse() 578 p += endTag.length(); in Parse() 739 const char* endTag = "-->"; in Parse() local [all …]
|
D | tinyxml.h | 132 const char* endTag, // what ends this text 161 const char* endTag,
|
/third_party/parse5/test/utils/ |
D | generate-location-info-parser-tests.ts | 65 assert.ok(location.endTag, 'Expected endTag to be defined'); 66 const length = location.endTag.endOffset - location.endTag.startOffset; 69 assertLocation(location.endTag, expected, html, lines); 155 if (location.endTag) {
|
/third_party/typescript/tests/cases/compiler/ |
D | uncalledFunctionChecksInConditional2.ts | 43 measure = (name, startTag, endTag) => { 44 perf.measure(name, startTag, endTag) 46 perf.clearMarks(endTag)
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 577 const char* endTag, in ReadText() argument 587 && !StringEqual( p, endTag, caseInsensitive, encoding ) in ReadText() 603 && !StringEqual( p, endTag, caseInsensitive, encoding ) ) in ReadText() 635 p += strlen( endTag ); in ReadText() 1078 TIXML_STRING endTag ("</"); in Parse() local 1079 endTag += value; in Parse() 1122 if ( StringEqual( p, endTag.c_str(), false, encoding ) ) in Parse() 1124 p += endTag.length(); in Parse() 1350 const char* endTag = "-->"; in Parse() local 1380 while ( p && *p && !StringEqual( p, endTag, false, encoding ) ) in Parse() [all …]
|
D | tinyxml.h | 318 const char* endTag, // what ends this text 367 const char* endTag,
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 449 …public static FieldCodec<T> ForGroup<T>(uint startTag, uint endTag, MessageParser<T> parser) where… 484 message => CodedOutputStream.ComputeGroupSize(message), startTag, endTag); field 772 …uint endTag = 0) : this(reader, writer, inputMerger, valuesMerger, sizeCalculator, tag, endTag, De… 783 uint endTag, 793 EndTag = endTag; 796 if (endTag != 0) 797 tagSize += CodedOutputStream.ComputeRawVarint32Size(endTag);
|
/third_party/parse5/packages/parse5-sax-parser/lib/ |
D | index.ts | 185 const endTag: EndTag = { constant 189 this.emitIfListenerExists('endTag', endTag); 280 on(event: 'endTag', listener: (endTag: EndTag) => void): this;
|
/third_party/parse5/packages/parse5/lib/common/ |
D | token.ts | 44 endTag?: Location; property
|
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/ |
D | index.ts | 162 on(event: 'endTag', listener: (endTag: EndTag, rawHtml: string) => void): this;
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ArrayDecoders.java | 944 final int endTag = (fieldNumber << 3) | WireFormat.WIRETYPE_END_GROUP; in decodeExtension() local 947 data, position, limit, endTag, registers); in decodeExtension()
|
D | MessageSchema.java | 4828 final int endTag = (tag & ~0x7) | WireFormat.WIRETYPE_END_GROUP; in parseOneofField() local 4831 getMessageFieldSchema(bufferPosition), data, position, limit, endTag, registers); in parseOneofField() 5055 final int endTag = (number << 3) | WireFormat.WIRETYPE_END_GROUP; in parseProto2Message() local 5058 getMessageFieldSchema(pos), data, position, limit, endTag, registers); in parseProto2Message()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …reeAdapter.getTagName(e),s={};t.type===i.END_TAG_TOKEN&&r===t.tagName?(s.endTag=Object.assign({},n…
|