Home
last modified time | relevance | path

Searched refs:line (Results 1 – 6 of 6) sorted by relevance

/pdk/build/
Dprepare_pdk_tree.py36 def getAttribs(self, line): argument
38 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:
Dpdk_utils.py150 for line in open(file_name, "r"):
151 result.append(line.strip())
/pdk/util/
Ddiff_products.py48 def parseLine(line, productData, productPath, overrideProperty = False): argument
50 words = line.split()
64 print "** Warning: parseLine too complex line in " + productPath + " : " + line
86 for line in open(productPath):
87 line_ = line.strip()
/pdk/apps/CameraITS/pymodules/its/
Ddevice.py88 line = ''.join(chars)
89 jobj = json.loads(line)
/pdk/apps/CameraITS/service/src/com/android/camera2/its/
DItsService.java294 String line = input.readLine(); in run() local
295 if (line == null) { in run()
299 processSocketCommand(line); in run()
/pdk/apps/CameraITS/
DREADME180 adding a "reboot" or "reboot=N" command line argument, where N is the number of