HomeSort by relevance Sort by last modified time
    Searched defs:SetProperty (Results 1 - 25 of 35) sorted by null

1 2

  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 53 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
  /frameworks/native/cmds/installd/
system_properties.h 59 void SetProperty(const std::string& key, const std::string& value) {
  /hardware/qcom/display/msm8996/sdm/libs/utils/
debug.cpp 151 bool Debug::SetProperty(const char* property_name, const char* value) {
152 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
  /external/libmojo/mojo/edk/embedder/
embedder.cc 152 MojoResult SetProperty(MojoPropertyType type, const void* value) {
154 return internal::g_core->SetProperty(type, value);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_debugger.cpp 223 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_debugger.cpp 188 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.cpp 184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) {
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_debugger.cpp 190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) {
  /hardware/qcom/display/msm8909/sdm/include/utils/
debug.h 85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8909/sdm/libs/utils/
debug.cpp 207 bool Debug::SetProperty(const char* property_name, const char* value) {
208 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
debug.h 84 static bool SetProperty(const char *property_name, const char *value);
107 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
debug.cpp 208 bool Debug::SetProperty(const char* property_name, const char* value) {
209 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 78 static bool SetProperty(const char *property_name, const char *value);
101 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8998/sdm/include/utils/
debug.h 85 static bool SetProperty(const char *property_name, const char *value);
108 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /hardware/qcom/display/msm8998/sdm/libs/utils/
debug.cpp 215 bool Debug::SetProperty(const char* property_name, const char* value) {
216 if (debug_.debug_handler_->SetProperty(property_name, value) != kErrorNone) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certmod.h 64 virtual HRESULT WINAPI SetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,const VARIANT *pvarProperty) = 0;
78 HRESULT (WINAPI *SetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,const VARIANT *pvarProperty);
94 #define ICertManageModule_SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty) (This)->lpVtbl->SetProperty(This,strConfig,strStorageLocation,strPropertyName,Flags,pvarProperty)
iedial.h 95 virtual HRESULT WINAPI SetProperty(LPCWSTR pwzProperty,LPCWSTR pwzValue) = 0;
109 HRESULT (WINAPI *SetProperty)(IDialEngine *This,LPCWSTR pwzProperty,LPCWSTR pwzValue);
125 #define IDialEngine_SetProperty(This,pwzProperty,pwzValue) (This)->lpVtbl->SetProperty(This,pwzProperty,pwzValue)
azroles.h 175 virtual HRESULT WINAPI SetProperty(LONG lPropId,VARIANT varProp,VARIANT varReserved) = 0;
237 HRESULT (WINAPI *SetProperty)(IAzAuthorizationStore *This,LONG lPropId,VARIANT varProp,VARIANT varReserved);
301 #define IAzAuthorizationStore_SetProperty(This,lPropId,varProp,varReserved) (This)->lpVtbl->SetProperty(This,lPropId,varProp,varReserved)
    [all...]
  /system/core/base/
properties.cpp 88 bool SetProperty(const std::string& key, const std::string& value) {
  /external/pdfium/fxjs/
cjs_global.cpp 94 CJS_Return result = pObj->SetProperty(
148 CJS_Return SetProperty(CJS_Runtime* pRuntime,
311 CJS_Return JSGlobalAlternate::SetProperty(CJS_Runtime* pRuntime,
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 789 HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
839 return CMultiMethodProps::SetProperty(name, value);
878 RINOK(SetProperty(name, value));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
FullScreenTask.java 152 SetProperty p = new SetProperty(v, property, value);
211 private class SetProperty implements Runnable {
217 SetProperty(View view, String property, String value) {
226 mInflater.setProperty(mView, mProperty, mValue);
  /external/libmojo/mojo/edk/system/
core.cc 361 MojoResult Core::SetProperty(MojoPropertyType type, const void* value) {
    [all...]
  /system/core/bootstat/
bootstat.cpp 126 void SetProperty(const char* key, const std::string& val) {
130 void SetProperty(const char* key, const char* val) {
806 SetProperty(last_reboot_reason_property, ret);
833 SetProperty(system_reboot_reason_property, "reboot,factory_reset");
838 SetProperty(system_reboot_reason_property, "reboot,ota");
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 700 SetProperty,

Completed in 546 milliseconds

1 2