Searched refs:Label (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DHandler.java42 Label start;
47 Label end;
52 Label handler;
H A DEdge.java33 * An edge in the control flow graph of a method body. See {@link Label Label}.
50 Label successor;
54 * See {@link Label#successors successors}.
H A DMethodVisitor.java203 void visitJumpInsn(int opcode, Label label);
209 * @param label a {@link Label Label} object.
211 void visitLabel(Label label);
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]);
255 void visitLookupSwitchInsn(Label dflt, int keys[], Label labels[]);
280 void visitTryCatchBlock(Label start, Label en
[all...]
H A DLabel.java38 public class Label { class
80 * node (i.e., each basic block) is represented by the Label object that
112 Label next;
127 public Label() { method in class:Label
145 throw new IllegalStateException("Label offset position has not been resolved yet");
H A DAttribute.java89 protected Label[] getLabels() {
125 Label[] labels)
H A DClassReader.java751 Label[] labels = new Label[codeLength + 1];
762 labels[label] = new Label();
769 labels[label] = new Label();
789 labels[label] = new Label();
799 labels[label] = new Label();
811 labels[label] = new Label();
820 labels[label] = new Label();
850 Label start = labels[label];
852 labels[label] = start = new Label();
[all...]
H A DMethodWriter.java212 * node (i.e., each basic block) is represented by the Label object that
228 * Label#beginStackSize beginStackSize} of the current basic block plus
237 * to the {@link Label#beginStackSize beginStackSize} of the current basic
246 private Label currentBlock;
250 * stack is represented by a linked list of {@link Label Label} objects,
251 * linked to each other by their {@link Label#next} field. This stack must
254 private Label blockStack;
550 currentBlock = new Label();
808 public void visitJumpInsn(final int opcode, final Label labe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs11 using System.Windows.Forms; /* Application, Form, Label, Button */
21 private Label label1;
22 private Label label2;
28 label1 = new Label();
33 label2 = new Label();
42 Label okLabel = new Label();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc29 Gtk::Label *label1;
31 Gtk::Label *label2;
50 label1 = new Gtk::Label (_("Hello, world!"));
55 label2 = new Gtk::Label (g_strdup_printf (_("This program is running as process number %d."), getpid ()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A DHello.java23 Label label1 = new Label(GettextResource.gettext(catalog,"Hello, world!"));
24 Label label2 =
25 new Label(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dstatbox.cpp78 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
89 wxCONSTRUCTOR_6( wxStaticBox , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dstattext.cpp72 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
79 wxCONSTRUCTOR_6( wxStaticText , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dcheckbox.cpp82 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
90 wxCONSTRUCTOR_6( wxCheckBox , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dradiobut.cpp87 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString(), 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
95 wxCONSTRUCTOR_6( wxRadioButton , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dbutton.cpp96 wxPROPERTY( Label, wxString , SetLabel, GetLabel, wxString(), 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
105 wxCONSTRUCTOR_6( wxButton , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java69 import com.sleepycat.asm.Label;
375 Label l0 = new Label();
383 Label l1 = new Label();
743 Label next = new Label();
785 Label pastSwitch = new Label();
787 Label[] label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DfrmShowContents.cs35 private System.Windows.Forms.Label label1;
36 private System.Windows.Forms.Label label2;
102 this.label1 = new System.Windows.Forms.Label();
103 this.label2 = new System.Windows.Forms.Label();
H A DForm1.cs37 private System.Windows.Forms.Label label1;
39 private System.Windows.Forms.Label lblProgress;
90 this.label1 = new System.Windows.Forms.Label();
92 this.lblProgress = new System.Windows.Forms.Label();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dstattext.cpp22 #include <Xm/Label.h>
H A Dstatbmp.cpp21 #include <Xm/Label.h>
H A Dstatbox.cpp25 #include <Xm/Label.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dstattext.cpp74 wxPROPERTY( Label,wxString, SetLabel, GetLabel, wxString() , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
81 wxCONSTRUCTOR_6( wxStaticText , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Ddemo.c34 #include <Xm/Label.h>
39 Widget TopLevel, Form, Button, Text, Sepp, ComboBox1, ComboBox2, ComboBox3, Label; variable
193 Label = XtVaCreateManagedWidget("label", xmLabelWidgetClass, Form,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dladspa.h386 const char * Label; member in struct:_LADSPA_Descriptor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm134 Begin VB.Label Label1
151 Begin VB.Label Label2

Completed in 104 milliseconds

123