Lines Matching refs:Element
34 Element mInputs[];
35 Element mOutputs[];
72 Element mInputs[];
73 Element mOutputs[];
85 mInputs = new Element[MAX_INPUT];
86 mOutputs = new Element[MAX_OUTPUT];
98 public void addInput(Element e) throws IllegalStateException {
106 public void addOutput(Element e) throws IllegalStateException {
132 p.mInputs = new Element[mInputCount];
134 p.mOutputs = new Element[mOutputCount];