Home
last modified time | relevance | path

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

123

/external/perfetto/src/profiling/memory/
Dsystem_property_unittest.cc79 auto handle2 = prop.SetProperty("system_server"); in TEST()
94 auto handle = prop.SetProperty("system_server"); in TEST()
95 { auto handle2 = prop.SetProperty("system_server"); } in TEST()
110 { auto handle2 = prop.SetProperty("system_server"); } in TEST()
127 auto handle2 = prop.SetProperty("system_server"); in TEST()
143 auto handle = prop.SetProperty("system_server"); in TEST()
153 auto handle = prop.SetProperty("system_server"); in TEST()
Dsystem_property.h64 Handle SetProperty(std::string name);
/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/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, "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")
/external/python/cpython3/Lib/test/
Dtest_msilib.py52 sum_info.SetProperty(msilib.PID_TITLE, "a" * 999)
56 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1000)
60 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1001)
/external/v8/src/ic/
Dkeyed-store-generic.h22 static void SetProperty(compiler::CodeAssemblerState* state,
29 static void SetProperty(compiler::CodeAssemblerState* state,
Dkeyed-store-generic.cc34 void SetProperty(TNode<Context> context, TNode<JSReceiver> receiver,
42 void SetProperty(TNode<Context> context, TNode<Object> receiver,
127 void KeyedStoreGenericGenerator::SetProperty( in SetProperty() function in v8::internal::KeyedStoreGenericGenerator
132 assembler.SetProperty(context, receiver, is_simple_receiver, name, value, in SetProperty()
136 void KeyedStoreGenericGenerator::SetProperty( in SetProperty() function in v8::internal::KeyedStoreGenericGenerator
141 assembler.SetProperty(context, receiver, key, value, language_mode); in SetProperty()
984 void KeyedStoreGenericAssembler::SetProperty(TNode<Context> context, in SetProperty() function in v8::internal::KeyedStoreGenericAssembler
1031 void KeyedStoreGenericAssembler::SetProperty(TNode<Context> context, in SetProperty() function in v8::internal::KeyedStoreGenericAssembler
/external/tensorflow/tensorflow/core/util/
Dreporter.h81 Status SetProperty(const string& name, double value);
84 Status SetProperty(const string& name, const string& value);
Dreporter.cc50 Status TestReporter::SetProperty(const string& name, const string& value) { in SetProperty() function in tensorflow::TestReporter
56 Status TestReporter::SetProperty(const string& name, double value) { in SetProperty() function in tensorflow::TestReporter
Dreporter_test.cc123 TF_EXPECT_OK(test_reporter.SetProperty("string_prop", "abc")); in TEST()
124 TF_EXPECT_OK(test_reporter.SetProperty("double_prop", 4.0)); in TEST()
/external/v8/src/
Dpending-compilation-error-handler.cc120 JSObject::SetProperty(isolate, jserror, key_start_pos, in ThrowPendingError()
126 JSObject::SetProperty(isolate, jserror, key_end_pos, in ThrowPendingError()
132 JSObject::SetProperty(isolate, jserror, key_script, script, in ThrowPendingError()
/external/autotest/client/cros/networking/
Dshill_context.py143 service.SetProperty(
157 service.SetProperty(
172 service.SetProperty(
Dwifi_proxy.py196 service_object.SetProperty(service_property, value)
198 service_object.SetProperty(self.SERVICE_PROPERTY_GUID, guid)
200 service_object.SetProperty(self.SERVICE_PROPERTY_AUTOCONNECT,
309 device.SetProperty(k, type_cast(value))
/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/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/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/v8/src/objects/
Dintl-objects.cc174 JSObject::SetProperty( in SetResolvedDateSettings()
190 JSObject::SetProperty( in SetResolvedDateSettings()
210 JSObject::SetProperty( in SetResolvedDateSettings()
215 JSObject::SetProperty(isolate, resolved, in SetResolvedDateSettings()
236 JSObject::SetProperty( in SetResolvedDateSettings()
241 JSObject::SetProperty(isolate, resolved, in SetResolvedDateSettings()
254 JSObject::SetProperty( in SetResolvedDateSettings()
260 JSObject::SetProperty( in SetResolvedDateSettings()
386 JSObject::SetProperty( in SetResolvedNumericSettings()
393 JSObject::SetProperty( in SetResolvedNumericSettings()
[all …]
/external/v8/src/builtins/
Darray-reverse.tq119 SetProperty(context, object, lower, upper_value);
122 SetProperty(context, object, upper, lower_value);
125 SetProperty(context, object, lower, upper_value);
134 SetProperty(context, object, upper, lower_value);
Darray.tq208 SetProperty(context, a, 'length', actualDeleteCount);
238 SetProperty(context, o, to, fromValue);
281 SetProperty(context, o, to, fromValue);
303 SetProperty(context, o, ToString_Inline(context, k), e);
312 SetProperty(context, o, 'length', len - actualDeleteCount + itemCount);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_setproperty.cpp29 XFA_Element::SetProperty, in CXFA_SetProperty()
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py75 service.SetProperty('StaticIP.Address', address)
76 service.SetProperty('StaticIP.Prefixlen', prefix_len)
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h85 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
/external/v8/src/runtime/
Druntime-wasm.cc127 CHECK(!JSReceiver::SetProperty(isolate, exception, in RUNTIME_FUNCTION()
135 CHECK(!JSReceiver::SetProperty(isolate, exception, in RUNTIME_FUNCTION()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h78 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);

123