/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);
|
D | system_property.cc | 66 SystemProperties::Handle SystemProperties::SetProperty(std::string name) { in SetProperty() function in perfetto::profiling::SystemProperties
|
/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))
|
D | shill_proxy.py | 327 interface.SetProperty(property_key, 349 interface.SetProperty(property_key,
|
/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/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 | 62 sum_info.SetProperty(msilib.PID_TITLE, "a" * 999) 66 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1000) 70 sum_info.SetProperty(msilib.PID_TITLE, "a" * 1001)
|
/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/icing/icing/legacy/index/ |
D | icing-dynamic-trie_test.cc | 610 trie.SetProperty(val_idx, 0); in TEST_F() 611 trie.SetProperty(val_idx, 3); in TEST_F() 630 trie.SetProperty(val_idx, 1); in TEST_F() 664 trie.SetProperty(val_idx[0], 0); in TEST_F() 665 trie.SetProperty(val_idx[0], 3); in TEST_F() 668 trie.SetProperty(val_idx[1], 0); in TEST_F() 669 trie.SetProperty(val_idx[1], 3); in TEST_F() 672 trie.SetProperty(val_idx[2], 0); in TEST_F() 673 trie.SetProperty(val_idx[2], 3); in TEST_F() 1119 trie.SetProperty(0, 0); in TEST_F()
|
/external/icing/icing/index/main/ |
D | main-index.cc | 308 if (!main_lexicon_->SetProperty(branching_prefix_tvi, in AddBackfillBranchPoints() 310 !main_lexicon_->SetProperty(branching_prefix_tvi, in AddBackfillBranchPoints() 395 if (!main_lexicon_->SetProperty(prefix_tvi, in AddBranchPoints() 403 if (new_key && !main_lexicon_->SetProperty( in AddBranchPoints() 449 !main_lexicon_->SetProperty(new_main_tvi, property_id)) { in CopyProperties()
|
/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);
|
D | HandlerOut.cpp | 128 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::CMultiMethodProps
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.h | 78 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
|
D | 7zHandlerOut.cpp | 814 HRESULT COutHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::N7z::COutHandler 866 return CMultiMethodProps::SetProperty(name, value); in SetProperty() 905 RINOK(SetProperty(name, value)); in SetProperties()
|
/external/pdfium/fxjs/ |
D | cjs_global.h | 49 CJS_Result SetProperty(CJS_Runtime* pRuntime,
|
/external/icing/icing/index/lite/ |
D | lite-index.cc | 295 !lexicon_.SetProperty(tvi, GetHasHitsInPrefixSectionPropertyId())) { in UpdateTermProperties() 300 if (!lexicon_.SetProperty(tvi, GetNamespacePropertyId(namespace_id))) { in UpdateTermProperties()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 98 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value); 1196 HRESULT CHandler::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::NXz::CHandler 1233 return CMultiMethodProps::SetProperty(name, value); in SetProperty() 1258 RINOK(SetProperty(names[i], values[i])); in SetProperties()
|