Home
last modified time | relevance | path

Searched refs:App (Results 1 – 25 of 267) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
Dimport_reference-to-type-alias.js4 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;
Dimport_reference-exported-alias.js4 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;
DjsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js16 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;
Dimport_reference-exported-alias.types24 module App {
25 >App : typeof App
43 import Mod = App;
44 >Mod : typeof App
45 >App : typeof App
48 >Mod : typeof App
DtsxExternalModuleEmit1.js14 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;
DlocalImportNameVsGlobalName.js6 module App {
27 var App; variable
28 (function (App) { argument
31 App.foo = foo;
35 })(App || (App = {}));
Dimport_reference-to-type-alias.types5 import Services = appJs.App.Services;
8 >App : typeof appJs.App
22 export module App {
23 >App : typeof App
DreactHOCSpreadprops.types6 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>
Dimport_reference-to-type-alias.symbols5 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))
Dimport_reference-exported-alias.symbols22 module App {
23 >App : Symbol(App, Decl(file1.ts, 0, 0))
40 import Mod = App;
42 >App : Symbol(App, Decl(file1.ts, 0, 0))
DreactHOCSpreadprops.symbols6 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/
DtcuApp.cpp127 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in App() function in tcu::App
181 App::~App (void) in ~App()
186 void App::cleanup (void) in cleanup()
204 bool App::iterate (void) in iterate()
256 const TestRunStatus& App::getResult (void) const in getResult()
261 void App::onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason) in onWatchdogTimeout()
264 static_cast<App*>(userPtr)->onWatchdogTimeout(reason); in onWatchdogTimeout()
267 void App::onCrash (qpCrashHandler* crashHandler, void* userPtr) in onCrash()
270 static_cast<App*>(userPtr)->onCrash(); in onCrash()
273 void App::onWatchdogTimeout (qpTimeoutReason reason) in onWatchdogTimeout()
[all …]
/third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/initial-build/
Dwith-no-backing-types-found-doesn't-crash-under---strict.js35 export const App = () => <div propA={true}></div>; function
46 1 export const App = () => <div propA={true}></div>;
58 exports.App = void 0;
60 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); };
61 exports.App = App;
Dwith-no-backing-types-found-doesn't-crash.js35 export const App = () => <div propA={true}></div>; function
50 exports.App = void 0;
52 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); }; class
53 exports.App = App;
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
DjsxImportSource-option-changed-incremental.js52 export const App = () => <div propA={true}></div>; function
92 exports.App = void 0;
94 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); }; class
95 exports.App = App;
157 1 export const App = () => <div propA={true}></div>;
195 exports.App = void 0;
197 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); };
198 exports.App = App;
DjsxImportSource-option-changed-watch.js52 export const App = () => <div propA={true}></div>; function
111 exports.App = void 0;
113 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); };
114 exports.App = App;
180 1 export const App = () => <div propA={true}></div>;
231 exports.App = void 0;
233 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); };
234 exports.App = App;
DjsxImportSource-backing-types-added-incremental.js18 export const App = () => <div propA={true}></div>; function
28 1 export const App = () => <div propA={true}></div>;
58 exports.App = void 0;
60 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); };
61 exports.App = App;
DjsxImportSource-backing-types-removed-incremental.js35 export const App = () => <div propA={true}></div>; function
69 exports.App = void 0;
71 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); }; class
72 exports.App = App;
131 1 export const App = () => <div propA={true}></div>;
/third_party/jsframework/test/ut/app/
Dindex.ts30 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/gstreamer/gstplugins_bad/tests/examples/waylandsink/
Dwayland-threads.c42 } App; typedef
47 App *app = user_data; in message_cb()
77 App *app = user_data; in bus_sync_handler()
98 App *app = data; in registry_handle()
114 App *app = data; in wl_main_thread_run()
122 build_pipeline (App * app, gint num_buffers) in build_pipeline()
146 App *app; in main()
151 app = g_slice_new0 (App); in main()
211 g_slice_free (App, app); in main()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/
Dmacos.dart54 'App.framework', 'flutter_assets');
131 /// Create an App.framework for debug macOS targets.
146 flutterProject.macos.ephemeralDirectory.path, 'App.framework', 'App'));
160 '-install_name', '@rpath/App.framework/App',
161 '-o', 'macos/Flutter/ephemeral/App.framework/App',
164 throw Exception('Failed to compile debug App.framework');
178 Source.pattern('{PROJECT_DIR}/macos/Flutter/ephemeral/App.framework/App'),
182 /// Bundle the flutter assets, app.dill, and precompiled runtimes into the App.framework.
193 .ephemeralDirectory.childDirectory('App.framework');
195 throw Exception('App.framework must exist to bundle assets.');
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream.c53 typedef struct _App App; typedef
69 App s_app;
80 read_data (App * app) in read_data()
120 start_feed (GstElement * playbin, guint size, App * app) in start_feed()
131 stop_feed (GstElement * playbin, App * app) in stop_feed()
145 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
164 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
186 App *app = &s_app; in main()
Dappsrc-ra.c48 typedef struct _App App; typedef
63 App s_app;
69 feed_data (GstElement * appsrc, guint size, App * app) in feed_data()
107 seek_data (GstElement * appsrc, guint64 position, App * app) in seek_data()
120 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
141 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
163 App *app = &s_app; in main()
Dappsrc-seekable.c50 typedef struct _App App; typedef
65 App s_app;
73 feed_data (GstElement * appsrc, guint size, App * app) in feed_data()
109 seek_data (GstElement * appsrc, guint64 position, App * app) in seek_data()
122 found_source (GObject * object, GObject * orig, GParamSpec * pspec, App * app) in found_source()
145 bus_message (GstBus * bus, GstMessage * message, App * app) in bus_message()
167 App *app = &s_app; in main()
/third_party/jsframework/runtime/main/app/
Dindex.ts24 import { App } from './App';
81 const pageMap: PageLinkedMap = App.pageMap;
102 appMap[packageName] = new App(packageName, options.appInstanceId);
144 const app: App = appMap[packageName];
159 const app: App = appMap[packageName];
173 const app: App = appMap[packageName];
187 const app: App = appMap[packageName];

1234567891011