Home
last modified time | relevance | path

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

12

/external/perfetto/src/profiling/memory/
Dsystem_property_unittest.cc78 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()
Dsystem_property.h64 Handle SetProperty(std::string name);
Dsystem_property.cc66 SystemProperties::Handle SystemProperties::SetProperty(std::string name) { in SetProperty() function in perfetto::profiling::SystemProperties
/external/autotest/client/cros/networking/
Dshill_context.py140 service.SetProperty(
154 service.SetProperty(
169 service.SetProperty(
224 self._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))
Dshill_proxy.py327 interface.SetProperty(property_key,
349 interface.SetProperty(property_key,
/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/tensorflow/tensorflow/core/util/
Dreporter.h109 Status SetProperty(const string& name, double value);
112 Status SetProperty(const string& name, const string& value);
Dreporter.cc82 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
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/python/cpython3/Lib/test/
Dtest_msilib.py62 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/
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/icing/icing/legacy/index/
Dicing-dynamic-trie_test.cc610 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/
Dmain-index.cc308 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/
Dcxfa_setproperty.cpp27 XFA_Element::SetProperty, in CXFA_SetProperty()
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/
Dnetwork_DhcpFailureWithStaticIP.py74 service.SetProperty(self.shill_proxy.SERVICE_PROPERTY_STATIC_IP_CONFIG,
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h85 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
DHandlerOut.cpp128 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty() function in NArchive::CMultiMethodProps
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h78 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
D7zHandlerOut.cpp814 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/
Dcjs_global.h49 CJS_Result SetProperty(CJS_Runtime* pRuntime,
/external/icing/icing/index/lite/
Dlite-index.cc295 !lexicon_.SetProperty(tvi, GetHasHitsInPrefixSectionPropertyId())) { in UpdateTermProperties()
300 if (!lexicon_.SetProperty(tvi, GetNamespacePropertyId(namespace_id))) { in UpdateTermProperties()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp98 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()

12