Home
last modified time | relevance | path

Searched defs:App (Results 1 – 25 of 53) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/organizeImports/
DJsxPragmaTsx.ts7 export const App: React.FunctionComponent = _ => <Global><h1>Hello!</h1></Global> constant
15 export const App: React.FunctionComponent = _ => <Global><h1>Hello!</h1></Global> constant
/third_party/typescript/tests/baselines/reference/tsc/react-jsx-emit-mode/initial-build/
Dwith-no-backing-types-found-doesn't-crash.js35 export const App = () => <div propA={true}></div>; function
52 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); }; class
Dwith-no-backing-types-found-doesn't-crash-under---strict.js35 export const App = () => <div propA={true}></div>; function
/third_party/typescript/tests/baselines/reference/
DlocalImportNameVsGlobalName.js27 var App; variable
28 (function (App) { argument
DjsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js16 export class App extends React.Component<{}> { class
53 function App() { class in App
DtsxExternalModuleEmit1.js14 export class App extends React.Component<any, any> { class
88 function App() { class in App
Dimport_reference-exported-alias.js28 (function (App) { argument
Dimport_reference-to-type-alias.js26 (function (App) { argument
DtsxStatelessFunctionComponents3.js31 var App = function (_a) { class in anonymousFunction24d92f8e0300.MainMenu
DreactHOCSpreadprops.js44 function f(App) { argument
/third_party/openh264/test/build/windowsphone/codec_ut/CodecUTApp/
DApp.xaml.cs13 public partial class App : Application class
24 public App() in App() method in CodecUTApp.App
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
DApp.xaml.cs13 public partial class App : Application class
24 public App() in App() method in CodecApp.App
/third_party/nghttp2/integration-tests/
Dreq-return.rb1 class App class
Dresp-return.rb1 class App class
Dresp-set-header.rb1 class App class
Dreq-set-header.rb1 class App class
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
DjsxImportSource-backing-types-removed-incremental.js35 export const App = () => <div propA={true}></div>; function
71 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); }; class
DjsxImportSource-option-changed-incremental.js52 export const App = () => <div propA={true}></div>; function
94 var App = function () { return jsx_runtime_1.jsx("div", { propA: true }, void 0); }; class
/third_party/skia/third_party/externals/oboe/samples/drumthumper/
DREADME.md54 ## App section in **DrumThumper**
/third_party/vk-gl-cts/framework/common/
DtcuApp.hpp68 class App class
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BeApp.cc52 BApplication *App; in StartBeApp() local
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc_ex.c37 typedef struct _App App; typedef
/third_party/jsframework/runtime/main/app/
DApp.ts21 export class App { class
/third_party/gstreamer/gstplugins_base/tests/icles/
Dplaybin-text.c31 typedef struct _App App; typedef
/third_party/typescript/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/
DjsxImportSource-option-changed.js33 export const App = () => <div propA={true}></div>; function

123