Searched defs:Point (Results 1 - 25 of 63) sorted by last modified time

123

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h90 class Point;
301 class Point class
304 Point() function in class:Point
309 Point(IN const Point &point) function in class:Point
315 Point(IN const Size &size) function in class:Point
321 Point(IN INT x, function in class:Point
328 Point operator+(IN const Point& point) const
330 return Point(
[all...]
/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/mesa3d/src/mesa/swrast/
H A Ds_context.h244 * Point/Line/Triangle function pointers below.
266 swrast_point_func Point; member in struct:__anon27989
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1062 * Point attribute group (GL_POINT_BIT).
3142 #define _NEW_POINT (1 << 11) /**< gl_context::Point */
3462 struct gl_point_attrib Point; /**< Point attributes */ member in struct:gl_context
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h381 /// 4) Point - A point <x, y> representing the dependence from
386 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator in enum:llvm::DependenceAnalysis::Constraint::ConstraintKind
396 /// isPoint - Return true if the constraint is of kind Point.
397 bool isPoint() const { return Kind == Point; }
437 /// setPoint - Change a constraint to Point.
/external/llvm/include/llvm/IR/
H A DIRBuilder.h139 BasicBlock::iterator Point; member in class:llvm::IRBuilderBase::InsertPoint
147 : Block(InsertBlock), Point(InsertPoint) {}
153 llvm::BasicBlock::iterator getPoint() const { return Point; }
200 BasicBlock::iterator Point; member in class:llvm::IRBuilderBase::InsertPointGuard
208 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),
212 Builder.restoreIP(InsertPoint(Block, Point));
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1142 } Point; member in class:__anon25735::TypePromotionTransaction::InsertionHandler
1152 Point.PrevInst = --It;
1154 Point.BB = Inst->getParent();
1162 Inst->insertAfter(Point.PrevInst);
1164 Instruction *Position = Point.BB->getFirstInsertionPt();
1406 void rollback(ConstRestorationPt Point);
1490 TypePromotionTransaction::ConstRestorationPt Point) {
1491 while (!Actions.empty() && Point != Actions.back().get()) {
1489 rollback( TypePromotionTransaction::ConstRestorationPt Point) argument
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp259 // Return a scattered form of V that can be accessed by Point. V must be a
261 Scatterer Scalarizer::scatter(Instruction *Point, Value *V) { argument
276 // In the fallback case, just put the scattered before Point and
277 // keep the result local to Point.
278 return Scatterer(Point->getParent(), Point, V);
/external/lldb/test/benchmarks/expression/
H A Dmain.cpp11 class Point { class
15 Point(int a, int b): function in class:Point
24 Point point;
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp34 struct Point { struct
37 Point(int X = 3, int Y = 2) : x(X), y(Y) {} function in struct:Point
97 Point iAmSomewhere(4,6);
/external/lldb/test/functionalities/data-formatter/data-formatter-globals/
H A Dmain.cpp14 struct Point { struct
17 Point(int X = 3, int Y = 2) : x(X), y(Y) {} function in struct:Point
20 Point g_point(3,4);
21 Point* g_point_pointer = new Point(7,5);
/external/lldb/test/functionalities/non-overlapping-index-variable-i/
H A Dmain.cpp11 class Point { class
15 Point(int a, int b): function in class:Point
24 Point point;
/external/lldb/test/lang/c/global_variables/
H A Da.c10 struct Point { struct
14 struct Point g_marked_spot = { 20, 21 };
/external/icu/icu4c/source/common/
H A Dubidiimp.h234 typedef struct Point { struct
237 } Point; typedef in typeref:struct:Point
244 Point *points; /* pointer to array of points */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.gtk.linux.x86_3.6.1.v3657a.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 ...
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp273 struct Point struct in namespace:rr::pa
280 Point (void) function in struct:rr::pa::Point
285 Point (VertexPacket* v0_) function in struct:rr::pa::Point
301 *(outputIterator++) = Point(vertices[ndx]);
/external/clang/test/Analysis/
H A Dfields.c24 } Point; typedef in typeref:struct:__anon18330
26 Point getit(void);
28 Point p;
38 Point p = {42, 0};
39 Point q;
H A Dnew.cpp174 struct Point { int x, y; }; struct
175 new Point{1, 2}; // no crash
177 Point p;
178 new (&p) Point{1, 2}; // no crash

Completed in 3046 milliseconds

123