Home
last modified time | relevance | path

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

123

/external/v8/src/
Di18n.cc156 JSObject::SetProperty( in SetResolvedDateSettings()
170 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("calendar"), in SetResolvedDateSettings()
182 JSObject::SetProperty( in SetResolvedDateSettings()
186 JSObject::SetProperty( in SetResolvedDateSettings()
205 JSObject::SetProperty( in SetResolvedDateSettings()
209 JSObject::SetProperty(resolved, in SetResolvedDateSettings()
221 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("locale"), in SetResolvedDateSettings()
226 JSObject::SetProperty(resolved, factory->NewStringFromStaticChars("locale"), in SetResolvedDateSettings()
369 JSObject::SetProperty( in SetResolvedNumberSettings()
380 JSObject::SetProperty( in SetResolvedNumberSettings()
[all …]
Dpending-compilation-error-handler.cc62 JSObject::SetProperty(jserror, key_start_pos, in ThrowPendingError()
67 JSObject::SetProperty(jserror, key_end_pos, in ThrowPendingError()
72 JSObject::SetProperty(jserror, key_script, script, SLOPPY).Check(); in ThrowPendingError()
/external/python/cpython2/Lib/msilib/
D__init__.py151 si.SetProperty(PID_TITLE, "Installation Database")
152 si.SetProperty(PID_SUBJECT, ProductName)
153 si.SetProperty(PID_AUTHOR, Manufacturer)
155 si.SetProperty(PID_TEMPLATE, "Intel64;1033")
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")
/external/python/cpython3/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, "Intel64;1033")
156 si.SetProperty(PID_TEMPLATE, "x64;1033")
158 si.SetProperty(PID_TEMPLATE, "Intel;1033")
159 si.SetProperty(PID_REVNUMBER, gen_uuid())
160 si.SetProperty(PID_WORDCOUNT, 2) # long file names, compressed, original media
161 si.SetProperty(PID_PAGECOUNT, 200)
162 si.SetProperty(PID_APPNAME, "Python MSI Library")
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
Dnetwork_DhcpFailureWithStaticIP.py70 service.SetProperty('StaticIP.Address', static_ip_address)
71 service.SetProperty('StaticIP.Prefixlen', prefix_len)
73 service.SetProperty('StaticIP.NameServers',
/external/autotest/client/cros/networking/
Dwifi_proxy.py193 service_object.SetProperty(service_property, value)
195 service_object.SetProperty(self.SERVICE_PROPERTY_GUID, guid)
197 service_object.SetProperty(self.SERVICE_PROPERTY_AUTOCONNECT,
306 device.SetProperty(k, type_cast(value))
Dshill_context.py139 service.SetProperty(
153 service.SetProperty(
168 service.SetProperty(
Dshill_proxy.py315 interface.SetProperty(property_key,
337 interface.SetProperty(property_key,
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dnetwork_DhcpStaticIP.py49 service.SetProperty('StaticIP.Address', static_ip_address)
50 service.SetProperty('StaticIP.Prefixlen', prefix_len)
54 service.SetProperty('StaticIP.NameServers',
/external/python/cpython2/Tools/msi/
Dmsilib.py310 si.SetProperty(PID_TITLE, "Installation Database")
311 si.SetProperty(PID_SUBJECT, ProductName)
312 si.SetProperty(PID_AUTHOR, Manufacturer)
313 si.SetProperty(PID_TEMPLATE, msi_type)
314 si.SetProperty(PID_REVNUMBER, gen_uuid())
319 si.SetProperty(PID_WORDCOUNT, wc)
320 si.SetProperty(PID_PAGECOUNT, 200)
321 si.SetProperty(PID_APPNAME, "Python MSI Library")
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DFullScreenTask.java152 SetProperty p = new SetProperty(v, property, value); in setViewProperty()
211 private class SetProperty implements Runnable { class in FullScreenTask
217 SetProperty(View view, String property, String value) { in SetProperty() method in FullScreenTask.SetProperty
/external/libmojo/mojo/edk/embedder/
Dembedder.cc152 MojoResult SetProperty(MojoPropertyType type, const void* value) { in SetProperty() function
154 return internal::g_core->SetProperty(type, value); in SetProperty()
Dembedder.h167 MOJO_SYSTEM_IMPL_EXPORT MojoResult SetProperty(MojoPropertyType type,
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py75 service.SetProperty('StaticIP.Address', address)
76 service.SetProperty('StaticIP.Prefixlen', prefix_len)
/external/pdfium/xfa/fxfa/parser/
Dcxfa_setproperty.cpp29 XFA_Element::SetProperty, in CXFA_SetProperty()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h46 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
DHandlerOut.cpp53 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::CMultiMethodProps
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp789 HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::N7z::COutHandler
839 return CMultiMethodProps::SetProperty(name, value); in SetProperty()
878 RINOK(SetProperty(name, value)); in SetProperties()
D7zHandler.h76 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
/external/pdfium/fxjs/
Dcjs_global.cpp94 CJS_Return result = pObj->SetProperty( in JSSpecialPropPut()
148 CJS_Return SetProperty(CJS_Runtime* pRuntime,
311 CJS_Return JSGlobalAlternate::SetProperty(CJS_Runtime* pRuntime, in SetProperty() function in JSGlobalAlternate
/external/v8/src/runtime/
Druntime-classes.cc174 Object::SetProperty( in DefineClass()
179 isolate, Object::SetProperty( in DefineClass()
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp1135 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
1155 fPrivate->fMeta->SetProperty (ns, path, text); in Set()
/external/v8/src/wasm/
Dwasm-objects.cc229 Object::SetProperty(module_object, module_sym, module_object, STRICT) in New()
278 Object::SetProperty(table_obj, table_sym, table_obj, STRICT).Check(); in DEFINE_OBJ_GETTER()
347 Object::SetProperty(memory_obj, memory_sym, memory_obj, STRICT).Check(); in New()
451 Object::SetProperty(instance_object, instance_sym, instance_object, STRICT) in New()
/external/v8/src/regexp/
Dregexp-utils.cc51 return Object::SetProperty(recv, isolate->factory()->lastIndex_string(), in SetLastIndex()
/external/libmojo/mojo/edk/system/
Dcore.h124 MojoResult SetProperty(MojoPropertyType type, const void* value);

123