/third_party/python/Lib/msilib/ |
D | __init__.py | 150 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.ets | 5 function SetProperty<T extends Object>(oldObj: T, str: string, obj: Object): void { 15 SetProperty(a, 'u', 'def')
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.h | 19 static void SetProperty(compiler::CodeAssemblerState* state, 26 static void SetProperty(compiler::CodeAssemblerState* state,
|
/third_party/python/Lib/test/ |
D | test_msilib.py | 63 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/ |
D | array-unshift.tq | 46 SetProperty(object, to, fromValue); 64 SetProperty(object, j, arguments[Convert<intptr>(j)]); 73 SetProperty(object, kLengthString, newLength);
|
D | array-shift.tq | 50 SetProperty(object, kLengthString, Convert<Smi>(0)); 76 SetProperty(object, to, fromValue); 90 SetProperty(object, kLengthString, length - 1);
|
D | array-reverse.tq | 115 SetProperty(object, lower, upperValue); 118 SetProperty(object, upper, lowerValue); 121 SetProperty(object, lower, upperValue); 130 SetProperty(object, upper, lowerValue);
|
D | array-splice.tq | 214 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);
|
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()
|
D | array-copywithin.tq | 74 SetProperty(object, to, fromVal);
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
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()
|
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/glfw/deps/mingw/ |
D | dinput.h | 1548 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/ |
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/ |
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/ |
D | 7zHandler.h | 77 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
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 Z7_COM7F_IMF()
|
/third_party/node/test/js-native-api/test_object/ |
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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
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/tools/gyp/pylib/gyp/ |
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/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 123 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/ |
D | js-proxy.h | 84 V8_WARN_UNUSED_RESULT static Maybe<bool> SetProperty(
|
/third_party/gn/src/gn/ |
D | scope.h | 319 void SetProperty(const void* key, void* value);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_xmp_sdk.cpp | 1135 fPrivate->fMeta->SetProperty (ns, path, text); in Set() 1155 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-utils.cc | 56 return Object::SetProperty( in SetLastIndex()
|