Searched defs:addLine (Results 1 - 25 of 29) sorted by relevance

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DSource.java66 addLine(l);
71 private void addLine(final String l) { method in class:Source
/external/skia/src/pathops/
H A DSkOpContour.cpp57 this->addLine(pts);
82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { function in class:SkOpContourBuilder
107 (void) fContour->addLine(ptStorage);
H A DSkOpSegment.h71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { function in class:SkOpSegment
H A DSkOpContour.h38 SkOpSegment* addLine(SkPoint pts[2]) { function in class:SkOpContour
40 return appendSegment().addLine(pts, this);
443 void addLine(const SkPoint pts[2]);
/external/skqp/src/pathops/
H A DSkOpContour.cpp57 this->addLine(pts);
82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { function in class:SkOpContourBuilder
107 (void) fContour->addLine(ptStorage);
H A DSkOpSegment.h71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { function in class:SkOpSegment
H A DSkOpContour.h38 SkOpSegment* addLine(SkPoint pts[2]) { function in class:SkOpContour
40 return appendSegment().addLine(pts, this);
443 void addLine(const SkPoint pts[2]);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDataDrivenTestHelper.java63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { method in class:DataDrivenTestHelper
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/
H A Dparagraph.cpp182 void Paragraph::addLine(const ParagraphLayout::Line *line) function in class:Paragraph
219 addLine(line);
222 addLine(NULL);
H A Dpflow.c269 static void addLine(pf_object *obj, pl_line *line) function
310 addLine(obj, line);
313 addLine(obj, NULL);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDataDrivenTestHelper.java62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { method in class:DataDrivenTestHelper
121 addLine(Collections.<String>emptyList(), "");
136 addLine(Collections.<String>emptyList(), commentBase);
141 addLine(keyValue, comment);
149 addLine(arguments, commentBase);
/external/skia/src/core/
H A DSkEdgeBuilder.cpp122 void SkEdgeBuilder::addLine(const SkPoint pts[]) { function in class:SkEdgeBuilder
220 this->addLine(pts);
415 this->addLine(pts);
/external/skqp/src/core/
H A DSkEdgeBuilder.cpp122 void SkEdgeBuilder::addLine(const SkPoint pts[]) { function in class:SkEdgeBuilder
220 this->addLine(pts);
415 this->addLine(pts);
/external/llvm/include/llvm/Support/
H A DGCOV.h319 void addLine(uint32_t N) { Lines.push_back(N); } function in class:llvm::GCOVBlock
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp220 void addLine(uint32_t Line) { function in class:__anon14668::GCOVLines
564 Lines.addLine(Loc.getLine());
/external/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp92 void addLine(const SkPoint& p) { function in class:__anon20797::PathGeoBuilder
157 this->addLine(pts[1]);
/external/skqp/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp92 void addLine(const SkPoint& p) { function in class:__anon21463::PathGeoBuilder
157 this->addLine(pts[1]);
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp165 void addLine(uint32_t Line) { function in class:__anon23008::GCOVLines
401 Lines.addLine(Loc.getLine());
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVModule.cpp164 virtual SPIRVLine *addLine(SPIRVEntry *E, SPIRVString *FileName, SPIRVWord Line,
379 SPIRVModuleImpl::addLine(SPIRVEntry* E, SPIRVString* FileName, function in class:SPIRV::SPIRVModuleImpl
/external/annotation-tools/asmx/test/lib/
H A Dcobertura-1.7.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 710 milliseconds

12