Lines Matching refs:target
981 # get a list of target devices from the ftrace file
1000 # now get the syspath for each target device
1007 # now fill in the properties for our target devices
1636 # device target event is entirely inside the source boundary
1640 # thread target event will expand the source boundary
1951 # set the target phase to the one that overlaps most
1957 # if no target phase was found, pin it to the edge
3220 self.thread = Thread(target=self.processMonitor, args=(0,))
5355 ' var html = "<title>"+e.target.innerHTML+"</title>"+\n'\
5360 ' if(e.target.id != "devlist1")\n'\
5375 ' html += "<e id=target>"+text[i]+"</e>\\n";\n'\
5383 ' win.location.hash = "#target";\n'\
5387 ' var name = e.target.id.slice(4);\n'\
5993 # check target mode is a valid mode
6409 data['target'] = tp.cmdline[tp.cmdline.find(arg):].split()[1]
6440 target, issues, testruns = '', [], []
6449 if 'target' in data:
6450 target = data['target']
6458 if target:
6459 title += ' %s' % target