Home
last modified time | relevance | path

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

123456789

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollected_metrics.h75 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/
Dpoint.h9 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/
Dmain.cpp5 struct Point { struct
8 Point(int X = 3, int Y = 2) : x(X), y(Y) {} in Point() argument
/external/llvm-project/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) { in test() 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/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/geojson-jackson/src/main/java/org/geojson/
DPoint.java3 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/
Dc99.cpp5 struct Point { int x; int y; int z[]; }; // expected-warning{{flexible array members are a C99 feat… argument
/external/libchrome/crypto/
Dp224.h26 struct CRYPTO_EXPORT Point { struct
46 void CRYPTO_EXPORT ScalarMult(const Point& in, argument
/external/llvm-project/clang/test/FixIt/
Dfixit-errors.c15 struct Point { struct
19 struct Point *get_origin(); argument
/external/clang/test/FixIt/
Dfixit-errors.c15 struct Point { struct
19 struct Point *get_origin(); argument
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go33 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/
Dspan.go33 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/
Dspan.go33 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/
Dthreshold_curve.h20 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/
Dignored_macros.h1 struct Point { struct
2 double x, y;
Dpoint.h1 struct Point { int x, y; }; argument
/external/llvm-project/clang/test/Modules/Inputs/
Dignored_macros.h1 struct Point { struct
2 double x, y;
Dpoint.h1 struct Point { int x, y; }; argument
/external/llvm-project/clang/test/Index/
Dcomplete-macro-args.c1 struct Point { struct
10 void test(struct Point *p) { in test() argument
Dcomplete-tabs.c2 struct Point { int x, y; }; argument
/external/clang/test/Index/
Dcomplete-macro-args.c1 struct Point { struct
10 void test(struct Point *p) { in test() argument
Dcomplete-tabs.c2 struct Point { int x, y; }; struct

123456789