Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 1587) sorted by relevance

12345678910>>...64

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexForm.cs6 using System.Text;
59 parameter1.Text = boost_math.any_distribution.first_param_default(0).ToString(); in Form_Load()
60 parameter2.Text = boost_math.any_distribution.second_param_default(0).ToString(); in Form_Load()
61 parameter3.Text = boost_math.any_distribution.third_param_default(0).ToString(); in Form_Load()
78 parameter1Label.Text = boost_math.any_distribution.first_param_name(i); in distribution_SelectedIndexChanged()
79 parameterLabel1.Text = boost_math.any_distribution.first_param_name(i); // properties tab. in distribution_SelectedIndexChanged()
80 parameter2Label.Text = boost_math.any_distribution.second_param_name(i); in distribution_SelectedIndexChanged()
81 parameter3Label.Text = boost_math.any_distribution.third_param_name(i); in distribution_SelectedIndexChanged()
92 parameter1.Text = boost_math.any_distribution.first_param_default(i).ToString(); in distribution_SelectedIndexChanged()
107 parameter2.Text = boost_math.any_distribution.second_param_default(i).ToString(); in distribution_SelectedIndexChanged()
[all …]
/third_party/openssl/demos/cms/
Dcomp.txt3 Some Text To be Compressed
4 Some Text To be Compressed
5 Some Text To be Compressed
6 Some Text To be Compressed
7 Some Text To be Compressed
8 Some Text To be Compressed
9 Some Text To be Compressed
10 Some Text To be Compressed
11 Some Text To be Compressed
12 Some Text To be Compressed
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtable_test.dart37 Widget build(BuildContext context) => toggle ? const SizedBox() : const Text('CRASHHH');
58 Text('AAAAAA'), Text('B'), Text('C'),
63 Text('D'), Text('EEE'), Text('F'),
68 Text('G'), Text('H'), Text('III'),
139 Text('A1'), Text('B1'), Text('C1'),
144 Text('A2'), Text('B2'), Text('C2'),
149 Text('A3'), Text('B3'), Text('C3'),
209 Text('A1'), Text('B1'), Text('C1'),
214 Text('A2'), Text('B2'), Text('C2'),
219 Text('A3'), Text('B3'), Text('C3'),
[all …]
Dlist_view_correction_test.dart18 Container(height: 400.0, child: const Text('1')),
19 Container(height: 400.0, child: const Text('2')),
20 Container(height: 400.0, child: const Text('3')),
21 Container(height: 400.0, child: const Text('4')),
22 Container(height: 400.0, child: const Text('5')),
23 Container(height: 400.0, child: const Text('6')),
41 Container(height: 200.0, child: const Text('1')),
42 Container(height: 400.0, child: const Text('2')),
43 Container(height: 400.0, child: const Text('3')),
44 Container(height: 400.0, child: const Text('4')),
[all …]
Dslivers_block_test.dart20 SizedBox(height: 400.0, child: Text('a')),
21 SizedBox(height: 400.0, child: Text('b')),
22 SizedBox(height: 400.0, child: Text('c')),
23 SizedBox(height: 400.0, child: Text('d')),
24 SizedBox(height: 400.0, child: Text('e')),
42 SizedBox(height: 400.0, child: Text('a')),
43 SizedBox(height: 400.0, child: Text('b')),
44 SizedBox(height: 400.0, child: Text('c')),
45 SizedBox(height: 400.0, child: Text('d')),
46 SizedBox(height: 400.0, child: Text('e')),
[all …]
Dlist_view_relayout_test.dart20 Text('1'),
21 Text('2'),
22 Text('3'),
28 Text('4'),
29 Text('5'),
30 Text('6'),
47 SizedBox(height: 100.0, child: Text('100')),
58 SizedBox(height: 100.0, child: Text('100')),
59 SizedBox(height: 200.0, child: Text('200')),
74 SizedBox(height: 100.0, child: Text('100')),
[all …]
/third_party/flutter/flutter/packages/flutter/test/material/
Dstepper_test.dart22 title: Text('Step 1'),
29 title: Text('Step 2'),
52 title: Text('Step 1'),
59 title: Text('Step 2'),
83 title: Text('Step 1'),
90 title: Text('Step 2'),
120 title: Text('Step 1'),
145 title: Text('Step 1'),
146 content: Text('A'),
149 title: Text('Step 2'),
[all …]
/third_party/flutter/flutter/dev/manual_tests/lib/
Draw_keyboard.dart13 title: const Text('Hardware Key Demo'),
69 child: Text('Tap to focus', style: textTheme.display1),
74 return Text('Press a key', style: textTheme.display1);
80 Text('${_event.runtimeType}'),
81 Text('modifiers set: $modifierList'),
86 … dataText.add(Text('codePoint: ${data.codePoint} (${_asHex(data.codePoint)}: $codePointChar)'));
88 …dataText.add(Text('plainCodePoint: ${data.plainCodePoint} (${_asHex(data.plainCodePoint)}: $plainC…
89 dataText.add(Text('keyCode: ${data.keyCode} (${_asHex(data.keyCode)})'));
90 dataText.add(Text('scanCode: ${data.scanCode} (${_asHex(data.scanCode)})'));
91 dataText.add(Text('metaState: ${data.metaState} (${_asHex(data.metaState)})'));
[all …]
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py16 Text, Comment, Punctuation, Name, Literal
170 (r'[ ]+(?=#|$)', Text.Blank),
172 (r'\n+', Text.Break),
186 save_indent(Text.Indent, start=True),
193 (r'[ ]+(?=#|$)', Text.Blank),
197 (r'\n', Text.Break, '#pop:2'),
204 bygroups(Text.Blank, Literal.Version), 'ignored-line'),
212 bygroups(Text.Blank, Name.Type, Text.Blank, Name.Type),
219 (r'[ ]*$', something(Text.Blank), '#pop:2'),
221 (r'[ ]+(?=[?:-](?:[ ]|$))', save_indent(Text.Indent)),
[all …]
/third_party/openssl/external/perl/Text-Template-1.46/t/
D01-basic.t6 use Text::Template;
27 $template = new Text::Template ('type' => 'FILE', 'source' => $TEMPFILE);
31 print "not ok $n $Text::Template::ERROR\n";
67 $text = Text::Template->fill_this_in( $template_1, 'package' => X);
77 $template = new Text::Template ('type' => 'FILEHANDLE',
82 print "not ok $n $Text::Template::ERROR\n";
112 $template = new Text::Template
123 print "not ok $n $Text::Template::ERROR\n";
143 unless (!defined($text)) { print STDERR "ERROR: $Text::Template::ERROR\n"};
151 my $tmpl = Text::Template->new(TYPE => 'STRING',
[all …]
D09-error.t6 use Text::Template;
9 You are using version $Text::Template::VERSION instead.
12 unless $Text::Template::VERSION == 1.46;
19 Text::Template->new();
29 Text::Template->new(TYPE => 'FILE');
41 Text::Template->new(TYPE => 'wlunch', SOURCE => 'fish food');
52 my $o = Text::Template->new(TYPE => 'file',
56 print defined($Text::Template::ERROR)
57 && $Text::Template::ERROR =~ /^Couldn't open file/
D10-delimiters.t6 use Text::Template;
9 You are using version $Text::Template::VERSION instead.
12 unless $Text::Template::VERSION == 1.46;
22 $template1 = Text::Template->new(TYPE => STRING,
26 or die "Couldn't construct template object: $Text::Template::ERROR; aborting";
32 $template1 = Text::Template->new(TYPE => STRING, SOURCE => $template);
40 $template1 = Text::Template->new(TYPE => STRING,
44 or die "Couldn't construct template object: $Text::Template::ERROR; aborting";
50 $template1 = Text::Template->new(TYPE => STRING, SOURCE => $template);
82 my $tmpl = Text::Template->new(TYPE => 'STRING',
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_alert_demo.dart45 middle: const Text('Alerts'),
64 child: const Text('Alert'),
69 title: const Text('Discard draft?'),
72 child: const Text('Discard'),
79 child: const Text('Cancel'),
92 child: const Text('Alert with Title'),
98 … title: const Text('Allow "Maps" to access your location while you are using the app?'),
99 … content: const Text('Your current location will be displayed on the map and used '
103 child: const Text('Don\'t Allow'),
109 child: const Text('Allow'),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() argument
27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations()
28 require(Assertion, Msg, Text); in Annotations()
33 Code.reserve(Text.size()); in Annotations()
34 while (!Text.empty()) { in Annotations()
35 if (Text.consume_front("^")) { in Annotations()
40 if (Text.consume_front("[[")) { in Annotations()
46 if (Text.consume_front("]]")) { in Annotations()
55 if (Text.consume_front("$")) { in Annotations()
56 Name = Text.take_while(llvm::isAlnum); in Annotations()
[all …]
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Daction_sheet_test.dart17 title: Text('Action Sheet'),
36 title: Text('Action Sheet'),
56 child: const Text('Ok'),
72 child: const Text('Ok'),
87 title: Text('Action Sheet'),
88 message: Text('An action sheet'),
109 title: Text('Action Sheet'),
127 message: Text('An action sheet'),
146 title: const Text('The title'),
147 message: const Text('The message.'),
[all …]
/third_party/flutter/skia/modules/sksg/src/
DSkSGText.cpp18 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) { in Make()
19 return sk_sp<Text>(new Text(std::move(tf), text)); in Make()
22 Text::Text(sk_sp<SkTypeface> tf, const SkString& text) in Text() function in sksg::Text
26 Text::~Text() = default;
28 SkPoint Text::alignedPosition(SkScalar advance) const { in alignedPosition()
45 SkRect Text::onRevalidate(InvalidationController*, const SkMatrix&) { in onRevalidate()
71 void Text::onDraw(SkCanvas* canvas, const SkPaint& paint) const { in onDraw()
76 bool Text::onContains(const SkPoint& p) const { in onContains()
80 SkPath Text::onAsPath() const { in onAsPath()
85 void Text::onClip(SkCanvas* canvas, bool antiAlias) const { in onClip()
/third_party/skia/modules/sksg/src/
DSkSGText.cpp18 sk_sp<Text> Text::Make(sk_sp<SkTypeface> tf, const SkString& text) { in Make()
19 return sk_sp<Text>(new Text(std::move(tf), text)); in Make()
22 Text::Text(sk_sp<SkTypeface> tf, const SkString& text) in Text() function in sksg::Text
26 Text::~Text() = default;
28 SkPoint Text::alignedPosition(SkScalar advance) const { in alignedPosition()
45 SkRect Text::onRevalidate(InvalidationController*, const SkMatrix&) { in onRevalidate()
71 void Text::onDraw(SkCanvas* canvas, const SkPaint& paint) const { in onDraw()
76 bool Text::onContains(const SkPoint& p) const { in onContains()
80 SkPath Text::onAsPath() const { in onAsPath()
85 void Text::onClip(SkCanvas* canvas, bool antiAlias) const { in onClip()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp247 ImGui::Text("dear imgui says hello. (%s)", IMGUI_VERSION); in ShowDemoWindow()
290 ImGui::Text("PROGRAMMER GUIDE:"); in ShowDemoWindow()
298 ImGui::Text("USER GUIDE:"); in ShowDemoWindow()
319 ImGui::Text("<<PRESS SPACE TO DISABLE>>"); in ShowDemoWindow()
408 ImGui::Text("Thanks for clicking me!"); in ShowDemoWindowWidgets()
435 ImGui::Text("Hold to repeat:"); in ShowDemoWindowWidgets()
447 ImGui::Text("%d", counter); in ShowDemoWindowWidgets()
449 ImGui::Text("Hover over me"); in ShowDemoWindowWidgets()
454 ImGui::Text("- or me"); in ShowDemoWindowWidgets()
458 ImGui::Text("I am a fancy tooltip"); in ShowDemoWindowWidgets()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dmenu_demo.dart41 content: Text(value),
67 title: const Text('Menus'),
75 child: Text('Toolbar menu'),
79 child: Text('Right here'),
83 child: Text('Hooray!'),
96 title: const Text('An item with a context menu button'),
103 child: const Text('Context menu item one'),
107 child: Text('A disabled menu item'),
111 child: const Text('Context menu item three'),
120 title: const Text('An item with a sectioned menu'),
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxDynamicTagName9.symbols15 export class Text extends React.Component<{}, {}> {
16 >Text : Symbol(Text, Decl(app.tsx, 0, 31))
22 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
25 >render : Symbol(Text.render, Decl(app.tsx, 3, 26))
29 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
30 >this : Symbol(Text, Decl(app.tsx, 0, 31))
31 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
32 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
33 >this : Symbol(Text, Decl(app.tsx, 0, 31))
34 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
DtsxDynamicTagName8.symbols15 export class Text extends React.Component<{}, {}> {
16 >Text : Symbol(Text, Decl(app.tsx, 0, 31))
22 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
25 >render : Symbol(Text.render, Decl(app.tsx, 3, 27))
29 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
30 >this : Symbol(Text, Decl(app.tsx, 0, 31))
31 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
32 >this._tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
33 >this : Symbol(Text, Decl(app.tsx, 0, 31))
34 >_tagName : Symbol(Text._tagName, Decl(app.tsx, 2, 51))
DtsxDynamicTagName7.js11 export class Text extends React.Component<{}, {}> { class
39 exports.Text = void 0;
41 var Text = /** @class */ (function (_super) {
42 __extends(Text, _super);
43 function Text() { class in Text
48 Text.prototype.render = function () {
52 return Text;
54 exports.Text = Text;
DtsxDynamicTagName5.js11 export class Text extends React.Component<{}, {}> { class
39 exports.Text = void 0;
41 var Text = /** @class */ (function (_super) {
42 __extends(Text, _super);
43 function Text() { class in Text
48 Text.prototype.render = function () {
51 return Text;
53 exports.Text = Text;
DtsxDynamicTagName9.js11 export class Text extends React.Component<{}, {}> { class
39 exports.Text = void 0;
41 var Text = /** @class */ (function (_super) {
42 __extends(Text, _super);
43 function Text() { class in Text
48 Text.prototype.render = function () {
51 return Text;
53 exports.Text = Text;
DtsxDynamicTagName8.js11 export class Text extends React.Component<{}, {}> { class
39 exports.Text = void 0;
41 var Text = /** @class */ (function (_super) {
42 __extends(Text, _super);
43 function Text() { class in Text
48 Text.prototype.render = function () {
51 return Text;
53 exports.Text = Text;

12345678910>>...64