Searched defs:Point (Results 26 - 37 of 37) sorted by relevance

12

/external/clang/test/SemaTemplate/
H A Dexample-dynarray.cpp120 struct Point { struct
121 Point() { x = y = z = 0.0; } function in struct:Point
122 Point(const Point& other) : x(other.x), y(other.y), z(other.z) { } function in struct:Point
172 dynarray<Point> dp;
173 dp.push_back(Point());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java10 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.LINE_TO;
11 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.MOVE_TO;
20 private List<Point> points = new ArrayList<Point>();
21 private List<Point> pointsMovedTo = new ArrayList<Point>();
22 private List<Point> pointsLinedTo = new ArrayList<Point>();
23 private Point wasMovedTo;
28 Point
67 public static class Point { class in class:ShadowPath
76 public Point(float x, float y, Type type) { method in class:ShadowPath.Point
[all...]
/external/stlport/test/unit/
H A Ddeque_test.cpp232 struct Point { struct
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {} argument
265 deque<Point> d1(1);
H A Dvector_test.cpp403 struct Point { struct
407 struct PointEx : public Point {
409 PointEx(const Point&) : builtFromBase(true) {} argument
436 vector<Point> v1(1);
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h347 /// 4) Point - A point <x, y> representing the dependence from
352 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
362 /// isPoint - Return true if the constraint is of kind Point.
363 bool isPoint() const { return Kind == Point; }
403 /// setPoint - Change a constraint to Point.
/external/icu4c/common/
H A Dubidiimp.h176 typedef struct Point { struct
179 } Point; typedef in typeref:struct:Point
186 Point *points; /* pointer to array of points */
/external/llvm/include/llvm/IR/
H A DIRBuilder.h132 BasicBlock::iterator Point; member in class:llvm::IRBuilderBase::InsertPoint
140 : Block(InsertBlock), Point(InsertPoint) {}
146 llvm::BasicBlock::iterator getPoint() const { return Point; }
/external/opencv/cvaux/src/
H A Dcvlee.cpp1424 CvPoint Point;
1429 CV_READ_SEQ_ELEM(Point,reader);
1430 Point.y = 600 - Point.y;
1431 CV_WRITE_SEQ_ELEM(Point,writer);
3641 CvPointFloat Point,ParPoint1_img,RayPoint1_img; local
3706 Point.x = X[(N-1)*(IntersectionNumber - 1)];
3707 Point.y = pEdge2->parabola->a*Point.x*Point
3750 CvPointFloat Point,ParPoint1_img,ParPoint2_img,RayPoint1_img; local
3893 CvPointFloat Point = {0,0},ParPoint1_img,RayPoint1_img; local
3978 CvPointFloat Point={0,0},ParPoint1_img,RayPoint1_img,RayPoint2_img; local
4087 CvPointFloat Point; local
4225 CvPointFloat Point; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 817 milliseconds

12