Home
last modified time | relevance | path

Searched refs:label2 (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/gettext/gettext-tools/examples/hello-csharp-forms/
Dhello.cs22 private Label label2; field in Hello.HelloWindow
33 label2 = new Label(); in HelloWindow()
34 label2.Text = in HelloWindow()
38 label2.ClientSize = new Size(label2.PreferredWidth, label2.PreferredHeight); in HelloWindow()
39 Controls.Add(label2); in HelloWindow()
60 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth), in ComputePreferredSizeWithoutBorder()
62 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
69 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
DHello.m57 label2 = [NSTextField new];
58 …[label2 setStringValue: [NSString stringWithFormat: _(@"This program is running as process number …
59 [label2 setAlignment: NSLeftTextAlignment];
60 [label2 setBordered: NO];
61 [label2 setEditable: NO];
62 [label2 setBezeled: NO];
63 [label2 setDrawsBackground: NO];
64 [label2 sizeToFit];
84 [cview addView: label2];
85 AUTORELEASE (label2);
/third_party/typescript/tests/baselines/reference/
DletDeclarations-validContexts.js36 label2: label3: label4: let l9 = 0;
127 label2: let l31 = 0;
133 label2: let l33 = 0;
140 label2: let l35 = 0;
172 label2: label3: label4: let l9 = 0;
249 label2: let l31 = 0;
254 label2: let l33 = 0;
261 label2: let l35 = 0;
DletDeclarations-validContexts.types78 label2: label3: label4: let l9 = 0;
79 >label2 : any
259 label2: let l31 = 0;
260 >label2 : any
273 label2: let l33 = 0;
274 >label2 : any
288 label2: let l35 = 0;
289 >label2 : any
DtypeGuardNesting.js6 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string"; variable
13 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
23 var label2 = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
29 var label2 = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
DtypeGuardNesting.symbols20 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
21 >label2 : Symbol(label2, Decl(typeGuardNesting.ts, 4, 4))
46 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
47 >label2 : Symbol(label2, Decl(typeGuardNesting.ts, 11, 4))
DletDeclarations-validContexts.errors.txt41 label2: label3: label4: let l9 = 0;
132 label2: let l31 = 0;
138 label2: let l33 = 0;
145 label2: let l35 = 0;
DconstDeclarations-invalidContexts.js29 label2: label3: label4: const c9 = 0;
56 label2: label3: label4: const c9 = 0;
DletDeclarations-invalidContexts.js29 label2: label3: label4: let l9 = 0;
56 label2: label3: label4: let l9 = 0;
DconstDeclarations-invalidContexts.types72 label2: label3: label4: const c9 = 0;
73 >label2 : any
DletDeclarations-invalidContexts.types72 label2: label3: label4: let l9 = 0;
73 >label2 : any
DtypeGuardNesting.types42 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
43 >label2 : string
102 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string";
103 >label2 : string
DconstDeclarations-validContexts.js36 label2: label3: label4: const c9 = 0;
152 label2: label3: label4: const c9 = 0;
/third_party/typescript/tests/cases/compiler/
DletDeclarations-validContexts.ts41 label2: label3: label4: let l9 = 0;
132 label2: let l31 = 0;
138 label2: let l33 = 0;
145 label2: let l35 = 0;
/third_party/gettext/gettext-tools/examples/hello-c-gnome/
Dhello.c28 GtkWidget *label2; in main() local
51label2 = gtk_label_new (g_strdup_printf (_("This program is running as process number %d."), getpi… in main()
54 gtk_container_add (GTK_CONTAINER (label2aligned), label2); in main()
75 gtk_widget_show (label2); in main()
/third_party/gettext/gettext-tools/examples/hello-c++-gnome/
Dhello.cc31 Gtk::Label *label2; in main() local
55label2 = new Gtk::Label (g_strdup_printf (_("This program is running as process number %d."), getp… in main()
58 label2aligned->add (*label2); in main()
77 label2->show (); in main()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_mixup_label_smoothing.py93 label2 = data2["label"]
94 logger.info("label2 is {}".format(label2))
96 lam = np.abs(label - label2)
144 label2 = data2["label"]
145 logger.info("label2: {}".format(label2))
151 lam = np.abs(label2 - label1)
/third_party/mindspore/tests/ut/cpp/dataset/
Dstand_alone_samplers_test.cc80 std::shared_ptr<Tensor> label1, label2; in TEST_F() local
82 CreateINT64Tensor(&label2, 2, reinterpret_cast<unsigned char *>(res + 3)); in TEST_F()
95 EXPECT_TRUE((*tensor) == (*label2)); in TEST_F()
102 EXPECT_TRUE((*tensor) == (*label2)); in TEST_F()
/third_party/gettext/gettext-tools/examples/hello-objc-gnome/
Dhello.m29 Gtk_Label *label2;
52label2 = [[Gtk_Label alloc] initWithLabelInfo: g_strdup_printf (_("This program is running as proc…
55 [label2aligned add: label2];
76 [label2 show];
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardNesting.ts5 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string"; variable
12 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string"; variable
/third_party/gettext/gettext-tools/examples/hello-c++-wxwidgets/
Dhello.cc73 wxStaticText *label2 = in MyFrame() local
78 topSizer->Add(label2); in MyFrame()
/third_party/typescript/tests/dets/cases/
DdynamicallyBuildUIElements.ets54 @Builder RowOfSquareTexts(label1: string, label2: string) {
57 this.SquareText(label2)
155 @Builder function specificParam(label1: string, label2: string) {
159 Text(label2)
/third_party/gettext/gettext-tools/examples/hello-java-qtjambi/
DHello.java30 QLabel label2 = in main() local
36 panelLayout.addWidget(label2); in main()
/third_party/gettext/gettext-tools/examples/hello-java-swing/
DHello.java21 JLabel label2 = in main() local
37 labels.add(label2); in main()
/third_party/gettext/gettext-tools/examples/hello-java-awt/
DHello.java24 Label label2 = in main() local
40 labels.add(label2); in main()

1234