Home
last modified time | relevance | path

Searched refs:AAA (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DclassAbstractAssignabilityConstructorFunction.symbols6 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))
DclassAbstractAssignabilityConstructorFunction.types6 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
DclassAbstractDeclarations.d.types39 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
DclassAbstractAssignabilityConstructorFunction.js5 var AAA: new() => A; variable
8 AAA = A; // error.
9 AAA = "asdf";
18 var AAA; variable
20 AAA = A; // error.
21 AAA = "asdf";
DclassAbstractDeclarations.d.symbols39 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))
DobjectMembersOnTypes.types3 class AAA implements I { }
4 >AAA : AAA
24 var c: AAA;
25 >c : AAA
30 >c : AAA
DobjectMembersOnTypes.js3 class AAA implements I { } class
8 var c: AAA;
13 var AAA = /** @class */ (function () {
14 function AAA() { class in AAA
16 return AAA;
DclassAbstractClinterfaceAssignability.types39 var AAA: typeof I;
40 >AAA : IConstructor
43 AAA = A;
44 >AAA = A : typeof A
45 >AAA : IConstructor
DobjectMembersOnTypes.symbols5 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))
DclassAbstractClinterfaceAssignability.js23 var AAA: typeof I; variable
24 AAA = A;
35 var AAA; variable
36 AAA = A;
DclassAbstractClinterfaceAssignability.symbols45 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/
Dtest_define.cfg1 $define AAA 123
2 $define BBB $AAA$$AAA$
5 1$AAA$2
11 $define AAA abc
13 1$AAA$2
Dtest_undef.cfg1 $undef AAA
3 $define AAA 123
5 1$AAA$
7 $undef AAA
9 1$AAA$
Dtest_macro_def1.cfg1 $define AAA 123
2 $define BBB $AAA$$AAA$
5 1$AAA$2
/third_party/libxml2/result/schematron/
Dzvon1_1.err2 /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.
Dzvon1_0.err2 /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.
Dzvon5_0.err2 /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
Dzvon2_1.err2 /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 @
Dzvon3_0.err2 /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/
Dzvon1.sct3 <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>
Dzvon4.sct4 <assert test="name()='AAA'">Root element is
5 <name/>, not AAA
7 <report test="name()='AAA'">Root element is AAA</report>
Dzvon8.sct4 <report test="count(//BBB) = count(//AAA)">O.K.</report>
5 <assert test="count(//BBB) &lt;= count(//AAA)">Some AAA are missing</assert>
6 <report test="count(//BBB) &lt; count(//AAA)">Some BBB are missing</report>
/third_party/python/Lib/test/test_email/data/
Dmsg_42.txt1 Content-Type: multipart/mixed; boundary="AAA"
7 --AAA
11 --AAA
20 --AAA--
/third_party/e2fsprogs/tests/m_rootdir/
Dexpect98 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/
Dpreprocessor.test47 #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 …]

12345678