Home
last modified time | relevance | path

Searched refs:Button (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DcheckJsxChildrenProperty14.js10 class Button extends React.Component<any, any> {
12 return (<div>My Button</div>)
17 return <h1>Just Another Button</h1>;
25 let k1 = <Comp a={10} b="hi"><></><Button /><AnotherButton /></Comp>;
26 let k2 = <Comp a={10} b="hi"><><Button /></><AnotherButton /></Comp>;
27 let k3 = <Comp a={10} b="hi"><><Button /><AnotherButton /></></Comp>;
40 let k4 = <SingleChildComp a={10} b="hi"><><Button /><AnotherButton /></></SingleChildComp>;
43 let k5 = <SingleChildComp a={10} b="hi"><></><Button /><AnotherButton /></SingleChildComp>;
64 var Button = /** @class */ (function (_super) {
65 __extends(Button, _supe
[all...]
H A DcheckJsxChildrenProperty6.js10 class Button extends React.Component<any, any> {
12 return (<div>My Button</div>)
17 return <h1>Just Another Button</h1>;
27 <Button />
36 <Button />
40 let k3 = <Comp a={10} b="hi"><Button />
44 let k4 = <Comp a={10} b="hi"><Button /></Comp>;
65 var Button = /** @class */ (function (_super) {
66 __extends(Button, _super);
67 function Button() {
[all...]
H A DcheckJsxChildrenProperty8.js10 class Button extends React.Component<any, any> {
12 return (<div>My Button</div>)
17 return <h1>Just Another Button</h1>;
25 let k1 = <Comp a={10} b="hi"><Button /> <AnotherButton /></Comp>;
26 let k2 = <Comp a={10} b="hi"><Button />
28 let k3 = <Comp a={10} b="hi"> <Button />
30 let k4 = <Comp a={10} b="hi"><Button /> </Comp>;
51 var Button = /** @class */ (function (_super) {
52 __extends(Button, _super);
53 function Button() {
[all...]
H A DcheckJsxChildrenProperty7.js10 class Button extends React.Component<any, any> {
12 return (<div>My Button</div>)
17 return <h1>Just Another Button</h1>;
25 let k1 = <Comp a={10} b="hi"><Button /> <AnotherButton /></Comp>;
26 let k2 = <Comp a={10} b="hi"><Button />
28 let k3 = <Comp a={10} b="hi"> <Button />
50 var Button = /** @class */ (function (_super) {
51 __extends(Button, _super);
52 function Button() {
55 Button
[all...]
H A DcheckJsxChildrenProperty5.js7 children: Button;
10 class Button extends React.Component<any, any> {
12 return (<div>My Button</div>)
26 <Button />
30 {Button}
52 var Button = /** @class */ (function (_super) {
53 __extends(Button, _super);
54 function Button() {
57 Button.prototype.render = function () {
58 return (<div>My Button</di
[all...]
H A DcheckJsxChildrenProperty10.js12 class Button {
15 return (<div>My Button</div>)
23 let k4 = <Button> <h2> Hello </h2> </Button>;
26 var Button = /** @class */ (function () {
27 function Button() {
29 Button.prototype.render = function () {
30 return (<div>My Button</div>);
32 return Button;
38 var k4 = <Button> <h
[all...]
H A DcheckJsxChildrenProperty11.js12 class Button {
15 return (<div>My Button</div>)
23 let k4 = <Button> <h2> Hello </h2> </Button>;
26 var Button = /** @class */ (function () {
27 function Button() {
29 Button.prototype.render = function () {
30 return (<div>My Button</div>);
32 return Button;
38 var k4 = <Button> <h
[all...]
H A DtsxExternalModuleEmit1.js12 import { Button } from './button';
17 return <Button />;
25 export class Button extends React.Component<any, any> {
51 exports.Button = void 0;
53 var Button = /** @class */ (function (_super) {
54 __extends(Button, _super);
55 function Button() {
58 Button.prototype.render = function () {
61 return Button;
63 exports.Button
[all...]
H A DcheckJsxChildrenProperty12.js7 children: Button;
10 class Button extends React.Component<ButtonProp, any> {
54 var Button = /** @class */ (function (_super) {
55 __extends(Button, _super);
56 function Button() {
59 Button.prototype.render = function () {
70 return Button;
H A DcheckJsxChildrenProperty13.js7 children: Button;
10 class Button extends React.Component<ButtonProp, any> {
49 var Button = /** @class */ (function (_super) {
50 __extends(Button, _super);
51 function Button() {
54 Button.prototype.render = function () {
60 return Button;
H A DtsxAttributesHasInferrableIndex.js13 function Button(attributes: Attributes | undefined, contents: string[]) { function
16 const b = <Button></Button>
28 function Button(attributes, contents) {
31 var b = createElement(Button, null);
H A Dinheritance1.js9 class Button extends Control implements SelectableControl {
28 var b: Button;
85 var Button = /** @class */ (function (_super) {
86 __extends(Button, _super);
87 function Button() {
90 Button.prototype.select = function () { };
91 return Button;
H A DtsxReactPropsInferenceSucceedsOnIntersections.js10 declare class Button<T = {}> extends React.Component<ButtonProps<T>> { }
16 const CustomButton: React.SFC<CustomButtonProps> = props => <Button {...props} />;
38 var CustomButton = function (props) { return react_1["default"].createElement(Button, __assign({}, props)); };
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DRecorderActivity.java21 import android.widget.Button;
33 private Button mRecordButton;
34 private Button mStopButton;
35 private Button mPlayButton;
36 private Button mShareButton;
48 mRecordButton = (Button) findViewById(R.id.button_start_recording); in onCreate()
49 mStopButton = (Button) findViewById(R.id.button_stop_record_play); in onCreate()
50 mPlayButton = (Button) findViewById(R.id.button_start_playback); in onCreate()
51 mShareButton = (Button) findViewById(R.id.button_share); in onCreate()
H A DRoundTripLatencyActivity.java25 import android.widget.Button;
40 private Button mMeasureButton;
41 private Button mAverageButton;
42 private Button mCancelButton;
43 private Button mShareButton;
279 mMeasureButton = (Button) findViewById(R.id.button_measure); in onCreate()
280 mAverageButton = (Button) findViewById(R.id.button_average); in onCreate()
281 mCancelButton = (Button) findViewById(R.id.button_cancel); in onCreate()
282 mShareButton = (Button) findViewById(R.id.button_share); in onCreate()
H A DGlitchActivity.java23 import android.widget.Button;
33 private Button mStartButton;
34 private Button mStopButton;
35 private Button mShareButton;
239 mStartButton = (Button) findViewById(R.id.button_start); in onCreate()
240 mStopButton = (Button) findViewById(R.id.button_stop); in onCreate()
242 mShareButton = (Button) findViewById(R.id.button_share); in onCreate()
H A DEchoActivity.java21 import android.widget.Button;
41 private Button mStartButton;
42 private Button mStopButton;
74 mStartButton = (Button) findViewById(R.id.button_start_echo); in onCreate()
75 mStopButton = (Button) findViewById(R.id.button_stop_echo); in onCreate()
H A DTestAudioActivity.java29 import android.widget.Button;
73 private Button mOpenButton;
74 private Button mStartButton;
75 private Button mPauseButton;
76 private Button mStopButton;
77 private Button mCloseButton;
290 mOpenButton = (Button) findViewById(R.id.button_open); in findAudioCommon()
292 mStartButton = (Button) findViewById(R.id.button_start); in findAudioCommon()
293 mPauseButton = (Button) findViewById(R.id.button_pause); in findAudioCommon()
294 mStopButton = (Button) findViewByI in findAudioCommon()
[all...]
H A DTestDisconnectActivity.java27 import android.widget.Button;
63 private Button mStartButton;
64 private Button mStopButton;
65 private Button mShareButton;
66 private Button mFailButton;
67 private Button mSkipButton;
100 mStartButton = (Button) findViewById(R.id.button_start); in onCreate()
101 mStopButton = (Button) findViewById(R.id.button_stop); in onCreate()
102 mShareButton = (Button) findViewById(R.id.button_share); in onCreate()
104 mFailButton = (Button) findViewByI in onCreate()
[all...]
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DSkottieActivity.java18 import android.widget.Button;
222 Button open = (Button)findViewById(R.id.open_lottie); in createLayout()
225 Button play = (Button)findViewById(R.id.play); in createLayout()
227 Button pause = (Button)findViewById(R.id.pause); in createLayout()
229 Button reset = (Button)findViewById(R.id.reset); in createLayout()
/third_party/python/Lib/idlelib/
H A Dhelp_about.py9 from tkinter import Toplevel, Frame, Label, Button, PhotoImage namespace
65 self.button_ok = Button(frame_buttons, text='Close',
96 docs.bind("<Button-1>", lambda event: webbrowser.open(docs['text']))
109 self.py_license = Button(py_buttons, text='License', width=8,
113 self.py_copyright = Button(py_buttons, text='Copyright', width=8,
117 self.py_credits = Button(py_buttons, text='Credits', width=8,
132 self.readme = Button(idle_buttons, text='README', width=8,
136 self.idle_news = Button(idle_buttons, text='NEWS', width=8,
140 self.idle_credits = Button(idle_buttons, text='Credits', width=8,
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarFrame.java13 import java.awt.Button;
96 private Button prevYear;
97 private Button prevMonth;
98 private Button gotoToday;
99 private Button nextMonth;
100 private Button nextYear;
150 prevYear = new Button("<<"); in init()
153 prevMonth = new Button("<"); in init()
156 gotoToday = new Button("Today"); in init()
165 nextMonth = new Button(">"); in init()
[all...]
/third_party/python/Lib/tkinter/
H A Ddialog.py3 from tkinter import _cnfmerge, Widget, TclError, Button, Pack namespace
43 t = Button(None, {'text': 'Test',
46 q = Button(None, {'text': 'Quit',
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
H A DLauncher.java12 import java.awt.Button;
55 public Button buttonList[] = new Button[demoList.length]; // one button for each demo
87 Button b = new Button(demo); in init()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java13 import java.awt.Button;
164 private Button prevYear;
165 private Button prevMonth;
166 private Button gotoToday;
167 private Button nextMonth;
168 private Button nextYear;
244 prevYear = new Button("<<"); in buildGUI()
246 prevMonth = new Button("<"); in buildGUI()
248 gotoToday = new Button("Today"); in buildGUI()
250 nextMonth = new Button(">"); in buildGUI()
[all...]

Completed in 16 milliseconds

12345