/external/perfetto/src/profiling/memory/ |
D | system_property_unittest.cc | 78 auto handle2 = prop.SetProperty("system_server"); in TEST() 93 auto handle = prop.SetProperty("system_server"); in TEST() 94 { auto handle2 = prop.SetProperty("system_server"); } in TEST() 109 { auto handle2 = prop.SetProperty("system_server"); } in TEST() 126 auto handle2 = prop.SetProperty("system_server"); in TEST() 142 auto handle = prop.SetProperty("system_server"); in TEST() 152 auto handle = prop.SetProperty("system_server"); in TEST()
|
D | system_property.h | 64 Handle SetProperty(std::string name);
|
/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/autotest/client/cros/networking/ |
D | shill_context.py | 140 service.SetProperty( 154 service.SetProperty( 169 service.SetProperty( 224 self._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/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/v8/src/ic/ |
D | keyed-store-generic.h | 19 static void SetProperty(compiler::CodeAssemblerState* state, 26 static void SetProperty(compiler::CodeAssemblerState* state,
|
D | keyed-store-generic.cc | 33 void SetProperty(TNode<Context> context, TNode<JSReceiver> receiver, 41 void SetProperty(TNode<Context> context, TNode<Object> receiver, 155 void KeyedStoreGenericGenerator::SetProperty( in SetProperty() function in v8::internal::KeyedStoreGenericGenerator 160 assembler.SetProperty(context, receiver, is_simple_receiver, name, value, in SetProperty() 164 void KeyedStoreGenericGenerator::SetProperty( in SetProperty() function in v8::internal::KeyedStoreGenericGenerator 169 assembler.SetProperty(context, receiver, key, value, language_mode); in SetProperty() 176 assembler.SetProperty(context, receiver, key, value, LanguageMode::kStrict); in SetPropertyInLiteral() 1042 void KeyedStoreGenericAssembler::SetProperty(TNode<Context> context, in SetProperty() function in v8::internal::KeyedStoreGenericAssembler 1084 void KeyedStoreGenericAssembler::SetProperty(TNode<Context> context, in SetProperty() function in v8::internal::KeyedStoreGenericAssembler
|
/external/tensorflow/tensorflow/core/util/ |
D | reporter.h | 109 Status SetProperty(const string& name, double value); 112 Status SetProperty(const string& name, const string& value);
|
D | reporter.cc | 82 Status TestReporter::SetProperty(const string& name, const string& value) { in SetProperty() function in tensorflow::TestReporter 88 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/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/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 | 114 SetProperty(object, lower, upperValue); 117 SetProperty(object, upper, lowerValue); 120 SetProperty(object, lower, upperValue); 129 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);
|
/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 | js-regexp.cc | 65 SetProperty( in GetAndCacheIndices() 70 SetProperty(isolate, regexp_result, in GetAndCacheIndices() 74 SetProperty(isolate, regexp_result, in GetAndCacheIndices() 78 SetProperty(isolate, regexp_result, in GetAndCacheIndices() 482 Object::SetProperty(isolate, regexp, factory->lastIndex_string(), in Initialize()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_setproperty.cpp | 27 XFA_Element::SetProperty, in CXFA_SetProperty()
|
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/ |
D | network_DhcpFailureWithStaticIP.py | 74 service.SetProperty(self.shill_proxy.SERVICE_PROPERTY_STATIC_IP_CONFIG,
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.h | 85 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.h | 78 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
/external/v8/src/runtime/ |
D | runtime-promise.cc | 161 Object::SetProperty( in AwaitPromisesInitCommon() 172 Object::SetProperty(isolate, throwaway, in AwaitPromisesInitCommon()
|
/external/pdfium/fxjs/ |
D | cjs_global.h | 49 CJS_Result SetProperty(CJS_Runtime* pRuntime,
|