Home
last modified time | relevance | path

Searched refs:SetProperty (Results 1 – 25 of 55) sorted by relevance

123

/third_party/python/Lib/msilib/
D__init__.py150 si.SetProperty(PID_TITLE, "Installation Database")
151 si.SetProperty(PID_SUBJECT, ProductName)
152 si.SetProperty(PID_AUTHOR, Manufacturer)
154 si.SetProperty(PID_TEMPLATE, "x64;1033")
156 si.SetProperty(PID_TEMPLATE, "Intel;1033")
157 si.SetProperty(PID_REVNUMBER, gen_uuid())
158 si.SetProperty(PID_WORDCOUNT, 2) # long file names, compressed, original media
159 si.SetProperty(PID_PAGECOUNT, 200)
160 si.SetProperty(PID_APPNAME, "Python MSI Library")
/third_party/typescript/tests/issues_cookbook_tests/pages/cases/
D#14071.ets5 function SetProperty<T extends Object>(oldObj: T, str: string, obj: Object): void {
15 SetProperty(a, 'u', 'def')
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.h19 static void SetProperty(compiler::CodeAssemblerState* state,
26 static void SetProperty(compiler::CodeAssemblerState* state,
/third_party/python/Lib/test/
Dtest_msilib.py63 sum_info.SetProperty(msilib.PID_TITLE, "a" * 999)
67 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1000)
71 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1001)
/third_party/node/deps/v8/src/builtins/
Darray-unshift.tq46 SetProperty(object, to, fromValue);
64 SetProperty(object, j, arguments[Convert<intptr>(j)]);
73 SetProperty(object, kLengthString, newLength);
Darray-shift.tq50 SetProperty(object, kLengthString, Convert<Smi>(0));
76 SetProperty(object, to, fromValue);
90 SetProperty(object, kLengthString, length - 1);
Darray-reverse.tq115 SetProperty(object, lower, upperValue);
118 SetProperty(object, upper, lowerValue);
121 SetProperty(object, lower, upperValue);
130 SetProperty(object, upper, lowerValue);
Darray-splice.tq214 SetProperty(a, kLengthString, actualDeleteCount);
243 SetProperty(o, to, fromValue);
292 SetProperty(o, to, fromValue);
342 SetProperty(o, k, e);
351 SetProperty(o, kLengthString, len - actualDeleteCount + itemCount);
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()
Darray-copywithin.tq74 SetProperty(object, to, fromVal);
/third_party/lzma/CPP/7zip/Archive/Common/
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()
DHandlerOut.h104 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
122 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &values);
/third_party/glfw/deps/mingw/
Ddinput.h1548 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
1577 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
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_() local
1691 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
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_() local
1838 STDMETHOD(SetProperty)(THIS_ REFGUID rguidProp, LPCDIPROPHEADER pdiph) PURE; in DECLARE_INTERFACE_() local
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
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/
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/
D7zHandler.h77 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
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 Z7_COM7F_IMF()
/third_party/node/test/js-native-api/test_object/
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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
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/tools/gyp/pylib/gyp/
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/lzma/CPP/7zip/Archive/
DXzHandler.cpp123 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
1331 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value)
1368 return CMultiMethodProps::SetProperty(name, value);
1393 RINOK(SetProperty(names[i], values[i]))
/third_party/node/deps/v8/src/objects/
Djs-proxy.h84 V8_WARN_UNUSED_RESULT static Maybe<bool> SetProperty(
/third_party/gn/src/gn/
Dscope.h319 void SetProperty(const void* key, void* value);
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp_sdk.cpp1135 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
1155 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc56 return Object::SetProperty( in SetLastIndex()

123