Lines Matching refs:name
14 # * Neither the name of Google Inc. nor the names of its
70 data_name: the name of the file containing the counters.
151 name = counter.Name()
152 if name in self.ui_counters:
154 ui_counter = self.ui_counters[name]
181 """Group the counters by the suffix of their name.
196 name = counter.Name()
197 names[name] = counter
207 for name in sorted_keys:
208 counter = names[name]
209 if ":" in name:
210 name = name[name.find(":")+1:]
211 if not name in groups:
212 groups[name] = []
213 groups[name].append(counter)
235 name = Tkinter.Label(self.root, width=50, anchor=Tkinter.W,
237 name.grid(row=index, column=0, padx=1, pady=1)
241 name = counter.Name()
243 if self.name_filter.match(name):
250 if (":" in name) and (name[0] in COUNTER_LABELS):
251 format = COUNTER_LABELS[name[0]]
255 self.ui_counters[name] = ui_counter
348 """Return the ascii name of this counter."""
394 name_offset: the byte offset of the start of this counter's name
406 """Return the ascii name of this counter."""