Lines Matching refs:append
43 self.children.append(child)
72 strs.append('Symbol name=%s comm=%s overhead=%f children_overhead=%f' % (
75 strs.append('\t%s' % self.call_tree)
90 strs.append('SymbolOverheadRequirement')
92 strs.append('symbol_name=%s' % self.symbol_name)
94 strs.append('comm=%s' % self.comm)
96 strs.append('min_overhead=%f' % self.min_overhead)
98 strs.append('max_overhead=%f' % self.max_overhead)
128 self.children.append(child)
189 strs.append('Test test_name=%s' % self.test_name)
190 strs.append('\texecutable_name=%s' % self.executable_name)
191 strs.append('\tdisable_host=%s' % self.disable_host)
192 strs.append('\trecord_options=%s' % (' '.join(self.record_options)))
193 strs.append('\treport_options=%s' % (' '.join(self.report_options)))
194 strs.append('\tsymbol_overhead_requirements:')
196 strs.append('\t\t%s' % req)
197 strs.append('\tsymbol_children_overhead_requirements:')
199 strs.append('\t\t%s' % req)
200 strs.append('\tsymbol_relation_requirements:')
202 strs.append('\t\t%s' % req)
248 symbol_overhead_requirements.append(
256 symbol_children_overhead_requirements.append(
265 symbol_relation_requirements.append(req)
267 tests.append(
360 args_with_adb.append('export LD_LIBRARY_PATH=' + self.tmpdir + ' && ' + ' '.join(args))
427 symbols.append(cur_symbol)
435 symbols.append(cur_symbol)
442 vertical_columns.append(i)
601 new_tests.append(test)