Home
last modified time | relevance | path

Searched refs:m_properties (Results 1 – 12 of 12) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java68 m_properties = new Properties(defaults); in OutputProperties()
83 m_properties = new Properties( in OutputProperties()
101 cloned.m_properties = (Properties) cloned.m_properties.clone(); in clone()
141 m_properties.put(key, value); in setProperty()
155 return m_properties.getProperty(key.toNamespacedString()); in getProperty()
172 return m_properties.getProperty(key); in getProperty()
184 m_properties.put(key.toNamespacedString(), value ? "yes" : "no"); in setBooleanProperty()
196 m_properties.put(key, value ? "yes" : "no"); in setBooleanProperty()
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties); in getBooleanProperty()
252 m_properties.put(key, Integer.toString(value)); in setIntProperty()
[all …]
/external/testng/src/main/java/org/testng/
DReporterConfig.java29 private List<Property> m_properties = Lists.newArrayList(); field in ReporterConfig
37 m_properties.add(property); in addProperty()
41 return m_properties; in getProperties()
55 if (!m_properties.isEmpty()) { in serialize()
58 for (int i = 0; i < m_properties.size(); i++) { in serialize()
59 ReporterConfig.Property property = m_properties.get(i); in serialize()
63 if (i < m_properties.size() - 1) { in serialize()
107 for (ReporterConfig.Property property : m_properties) { in newReporterInstance()
139 for (Property prop : m_properties) { in toString()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp60 m_properties.push_back(pAddedWithVK); in DeviceProperties()
100 m_properties.push_back(p); in DeviceProperties()
137 for (const auto f : m_properties) in contains()
151 for (const auto f : m_properties) in isDevicePropertyInitialized()
161 for (auto p : m_properties) in ~DeviceProperties()
164 m_properties.clear(); in ~DeviceProperties()
DvkDeviceProperties.hpp120 mutable std::vector<PropertyStructWrapperBase*> m_properties; member in vk::DeviceProperties
134 for (auto property : m_properties) in getPropertyType()
142 for (auto property : m_properties) in getPropertyType()
149 m_properties.push_back(vk::createPropertyStructWrapper<PropertyType>()); in getPropertyType()
150 return static_cast<PropertyWrapperPtr>(m_properties.back())->getPropertyTypeRef(); in getPropertyType()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp24 : OptionValue(), m_name(name), m_properties(), m_name_to_index() {} in OptionValueProperties()
31 m_properties(global_properties.m_properties), in OptionValueProperties()
36 const size_t num_properties = m_properties.size(); in OptionValueProperties()
40 if (!m_properties[i].IsGlobal()) { in OptionValueProperties()
41 lldb::OptionValueSP new_value_sp(m_properties[i].GetValue()->DeepCopy()); in OptionValueProperties()
42 m_properties[i].SetOptionValue(new_value_sp); in OptionValueProperties()
48 return m_properties.size(); in GetNumProperties()
55 m_name_to_index.Append(ConstString(property.GetName()), m_properties.size()); in Initialize()
57 m_properties.push_back(property); in Initialize()
74 m_name_to_index.Append(name, m_properties.size()); in AppendProperty()
[all …]
/external/testng/src/main/java/org/testng/internal/
DPropertiesFile.java17 private Properties m_properties = new Properties(); field in PropertiesFile
33 m_properties.load(fis); in PropertiesFile()
49 return m_properties; in getProperties()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestBackRefsWithPolymorphic.java146 private Map<String, Property> m_properties; field in TestBackRefsWithPolymorphic.PropertySheetImpl
150 if (m_properties == null) { in addProperty()
151 m_properties = new TreeMap<String, Property>(); in addProperty()
154 m_properties.put(property.getName(), property); in addProperty()
162 return m_properties; in getProperties()
166 m_properties = properties; in setProperties()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h27 : OptionValue(), m_name(), m_properties(), m_name_to_index() {} in OptionValueProperties()
200 return ((idx < m_properties.size()) ? &m_properties[idx] : nullptr); in ProtectedGetPropertyAtIndex()
204 return ((idx < m_properties.size()) ? &m_properties[idx] : nullptr); in ProtectedGetPropertyAtIndex()
210 std::vector<Property> m_properties; variable
/external/libkmsxx/kms++/inc/kms++/
Dcard.h62 std::vector<Property*> get_properties() const { return m_properties; } in get_properties()
85 std::vector<Property*> m_properties; variable
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java741 … generator.process (mdataSnashot, cdataSnapshot, m_cache, m_properties); in run()
764 m_properties = null; in run()
797 m_properties = properties; in AppRunnerExitHook()
821 private IProperties m_properties; field in AppRunner.AppRunnerExitHook
/external/libkmsxx/kms++/src/
Dcard.cpp274 m_properties.push_back(ob); in setup()
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...