HomeSort by relevance Sort by last modified time
    Searched defs:aLine (Results 1 - 18 of 18) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 22 $aLine = fgets($fileHandle, 4096);
23 $result = $result.$aLine;
buildNotes.php 13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
14 $parts = explode(",", $aLine);
consoleLogs.php 13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
14 $parts = explode(",", $aLine);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 33 $aLine = fgets($fileHandle, 4096);
34 parse_str($aLine);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java 81 String aLine;
90 while ((aLine = in.readLine()) != null) {
91 if (aLine.startsWith("RCS file")) {
93 (aLine
94 .substring(aLine.indexOf(":"), aLine.indexOf(",")))
98 while ((aLine = in.readLine()) != null && !aLine.startsWith("===")){
99 if (aLine.startsWith("< plugin")||aLine.startsWith("< fragment")||aLine.startsWith("< feature")||aLine.startsWith("< base.plugin"))
    [all...]
CompileErrorCheck.java 121 String aLine;
130 while ((aLine = in.readLine()) != null) {
131 int statusSummaryIndex=aLine.indexOf("problem (");
133 statusSummaryIndex=aLine.indexOf("problems (");
135 if (statusSummaryIndex!=-1&&(aLine.indexOf("error", statusSummaryIndex) != -1)){
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 128 SkDLine aLine, bLine;
129 aLine.set(a);
132 return intersect(aLine, bLine);
  /external/skia/src/pathops/
SkIntersections.h 128 SkDLine aLine, bLine;
129 aLine.set(a);
132 return intersect(aLine, bLine);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker.cpp 65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
67 return intersect(aLine, bLine, intersections);
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
107 return horizontalLineIntersect(aLine, left, right, y, aRange);
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
151 xy_at_t(aLine, t, *(double*) 0, y);
172 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
174 sub_divide(aLine, startT, endT, dst);
267 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
269 return implicit_matches_ulps(aLine, bLine, 32)
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker.cpp 65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
67 return intersect(aLine, bLine, intersections);
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
107 return horizontalLineIntersect(aLine, left, right, y, aRange);
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
151 xy_at_t(aLine, t, *(double*) 0, y);
172 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
174 sub_divide(aLine, startT, endT, dst);
267 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
269 return implicit_matches_ulps(aLine, bLine, 32)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 234 milliseconds