Searched refs:line (Results 1 – 6 of 6) sorted by relevance
36 def getAttribs(self, line): argument38 m = self.patterns[self.current].search(line)43 mOther = self.patterns[notCurrent].search(line)69 for line in f:70 [path, groupsAttrib] = handler.getAttribs(line)120 for line in p.stdout:121 if targetDir in line:
150 for line in open(file_name, "r"):151 result.append(line.strip())
48 def parseLine(line, productData, productPath, overrideProperty = False): argument50 words = line.split()64 print "** Warning: parseLine too complex line in " + productPath + " : " + line86 for line in open(productPath):87 line_ = line.strip()
88 line = ''.join(chars)89 jobj = json.loads(line)
294 String line = input.readLine(); in run() local295 if (line == null) { in run()299 processSocketCommand(line); in run()
180 adding a "reboot" or "reboot=N" command line argument, where N is the number of