Searched defs:Location (Results 1 – 5 of 5) sorted by relevance
/system/tools/hidl/ |
D | Location.h | 50 struct Location { struct 51 Location (Position begin, Position end) in Location() argument 56 inline static Location startOf(const std::string &path) { in startOf() argument 67 inline std::ostream& operator<< (std::ostream& ostr, const Location& loc) { argument
|
/system/core/libunwindstack/include/unwindstack/ |
D | Regs.h | 41 struct Location { struct 42 Location(LocationEnum type, int16_t value) : type(type), value(value) {} in Location() function 44 LocationEnum type; argument 48 Regs(uint16_t total_regs, uint16_t sp_reg, const Location& return_loc) in Regs() argument
|
/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 573 Location = _reflection.GeneratedProtocolMessageType('Location', (_message.Message,), dict( variable
|
D | pprof_proto_generator.py | 196 class Location(object): class
|
/system/bt/hci/src/ |
D | hci_layer.cc | 303 base::Callback<void(const tracked_objects::Location&, BT_HDR*)> in set_data_cb()
|