Home
last modified time | relevance | path

Searched refs:add_line (Results 1 – 6 of 6) sorted by relevance

/external/lldb/scripts/Python/
Dmodify-python-lldb.py269 def add_line(self, a_line): member in NewContent
349 new_content.add_line(lldb_helpers)
350 new_content.add_line(lldb_iter_def)
373 new_content.add_line(module_iter % (d[cls]['module']))
374 new_content.add_line(breakpoint_iter % (d[cls]['breakpoint']))
375 new_content.add_line(watchpoint_iter % (d[cls]['watchpoint']))
378 new_content.add_line(iter_def % d[cls])
379 new_content.add_line(len_def % d[cls][0])
381 new_content.add_line(eq_def % (cls, list_to_frag(e[cls])))
382 new_content.add_line(ne_def)
[all …]
/external/lldb/utils/misc/
Dgrep-svn-log.py25 def add_line(self, a_line): member in Log
65 log.add_line(line)
70 log.add_line(line)
/external/chromium_org/tools/symsrc/
Dpefile.py613 self.add_line(line, indent)
616 def add_line(self, txt, indent=0): member in Dump
647 self.add_line('-'*10+txt+'-'*10+'\n')
3117 dump.add_line(warning)
3139 dump.add_line(', '.join(flags))
3153 dump.add_line(', '.join(flags))
3168 dump.add_line(', '.join(flags))
3169 dump.add_line('Entropy: %f (Min=0.0, Max=8.0)' % section.get_entropy() )
3171 dump.add_line('MD5 hash: %s' % section.get_hash_md5() )
3173 dump.add_line('SHA-1 hash: %s' % section.get_hash_sha1() )
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations_unittest.py890 def add_line(matching_configurations, reconstitute): function
901 add_line(set([TestConfiguration('xp', 'x86', 'release')]), True)
902add_line(set([TestConfiguration('xp', 'x86', 'release'), TestConfiguration('xp', 'x86', 'debug')])…
/external/chromium_org/third_party/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp659 void add_line(const SkPoint p[2], in add_line() function
753 add_line(&lines[2*i], toSrc, drawState->getCoverageColor(), &verts); in createLineGeom()
/external/skia/src/gpu/
DGrAAHairLinePathRenderer.cpp659 void add_line(const SkPoint p[2], in add_line() function
753 add_line(&lines[2*i], toSrc, drawState->getCoverageColor(), &verts); in createLineGeom()