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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceLinearGradient.cpp 51 FloatPoint RenderSVGResourceLinearGradient::endPoint(const LinearGradientAttributes& attributes) const
58 gradientData->gradient = Gradient::create(startPoint(m_attributes), endPoint(m_attributes));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 288 int endPoint = m_end;
298 endPoint = m_start;
308 newPos = std::min(newPos, endPoint);
310 newPos = std::max(newPos, endPoint);
313 if (newPos == endPoint) {
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 88 const SlotIndex EndPoint;
92 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint,
94 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill)
113 return EndPoint.isDead();
136 SlotIndex endPoint() const {
137 return EndPoint;
453 SlotIndex EndPoint;
457 EndPoint = I->end;
462 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 135 AnnotationEndpoint endPoint = null;
137 // Do we have an endpoint at the beginning of this annotation already?
169 // there is an endpoint that would intersect with this annotation. Find one of the annotations
170 // associated with the endpoint, to print in the error message
186 // There are no annotations on this endpoint. This "shouldn't" happen. We can still throw an exception.
188 "Cannot add annotation %s, due to existing annotation endpoint at %d",
194 // the next endpoint matches the end of the annotation we are adding
195 endPoint = nextEntry.getValue();
213 // If endPoint is null, we need to create a new, empty one and add it to annotations
214 if (endPoint == null)
    [all...]
  /libcore/luni/src/main/java/java/math/
Conversion.java 274 int endPoint = resLengthInChars;
275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
279 if (endPoint - startPoint >= 1) {
374 int endPoint = resLengthInChars;
375 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint);
379 if (endPoint - startPoint >= 1) {
  /packages/apps/UnifiedEmail/src/com/android/mail/perf/
Timer.java 157 PerformancePoint endPoint = values.get(i + 1);
159 cpuDurationNanos += endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
160 wallDurationMillis += endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
210 PerformancePoint endPoint = new PerformancePoint();
215 long cpuDurationNanos = endPoint.mCpuTimeNanos - startPoint.mCpuTimeNanos;
216 long wallDurationMillis = endPoint.mWallTimeMillis - startPoint.mWallTimeMillis;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 316 int endPoint = stack.indexOf('\n');
317 if (endPoint != -1) {
318 int nextLine = stack.indexOf('\n', endPoint + 1);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 47 int endPoint;
142 mLines[i].endPoint = Integer.valueOf(idx[1]);
283 ThreeDPoint end = mRotatedPoints[l.endPoint];
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 612 int endPoint = startPoint + requestSize;
613 if (endPoint > nameList.size()) {
614 endPoint = nameList.size();
618 for (int j = startPoint; j < endPoint; j++) {
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 840 XPS_POINT endPoint;
843 endPoint = xps_point(info.fPoint[1]);
849 endPoint = xps_point(info.fPoint[1], localMatrix);
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 841 XPS_POINT endPoint;
844 endPoint = xps_point(info.fPoint[1]);
850 endPoint = xps_point(info.fPoint[1], localMatrix);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 508 D2D1_POINT_2F endPoint;
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.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 

Completed in 1074 milliseconds