HomeSort by relevance Sort by last modified time
    Searched defs:SetProperty (Results 1 - 25 of 30) 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 162 MojoResult SetProperty(MojoPropertyType type, const void* value) {
164 return internal::g_core->SetProperty(type, 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/sdm845/sdm/libs/hwc/
hwc_debugger.cpp 190 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) {
  /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) {
  /hardware/qcom/display/sdm845/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/sdm845/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) {
  /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...]
comsvcs.h     [all...]
  /system/core/base/
properties.cpp 84 bool SetProperty(const std::string& key, const std::string& value) {
  /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 347 MojoResult Core::SetProperty(MojoPropertyType type, const void* value) {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 699 SetProperty,
  /external/v8/src/
objects.cc     [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 584 milliseconds

1 2