Home
last modified time | relevance | path

Searched defs:Point (Results 1 – 25 of 105) sorted by relevance

12345

/external/dynamic_depth/internal/dynamic_depth/
Dpoint.h9 struct Point { struct
10 Point(T x_coord, T y_coord) : x(x_coord), y(y_coord) {} in Point() argument
14 inline bool operator==(const Point& other) const { argument
/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollected_metrics.h74 struct Point { struct
81 // MetricDescriptor for this Point. argument
85 std::vector<Label> labels;
88 ValueType value_type;
89 int64 int64_value;
90 string string_value;
91 bool bool_value;
92 HistogramProto histogram_value;
141 std::vector<std::unique_ptr<Point>> points; argument
/external/clang/test/CodeCompletion/
Dmacros.c5 struct Point { struct
10 void test(struct Point *p) { in test() argument
Dmember-access.c1 struct Point { struct
7 void test(struct Point *p) { argument
/external/clang/test/SemaCXX/
Dc99.cpp5 struct Point { int x; int y; int z[]; }; // expected-warning{{flexible array members are a C99 feat… argument
Dtag-ambig.cpp5 typedef struct Point Point; typedef
16 struct Point { }; struct in Test
Darrow-operator.cpp29 class Point {}; class
30 class Line_Segment{ public: Line_Segment(const Point&){} }; in Line_Segment()
/external/libchrome/crypto/
Dp224.h26 struct CRYPTO_EXPORT Point { struct
46 void CRYPTO_EXPORT ScalarMult(const Point& in, argument
/external/swiftshader/src/Device/
DPoint.hpp23 struct Point struct
34 {
75 inline Point::Point() in Point() function in sw::Point
79 inline Point::Point(const int i) in Point() function in sw::Point
88 inline Point::Point(const Point &P) in Point() function in sw::Point
95 inline Point::Point(const Vector &v) in Point() function in sw::Point
102 inline Point::Point(float P_x, float P_y, float P_z) in Point() function in sw::Point
/external/swiftshader/src/Renderer/
DPoint.hpp23 struct Point struct
34 {
75 inline Point::Point() in Point() function in sw::Point
79 inline Point::Point(const int i) in Point() function in sw::Point
88 inline Point::Point(const Point &P) in Point() function in sw::Point
95 inline Point::Point(const Vector &v) in Point() function in sw::Point
102 inline Point::Point(float P_x, float P_y, float P_z) in Point() function in sw::Point
/external/clang/test/FixIt/
Dfixit-errors.c15 struct Point { struct
19 struct Point *get_origin(); argument
Dtypo.c7 struct Point { struct
12 struct Point top_left, // expected-note{{'top_left' declared here}} argument
/external/clang/test/Modules/Inputs/
Dignored_macros.h1 struct Point { struct
2 double x, y;
Dpoint.h1 struct Point { int x, y; }; struct
/external/clang/test/Index/
Dcomplete-tabs.c2 struct Point { int x, y; }; argument
Dcomplete-macro-args.c1 struct Point { struct
10 void test(struct Point *p) { in test() argument
/external/clang/test/PCH/
Dstruct.h3 struct Point { struct
7 struct Point2 { argument
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c10 typedef struct Point { struct
13 } Point; typedef
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dpyobjc-tc.c10 typedef struct Point { struct
13 } Point; argument
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DPoint.java32 public abstract class Point { class
34 Point() {} in Point() method in Point
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DPoint.java18 public class Point { class
30 public Point(Double x, Double y) { in Point() method in Point
/external/syzkaller/tools/syz-benchcmp/
Dbenchcmp.go33 type Point struct { struct
34 Time uint64
35 Vals []uint64
/external/libchrome/ui/gfx/geometry/
Dpoint.h29 constexpr Point() : x_(0), y_(0) {} in Point() function
30 constexpr Point(int x, int y) : x_(x), y_(y) {} in Point() function
/external/clang/test/Modules/
Dignored_macros.m45 struct Point p; struct
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTrans.h20 PVRTVECTOR3 Point[8]; ///< 8 Vertices member

12345