Home
last modified time | relevance | path

Searched refs:SetProperty (Results 1 - 25 of 45) sorted by relevance

12

/third_party/python/Lib/msilib/
H A D__init__.py153 si.SetProperty(PID_TITLE, "Installation Database")
154 si.SetProperty(PID_SUBJECT, ProductName)
155 si.SetProperty(PID_AUTHOR, Manufacturer)
157 si.SetProperty(PID_TEMPLATE, "x64;1033")
159 si.SetProperty(PID_TEMPLATE, "Intel;1033")
160 si.SetProperty(PID_REVNUMBER, gen_uuid())
161 si.SetProperty(PID_WORDCOUNT, 2) # long file names, compressed, original media
162 si.SetProperty(PID_PAGECOUNT, 200)
163 si.SetProperty(PID_APPNAME, "Python MSI Library")
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.h19 static void SetProperty(compiler::CodeAssemblerState* state,
26 static void SetProperty(compiler::CodeAssemblerState* state,
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp174 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::CMultiMethodProps
243 HRESULT CSingleMethodProps::SetProperty(const wchar_t *name2, const PROPVARIANT &value) in SetProperty() function in NArchive::CSingleMethodProps
278 RINOK(SetProperty(names[i], values[i])) in SetProperties()
H A DHandlerOut.h104 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
122 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &values);
/third_party/python/Lib/test/
H A Dtest_msilib.py66 sum_info.SetProperty(msilib.PID_TITLE, "a" * 999)
70 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1000)
74 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1001)
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py108 xccl.SetProperty("defaultConfigurationName", configuration_names[0])
121 self.project.SetProperty("projectDirPath", projectDirPath)
157 self.project.SetProperty("buildConfigurationList", xccl)
686 pbxp.SetProperty("attributes", project_attributes)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py108 xccl.SetProperty("defaultConfigurationName", configuration_names[0])
121 self.project.SetProperty("projectDirPath", projectDirPath)
157 self.project.SetProperty("buildConfigurationList", xccl)
686 pbxp.SetProperty("attributes", project_attributes)
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp947 HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::N7z::COutHandler
1009 return CMultiMethodProps::SetProperty(name, value); in SetProperty()
1049 RINOK(SetProperty(name, value)) in SetProperties()
H A D7zHandler.h77 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py870 def SetProperty(self, key, value): member in XCObject
975 self.SetProperty("name", name)
2360 self.SetProperty("productName", self._properties["name"])
2571 self.SetProperty("productName", product_name)
2600 self.SetProperty("productName", product_name)
2611 self.SetProperty("productReference", file_ref)
2806 self.SetProperty("mainGroup", PBXGroup())
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py870 def SetProperty(self, key, value): member in XCObject
975 self.SetProperty("name", name)
2359 self.SetProperty("productName", self._properties["name"])
2569 self.SetProperty("productName", product_name)
2598 self.SetProperty("productName", product_name)
2609 self.SetProperty("productReference", file_ref)
2807 self.SetProperty("mainGroup", PBXGroup())
/third_party/node/deps/v8/src/objects/
H A Djs-proxy.h84 V8_WARN_UNUSED_RESULT static Maybe<bool> SetProperty(
H A Dobjects.h519 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<bool> SetProperty(
523 SetProperty(Isolate* isolate, Handle<Object> object, Handle<Name> name,
801 // Helper for SetProperty and SetSuperProperty.
H A Djs-regexp.cc435 Object::SetProperty( in Initialize()
/third_party/node/test/js-native-api/test_object/
H A Dtest_null.c6 static napi_value SetProperty(napi_env env, napi_callback_info info) { in SetProperty() function
371 DECLARE_NODE_API_PROPERTY("setProperty", SetProperty), in init_test_null()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp1135 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
1155 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
1159 CATCH_XMP ("SetProperty", true) in Set()
/third_party/glfw/deps/mingw/
H A Ddinput.h1548 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_()
1577 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_()
1600 #define IDirectInputDevice_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b)
1621 #define IDirectInputDevice_SetProperty(p,a,b) (p)->SetProperty(a,b)
1652 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_()
1691 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_()
1724 #define IDirectInputDevice2_SetProperty(p,a,b) (p)->lpVtbl->SetProperty(p,a,b)
1755 #define IDirectInputDevice2_SetProperty(p,a,b) (p)->SetProperty(a,b)
1796 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_()
1838 STDMETHOD(SetProperty)(THIS in DECLARE_INTERFACE_()
[all...]
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp123 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
1331 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::CHandler
1368 return CMultiMethodProps::SetProperty(name, value); in SetProperty()
1393 RINOK(SetProperty(names[i], values[i])) in SetProperties()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc183 return Object::SetProperty( in SetLengthProperty()
348 MAYBE_RETURN(Object::SetProperty(&it, element, StoreOrigin::kMaybeKeyed, in GenericArrayPush()
360 isolate, Object::SetProperty(isolate, receiver, in GenericArrayPush()
418 isolate, Object::SetProperty(isolate, receiver, in GenericArrayPop()
447 isolate, Object::SetProperty(isolate, receiver, in GenericArrayPop()
769 Object::SetProperty( in ToJSReceiver()
/third_party/gn/src/gn/
H A Dscope.h336 void SetProperty(const void* key, void* value);
407 // Opaque pointers. See SetProperty() above.
H A Dfunctions.cc190 scope_->SetProperty(&kKey, nullptr); in ~NonNestableBlock()
206 scope_->SetProperty(&kKey, this); in Enter()
488 block_scope.SetProperty(&kInDeclareArgsKey, &block_scope); in RunDeclareArgs()
H A Dloader.cc311 base_config->SetProperty(kDefaultToolchainKey, &default_toolchain_label); in BackgroundLoadBuildConfig()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.h315 HRESULT SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value);
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc56 return Object::SetProperty( in SetLastIndex()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc842 Object::SetProperty(isolate, reject_handler, in RUNTIME_FUNCTION()
852 Object::SetProperty(isolate, throwaway, in RUNTIME_FUNCTION()
858 Object::SetProperty( in RUNTIME_FUNCTION()

Completed in 38 milliseconds

12