/third_party/typescript/tests/baselines/reference/ |
D | classAbstractAssignabilityConstructorFunction.symbols | 6 var AAA: new() => A; 7 >AAA : Symbol(AAA, Decl(classAbstractAssignabilityConstructorFunction.ts, 3, 3)) 11 AAA = A; // error. 12 >AAA : Symbol(AAA, Decl(classAbstractAssignabilityConstructorFunction.ts, 3, 3)) 15 AAA = "asdf"; 16 >AAA : Symbol(AAA, Decl(classAbstractAssignabilityConstructorFunction.ts, 3, 3))
|
D | classAbstractAssignabilityConstructorFunction.types | 6 var AAA: new() => A; 7 >AAA : new () => A 10 AAA = A; // error. 11 >AAA = A : typeof A 12 >AAA : new () => A 15 AAA = "asdf"; 16 >AAA = "asdf" : "asdf" 17 >AAA : new () => A
|
D | classAbstractDeclarations.d.types | 39 declare abstract class AAA {} 40 >AAA : AAA 42 declare abstract class BBB extends AAA {} 44 >AAA : AAA 46 declare class CCC extends AAA {} 48 >AAA : AAA
|
D | classAbstractAssignabilityConstructorFunction.js | 5 var AAA: new() => A; variable 8 AAA = A; // error. 9 AAA = "asdf"; 18 var AAA; variable 20 AAA = A; // error. 21 AAA = "asdf";
|
D | classAbstractDeclarations.d.symbols | 39 declare abstract class AAA {} 40 >AAA : Symbol(AAA, Decl(classAbstractDeclarations.d.ts, 18, 39)) 42 declare abstract class BBB extends AAA {} 44 >AAA : Symbol(AAA, Decl(classAbstractDeclarations.d.ts, 18, 39)) 46 declare class CCC extends AAA {} 48 >AAA : Symbol(AAA, Decl(classAbstractDeclarations.d.ts, 18, 39))
|
D | objectMembersOnTypes.types | 3 class AAA implements I { } 4 >AAA : AAA 24 var c: AAA; 25 >c : AAA 30 >c : AAA
|
D | objectMembersOnTypes.js | 3 class AAA implements I { } class 8 var c: AAA; 13 var AAA = /** @class */ (function () { 14 function AAA() { class in AAA 16 return AAA;
|
D | classAbstractClinterfaceAssignability.types | 39 var AAA: typeof I; 40 >AAA : IConstructor 43 AAA = A; 44 >AAA = A : typeof A 45 >AAA : IConstructor
|
D | objectMembersOnTypes.symbols | 5 class AAA implements I { } 6 >AAA : Symbol(AAA, Decl(objectMembersOnTypes.ts, 0, 14)) 26 var c: AAA; 28 >AAA : Symbol(AAA, Decl(objectMembersOnTypes.ts, 0, 14))
|
D | classAbstractClinterfaceAssignability.js | 23 var AAA: typeof I; variable 24 AAA = A; 35 var AAA; variable 36 AAA = A;
|
D | classAbstractClinterfaceAssignability.symbols | 45 var AAA: typeof I; 46 >AAA : Symbol(AAA, Decl(classAbstractClinterfaceAssignability.ts, 21, 3)) 49 AAA = A; 50 >AAA : Symbol(AAA, Decl(classAbstractClinterfaceAssignability.ts, 21, 3))
|
/third_party/boost/libs/test/test/inputs/ |
D | test_define.cfg | 1 $define AAA 123 2 $define BBB $AAA$$AAA$ 5 1$AAA$2 11 $define AAA abc 13 1$AAA$2
|
D | test_undef.cfg | 1 $undef AAA 3 $define AAA 123 5 1$AAA$ 7 $undef AAA 9 1$AAA$
|
D | test_macro_def1.cfg | 1 $define AAA 123 2 $define BBB $AAA$$AAA$ 5 1$AAA$2
|
/third_party/libxml2/result/schematron/ |
D | zvon1_1.err | 2 /AAA line 1: BBB element is missing. 3 /AAA line 1: AAA misses attribute name. 6 /AAA line 1: BBB element is missing. 7 /AAA line 1: AAA misses attribute name.
|
D | zvon1_0.err | 2 /AAA line 1: BBB element is present. 3 /AAA line 1: AAA misses attribute name. 5 /AAA line 1: BBB element is present. 7 /AAA line 1: AAA misses attribute name.
|
D | zvon5_0.err | 2 /AAA/BBB/CCC line 3: Source contains an empty element CCC 3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text 4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text 5 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element 6 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
|
D | zvon2_1.err | 2 /AAA line 1: Text in element AAA must not contain character @ 3 /AAA/BBB line 2: Text in element BBB must not contain character @ 4 /AAA/CCC line 3: Text in element CCC must not contain character @
|
D | zvon3_0.err | 2 /AAA/BBB/CCC[1] line 3: attribute name is not present 3 /AAA/BBB/CCC[2] line 4: attribute name is not present 4 /AAA/CCC[1] line 6: attribute name is present 5 /AAA/CCC[2] line 7: attribute name is present
|
/third_party/libxml2/test/schematron/ |
D | zvon1.sct | 3 <rule context="AAA"> 6 <assert test="@name">AAA misses attribute name.</assert> 7 <report test="@name">AAA contains attribute name.</report> 11 <rule context="AAA"> 13 <report test="@name">AAA contains attribute name.</report> 17 <rule context="AAA"> 19 <assert test="@name">AAA misses attribute name.</assert>
|
D | zvon4.sct | 4 <assert test="name()='AAA'">Root element is 5 <name/>, not AAA 7 <report test="name()='AAA'">Root element is AAA</report>
|
D | zvon8.sct | 4 <report test="count(//BBB) = count(//AAA)">O.K.</report> 5 <assert test="count(//BBB) <= count(//AAA)">Some AAA are missing</assert> 6 <report test="count(//BBB) < count(//AAA)">Some BBB are missing</report>
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_42.txt | 1 Content-Type: multipart/mixed; boundary="AAA" 7 --AAA 11 --AAA 20 --AAA--
|
/third_party/e2fsprogs/tests/m_rootdir/ |
D | expect | 98 X 0/0 1/1 0-31 AAA-BBB 32 101 Y 0/1 1/1 1-1048576 AAA 1048576 102 X 1/1 1/5 1-1 AAA-BBB 1 103 X 1/1 2/5 512-512 AAA-BBB 1 104 X 1/1 3/5 1024-1024 AAA-BBB 1 105 X 1/1 4/5 524288-524288 AAA-BBB 1 106 X 1/1 5/5 1048576-1048576 AAA-BBB 1 111 X 0/0 1/1 0-0 AAA-BBB 1 114 X 0/0 1/1 0-0 AAA-BBB 1
|
/third_party/vk-gl-cts/data/gles2/shaders/ |
D | preprocessor.test | 47 #defin AAA 287 # define AAA 2.0 289 # define VALUE (AAA - 1.0) 303 # define AAA 2.0 304 # define VALUE (AAA - 1.0) 305 # define VALUE (AAA- 1.0) 318 # define AAA 2.0 319 # define VALUE (AAA - 1.0) 320 # define VALUE (AAA + 1.0) 333 # define AAA 2.0 [all …]
|