HomeSort by relevance Sort by last modified time
    Searched defs:Point (Results 26 - 50 of 50) sorted by null

12

  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 232 struct Point {
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {}
265 deque<Point> d1(1);
vector_test.cpp 403 struct Point {
407 struct PointEx : public Point {
409 PointEx(const Point&) : builtFromBase(true) {}
436 vector<Point> v1(1);
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 232 struct Point {
236 struct PointEx : public Point {
238 PointEx(const Point&) : builtFromBase(true) {}
265 deque<Point> d1(1);
vector_test.cpp 403 struct Point {
407 struct PointEx : public Point {
409 PointEx(const Point&) : builtFromBase(true) {}
436 vector<Point> v1(1);
  /external/stlport/test/unit/
vector_test.cpp 403 struct Point {
407 struct PointEx : public Point {
409 PointEx(const Point&) : builtFromBase(true) {}
436 vector<Point> v1(1);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DrawableViewNode.java 94 public static class Point {
97 public Point() {
100 public Point(double x, double y) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 45 private static class Point {
46 public Point(double lat, double lng) {
50 public Point() {}
85 final ArrayList<Point> points = new ArrayList<Point>();
91 points.add(new Point(s.lat, s.lng));
102 Point[] pointsArray = new Point[m];
200 // an array which specifies the group that each point belongs (0 to k - 1).
201 private static int[] kMeans(Point points[], int[] bestK)
    [all...]
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSenderImpl.java 59 private static class Point {
63 public Point(int x, int y) {
75 private Point createViewPointFromContentCoordinates(int x, int y) {
76 return new Point(Math.round(x * mWebView.getScale()) - mWebView.getScrollX(),
82 private Point mPoint;
88 public TouchPoint(int id, Point point) {
90 mPoint = point;
109 public void move(Point point) {
    [all...]
  /external/icu4c/common/
ubidiimp.h 176 typedef struct Point {
179 } Point;
186 Point *points; /* pointer to array of points */
  /external/llvm/include/llvm/Support/
IRBuilder.h 31 /// instruction at the insertion point.
61 /// ClearInsertionPoint - Clear the insertion point: created instructions will
87 /// inserted at the specified point.
93 /// SetInsertPoint(Use) - Find the nearest point that dominates this use, and
94 /// specify that created instructions should be inserted at this point.
127 /// InsertPoint - A saved insertion point.
130 BasicBlock::iterator Point;
133 /// Creates a new insertion point which doesn't point to anything.
136 /// Creates a new insertion point at the given location
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 565 Description : Compute the bisector of point and site
568 pNode : in, point
581 Description : Compute the bisector of point and site
584 pNode : in, point
630 Description : Compute the bisector of segment and point. Since
631 it is parabola, it is defined by its focus (site - point)
634 pFocus : in, point, which defines the focus of parabola
649 Description : Compute the bisector of segment and point. Since
650 it is parabola, it is defined by its focus (site - point)
653 pFocus : in, point, which defines the focus of parabol
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 1222 milliseconds

12