Home
last modified time | relevance | path

Searched refs:GetPropertyValue (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dandroid_info.cc26 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/
Dudev_device.h87 virtual const char* GetPropertyValue(const char* key) const;
Dmock_udev_device.h47 MOCK_METHOD(const char*, GetPropertyValue, (const char*), (const, override));
Dudev_device.cc106 const char* UdevDevice::GetPropertyValue(const char* key) const { in GetPropertyValue() function in brillo::UdevDevice
/external/llvm-project/lldb/include/lldb/Core/
DUserSettingsController.h48 virtual lldb::OptionValueSP GetPropertyValue(const ExecutionContext *exe_ctx,
/external/llvm-project/lldb/source/Core/
DUserSettingsController.cpp34 Properties::GetPropertyValue(const ExecutionContext *exe_ctx, in GetPropertyValue() function in Properties
DDisassembler.cpp258 OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue( in ElideMixedSourceAndDisassemblyLine()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSettings.cpp159 lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue( in HandleArgumentCompletion()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp988 debugger.GetPropertyValue(nullptr, "plugin.structured-data.darwin-log." in ParseAutoEnableOptions()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1301 debugger_sp->GetPropertyValue(&exe_ctx, var_name, false, error)); in GetInternalVariableValue()