/third_party/typescript/tests/baselines/reference/ |
D | typeFromPropertyAssignment8_1.types | 19 my.app.Application = (function () { 20 >my.app.Application = (function () {var Application = function () { //...};return Application;})… 21 >my.app.Application : () => void 25 >Application : () => void 26 >(function () {var Application = function () { //...};return Application;})() : () => void 27 >(function () {var Application = function () { //...};return Application;}) : () => () => void 28 >function () {var Application = function () { //...};return Application;} : () => () => void 30 var Application = function () { 31 >Application : () => void 36 return Application; [all …]
|
D | typeFromPropertyAssignment8.types | 19 my.app.Application = (function () { 20 >my.app.Application = (function () {var Application = function () { //...};return Application;})… 21 >my.app.Application : () => void 25 >Application : () => void 26 >(function () {var Application = function () { //...};return Application;})() : () => void 27 >(function () {var Application = function () { //...};return Application;}) : () => () => void 28 >function () {var Application = function () { //...};return Application;} : () => () => void 30 var Application = function () { 31 >Application : () => void 36 return Application; [all …]
|
D | typeFromPropertyAssignment10.types | 93 Outer.app.Application = (function () { 94 …Application = (function () { /** * Application main class. * Will be instantiated & ini… 95 >Outer.app.Application : typeof Application 99 >Application : typeof Application 100 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 101 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 102 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 105 * Application main class. 108 var Application = function () { 109 >Application : typeof Application [all …]
|
D | typeFromPropertyAssignment10_1.types | 93 Outer.app.Application = (function () { 94 …Application = (function () { /** * Application main class. * Will be instantiated & ini… 95 >Outer.app.Application : typeof Application 99 >Application : typeof Application 100 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 101 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 102 …Application main class. * Will be instantiated & initialized by HTML page */ var Applic… 105 * Application main class. 108 var Application = function () { 109 >Application : typeof Application [all …]
|
D | typeFromPropertyAssignment8.symbols | 14 my.app.Application = (function () { 15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 21 var Application = function () { 22 >Application : Symbol(Application, Decl(a.js, 4, 3)) 26 return Application; 27 >Application : Symbol(Application, Decl(a.js, 4, 3)) 30 my.app.Application() 31 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 35 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) [all …]
|
D | typeFromPropertyAssignment8_1.symbols | 14 my.app.Application = (function () { 15 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 19 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 21 var Application = function () { 22 >Application : Symbol(Application, Decl(a.js, 4, 3)) 26 return Application; 27 >Application : Symbol(Application, Decl(a.js, 4, 3)) 30 my.app.Application() 31 >my.app.Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) 35 >Application : Symbol(my.app.Application, Decl(a.js, 1, 22)) [all …]
|
D | augmentExportEquals5.symbols | 11 export interface Application { } 12 >Application : Symbol(Application, Decl(express.d.ts, 2, 33)) 137 interface Application extends IRouter<Application>, Express.Application { 138 >Application : Symbol(Application, Decl(express.d.ts, 48, 9)) 140 >Application : Symbol(Application, Decl(express.d.ts, 48, 9)) 141 >Express.Application : Symbol(Express.Application, Decl(express.d.ts, 2, 33)) 143 >Application : Symbol(Express.Application, Decl(express.d.ts, 2, 33)) 146 >routes : Symbol(Application.routes, Decl(express.d.ts, 50, 81)) 149 interface Express extends Application { 151 >Application : Symbol(Application, Decl(express.d.ts, 48, 9)) [all …]
|
D | augmentExportEquals5.js | 7 export interface Application { } 54 interface Application extends IRouter<Application>, Express.Application { 58 interface Express extends Application { 59 createApplication(): Application;
|
D | typeFromPropertyAssignment10_1.symbols | 74 Outer.app.Application = (function () { 75 >Outer.app.Application : Symbol(Outer.app.Application, Decl(application.js, 0, 0)) 79 >Application : Symbol(Outer.app.Application, Decl(application.js, 0, 0)) 82 * Application main class. 85 var Application = function () { 86 >Application : Symbol(Application, Decl(application.js, 6, 7)) 90 >this : Symbol(Application, Decl(application.js, 6, 21)) 93 >me.view : Symbol(Application.view, Decl(application.js, 7, 22)) 94 >me : Symbol(Application.view, Decl(application.js, 7, 22)) 95 >view : Symbol(Application.view, Decl(application.js, 7, 22)) [all …]
|
D | typeFromPropertyAssignment10.symbols | 74 Outer.app.Application = (function () { 75 >Outer.app.Application : Symbol(Outer.app.Application, Decl(application.js, 0, 0)) 79 >Application : Symbol(Outer.app.Application, Decl(application.js, 0, 0)) 82 * Application main class. 85 var Application = function () { 86 >Application : Symbol(Application, Decl(application.js, 6, 7)) 90 >this : Symbol(Application, Decl(application.js, 6, 21)) 93 >me.view : Symbol(Application.view, Decl(application.js, 7, 22)) 94 >me : Symbol(Application.view, Decl(application.js, 7, 22)) 95 >view : Symbol(Application.view, Decl(application.js, 7, 22)) [all …]
|
D | augmentExportEquals5.types | 5 export interface Application { } 85 interface Application extends IRouter<Application>, Express.Application { 92 interface Express extends Application { 93 createApplication(): Application; 94 >createApplication : () => Application
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPropertyAssignment8_1.ts | 10 my.app.Application = (function () { 11 var Application = function () { variable 14 return Application; 16 my.app.Application() 22 min.app.Application = (function () { 23 var Application = function () { variable 26 return Application; 28 min.app.Application()
|
D | typeFromPropertyAssignment8.ts | 10 my.app.Application = (function () { 11 var Application = function () { variable 14 return Application; 16 my.app.Application() 22 min.app.Application = (function () { 23 var Application = function () { variable 26 return Application; 28 min.app.Application()
|
D | typeFromPropertyAssignment10_1.ts | 29 Outer.app.Application = (function () { 35 var Application = function () { variable 39 return Application; 42 var app = new Outer.app.Application();
|
D | typeFromPropertyAssignment10.ts | 29 Outer.app.Application = (function () { 35 var Application = function () { variable 39 return Application; 42 var app = new Outer.app.Application();
|
/third_party/typescript/tests/cases/compiler/ |
D | augmentExportEquals5.ts | 8 export interface Application { } interface 55 interface Application extends IRouter<Application>, Express.Application { 59 interface Express extends Application { 60 createApplication(): Application;
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | component.h | 35 class Application final : public Engine::Delegate, 39 using TerminationCallback = fit::function<void(const Application*)>; 44 static std::pair<std::unique_ptr<Thread>, std::unique_ptr<Application>> 53 ~Application(); 82 fml::WeakPtrFactory<Application> weak_factory_; 84 Application( 109 FML_DISALLOW_COPY_AND_ASSIGN(Application);
|
D | component.cc | 41 std::pair<std::unique_ptr<Thread>, std::unique_ptr<Application>> 42 Application::Create( in Create() 49 std::unique_ptr<Application> application; in Create() 54 new Application(std::move(termination_callback), std::move(package), in Create() 73 Application::Application( in Application() function in flutter_runner::Application 353 Application::~Application() = default; 355 const std::string& Application::GetDebugLabel() const { in GetDebugLabel() 431 void Application::AttemptVMLaunchWithCurrentSettings( in AttemptVMLaunchWithCurrentSettings() 473 void Application::Kill() { in Kill() 483 void Application::Detach() { in Detach() [all …]
|
D | runner.h | 39 std::unique_ptr<Application> application; 42 std::pair<std::unique_ptr<Thread>, std::unique_ptr<Application>> pair) in ActiveApplication() 50 std::unordered_map<const Application*, ActiveApplication> 70 void UnregisterApplication(const Application* application); 72 void OnApplicationTerminate(const Application* application);
|
/third_party/libcoap/doc/ |
D | main.md | 4 A C implementation of the Constrained Application Protocol (RFC 7252) 24 * RFC7252: The Constrained Application Protocol (CoAP) 26 * RFC7641: Observing Resources in the Constrained Application Protocol (CoAP) 28 * RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP) 30 * RFC7967: Constrained Application Protocol (CoAP) Option for No Server Response 32 * RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP) 34 * RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets 37 * RFC8768: Constrained Application Protocol (CoAP) Hop-Limit Option
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/ |
D | gif-metadata.gif.make-artificial.txt | 19 # Extension (Application Extension), 11 bytes for AI and AAC. 21 # Application Identifier "ICCRGBG1". 23 # Application Authentication Code "012". 34 # Extension (Application Extension), 11 bytes for AI and AAC. 36 # Application Identifier "XMP Data". 38 # Application Authentication Code "XMP".
|
/third_party/libcoap/man/ |
D | coap.txt.in | 53 "RFC7252: The Constrained Application Protocol (CoAP)" 55 "RFC7641: Observing Resources in the Constrained Application Protocol (CoAP)" 57 "RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP)" 59 "RFC7967: Constrained Application Protocol (CoAP) Option for No Server Response" 61 "RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)" 63 "RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets" 67 "RFC8768: Constrained Application Protocol (CoAP) Hop-Limit Option"
|
/third_party/libcoap/ |
D | README.md | 1 # libcoap: A C implementation of the Constrained Application Protocol (RFC 7252) 39 * RFC7252: The Constrained Application Protocol (CoAP) 41 * RFC7641: Observing Resources in the Constrained Application Protocol (CoAP) 43 * RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP) 45 * RFC7967: Constrained Application Protocol (CoAP) Option for No Server Response 47 * RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP) 49 * RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets 52 * RFC8768: Constrained Application Protocol (CoAP) Hop-Limit Option
|
D | README | 1 # libcoap: A C implementation of the Constrained Application Protocol (RFC 7252) 39 * RFC7252: The Constrained Application Protocol (CoAP) 41 * RFC7641: Observing Resources in the Constrained Application Protocol (CoAP) 43 * RFC7959: Block-Wise Transfers in the Constrained Application Protocol (CoAP) 45 * RFC7967: Constrained Application Protocol (CoAP) Option for No Server Response 47 * RFC8132: PATCH and FETCH Methods for the Constrained Application Protocol (CoAP) 49 * RFC8323: CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets 52 * RFC8768: Constrained Application Protocol (CoAP) Hop-Limit Option
|
/third_party/skia/tools/sk_app/ |
D | Application.h | 13 class Application { 15 static Application* Create(int argc, char** argv, void* platformData); 17 virtual ~Application() {} in ~Application()
|