Lines Matching refs:mInputs
45 IO mInputs[]; field in ScriptGroup
78 ArrayList<ConnectLine> mInputs = new ArrayList<ConnectLine>(); field in ScriptGroup.Node
104 for (int ct=0; ct < mInputs.length; ct++) { in setInput()
105 if (mInputs[ct].mKID == s) { in setInput()
106 mInputs[ct].mAllocation = a; in setInput()
231 if (n.mInputs.size() == 0) { in validateDAG()
326 nt.mInputs.add(cl); in addConnection()
361 nt.mInputs.add(cl); in addConnection()
400 for (int ct3=0; ct3 < n.mInputs.size(); ct3++) { in create()
401 if (n.mInputs.get(ct3).mToK == kid) { in create()
451 sg.mInputs = new IO[inputs.size()]; in create()
453 sg.mInputs[ct] = inputs.get(ct); in create()