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

1 2

  /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/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.cpp 105 addLine(String());
177 addLine(className);
188 void HTMLViewSourceDocument::addLine(const AtomicString& className)
245 addLine(className);
291 addLine("webkit-html-tag");
  /external/chromium_org/third_party/skia/src/core/
SkEdgeBuilder.cpp 25 void SkEdgeBuilder::addLine(const SkPoint pts[]) {
59 this->addLine(pts);
196 this->addLine(&lines[i]);
242 this->addLine(pts);
  /external/skia/src/core/
SkEdgeBuilder.cpp 25 void SkEdgeBuilder::addLine(const SkPoint pts[]) {
59 this->addLine(pts);
196 this->addLine(&lines[i]);
242 this->addLine(pts);
  /packages/apps/Email/src/com/android/email/mail/transport/
DiscourseLogger.java 46 private void addLine(String s) {
56 addLine(mReceivingLine.toString());
79 addLine(command);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 57 int addLine(const SkPoint pts[2]) {
58 fSegments.push_back().addLine(pts, fOperand, fXor);
SkOpSegment.cpp 397 void SkOpSegment::addLine(const SkPoint pts[2], bool operand, bool evenOdd) {
    [all...]
  /external/icu4c/samples/layout/
paragraph.cpp 171 void Paragraph::addLine(const ParagraphLayout::Line *line)
208 addLine(line);
211 addLine(NULL);
pflow.c 266 static void addLine(pf_object *obj, pl_line *line)
307 addLine(obj, line);
310 addLine(obj, NULL);
  /external/skia/src/pathops/
SkOpContour.h 57 int addLine(const SkPoint pts[2]) {
58 fSegments.push_back().addLine(pts, fOperand, fXor);
SkOpSegment.cpp 397 void SkOpSegment::addLine(const SkPoint pts[2], bool operand, bool evenOdd) {
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RawHeaders.java 169 public void addLine(String line) {
319 out.addLine(line);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DebugInfoBuilder.java 75 public void addLine(int address, int line) {
  /cts/tools/dasm/src/dasm/
parser.java     [all...]
DAsm.java 194 void addLine(int line_num) throws DasmError {
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 773 * .addLine(str1)
774 * .addLine(str2)
813 public InboxStyle addLine(CharSequence cs) {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 207 void addLine(uint32_t Line) {
467 Lines.addLine(Loc.getLine());
  /bionic/libc/kernel/tools/
cpp.py 498 def addLine(self,line):
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 540 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 662 milliseconds

1 2