/external/perfetto/src/profiling/memory/ |
D | system_property_unittest.cc | 79 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()
|
D | system_property.h | 64 Handle SetProperty(std::string name);
|
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/ |
D | network_DhcpFailureWithStaticIP.py | 70 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__.py | 151 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__.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")
|
/external/python/cpython3/Lib/test/ |
D | test_msilib.py | 52 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/ |
D | keyed-store-generic.h | 22 static void SetProperty(compiler::CodeAssemblerState* state, 29 static void SetProperty(compiler::CodeAssemblerState* state,
|
D | keyed-store-generic.cc | 34 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/ |
D | reporter.h | 81 Status SetProperty(const string& name, double value); 84 Status SetProperty(const string& name, const string& value);
|
D | reporter.cc | 50 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
|
D | reporter_test.cc | 123 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/ |
D | pending-compilation-error-handler.cc | 120 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/ |
D | shill_context.py | 143 service.SetProperty( 157 service.SetProperty( 172 service.SetProperty(
|
D | wifi_proxy.py | 196 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/ |
D | network_DhcpStaticIP.py | 49 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/ |
D | FullScreenTask.java | 152 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/ |
D | msilib.py | 310 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/ |
D | intl-objects.cc | 174 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/ |
D | array-reverse.tq | 119 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);
|
D | array.tq | 208 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/ |
D | cxfa_setproperty.cpp | 29 XFA_Element::SetProperty, in CXFA_SetProperty()
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | network_VPNConnect.py | 75 service.SetProperty('StaticIP.Address', address) 76 service.SetProperty('StaticIP.Prefixlen', prefix_len)
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.h | 85 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
/external/v8/src/runtime/ |
D | runtime-wasm.cc | 127 CHECK(!JSReceiver::SetProperty(isolate, exception, in RUNTIME_FUNCTION() 135 CHECK(!JSReceiver::SetProperty(isolate, exception, in RUNTIME_FUNCTION()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.h | 78 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|