HomeSort by relevance Sort by last modified time
    Searched defs:addLine (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/boringssl/src/util/
convert_comments.go 81 func addLine(groups *[]lineGroup, line string, column int) {
110 addLine(&groups, line, -1)
133 addLine(&groups, l, -1)
144 addLine(&groups, line, -1)
161 addLine(&groups, l, column)
169 addLine(&groups, l, -1)
181 addLine(&groups, line, -1)
200 addLine(&groups, line[:endIdx], idx)
  /frameworks/av/services/mediaresourcemanager/
ServiceLog.cpp 45 addLine(log.string(), linePrefix, &result);
48 addLine("...", linePrefix, &result);
50 addLine("[no events yet]", linePrefix, &result);
55 void ServiceLog::addLine(const char *log, const char *prefix, String8 *result) const {
  /external/skia/src/pathops/
SkOpContour.cpp 57 this->addLine(pts);
82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) {
107 (void) fContour->addLine(ptStorage);
SkOpContour.h 38 SkOpSegment* addLine(SkPoint pts[2]) {
40 return appendSegment().addLine(pts, this);
443 void addLine(const SkPoint pts[2]);
SkOpSegment.h 71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) {
  /external/skqp/src/pathops/
SkOpContour.cpp 57 this->addLine(pts);
82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) {
107 (void) fContour->addLine(ptStorage);
SkOpContour.h 38 SkOpSegment* addLine(SkPoint pts[2]) {
40 return appendSegment().addLine(pts, this);
443 void addLine(const SkPoint pts[2]);
SkOpSegment.h 71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 30 builder.addLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
31 builder.addLine("<kml xmlns=\"http://earth.google.com/kml/2.2\">");
32 builder.addLine("<Document>");
38 builder.addLine("</Document>");
39 builder.addLine("</kml>");
49 builder.addLine("<Placemark>");
50 builder.addLine("<description>");
51 builder.addLine("accuracy = " + loc.getAccuracy());
52 builder.addLine("distance from last network location = "
54 builder.addLine("</description>")
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
Source.java 66 addLine(l);
71 private void addLine(final String l) {
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
KernelWakelockReaderTest.java 42 public ProcFileBuilder addLine(String name, int count, long timeMillis) {
86 .addLine("Wakelock", 34, 123) // Milliseconds
101 .addLine("Wakelock", 1, 10)
102 .addLine("Fakelock", 2, 20)
114 .addLine("Wakelock", 1, 10) // Milliseconds
115 .addLine("Wakelock", 1, 10) // Milliseconds
130 .addLine("Fakelock", 3, 30)
139 .addLine("Wakelock", 1, 10)
  /tools/loganalysis/src/com/android/loganalysis/util/
LogTailUtil.java 76 public void addLine(Integer id, String line) {
  /external/skia/src/core/
SkEdgeBuilder.cpp 122 void SkEdgeBuilder::addLine(const SkPoint pts[]) {
220 this->addLine(pts);
415 this->addLine(pts);
  /external/skqp/src/core/
SkEdgeBuilder.cpp 122 void SkEdgeBuilder::addLine(const SkPoint pts[]) {
220 this->addLine(pts);
415 this->addLine(pts);
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
DiscourseLogger.java 46 private void addLine(String s) {
56 addLine(mReceivingLine.toString());
79 addLine(command);
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 110 func (b *Writer) addLine() { b.lines = append(b.lines, []cell{}) }
120 b.addLine()
511 b.addLine()
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 110 func (b *Writer) addLine() { b.lines = append(b.lines, []cell{}) }
120 b.addLine()
511 b.addLine()
  /tools/tradefederation/core/src/com/android/tradefed/util/
TableBuilder.java 230 public TableBuilder addLine(String line) {
243 public TableBuilder addLine(String[] line) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DataDrivenTestHelper.java 63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) {
122 addLine(Collections.<String>emptyList(), "");
137 addLine(Collections.<String>emptyList(), commentBase);
142 addLine(keyValue, comment);
150 addLine(arguments, commentBase);
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 182 void Paragraph::addLine(const ParagraphLayout::Line *line)
219 addLine(line);
222 addLine(NULL);
pflow.c 269 static void addLine(pf_object *obj, pl_line *line)
310 addLine(obj, line);
313 addLine(obj, NULL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DataDrivenTestHelper.java 62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) {
121 addLine(Collections.<String>emptyList(), "");
136 addLine(Collections.<String>emptyList(), commentBase);
141 addLine(keyValue, comment);
149 addLine(arguments, commentBase);
  /tools/loganalysis/src/com/android/loganalysis/parser/
KernelLogParser.java 146 mPreambleUtil.addLine(null, line);
  /cts/tools/dasm/src/dasm/
parser.java     [all...]
  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 92 void addLine(const SkPoint& p) {
157 this->addLine(pts[1]);

Completed in 400 milliseconds

1 2 3 4 5