/third_party/gettext/gettext-tools/examples/hello-csharp-forms/ |
D | hello.cs | 22 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/ |
D | Hello.m | 57 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/ |
D | letDeclarations-validContexts.js | 36 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;
|
D | letDeclarations-validContexts.types | 78 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
|
D | typeGuardNesting.js | 6 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";
|
D | typeGuardNesting.symbols | 20 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))
|
D | letDeclarations-validContexts.errors.txt | 41 label2: label3: label4: let l9 = 0; 132 label2: let l31 = 0; 138 label2: let l33 = 0; 145 label2: let l35 = 0;
|
D | constDeclarations-invalidContexts.js | 29 label2: label3: label4: const c9 = 0; 56 label2: label3: label4: const c9 = 0;
|
D | letDeclarations-invalidContexts.js | 29 label2: label3: label4: let l9 = 0; 56 label2: label3: label4: let l9 = 0;
|
D | constDeclarations-invalidContexts.types | 72 label2: label3: label4: const c9 = 0; 73 >label2 : any
|
D | letDeclarations-invalidContexts.types | 72 label2: label3: label4: let l9 = 0; 73 >label2 : any
|
D | typeGuardNesting.types | 42 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string"; 43 >label2 : string 102 let label2: string = (typeof strOrBool !== 'boolean') ? strOrBool : "string"; 103 >label2 : string
|
D | constDeclarations-validContexts.js | 36 label2: label3: label4: const c9 = 0; 152 label2: label3: label4: const c9 = 0;
|
/third_party/typescript/tests/cases/compiler/ |
D | letDeclarations-validContexts.ts | 41 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/ |
D | hello.c | 28 GtkWidget *label2; in main() local 51 …label2 = 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/ |
D | hello.cc | 31 Gtk::Label *label2; in main() local 55 …label2 = 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/ |
D | test_mixup_label_smoothing.py | 93 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/ |
D | stand_alone_samplers_test.cc | 80 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/ |
D | hello.m | 29 Gtk_Label *label2; 52 …label2 = [[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/ |
D | typeGuardNesting.ts | 5 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/ |
D | hello.cc | 73 wxStaticText *label2 = in MyFrame() local 78 topSizer->Add(label2); in MyFrame()
|
/third_party/typescript/tests/dets/cases/ |
D | dynamicallyBuildUIElements.ets | 54 @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/ |
D | Hello.java | 30 QLabel label2 = in main() local 36 panelLayout.addWidget(label2); in main()
|
/third_party/gettext/gettext-tools/examples/hello-java-swing/ |
D | Hello.java | 21 JLabel label2 = in main() local 37 labels.add(label2); in main()
|
/third_party/gettext/gettext-tools/examples/hello-java-awt/ |
D | Hello.java | 24 Label label2 = in main() local 40 labels.add(label2); in main()
|