Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs23 private Label label2; field in Hello.HelloWindow
34 label2 = new Label(); in HelloWindow()
35 label2.Text = in HelloWindow()
39 label2.ClientSize = new Size(label2.PreferredWidth, label2.PreferredHeight); in HelloWindow()
40 Controls.Add(label2); in HelloWindow()
61 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth), in ComputePreferredSizeWithoutBorder()
63 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height; in ComputePreferredSizeWithoutBorder()
70 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DHello.m58 label2 = [NSTextField new];
59 …[label2 setStringValue: [NSString stringWithFormat: _(@"This program is running as process number …
60 [label2 setAlignment: NSLeftTextAlignment];
61 [label2 setBordered: NO];
62 [label2 setEditable: NO];
63 [label2 setBezeled: NO];
64 [label2 setDrawsBackground: NO];
65 [label2 sizeToFit];
85 [cview addView: label2];
86 AUTORELEASE (label2);
H A DHello.h14 NSTextField *label2; variable
/netbsd-src/tests/usr.bin/indent/
H A Dlsym_colon.c30 goto label2; in endless()
32 if (true)if (true)if (true)if (true)label2 :goto label1; in endless()
41 goto label2; in endless()
47 label2: goto label1; in endless()
H A Dlabel.c91 label2: in label_indentation()
120 label2: in label_indentation()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
H A Dhello.c29 GtkWidget *label2; in main() local
52label2 = gtk_label_new (g_strdup_printf (_("This program is running as process number %d."), getpi… in main()
55 gtk_container_add (GTK_CONTAINER (label2aligned), label2); in main()
76 gtk_widget_show (label2); in main()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcompress.c285 unsigned char *label1, *label2; in dns_compress_findglobal() local
297 label2 = p; in dns_compress_findglobal()
300 if (count != *label2++) { in dns_compress_findglobal()
310 if (c != maptolower[label2[0]]) in dns_compress_findglobal()
315 if (c != maptolower[label2[1]]) in dns_compress_findglobal()
320 if (c != maptolower[label2[2]]) in dns_compress_findglobal()
325 if (c != maptolower[label2[3]]) in dns_compress_findglobal()
331 label2 += 4; in dns_compress_findglobal()
335 if (c != maptolower[*label2++]) in dns_compress_findglobal()
H A Dname.c496 unsigned char *label1, *label2; in dns_name_fullcompare() local
550 label2 = &name2->ndata[*offsets2]; in dns_name_fullcompare()
552 count2 = *label2++; in dns_name_fullcompare()
570 (int)maptolower[label2[0]]; in dns_name_fullcompare()
576 (int)maptolower[label2[1]]; in dns_name_fullcompare()
582 (int)maptolower[label2[2]]; in dns_name_fullcompare()
588 (int)maptolower[label2[3]]; in dns_name_fullcompare()
595 label2 += 4; in dns_name_fullcompare()
599 (int)maptolower[*label2++]; in dns_name_fullcompare()
656 unsigned char *label1, *label2; in dns_name_equal() local
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dcompress.c281 unsigned char *label1, *label2; dns_compress_findglobal() local
H A Dname.c360 unsigned char *label1, *label2; in dns_name_ishostname()
412 label2 = &name2->ndata[*offsets2]; in dns_name_iswildcard()
414 count2 = *label2++; in dns_name_iswildcard()
423 diff = isc_ascii_lowercmp(label1, label2, count); in dns_name_internalwildcard()
496 unsigned char *label1, *label2; dns_name_fullcompare() local
656 unsigned char *label1, *label2; dns_name_equal() local
766 unsigned char *label1, *label2; dns_name_rdatacompare() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc32 Gtk::Label *label2; in main() local
56label2 = new Gtk::Label (g_strdup_printf (_("This program is running as process number %d."), getp… in main()
59 label2aligned->add (*label2); in main()
78 label2->show (); in main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnome/
H A Dhello.m30 Gtk_Label *label2;
53label2 = [[Gtk_Label alloc] initWithLabelInfo: g_strdup_printf (_("This program is running as proc…
56 [label2aligned add: label2];
77 [label2 show];
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Ddiff.c493 char *label2; in diff_fileproc() local
723 label2 = NULL; in diff_fileproc()
730 label2 = make_file_label (DEVNULL, NULL, NULL); in diff_fileproc()
732 label2 = make_file_label (finfo->fullname, use_rev2, in diff_fileproc()
764 status = diff_exec (DEVNULL, finfo->file, label1, label2, in diff_fileproc()
777 status = diff_exec (DEVNULL, tmp, label1, label2, in diff_fileproc()
792 status = diff_exec (tmp, DEVNULL, label1, label2, in diff_fileproc()
801 label1, label2, finfo->file); in diff_fileproc()
806 if (label2) free (label2); in diff_fileproc()
H A Drcscmds.c356 const char *label1, const char *label2, const char *workfile) in RCS_exec_rcsdiff() argument
430 status = diff_exec (use_file1, use_file2, label1, label2, in RCS_exec_rcsdiff()
511 const char *label2, int dargc, char * const *dargv, in diff_exec() argument
515 file1, file2, label1, label2, out); in diff_exec()
554 if (label2) in diff_exec()
555 call_diff_add_arg (label2); in diff_exec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c722 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch() local
726 tree low2 = CASE_LOW (label2); in compare_gimple_switch()
732 tree high2 = CASE_HIGH (label2); in compare_gimple_switch()
738 && TREE_CODE (label2) == CASE_LABEL_EXPR) in compare_gimple_switch()
741 label2 = CASE_LABEL (label2); in compare_gimple_switch()
743 if (!compare_operand (label1, label2)) in compare_gimple_switch()
746 else if (!tree_int_cst_equal (label1, label2)) in compare_gimple_switch()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc74 wxStaticText *label2 = in MyFrame() local
79 topSizer->Add(label2); in MyFrame()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Ddiv.S104 bcc label2
109 bcc label2
113 bcc label2
123 label2: label
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.cc859 tree label2 = gimple_switch_label (g2, i); in compare_gimple_switch() local
863 tree low2 = CASE_LOW (label2); in compare_gimple_switch()
869 tree high2 = CASE_HIGH (label2); in compare_gimple_switch()
875 && TREE_CODE (label2) == CASE_LABEL_EXPR) in compare_gimple_switch()
878 label2 = CASE_LABEL (label2); in compare_gimple_switch()
880 if (!compare_operand (label1, label2, OP_NORMAL)) in compare_gimple_switch()
883 else if (!tree_int_cst_equal (label1, label2)) in compare_gimple_switch()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
H A DHello.java22 JLabel label2 = in main() local
38 labels.add(label2); in main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
H A DHello.java25 Label label2 = in main() local
41 labels.add(label2); in main()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Ddbg_tr_simplejp.S129 label2: R5.H = 0x7777; // 0x0234 label
142 JUMP.S label2; // 0x0258
H A Ddbg_tr_basic.S126 label2: R5.H = 0x7777; // label
148 JUMP.S label2; //
H A Ddbg_tr_umode.S148 label2: R5.H = 0x7777; label
165 JUMP.S label2;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-passes.def53 if (SREG >= 0) goto label2;
59 if (SREG >= 0) goto label2;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dhellowindow.cc50 QLabel *label2 = new QLabel (label2text, panel); in HelloMainWindow() local

12345