/third_party/typescript/tests/baselines/reference/ |
D | declFileTypeAnnotationVisibilityErrorAccessors.types | 24 // getter with annotation 31 // getter without annotation 40 // setter with annotation 46 // Both - getter without annotation, setter with annotation 59 // Both - with annotation 70 // getter with annotation 77 // getter without annotation 86 // setter with annotation 92 // Both - getter without annotation, setter with annotation 105 // Both - with annotation [all …]
|
D | implicitAnyFromCircularInference.errors.txt | 1 …ference.ts(2,5): error TS2502: 'a' is referenced directly or indirectly in its own type annotation. 2 …ference.ts(5,5): error TS2502: 'b' is referenced directly or indirectly in its own type annotation. 3 …ference.ts(6,5): error TS2502: 'c' is referenced directly or indirectly in its own type annotation. 4 …ference.ts(9,5): error TS2502: 'd' is referenced directly or indirectly in its own type annotation. 5 …mplicitly has return type 'any' because it does not have a return type annotation and is reference… 6 …mplicitly has return type 'any' because it does not have a return type annotation and is reference… 7 …mplicitly has return type 'any' because it does not have a return type annotation and is reference… 8 …mplicitly has return type 'any' because it does not have a return type annotation and is reference… 9 …mplicitly has return type 'any' because it does not have a return type annotation and is reference… 10 …mplicitly has return type 'any' because it does not have a return type annotation and is reference… [all …]
|
D | declFileTypeAnnotationVisibilityErrorAccessors.symbols | 24 // getter with annotation 32 // getter without annotation 40 // setter with annotation 47 // Both - getter without annotation, setter with annotation 60 // Both - with annotation 73 // getter with annotation 81 // getter without annotation 89 // setter with annotation 96 // Both - getter without annotation, setter with annotation 109 // Both - with annotation [all …]
|
D | implicitAnyAmbients.errors.txt | 2 …plicitAnyAmbients.ts(5,14): error TS7010: 'f', which lacks return-type annotation, implicitly has … 4 …licitAnyAmbients.ts(6,14): error TS7010: 'f2', which lacks return-type annotation, implicitly has … 5 …icitAnyAmbients.ts(10,9): error TS7010: 'foo', which lacks return-type annotation, implicitly has … 6 …citAnyAmbients.ts(11,9): error TS7010: 'foo2', which lacks return-type annotation, implicitly has … 7 …icitAnyAmbients.ts(16,9): error TS7010: 'foo', which lacks return-type annotation, implicitly has … 8 …citAnyAmbients.ts(17,9): error TS7010: 'foo2', which lacks return-type annotation, implicitly has … 21 !!! error TS7010: 'f', which lacks return-type annotation, implicitly has an 'any' return type. 26 !!! error TS7010: 'f2', which lacks return-type annotation, implicitly has an 'any' return type. 32 !!! error TS7010: 'foo', which lacks return-type annotation, implicitly has an 'any' return type. 35 !!! error TS7010: 'foo2', which lacks return-type annotation, implicitly has an 'any' return type. [all …]
|
D | recursiveTypesWithTypeof.errors.txt | 1 …hTypeof.ts(2,5): error TS2502: 'c' is referenced directly or indirectly in its own type annotation. 2 …hTypeof.ts(4,5): error TS2502: 'd' is referenced directly or indirectly in its own type annotation. 3 …hTypeof.ts(6,5): error TS2502: 'e' is referenced directly or indirectly in its own type annotation. 4 …Typeof.ts(10,5): error TS2502: 'f' is referenced directly or indirectly in its own type annotation. 5 …ypeof.ts(12,5): error TS2502: 'f2' is referenced directly or indirectly in its own type annotation. 6 …ypeof.ts(14,5): error TS2502: 'f3' is referenced directly or indirectly in its own type annotation. 7 …peof.ts(51,5): error TS2502: 'hy3' is referenced directly or indirectly in its own type annotation. 14 !!! error TS2502: 'c' is referenced directly or indirectly in its own type annotation. 18 !!! error TS2502: 'd' is referenced directly or indirectly in its own type annotation. 22 !!! error TS2502: 'e' is referenced directly or indirectly in its own type annotation. [all …]
|
D | circularTypeofWithVarOrFunc.errors.txt | 2 … error TS2502: 'varOfAliasedType1' is referenced directly or indirectly in its own type annotation. 3 … error TS2502: 'varOfAliasedType2' is referenced directly or indirectly in its own type annotation. 5 …ueries/circularTypeofWithVarOrFunc.ts(7,18): error TS2577: Return type annotation circularly refer… 8 …eries/circularTypeofWithVarOrFunc.ts(19,29): error TS2577: Return type annotation circularly refer… 10 …eries/circularTypeofWithVarOrFunc.ts(26,15): error TS2577: Return type annotation circularly refer… 19 … error TS2502: 'varOfAliasedType1' is referenced directly or indirectly in its own type annotation. 23 … error TS2502: 'varOfAliasedType2' is referenced directly or indirectly in its own type annotation. 30 !!! error TS2577: Return type annotation circularly references itself. 48 !!! error TS2577: Return type annotation circularly references itself. 59 !!! error TS2577: Return type annotation circularly references itself.
|
D | implicitAnyDeclareFunctionExprWithoutFormalType.errors.txt | 4 …e.ts(5,14): error TS7011: Function expression, which lacks return-type annotation, implicitly has … 5 …houtFormalType.ts(8,24): error TS7010: 'temp', which lacks return-type annotation, implicitly has … 6 …e.ts(9,15): error TS7011: Function expression, which lacks return-type annotation, implicitly has … 7 …outFormalType.ts(10,24): error TS7010: 'temp', which lacks return-type annotation, implicitly has … 8 ….ts(11,15): error TS7011: Function expression, which lacks return-type annotation, implicitly has … 24 !!! error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' … 29 !!! error TS7010: 'temp', which lacks return-type annotation, implicitly has an 'any' return type. 32 !!! error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' … 35 !!! error TS7010: 'temp', which lacks return-type annotation, implicitly has an 'any' return type. 38 !!! error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' …
|
D | implicitAnyFunctionReturnNullOrUndefined.errors.txt | 1 …d.ts(2,10): error TS7010: 'nullWidenFunction', which lacks return-type annotation, implicitly has … 2 …3,10): error TS7010: 'undefinedWidenFunction', which lacks return-type annotation, implicitly has … 3 …ned.ts(6,5): error TS7010: 'nullWidenFuncOfC', which lacks return-type annotation, implicitly has … 4 …10,5): error TS7010: 'underfinedWidenFuncOfC', which lacks return-type annotation, implicitly has … 11 !!! error TS7010: 'nullWidenFunction', which lacks return-type annotation, implicitly has an 'any' … 14 !!! error TS7010: 'undefinedWidenFunction', which lacks return-type annotation, implicitly has an '… 19 !!! error TS7010: 'nullWidenFuncOfC', which lacks return-type annotation, implicitly has an 'any' r… 25 !!! error TS7010: 'underfinedWidenFuncOfC', which lacks return-type annotation, implicitly has an '…
|
D | metadataOfClassFromAlias2.symbols | 13 function annotation(): PropertyDecorator { 14 >annotation : Symbol(annotation, Decl(test.ts, 0, 39)) 23 @annotation() array: SomeClass | null | string; 24 >annotation : Symbol(annotation, Decl(test.ts, 0, 39))
|
D | metadataOfClassFromAlias.symbols | 13 function annotation(): PropertyDecorator { 14 >annotation : Symbol(annotation, Decl(test.ts, 0, 39)) 23 @annotation() array: SomeClass | null; 24 >annotation : Symbol(annotation, Decl(test.ts, 0, 39))
|
D | generatorReturnTypeInferenceNonStrict.errors.txt | 1 …renceNonStrict.ts(9,11): error TS7055: 'g001', which lacks return-type annotation, implicitly has … 2 …enceNonStrict.ts(17,11): error TS7055: 'g003', which lacks return-type annotation, implicitly has … 3 …mplicitly results in an 'any' type because its containing generator lacks a return-type annotation. 4 …enceNonStrict.ts(79,11): error TS7055: 'g301', which lacks return-type annotation, implicitly has … 5 …enceNonStrict.ts(89,11): error TS7055: 'g303', which lacks return-type annotation, implicitly has … 6 …nceNonStrict.ts(126,11): error TS7055: 'g310', which lacks return-type annotation, implicitly has … 7 …yield type 'any' because it does not yield any values. Consider supplying a return type annotation. 21 !!! error TS7055: 'g001', which lacks return-type annotation, implicitly has an 'any' yield type. 31 !!! error TS7055: 'g003', which lacks return-type annotation, implicitly has an 'any' yield type. 90 …mplicitly results in an 'any' type because its containing generator lacks a return-type annotation. [all …]
|
D | metadataOfClassFromAlias2.types | 13 function annotation(): PropertyDecorator { 14 >annotation : () => PropertyDecorator 23 @annotation() array: SomeClass | null | string; 24 >annotation() : PropertyDecorator 25 >annotation : () => PropertyDecorator
|
D | metadataOfClassFromAlias.types | 13 function annotation(): PropertyDecorator { 14 >annotation : () => PropertyDecorator 23 @annotation() array: SomeClass | null; 24 >annotation() : PropertyDecorator 25 >annotation : () => PropertyDecorator
|
D | circularIndexedAccessErrors.errors.txt | 1 …sErrors.ts(2,5): error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 2 …sErrors.ts(6,5): error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 3 …Errors.ts(18,5): error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 4 …Errors.ts(22,5): error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 13 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 19 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 33 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation. 39 !!! error TS2502: 'x' is referenced directly or indirectly in its own type annotation.
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | gen_proc_table.py | 141 for annotation in _get_annotations(registry_xml.GLES_VERSIONS): 143 if annotation[0] == '1': 145 feature_name = "{}{}".format(name_prefix, annotation) 146 glesxml.AddCommands(feature_name, annotation) 164 for annotation in _get_annotations(registry_xml.EGL_VERSIONS): 166 feature_name = "{}{}".format(name_prefix, annotation) 167 eglxml.AddCommands(feature_name, annotation) 204 for annotation in _get_annotations(registry_xml.DESKTOP_GL_VERSIONS): 206 feature_name = "{}{}".format(name_prefix, annotation) 207 glxml.AddCommands(feature_name, annotation) [all …]
|
D | generate_loader.py | 111 annotation = "{}_{}".format(major_version, minor_version) 114 feature_name = "{}{}".format(name_prefix, annotation) 116 xml.AddCommands(feature_name, annotation) 143 annotation = "{}_{}".format(major_version, minor_version) 150 feature_name = "{}{}".format(name_prefix, annotation) 152 xml.AddCommands(feature_name, annotation) 187 annotation = "{}_{}".format(major_version, minor_version) 190 feature_name = "{}{}".format(name_prefix, annotation) 192 xml.AddCommands(feature_name, annotation) 245 annotation = "{}_{}".format(major_version, minor_version) [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | gen_proc_table.py | 106 for annotation in ["2_0", "3_0", "3_1", "1_0"]: 109 if annotation[0] == '1': 111 feature_name = "{}{}".format(name_prefix, annotation) 112 glesxml.AddCommands(feature_name, annotation) 130 for annotation in ["1_0", "1_1", "1_2", "1_3", "1_4", "1_5"]: 133 feature_name = "{}{}".format(name_prefix, annotation) 134 eglxml.AddCommands(feature_name, annotation) 175 for annotation in [ 181 feature_name = "{}{}".format(name_prefix, annotation) 182 glxml.AddCommands(feature_name, annotation) [all …]
|
D | generate_loader.py | 88 annotation = "{}_{}".format(major_version, minor_version) 91 feature_name = "{}{}".format(name_prefix, annotation) 93 xml.AddCommands(feature_name, annotation) 113 annotation = "{}_{}".format(major_version, minor_version) 120 feature_name = "{}{}".format(name_prefix, annotation) 122 xml.AddCommands(feature_name, annotation) 143 annotation = "{}_{}".format(major_version, minor_version) 146 feature_name = "{}{}".format(name_prefix, annotation) 148 xml.AddCommands(feature_name, annotation) 172 annotation = "{}_{}".format(major_version, minor_version) [all …]
|
D | generate_entry_points.py | 1010 def write_file(annotation, comment, template, entry_points, suffix, includes, lib, file): argument 1015 annotation_lower=annotation.lower(), 1016 annotation_upper=annotation.upper(), 1022 path = path_to(lib, "entry_points_{}_autogen.{}".format(annotation.lower(), suffix)) 1053 annotation = '{}_{}_{}'.format(api, ver[0], ver[1]) 1057 annotation_lower=annotation.lower(), 1058 annotation_upper=annotation.upper(), 1065 path = path_to("libANGLE", "Context_%s_autogen.h" % annotation.lower()) 1073 for annotation in decls['exts'].keys(): 1074 interface_lines.append("\\\n /* " + annotation + " */ \\\n\\") [all …]
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests20.test | 1474 "description": "<math><annotation-xml><div>", 1475 "input": "<math><annotation-xml><div>", 1484 "annotation-xml", 1496 "description": "<math><annotation-xml encoding=\"application/svg+xml\"><div>", 1497 "input": "<math><annotation-xml encoding=\"application/svg+xml\"><div>", 1506 "annotation-xml", 1520 "description": "<math><annotation-xml encoding=\"application/xhtml+xml\"><div>", 1521 "input": "<math><annotation-xml encoding=\"application/xhtml+xml\"><div>", 1530 "annotation-xml", 1544 "description": "<math><annotation-xml encoding=\"aPPlication/xhtmL+xMl\"><div>", [all …]
|
D | tests12.test | 5 …<annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></t… 6 …<annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></t… 58 "annotation-xml", 162 "annotation-xml" 176 …<annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></t… 177 …<annotation-xml><svg><desc><b>eggs</b></desc><g><foreignObject><P>spam<TABLE><tr><td><img></td></t… 224 "annotation-xml", 328 "annotation-xml"
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | mouse_tracking.dart | 28 /// The annotation object used to annotate layers that are interested in mouse 33 /// Creates an annotation that can be used to find layers interested in mouse 59 // Used internally by the MouseTracker for accounting for which annotation is 62 _TrackedAnnotation(this.annotation); 64 final MouseTrackerAnnotation annotation; 66 /// Tracks devices that are currently active for this annotation. 76 /// Describes a function that finds an annotation given an offset in logical 108 /// Track an annotation so that if the mouse enters it, we send it events. 111 /// annotation has been added to the layer tree. 112 void attachAnnotation(MouseTrackerAnnotation annotation) { [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.cc | 107 const GeneratedCodeInfo::Annotation* annotation = &info.annotation(i); in FindAnnotationsOnPath() local 108 if (annotation->source_file() != source_file || in FindAnnotationsOnPath() 109 annotation->path_size() != path.size()) { in FindAnnotationsOnPath() 114 if (annotation->path(node) != path[node]) { in FindAnnotationsOnPath() 119 annotations->push_back(annotation); in FindAnnotationsOnPath() 143 const GeneratedCodeInfo::Annotation* annotation = *i; in AtLeastOneAnnotationMatchesSubstring() local 144 uint32 begin = annotation->begin(); in AtLeastOneAnnotationMatchesSubstring() 145 uint32 end = annotation->end(); in AtLeastOneAnnotationMatchesSubstring() 157 const GeneratedCodeInfo::Annotation* annotation, in AnnotationMatchesSubstring() argument 160 annotations.push_back(annotation); in AnnotationMatchesSubstring()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | printer_unittest.cc | 234 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST() 235 ? &info.annotation(0) in TEST() 236 : &info.annotation(1); in TEST() 237 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST() 238 ? &info.annotation(1) in TEST() 239 : &info.annotation(0); in TEST() 274 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST() 275 ? &info.annotation(0) in TEST() 276 : &info.annotation(1); in TEST() 277 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST() [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExperimentalApi.java | 33 import java.lang.annotation.Documented; 34 import java.lang.annotation.ElementType; 35 import java.lang.annotation.Retention; 36 import java.lang.annotation.RetentionPolicy; 37 import java.lang.annotation.Target;
|