/third_party/python/Lib/msilib/ |
H A D | __init__.py | 153 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 D | keyed-store-generic.h | 19 static void SetProperty(compiler::CodeAssemblerState* state, 26 static void SetProperty(compiler::CodeAssemblerState* state,
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 174 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 D | HandlerOut.h | 104 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 D | test_msilib.py | 66 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 D | xcode.py | 108 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 D | xcode.py | 108 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 D | 7zHandlerOut.cpp | 947 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 D | 7zHandler.h | 77 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 870 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 D | xcodeproj_file.py | 870 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 D | js-proxy.h | 84 V8_WARN_UNUSED_RESULT static Maybe<bool> SetProperty(
|
H A D | objects.h | 519 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 D | js-regexp.cc | 435 Object::SetProperty( in Initialize()
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test_null.c | 6 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 D | dng_xmp_sdk.cpp | 1135 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 D | dinput.h | 1548 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 D | XzHandler.cpp | 123 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 D | builtins-array.cc | 183 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 D | scope.h | 336 void SetProperty(const void* key, void* value); 407 // Opaque pointers. See SetProperty() above.
|
H A D | functions.cc | 190 scope_->SetProperty(&kKey, nullptr); in ~NonNestableBlock() 206 scope_->SetProperty(&kKey, this); in Enter() 488 block_scope.SetProperty(&kInDeclareArgsKey, &block_scope); in RunDeclareArgs()
|
H A D | loader.cc | 311 base_config->SetProperty(kDefaultToolchainKey, &default_toolchain_label); in BackgroundLoadBuildConfig()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.h | 315 HRESULT SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value);
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-utils.cc | 56 return Object::SetProperty( in SetLastIndex()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 842 Object::SetProperty(isolate, reject_handler, in RUNTIME_FUNCTION() 852 Object::SetProperty(isolate, throwaway, in RUNTIME_FUNCTION() 858 Object::SetProperty( in RUNTIME_FUNCTION()
|