Lines Matching defs:Name
14 # * Neither the name of Google Inc. nor the names of its
67 data_name: the name of the file containing the counters.
148 name = counter.Name()
149 if name in self.ui_counters:
151 ui_counter = self.ui_counters[name]
178 """Group the counters by the suffix of their name.
193 name = counter.Name()
194 names[name] = counter
204 for name in sorted_keys:
205 counter = names[name]
206 if ":" in name:
207 name = name[name.find(":")+1:]
208 if not name in groups:
209 groups[name] = []
210 groups[name].append(counter)
232 name = Tkinter.Label(self.root, width=50, anchor=Tkinter.W,
234 name.grid(row=index, column=0, padx=1, pady=1)
238 name = counter.Name()
240 if self.name_filter.match(name):
247 if (":" in name) and (name[0] in COUNTER_LABELS):
248 format = COUNTER_LABELS[name[0]]
252 self.ui_counters[name] = ui_counter
344 def Name(self):
345 """Return the ascii name of this counter."""
391 name_offset: the byte offset of the start of this counter's name
402 def Name(self):
403 """Return the ascii name of this counter."""