/third_party/gettext/gettext-tools/examples/hello-csharp-forms/ |
D | hello.cs | 21 private Label label1; field in Hello.HelloWindow 28 label1 = new Label(); in HelloWindow() 29 label1.Text = catalog.GetString("Hello, world!"); in HelloWindow() 30 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight); in HelloWindow() 31 Controls.Add(label1); 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() 68 label1.Location = new Point(border, border); in LayoutControls() 69 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/ |
D | Hello.m | 48 label1 = [NSTextField new]; 49 [label1 setStringValue: _(@"Hello, world!")]; 50 [label1 setAlignment: NSLeftTextAlignment]; 51 [label1 setBordered: NO]; 52 [label1 setEditable: NO]; 53 [label1 setBezeled: NO]; 54 [label1 setDrawsBackground: NO]; 55 [label1 sizeToFit]; 86 [cview addView: label1 enablingYResizing: NO]; 87 AUTORELEASE (label1);
|
/third_party/typescript/tests/baselines/reference/ |
D | continueLabel.js | 2 label1: for(var i = 0; i < 1; i++) { 3 continue label1; 7 label1: for (var i = 0; i < 1; i++) { 8 continue label1;
|
D | parser_continueLabel.js | 2 label1: for(var i = 0; i < 1; i++) { 3 continue label1; 7 label1: for (var i = 0; i < 1; i++) { 8 continue label1;
|
D | continueLabel.types | 2 label1: for(var i = 0; i < 1; i++) { 3 >label1 : any 12 continue label1; 13 >label1 : any
|
D | parser_continueLabel.types | 2 label1: for(var i = 0; i < 1; i++) { 3 >label1 : any 12 continue label1; 13 >label1 : any
|
D | continueLabel.symbols | 2 label1: for(var i = 0; i < 1; i++) { 7 continue label1;
|
D | parser_continueLabel.symbols | 2 label1: for(var i = 0; i < 1; i++) { 7 continue label1;
|
D | jsFileCompilationBindReachabilityErrors.types | 41 label1: var x2 = 10; 42 >label1 : any
|
/third_party/gettext/gettext-tools/examples/hello-c-gnome/ |
D | hello.c | 26 GtkWidget *label1; in main() local 46 label1 = gtk_label_new (_("Hello, world!")); in main() 49 gtk_container_add (GTK_CONTAINER (label1aligned), label1); in main() 73 gtk_widget_show (label1); in main()
|
/third_party/gettext/gettext-tools/examples/hello-c++-gnome/ |
D | hello.cc | 29 Gtk::Label *label1; in main() local 50 label1 = new Gtk::Label (_("Hello, world!")); in main() 53 label1aligned->add (*label1); in main() 75 label1->show (); in main()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | stand_alone_samplers_test.cc | 80 std::shared_ptr<Tensor> label1, label2; in TEST_F() local 81 CreateINT64Tensor(&label1, 3, reinterpret_cast<unsigned char *>(res)); in TEST_F() 92 EXPECT_TRUE((*tensor) == (*label1)); in TEST_F() 99 EXPECT_TRUE((*tensor) == (*label1)); in TEST_F()
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnome/ |
D | hello.m | 27 Gtk_Label *label1; 47 label1 = [[Gtk_Label alloc] initWithLabelInfo: _("Hello, world!")]; 50 [label1aligned add: label1]; 74 [label1 show];
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | constexpr-labelref.c | 3 label1: in a() 5 static void *b = &&label1; in a()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/Statements/ContinueStatements/ |
D | parser_continueLabel.ts | 1 label1: for(var i = 0; i < 1; i++) { 2 continue label1;
|
/third_party/typescript/tests/cases/compiler/ |
D | continueLabel.ts | 1 label1: for(var i = 0; i < 1; i++) { 2 continue label1;
|
/third_party/gettext/gettext-tools/examples/hello-c++-wxwidgets/ |
D | hello.cc | 67 wxStaticText *label1 = in MyFrame() local 77 topSizer->Add(label1); in MyFrame()
|
/third_party/typescript/tests/dets/cases/ |
D | dynamicallyBuildUIElements.ets | 54 @Builder RowOfSquareTexts(label1: string, label2: string) { 56 this.SquareText(label1) 155 @Builder function specificParam(label1: string, label2: string) { 157 Text(label1)
|
D | targetEtsExample.ets | 116 @Builder function specificParam02(label1: string, label2: string) { 118 Text(label1)
|
/third_party/gettext/gettext-tools/examples/hello-java-qtjambi/ |
D | Hello.java | 26 QLabel label1 = in main() local 28 panelLayout.addWidget(label1); in main()
|
/third_party/gettext/gettext-tools/examples/hello-java-swing/ |
D | Hello.java | 19 JLabel label1 = in main() local 36 labels.add(label1); in main()
|
/third_party/gettext/gettext-tools/examples/hello-java-awt/ |
D | Hello.java | 23 Label label1 = new Label(GettextResource.gettext(catalog,"Hello, world!")); in main() local 39 labels.add(label1); in main()
|
/third_party/mindspore/tests/st/networks/models/bert/src/ |
D | CRF.py | 95 label1 = labels[:, 1:, :] 97 label1 = self.expand(label1, 3) 99 label_trans = label1 * label2
|
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_mixup_label_smoothing.py | 140 label1 = data1["label"] 141 logger.info("label: {}".format(label1)) 151 lam = np.abs(label2 - label1)
|
/third_party/typescript/tests/dets/baselines/reference/ |
D | dynamicallyBuildUIElements.d.ets | 24 RowOfSquareTexts(label1: string, label2: string): void; 54 declare function specificParam(label1: string, label2: string): void;
|