Searched refs:ptype (Results 1 – 2 of 2) sorted by relevance
886 for ptype in cmd.elem.findall('.//ptype'):887 …self.gen.logMsg('diag', '*** markRequired: command implicitly requires dependent type', ptype.text)888 self.markTypeRequired(ptype.text, required)942 for ptype in f.elem.findall('.//ptype'):943 depname = ptype.text
490 final String ptype = parser.getAttributeValue(null, "type"); in readLPw() local497 final boolean dynamic = "dynamic".equals(ptype); in readLPw()