HomeSort by relevance Sort by last modified time
    Searched refs:AddLine (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer.py 28 def AddLine(self, string='', indent_diff=0):
56 self.AddLine(line)
88 self.strings.AddLine(line)
91 builder.AddLine('#if version >= 4', 1)
92 builder.AddLine('SUPPORTED !!SUPPORTED_WINXPSP2')
93 builder.AddLine('#endif', -1)
107 builder.AddLine()
109 builder.AddLine('PART !!%s %s' % (policy_part_name, adm_type), 1)
113 builder.AddLine('KEYNAME "%s\\%s"' % (key_name, policy['name']))
114 builder.AddLine('VALUEPREFIX ""'
    [all...]
  /external/chromium_org/v8/tools/
check-name-clashes.py 40 self.AddLine(match.group(3))
42 def AddLine(self, line):
80 found_macro.AddLine(line)
  /external/chromium_org/ui/gfx/
text_elider.cc 337 void AddLine(const base::string16& line);
387 AddLine(lines.GetString());
401 void RectangleString::AddLine(const base::string16& line) {
506 void AddLine(const base::string16& line);
580 AddLine(line);
601 void RectangleText::AddLine(const base::string16& line) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc 423 static bool AddLine(const std::string& line, std::string* message) {
482 AddLine(os.str(), message);
526 return AddLine(os.str(), message);
698 AddLine(mline, &new_lines);
730 AddLine(os.str(), &new_lines);
783 AddLine(kSessionVersion, &message);
797 AddLine(os.str(), &message);
798 AddLine(kSessionName, &message);
801 AddLine(kTimeDescription, &message);
815 AddLine(group_line, &message)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 423 int MatlabPlot::AddLine(int maxLen /*= -1*/, const char *plotAttrib /*= NULL*/, const char *name /*= NULL*/)
544 lineIx = AddLine(-1, NULL, name);
567 lineIx = AddLine(-1, NULL, name);
880 trendIx = AddLine(2 /*maxLen*/, plotAttrib, trendName);
MatlabPlot.h 97 int AddLine(int maxLen = -1, const char *plotAttrib = NULL, const char *name = NULL);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 203 Status AddLine(IN const PointF& pt1,
206 return AddLine(pt1.X, pt1.Y, pt2.X, pt2.Y);
209 Status AddLine(IN REAL x1,
224 Status AddLine(IN const Point& pt1,
227 return AddLine(pt1.X,
233 Status AddLine(IN INT x1,
    [all...]
  /external/chromium_org/third_party/skia/gm/
degeneratesegments.cpp 118 static SkPoint AddLine(SkPath& path, SkPoint& startPt) {
227 AddLine,
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 294 CPVT_WordPlace AddLine(const CPVT_LineInfo & lineinfo);
553 CPVT_WordPlace AddLine(const CPVT_WordPlace & place, const CPVT_LineInfo & lineinfo);
doc_vt.cpp 90 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo & lineinfo)
680 m_pSection->AddLine(line);
706 m_pSection->AddLine(line);
727 m_pSection->AddLine(line);
    [all...]
  /external/skia/gm/
degeneratesegments.cpp 118 static SkPoint AddLine(SkPath& path, SkPoint& startPt) {
227 AddLine,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 219 Status AddLine(REAL x1, REAL y1, REAL x2, REAL y2)
224 Status AddLine(INT x1, INT y1, INT x2, INT y2)
229 Status AddLine(const PointF& pt1, const PointF& pt2)
234 Status AddLine(const Point& pt1, const Point& pt2)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]

Completed in 442 milliseconds