/third_party/typescript/tests/baselines/reference/ |
D | import_reference-to-type-alias.js | 4 export module App { 16 import Services = appJs.App.Services; 24 exports.App = void 0; 25 var App; 26 (function (App) { argument 38 })(Services = App.Services || (App.Services = {})); 39 })(App = exports.App || (exports.App = {})); 45 var Services = appJs.App.Services;
|
D | jsxClassAttributeResolution.types | 2 class App {} 3 >App : App 5 export const a = <App></App>; 7 ><App></App> : any 8 >App : typeof App 9 >App : typeof App
|
D | import_reference-exported-alias.js | 4 module App { 14 import Mod = App; 27 var App; 28 (function (App) { argument 40 })(Services = App.Services || (App.Services = {})); 41 })(App || (App = {})); 42 var Mod = App;
|
D | jsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js | 16 export class App extends React.Component<{}> { class 46 exports.App = void 0; 51 var App = /** @class */ (function (_super) { 52 __extends(App, _super); 53 function App() { class in App 56 App.prototype.render = function () { 62 return App; 64 exports.App = App;
|
D | jsxClassAttributeResolution.symbols | 2 class App {} 3 >App : Symbol(App, Decl(file.tsx, 0, 0)) 5 export const a = <App></App>; 7 >App : Symbol(App, Decl(file.tsx, 0, 0)) 8 >App : Symbol(App, Decl(file.tsx, 0, 0))
|
D | import_reference-exported-alias.types | 24 module App { 25 >App : typeof App 43 import Mod = App; 44 >Mod : typeof App 45 >App : typeof App 48 >Mod : typeof App
|
D | tsxExternalModuleEmit1.js | 14 export class App extends React.Component<any, any> { class 82 exports.App = void 0; 86 var App = /** @class */ (function (_super) { 87 __extends(App, _super); 88 function App() { class in App 91 App.prototype.render = function () { 94 return App; 96 exports.App = App;
|
D | localImportNameVsGlobalName.js | 6 module App { 27 var App; variable 28 (function (App) { argument 31 App.foo = foo; 35 })(App || (App = {}));
|
D | import_reference-to-type-alias.types | 5 import Services = appJs.App.Services; 8 >App : typeof appJs.App 22 export module App { 23 >App : typeof App
|
D | jsxClassAttributeResolution.js | 4 class App {} class 5 export const a = <App></App>; 31 class App { 33 exports.a = (0, jsx_runtime_1.jsx)(App, {});
|
D | reactHOCSpreadprops.types | 6 function f<P>(App: React.ComponentClass<P> | React.StatelessComponent<P>): void { 7 >f : <P>(App: React.ComponentClass<P> | React.StatelessComponent<P>) => void 8 >App : React.ComponentClass<P, any> | React.StatelessComponent<P> 22 return <App {...this.props} />; 23 ><App {...this.props} /> : JSX.Element 24 >App : React.ComponentClass<P, any> | React.StatelessComponent<P>
|
D | import_reference-to-type-alias.symbols | 5 import Services = appJs.App.Services; 8 >App : Symbol(appJs.App, Decl(file1.ts, 0, 0)) 20 export module App { 21 >App : Symbol(App, Decl(file1.ts, 0, 0))
|
D | import_reference-exported-alias.symbols | 22 module App { 23 >App : Symbol(App, Decl(file1.ts, 0, 0)) 40 import Mod = App; 42 >App : Symbol(App, Decl(file1.ts, 0, 0))
|
D | reactHOCSpreadprops.symbols | 6 function f<P>(App: React.ComponentClass<P> | React.StatelessComponent<P>): void { 9 >App : Symbol(App, Decl(reactHOCSpreadprops.tsx, 2, 14)) 28 return <App {...this.props} />; 29 >App : Symbol(App, Decl(reactHOCSpreadprops.tsx, 2, 14))
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuApp.cpp | 127 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App() function in tcu::App 184 App::~App (void) in ~App() 189 void App::cleanup (void) in cleanup() 207 bool App::iterate (void) in iterate() 278 const TestRunStatus& App::getResult (void) const in getResult() 283 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason) in onWatchdogTimeout() 286 static_cast<App*>(userPtr)->onWatchdogTimeout(reason); in onWatchdogTimeout() 289 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr) in onCrash() 292 static_cast<App*>(userPtr)->onCrash(); in onCrash() 295 void App::onWatchdogTimeout (qpTimeoutReason reason) in onWatchdogTimeout() [all …]
|
/third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/ |
D | with-no-backing-types-found-doesn't-crash-under---strict.js | 35 export const App = () => <div propA={true}></div>; function 46 [7m1[0m export const App = () => <div propA={true}></div>; 58 exports.App = void 0; 60 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; 61 exports.App = App;
|
D | with-no-backing-types-found-doesn't-crash.js | 35 export const App = () => <div propA={true}></div>; function 50 exports.App = void 0; 52 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; class 53 exports.App = App;
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
D | jsxImportSource-option-changed-incremental.js | 52 export const App = () => <div propA={true}></div>; function 97 exports.App = void 0; 99 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; class 100 exports.App = App; 171 [7m1[0m export const App = () => <div propA={true}></div>; 213 exports.App = void 0; 215 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; 216 exports.App = App;
|
D | jsxImportSource-option-changed-watch.js | 52 export const App = () => <div propA={true}></div>; function 118 exports.App = void 0; 120 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; 121 exports.App = App; 195 [7m1[0m export const App = () => <div propA={true}></div>; 252 exports.App = void 0; 254 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; 255 exports.App = App;
|
D | jsxImportSource-backing-types-removed-incremental.js | 35 export const App = () => <div propA={true}></div>; function 74 exports.App = void 0; 76 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; class 77 exports.App = App; 146 [7m1[0m export const App = () => <div propA={true}></div>;
|
D | jsxImportSource-backing-types-added-incremental.js | 18 export const App = () => <div propA={true}></div>; function 28 [7m1[0m export const App = () => <div propA={true}></div>; 62 exports.App = void 0; 64 var App = function () { return (0, jsx_runtime_1.jsx)("div", { propA: true }); }; 65 exports.App = App;
|
/third_party/jsframework/test/ut/app/ |
D | index.ts | 30 import { App } from '../../../runtime/main/app/App'; 37 let app: App; 42 app = new App('test', appInstanceId); 47 expect(typeof App).eql('function'); 52 expect(app).to.be.instanceof(App);
|
/third_party/jsframework/runtime/main/app/ |
D | index.ts | 24 import { App } from './App'; 80 const pageMap: PageLinkedMap = App.pageMap; 100 appMap[packageName] = new App(packageName, options.appInstanceId); 142 const app: App = appMap[packageName]; 157 const app: App = appMap[packageName]; 171 const app: App = appMap[packageName]; 185 const app: App = appMap[packageName];
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | ShaderModuleCompilation.md | 40 participant App 47 App->"ANGLE Front-end": glCompileShader (VS) 54 Note right of App: Same for FS, GS, etc... 56 App->"ANGLE Front-end": glCreateProgram (...) 57 App->"ANGLE Front-end": glAttachShader (...) 58 App->"ANGLE Front-end": glLinkProgram 72 Note right of App: App execution continues... 74 App->"ANGLE Front-end": glDrawArrays (any draw)
|
/third_party/libphonenumber/ |
D | run-java-demo.md | 7 App Engine. By following the instructions here, you can build a demo running 14 ### Install Google App Engine 18 SDK of Google App Engine. This document assumes it is named as 63 If you get a warning from App Engine asking you to upgrade your JRE to Java 1.6 73 ## Uploading your own demo App Engine application 75 If you want to upload the demo to your own App Engine application, follow the 76 steps to [register an application with App
|