Searched refs:Position (Results 1 – 6 of 6) sorted by relevance
/system/tools/hidl/ |
D | Location.h | 32 struct Position { struct 33 Position() = default; 34 Position(std::string filename, size_t line, size_t column); 41 static bool inSameFile(const Position& lhs, const Position& rhs); 43 bool operator<(const Position& pos) const; 54 std::ostream& operator<<(std::ostream& ostr, const Position& pos); argument 58 Location(const Position& begin, const Position& end); 60 void setLocation(const Position& begin, const Position& end); 63 const Position& begin() const; 64 const Position& end() const; [all …]
|
D | Location.cpp | 24 Position::Position(std::string filename, size_t line, size_t column) in Position() function in android::Position 27 const std::string& Position::filename() const { in filename() 31 size_t Position::line() const { in line() 35 size_t Position::column() const { in column() 39 bool Position::inSameFile(const Position& lhs, const Position& rhs) { in inSameFile() 43 bool Position::operator<(const Position& pos) const { in operator <() 47 std::ostream& operator<<(std::ostream& ostr, const Position& pos) { in operator <<() 56 Location::Location(const Position& begin, const Position& end) in Location() 59 void Location::setLocation(const Position& begin, const Position& end) { in setLocation() 69 const Position& Location::begin() const { in begin() [all …]
|
D | hidl-gen_y.yy | 58 ::android::Position(ast->getCoordinator().makeRelative(*(loc.begin.filename)), 60 ::android::Position(ast->getCoordinator().makeRelative(*(loc.end.filename)),
|
/system/teeui/libteeui/example/layout/ |
D | phys_button_layout.h | 60 Position(BorderWidth, PowerButtonCenter - dim_h / 2.0_px); 71 Position(RightEdgeOfScreen() - BorderWidth, PowerButtonTop()); 85 Position(BorderWidth, VolUpButtonCenter - dim_h / 2.0_px); 96 Position(RightEdgeOfScreen() - BorderWidth, VolUpButtonTop()); 108 Position(BorderWidth, BOTTOM_EDGE_OF(LabelCancel) + 40_dp); 119 Position(BorderWidth, BOTTOM_EDGE_OF(IconShield) + 12_dp); 132 Position(BorderWidth, BottomOfScreen() - BorderWidth - dim_h); 145 Position(BorderWidth, BOTTOM_EDGE_OF(LabelTitle) + 18_dp);
|
D | touch_button_layout.h | 51 Position(BorderWidth, IconShieldDistanceFromTop); 63 Position(BorderWidth, BOTTOM_EDGE_OF(IconShield) + 16_dp); 73 Position(RightEdgeOfScreen() - ButtonWidth - BorderWidth, ButtonPositionY + ButtonLabelDistance); 88 Position(RightEdgeOfScreen() - ButtonWidth - BorderWidth + LabelBorderZone, 104 Position(BorderWidth + LabelBorderZone, ButtonPositionY + ButtonLabelDistance + LabelBorderZone); 118 Position(BorderWidth, ButtonPositionY - dim_h - 48_dp); 131 Position(BorderWidth, BOTTOM_EDGE_OF(LabelTitle) + 16_dp);
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 984 #define Position(x, y) \
|