HomeSort by relevance Sort by last modified time
    Searched defs:GetProperties (Results 1 - 8 of 8) sorted by null

  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
virtual_touchscreen.cpp 29 const std::vector<const uint32_t>& VirtualTouchScreen::GetProperties() const {
virtual_device_base.cpp 83 for (uint32_t property : GetProperties()) {
134 const std::vector<const uint32_t>& VirtualDeviceBase::GetProperties() const {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Timestamp.h 51 will always roll over to zero. The properties of the counter can be retrieved from GetProperties().
53 The counter value will not go backwards other than when wrapping, as defined by EndValue in GetProperties().
95 TIMESTAMP_GET_PROPERTIES GetProperties;
  /external/golang-protobuf/proto/
properties.go 292 p.sprop = GetProperties(p.stype)
324 // GetProperties returns the list of properties for the type represented by t.
326 func GetProperties(t reflect.Type) *StructProperties {
331 // Most calls to GetProperties in a long-running program will be
  /external/libchrome/dbus/
object_manager.cc 124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
346 PropertySet* properties = GetProperties(object_path, interface);
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
properties.go 292 p.sprop = GetProperties(p.stype)
324 // GetProperties returns the list of properties for the type represented by t.
326 func GetProperties(t reflect.Type) *StructProperties {
331 // Most calls to GetProperties in a long-running program will be
  /build/soong/android/
module.go 195 GetProperties() []interface{}
386 base.generalProperties = m.GetProperties()
387 base.customizableProperties = m.GetProperties()
496 func (a *ModuleBase) GetProperties() []interface{} {
    [all...]
  /art/runtime/
runtime.h 328 const std::vector<std::string>& GetProperties() const {
    [all...]

Completed in 1014 milliseconds