/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collected_metrics.h | 75 struct Point { struct 82 // MetricDescriptor for this Point. argument 86 std::vector<Label> labels; 89 ValueType value_type; 90 int64 int64_value; 91 string string_value; 92 bool bool_value; 93 HistogramProto histogram_value; 94 Percentiles percentiles_value; 143 std::vector<std::unique_ptr<Point>> points; argument
|
/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() function 14 inline bool operator==(const Point& other) const { argument
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-globals/ |
D | main.cpp | 5 struct Point { struct 8 Point(int X = 3, int Y = 2) : x(X), y(Y) {} in Point() argument
|
/external/llvm-project/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) { in test() 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/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/geojson-jackson/src/main/java/org/geojson/ |
D | Point.java | 3 public class Point extends GeoJsonObject { class 7 public Point() { in Point() method in Point 10 public Point(LngLatAlt coordinates) { in Point() method in Point 14 public Point(double longitude, double latitude) { in Point() method in Point 18 public Point(double longitude, double latitude, double altitude) { in Point() method in Point 22 public Point(double longitude, double latitude, double altitude, double... additionalElements) { in Point() method in Point
|
/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
|
/external/libchrome/crypto/ |
D | p224.h | 26 struct CRYPTO_EXPORT Point { struct 46 void CRYPTO_EXPORT ScalarMult(const Point& in, argument
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-errors.c | 15 struct Point { struct 19 struct Point *get_origin(); argument
|
/external/clang/test/FixIt/ |
D | fixit-errors.c | 15 struct Point { struct 19 struct Point *get_origin(); argument
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | span.go | 33 type Point struct { struct 34 v point 63 func New(uri URI, start Point, end Point) Span { 85 func ComparePoint(a, b Point) int { 124 func (p Point) HasPosition() bool { return p.v.hasPosition() } 125 func (p Point) HasOffset() bool { return p.v.hasOffset() } 126 func (p Point) IsValid() bool { return p.v.isValid() } 127 func (p *Point) MarshalJSON() ([]byte, error) { return json.Marshal(&p.v) } 128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } 129 func (p Point) Line() int { [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | span.go | 33 type Point struct { struct 34 v point 63 func New(uri URI, start Point, end Point) Span { 85 func ComparePoint(a, b Point) int { 124 func (p Point) HasPosition() bool { return p.v.hasPosition() } 125 func (p Point) HasOffset() bool { return p.v.hasOffset() } 126 func (p Point) IsValid() bool { return p.v.isValid() } 127 func (p *Point) MarshalJSON() ([]byte, error) { return json.Marshal(&p.v) } 128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } 129 func (p Point) Line() int { [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/ |
D | span.go | 33 type Point struct { struct 34 v point 63 func New(uri URI, start Point, end Point) Span { 85 func ComparePoint(a, b Point) int { 124 func (p Point) HasPosition() bool { return p.v.hasPosition() } 125 func (p Point) HasOffset() bool { return p.v.hasOffset() } 126 func (p Point) IsValid() bool { return p.v.isValid() } 127 func (p *Point) MarshalJSON() ([]byte, error) { return json.Marshal(&p.v) } 128 func (p *Point) UnmarshalJSON(b []byte) error { return json.Unmarshal(b, &p.v) } 129 func (p Point) Line() int { [all …]
|
/external/webrtc/modules/audio_coding/audio_network_adaptor/util/ |
D | threshold_curve.h | 20 struct Point { struct 21 constexpr Point(float x, float y) : x(x), y(y) {} in Point() function 22 float x; 23 float y;
|
/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; }; argument
|
/external/llvm-project/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; }; argument
|
/external/llvm-project/clang/test/Index/ |
D | complete-macro-args.c | 1 struct Point { struct 10 void test(struct Point *p) { in test() argument
|
D | complete-tabs.c | 2 struct Point { int x, y; }; argument
|
/external/clang/test/Index/ |
D | complete-macro-args.c | 1 struct Point { struct 10 void test(struct Point *p) { in test() argument
|
D | complete-tabs.c | 2 struct Point { int x, y; }; struct
|