Lines Matching refs:x
24 for x in range(len(self.queue)):
25 rec = self.queue[x]
27 del self.queue[x]
82 x = splitup[3:]
85 if x[2] not in keys: continue
86 x[2] = extractMe[x[2]]
89 if t0 == None: t0 = int(x[0])
90 x[0] = int(x[0]) - t0
92 thread, action = x[1], x[2]
94 time, url = x[0], x[3]
98 time, thread, host = x[0], x[1], x[4]
102 time, thread, url = x[0], x[1], x[3]
108 time, thread = x[0], x[1]
112 print x
113 if x[3] in ["sleep", "no", "wait"]: continue
114 time, thread, = x[0], x[1]
118 thread = x[1]
121 killed[1].append(x[0])
125 time, thread = x[0], x[1]
133 byteCount += int(x[3])
135 byteCount += int(x[2])
142 drawn = [False for x in rng]