| /third_party/typescript/tests/baselines/reference/ |
| D | aliasBug.types | 5 export class Provide { 6 >Provide : Provide 15 import provide = foo; 16 >provide : typeof foo 22 >bar : typeof provide.bar 25 var p = new provide.Provide(); 26 >p : provide.Provide 27 >new provide.Provide() : provide.Provide 28 >provide.Provide : typeof provide.Provide 29 >provide : typeof foo [all …]
|
| D | aliasErrors.types | 5 export class Provide { 6 >Provide : Provide 14 import provide = foo; 15 >provide : typeof foo 21 >bar : typeof provide.bar 25 >beez : typeof provide.bar 27 >bar : typeof provide.bar 58 var p = new provide.Provide(); 59 >p : provide.Provide 60 >new provide.Provide() : provide.Provide [all …]
|
| D | aliasBug.symbols | 5 export class Provide { 6 >Provide : Symbol(Provide, Decl(aliasBug.ts, 0, 12)) 15 import provide = foo; 16 >provide : Symbol(provide, Decl(aliasBug.ts, 5, 1)) 22 >bar : Symbol(provide.bar, Decl(aliasBug.ts, 2, 5)) 25 var p = new provide.Provide(); 27 >provide.Provide : Symbol(provide.Provide, Decl(aliasBug.ts, 0, 12)) 28 >provide : Symbol(provide, Decl(aliasBug.ts, 5, 1)) 29 >Provide : Symbol(provide.Provide, Decl(aliasBug.ts, 0, 12)) 34 var p1: provide.Provide; // error here, but should be okay [all …]
|
| D | aliasErrors.symbols | 5 export class Provide { 6 >Provide : Symbol(Provide, Decl(aliasErrors.ts, 0, 12)) 14 import provide = foo; 15 >provide : Symbol(provide, Decl(aliasErrors.ts, 4, 1)) 21 >bar : Symbol(provide.bar, Decl(aliasErrors.ts, 2, 5)) 27 >bar : Symbol(provide.bar, Decl(aliasErrors.ts, 2, 5)) 48 var p = new provide.Provide(); 50 >provide.Provide : Symbol(provide.Provide, Decl(aliasErrors.ts, 0, 12)) 51 >provide : Symbol(provide, Decl(aliasErrors.ts, 4, 1)) 52 >Provide : Symbol(provide.Provide, Decl(aliasErrors.ts, 0, 12)) [all …]
|
| D | aliasBug.js | 3 export class Provide { 9 import provide = foo; 12 var p = new provide.Provide(); 15 var p1: provide.Provide; // error here, but should be okay 16 var p2: foo.Provide; 18 var p22 = new provide.Provide(); 25 var Provide = /** @class */ (function () { class 26 function Provide() { class in anonymousFunction752e0c200100.Provide 28 return Provide; 30 foo.Provide = Provide; [all …]
|
| D | aliasErrors.js | 3 export class Provide { 8 import provide = foo; 20 var p = new provide.Provide(); 25 var p1: provide.Provide; 26 var p2: foo.Provide; 28 var p22 = new provide.Provide(); 36 var Provide = /** @class */ (function () { class 37 function Provide() { class in anonymousFunction14b56f7f0100.Provide 39 return Provide; 41 foo.Provide = Provide; [all …]
|
| D | aliasBug.errors.txt | 6 export class Provide { 12 import provide = foo; 15 var p = new provide.Provide(); 18 var p1: provide.Provide; // error here, but should be okay 19 var p2: foo.Provide; 23 var p22 = new provide.Provide();
|
| D | aliasErrors.errors.txt | 12 export class Provide { 17 import provide = foo; 41 var p = new provide.Provide(); 46 var p1: provide.Provide; 47 var p2: foo.Provide; 51 var p22 = new provide.Provide();
|
| D | objectLiteralWithSemicolons1.errors.txt | 1 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 3 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer. 5 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer. 11 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 15 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer. 19 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
|
| D | objectLiteralWithSemicolons2.errors.txt | 1 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 3 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer. 5 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer. 12 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 17 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer. 22 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
|
| D | objectLiteralWithSemicolons3.errors.txt | 1 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 3 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer. 5 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer. 13 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 18 …value exists in scope for the shorthand property 'b'. Either declare one or provide an initializer. 23 …value exists in scope for the shorthand property 'c'. Either declare one or provide an initializer.
|
| D | es6ClassTest.symbols | 81 export class Provide { 82 >Provide : Symbol(Provide, Decl(es6ClassTest.ts, 33, 27)) 85 >foo : Symbol(Provide.foo, Decl(es6ClassTest.ts, 34, 23)) 88 >zoo : Symbol(Provide.zoo, Decl(es6ClassTest.ts, 35, 13)) 93 >boo : Symbol(Provide.boo, Decl(es6ClassTest.ts, 38, 16)) 96 >bar : Symbol(Provide.bar, Decl(es6ClassTest.ts, 40, 16))
|
| D | objectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.errors.txt | 10 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 12 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 15 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 56 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 61 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer. 68 …value exists in scope for the shorthand property 'a'. Either declare one or provide an initializer.
|
| /third_party/typescript/tests/cases/compiler/ |
| D | aliasBug.ts | 4 export class Provide { class 10 import provide = foo; 13 var p = new provide.Provide(); 16 var p1: provide.Provide; // error here, but should be okay 17 var p2: foo.Provide; 19 var p22 = new provide.Provide();
|
| D | aliasErrors.ts | 2 export class Provide { class 7 import provide = foo; 19 var p = new provide.Provide(); 24 var p1: provide.Provide; 25 var p2: foo.Provide; 27 var p22 = new provide.Provide();
|
| /third_party/protobuf/js/binary/ |
| D | constants.js | 38 goog.provide('jspb.AnyFieldType'); 39 goog.provide('jspb.BinaryConstants'); 40 goog.provide('jspb.BinaryMessage'); 41 goog.provide('jspb.BuilderFunction'); 42 goog.provide('jspb.ByteSource'); 43 goog.provide('jspb.ClonerFunction'); 44 goog.provide('jspb.ComparerFunction'); 45 goog.provide('jspb.ConstBinaryMessage'); 46 goog.provide('jspb.PrunerFunction'); 47 goog.provide('jspb.ReaderFunction'); [all …]
|
| /third_party/glfw/docs/ |
| D | compat.dox | 63 to provide file drop events. If the application originating the drag does not 66 GLFW uses the XRandR 1.3 extension to provide multi-monitor support. If the 71 GLFW uses the XRandR 1.3 and Xf86vidmode extensions to provide gamma ramp 75 GLFW uses the Xkb extension and detectable auto-repeat to provide keyboard 89 `GLX_SGI_swap_control` extensions to provide vertical retrace synchronization 105 GLFW uses the `GLX_ARB_create_context_profile` extension to provide support for 111 GLFW uses the `GLX_ARB_context_flush_control` extension to provide control over 117 extensions to provide support for sRGB framebuffers. Where both of these 132 GLFW uses the `WGL_EXT_swap_control` extension to provide vertical retrace 148 GLFW uses the `WGL_ARB_create_context_profile` extension to provide support for [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | DenseMapInfo.h | 36 // Provide DenseMapInfo for all pointers. 59 // Provide DenseMapInfo for chars. 70 // Provide DenseMapInfo for unsigned chars. 81 // Provide DenseMapInfo for unsigned shorts. 92 // Provide DenseMapInfo for unsigned ints. 103 // Provide DenseMapInfo for unsigned longs. 117 // Provide DenseMapInfo for unsigned long longs. 132 // Provide DenseMapInfo for shorts. 140 // Provide DenseMapInfo for ints. 151 // Provide DenseMapInfo for longs. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | DenseMapInfo.h | 33 // Provide DenseMapInfo for all pointers. 53 // Provide DenseMapInfo for chars. 63 // Provide DenseMapInfo for unsigned ints. 73 // Provide DenseMapInfo for unsigned longs. 85 // Provide DenseMapInfo for unsigned long longs. 98 // Provide DenseMapInfo for ints. 108 // Provide DenseMapInfo for longs. 122 // Provide DenseMapInfo for long longs. 135 // Provide DenseMapInfo for all pairs whose members have info. 169 // Provide DenseMapInfo for StringRefs. [all …]
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | jsdocTag.ts | 91 … it("for quickinfo, should provide display parts plus a span for a working link in a tag", () => { 125 it("for quickinfo, should provide a string for a working link in a tag", () => { 136 it("for quickinfo, should provide display parts for a working link in a comment", () => { 167 it("for quickinfo, should provide a string for a working link in a comment", () => { 176 …it("for quickinfo-full, should provide display parts plus a span for a working link in a tag", () … 206 it("for quickinfo-full, should provide a string for a working link in a tag", () => { 217 …it("for quickinfo-full, should provide display parts plus a span for a working link in a comment",… 244 it("for quickinfo-full, should provide a string for a working link in a comment", () => { 383 it("for signature help, should provide a string for a working link in a comment", () => { 417 … it("for signature help, should provide display parts for a working link in a comment", () => { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | PointerLikeTypeTraits.h | 34 // Provide a trait to check if T is pointer-like. 54 // Provide PointerLikeTypeTraits for non-cvr pointers. 76 // Provide PointerLikeTypeTraits for const things. 89 // Provide PointerLikeTypeTraits for const pointers. 102 // Provide PointerLikeTypeTraits for uintptr_t. 114 /// Provide suitable custom traits struct for function pointers. 119 /// To rely on higher alignment for a specialized use, you can provide a 136 /// Provide a default specialization for function pointers that assumes 4-byte
|
| /third_party/protobuf/js/ |
| D | README.md | 75 (`myproto_libs.js` in this example). The generated file will `goog.provide()` 77 tests the generated files contain many `goog.provide` statements like: 79 goog.provide('proto.google.protobuf.DescriptorProto'); 80 goog.provide('proto.google.protobuf.DescriptorProto.ExtensionRange'); 81 goog.provide('proto.google.protobuf.DescriptorProto.ReservedRange'); 82 goog.provide('proto.google.protobuf.EnumDescriptorProto'); 83 goog.provide('proto.google.protobuf.EnumOptions'); 87 that your `goog.provide()` / `goog.require()` setup can find all of your
|
| /third_party/node/deps/openssl/openssl/ |
| D | README-ENGINES.md | 62 Presently however, applications must use the ENGINE API itself to provide 115 ENGINE "control commands" so that each ENGINE implementation can provide 118 also) to provide any such input directly to the ENGINE implementation. 120 device, they only need to provide the means to carry such user/admin 143 ENGINE implementations from OpenSSL, but instead leaves you to provide 145 shared-libraries. It should be possible for hardware vendors to provide 164 automatically fails. All it does provide are a few "control commands" 217 "control commands" mechanism, will provide some way for you to pass 223 separate the command name from the value, applications may provide 233 run on the same host system, this may provide some arguable security [all …]
|
| /third_party/openssl/ |
| D | README-ENGINES.md | 62 Presently however, applications must use the ENGINE API itself to provide 115 ENGINE "control commands" so that each ENGINE implementation can provide 118 also) to provide any such input directly to the ENGINE implementation. 120 device, they only need to provide the means to carry such user/admin 143 ENGINE implementations from OpenSSL, but instead leaves you to provide 145 shared-libraries. It should be possible for hardware vendors to provide 164 automatically fails. All it does provide are a few "control commands" 217 "control commands" mechanism, will provide some way for you to pass 223 separate the command name from the value, applications may provide 233 run on the same host system, this may provide some arguable security [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DiagnosticHandler.h | 8 // Base DiagnosticHandler class declaration. Derive from this class to provide 38 /// Override handleDiagnostics to provide custom implementation. 51 /// to provide different implementation. 55 /// to provide different implementation. 59 /// to provide different implementation.
|