| /external/dynamic_depth/internal/dynamic_depth/ |
| D | point.h | 9 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/ |
| D | collected_metrics.h | 74 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/ |
| D | macros.c | 5 struct Point { struct 10 void test(struct Point *p) { in test() argument
|
| D | member-access.c | 1 struct Point { struct 7 void test(struct Point *p) { argument
|
| /external/clang/test/SemaCXX/ |
| D | c99.cpp | 5 struct Point { int x; int y; int z[]; }; // expected-warning{{flexible array members are a C99 feat… argument
|
| D | tag-ambig.cpp | 5 typedef struct Point Point; typedef 16 struct Point { }; struct in Test
|
| D | arrow-operator.cpp | 29 class Point {}; class 30 class Line_Segment{ public: Line_Segment(const Point&){} }; in Line_Segment()
|
| /external/libchrome/crypto/ |
| D | p224.h | 26 struct CRYPTO_EXPORT Point { struct 46 void CRYPTO_EXPORT ScalarMult(const Point& in, argument
|
| /external/swiftshader/src/Device/ |
| D | Point.hpp | 23 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/ |
| D | Point.hpp | 23 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/ |
| D | fixit-errors.c | 15 struct Point { struct 19 struct Point *get_origin(); argument
|
| D | typo.c | 7 struct Point { struct 12 struct Point top_left, // expected-note{{'top_left' declared here}} argument
|
| /external/clang/test/Modules/Inputs/ |
| D | ignored_macros.h | 1 struct Point { struct 2 double x, y;
|
| D | point.h | 1 struct Point { int x, y; }; struct
|
| /external/clang/test/Index/ |
| D | complete-tabs.c | 2 struct Point { int x, y; }; argument
|
| D | complete-macro-args.c | 1 struct Point { struct 10 void test(struct Point *p) { in test() argument
|
| /external/clang/test/PCH/ |
| D | struct.h | 3 struct Point { struct 7 struct Point2 { argument
|
| /external/libffi/testsuite/libffi.call/ |
| D | pyobjc-tc.c | 10 typedef struct Point { struct 13 } Point; typedef
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | pyobjc-tc.c | 10 typedef struct Point { struct 13 } Point; argument
|
| /external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
| D | Point.java | 32 public abstract class Point { class 34 Point() {} in Point() method in Point
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
| D | Point.java | 18 public class Point { class 30 public Point(Double x, Double y) { in Point() method in Point
|
| /external/syzkaller/tools/syz-benchcmp/ |
| D | benchcmp.go | 33 type Point struct { struct 34 Time uint64 35 Vals []uint64
|
| /external/libchrome/ui/gfx/geometry/ |
| D | point.h | 29 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/ |
| D | ignored_macros.m | 45 struct Point p; struct
|
| /external/swiftshader/third_party/PowerVR_SDK/Tools/ |
| D | PVRTTrans.h | 20 PVRTVECTOR3 Point[8]; ///< 8 Vertices member
|