Searched refs:GetPropertyValue (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | android_info.cc | 26 std::string GetPropertyValue(const std::string& property) { in GetPropertyValue() function 44 info_out->android_sdk_version = GetPropertyValue("ro.build.version.sdk"); in RequestAndroidInfo() 45 info_out->device = GetPropertyValue("ro.product.device"); in RequestAndroidInfo() 46 info_out->model = GetPropertyValue("ro.product.model"); in RequestAndroidInfo() 47 info_out->manufacturer = GetPropertyValue("ro.product.manufacturer"); in RequestAndroidInfo()
|
/external/libbrillo/brillo/udev/ |
D | udev_device.h | 87 virtual const char* GetPropertyValue(const char* key) const;
|
D | mock_udev_device.h | 47 MOCK_METHOD(const char*, GetPropertyValue, (const char*), (const, override));
|
D | udev_device.cc | 106 const char* UdevDevice::GetPropertyValue(const char* key) const { in GetPropertyValue() function in brillo::UdevDevice
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | UserSettingsController.h | 48 virtual lldb::OptionValueSP GetPropertyValue(const ExecutionContext *exe_ctx,
|
/external/llvm-project/lldb/source/Core/ |
D | UserSettingsController.cpp | 34 Properties::GetPropertyValue(const ExecutionContext *exe_ctx, in GetPropertyValue() function in Properties
|
D | Disassembler.cpp | 258 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue( in ElideMixedSourceAndDisassemblyLine()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSettings.cpp | 159 lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue( in HandleArgumentCompletion()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 988 debugger.GetPropertyValue(nullptr, "plugin.structured-data.darwin-log." in ParseAutoEnableOptions()
|
/external/llvm-project/lldb/source/API/ |
D | SBDebugger.cpp | 1301 debugger_sp->GetPropertyValue(&exe_ctx, var_name, false, error)); in GetInternalVariableValue()
|