Lines Matching refs:mInputs
46 IO mInputs[]; field in ScriptGroup
79 ArrayList<ConnectLine> mInputs = new ArrayList<ConnectLine>(); field in ScriptGroup.Node
105 for (int ct=0; ct < mInputs.length; ct++) { in setInput()
106 if (mInputs[ct].mKID == s) { in setInput()
107 mInputs[ct].mAllocation = a; in setInput()
237 if (n.mInputs.size() == 0) { in validateDAG()
332 nt.mInputs.add(cl); in addConnection()
367 nt.mInputs.add(cl); in addConnection()
406 for (int ct3=0; ct3 < n.mInputs.size(); ct3++) { in create()
407 if (n.mInputs.get(ct3).mToK == kid) { in create()
457 sg.mInputs = new IO[inputs.size()]; in create()
459 sg.mInputs[ct] = inputs.get(ct); in create()