HomeSort by: relevance | last modified time | path
    Searched defs:label1 (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sys/external/bsd/gnu-efi/dist/gnuefi/
crt0-efi-x86_64.S 74 label1: label
75 .long dummy-label1 // Page RVA
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
div.S 102 bcc label1
136 label1: label
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
Hello.h 13 NSTextField *label1; variable
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
hellowindow.cc 42 QLabel *label1 = new QLabel (i18n ("Hello, world!"), panel); local
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/
hello.cc 68 wxStaticText *label1 = local
78 topSizer->Add(label1);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
hello.cc 30 Gtk::Label *label1; local
51 label1 = new Gtk::Label (_("Hello, world!"));
54 label1aligned->add (*label1);
76 label1->show ();
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
hello.cc 46 QLabel *label1 = new QLabel (_("Hello, world!"), panel); local
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
hello.c 27 GtkWidget *label1; local
47 label1 = gtk_label_new (_("Hello, world!"));
50 gtk_container_add (GTK_CONTAINER (label1aligned), label1); local
74 gtk_widget_show (label1);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
hello.cs 22 private Label label1; field in class:Hello.HelloWindow
29 label1 = new Label();
30 label1.Text = catalog.GetString("Hello, world!");
31 label1.ClientSize = new Size(label1.PreferredWidth, label1.PreferredHeight);
32 Controls.Add(label1);
61 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth),
63 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height;
69 label1.Location = new Point(border, border)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
Hello.java 20 JLabel label1 = local
37 labels.add(label1);
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
dbg_tr_basic.S 120 JUMP.S label1; //
136 label1: R4.H = 0x5555; // label
dbg_tr_simplejp.S 123 JUMP.S label1; // 0x0224
139 label1: R4.H = 0x5555; // 0x0250 label
dbg_tr_umode.S 142 JUMP.S label1;
158 label1: R4.H = 0x5555; label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
dbg_tr_basic.S 120 JUMP.S label1; //
136 label1: R4.H = 0x5555; // label
dbg_tr_simplejp.S 123 JUMP.S label1; // 0x0224
139 label1: R4.H = 0x5555; // 0x0250 label
dbg_tr_umode.S 142 JUMP.S label1;
158 label1: R4.H = 0x5555; label
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
interface.c 48 GtkWidget *label1; local
81 //label1 = gtk_label_new (_("Please enter a password, or not."));
82 label1 = gtk_label_new (message);
83 gtk_widget_show (label1);
84 gtk_table_attach (GTK_TABLE (table2), label1, 1, 2, 1, 2, local
87 gtk_label_set_justify (GTK_LABEL (label1), GTK_JUSTIFY_LEFT);
88 gtk_misc_set_alignment (GTK_MISC (label1), 0, 0.5);
154 GLADE_HOOKUP_OBJECT (dialog1, label1, "label1");
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
Hello.java 24 Label label1 = new Label(GettextResource.gettext(catalog,"Hello, world!")); local
40 labels.add(label1);
  /src/external/gpl2/xcvs/dist/src/
diff.c 492 char *label1; local
722 label1 = NULL;
737 label1 = make_file_label (DEVNULL, NULL, NULL);
739 label1 = make_file_label (finfo->fullname, use_rev1,
764 status = diff_exec (DEVNULL, finfo->file, label1, label2,
777 status = diff_exec (DEVNULL, tmp, label1, label2,
792 status = diff_exec (tmp, DEVNULL, label1, label2,
801 label1, label2, finfo->file);
805 if (label1) free (label1);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
compress.c 285 unsigned char *label1, *label2; local
296 label1 = node->name.ndata;
299 count = *label1++;
309 c = maptolower[label1[0]];
314 c = maptolower[label1[1]];
319 c = maptolower[label1[2]];
324 c = maptolower[label1[3]];
330 label1 += 4;
334 c = maptolower[*label1++];
  /src/external/gpl3/gcc/dist/gcc/
dojump.cc 454 rtx_code_label *label1 = gen_label_rtx ();
465 do_jump (TREE_OPERAND (exp, 0), label1, NULL,
468 emit_label (label1);
453 rtx_code_label *label1 = gen_label_rtx (); local
464 do_jump (TREE_OPERAND (exp, 0), label1, NULL, local
ipa-icf-gimple.cc 917 tree label1 = gimple_switch_label (g1, i); local
921 tree low1 = CASE_LOW (label1);
927 tree high1 = CASE_HIGH (label1);
933 if (TREE_CODE (label1) == CASE_LABEL_EXPR
936 label1 = CASE_LABEL (label1);
939 if (!compare_operand (label1, label2, OP_NORMAL))
942 else if (!tree_int_cst_equal (label1, label2))
  /src/external/gpl3/gcc.old/dist/gcc/
dojump.cc 456 rtx_code_label *label1 = gen_label_rtx ();
467 do_jump (TREE_OPERAND (exp, 0), label1, NULL,
470 emit_label (label1);
455 rtx_code_label *label1 = gen_label_rtx (); local
466 do_jump (TREE_OPERAND (exp, 0), label1, NULL, local
ipa-icf-gimple.cc 875 tree label1 = gimple_switch_label (g1, i); local
879 tree low1 = CASE_LOW (label1);
885 tree high1 = CASE_HIGH (label1);
891 if (TREE_CODE (label1) == CASE_LABEL_EXPR
894 label1 = CASE_LABEL (label1);
897 if (!compare_operand (label1, label2, OP_NORMAL))
900 else if (!tree_int_cst_equal (label1, label2))
  /src/external/gpl2/diffutils/dist/src/
analyze.c 813 char const *label1 = file_label[1] ? file_label[1] : filevec[1].name;
816 message ("Files %s and %s differ\n", label0, label1);
819 message ("Binary files %s and %s differ\n", label0, label1);
808 char const *label1 = file_label[1] ? file_label[1] : filevec[1].name; local

Completed in 36 milliseconds

1 2 3