Home
last modified time | relevance | path

Searched refs:m_valueMap (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp53 std::map<std::string, std::string> m_valueMap; member in ConfigFile
148 m_valueMap["khronos_validation.report_flags"] = "error"; in ConfigFile()
149 m_valueMap["lunarg_core_validation.report_flags"] = "error"; in ConfigFile()
150 m_valueMap["lunarg_object_tracker.report_flags"] = "error"; in ConfigFile()
151 m_valueMap["lunarg_parameter_validation.report_flags"] = "error"; in ConfigFile()
152 m_valueMap["google_threading.report_flags"] = "error"; in ConfigFile()
153 m_valueMap["google_unique_objects.report_flags"] = "error"; in ConfigFile()
157 m_valueMap["khronos_validation.debug_action"] = in ConfigFile()
159 m_valueMap["lunarg_core_validation.debug_action"] = in ConfigFile()
161 m_valueMap["lunarg_object_tracker.debug_action"] = in ConfigFile()
[all …]
/external/emma/core/java12/com/vladium/util/
DIProperties.java139 String value = (String) m_valueMap.get (key); in getProperty()
147 value = (String) m_valueMap.get (mappedKey); in getProperty()
161 return m_valueMap.containsKey (key); in isOverridden()
176 _clone.m_valueMap = (HashMap) m_valueMap.clone (); in copy()
198 _delegateClone.m_valueMap = (HashMap) delegate.m_valueMap.clone (); in copy()
230 …return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmp… in isEmpty()
295 return (String) m_valueMap.put (key, value); in setProperty()
302 m_valueMap = values != null ? values : new HashMap (); in PropertiesImpl()
314 result.addAll (m_valueMap.keySet ()); in unmappedKeySet()
354 private /*final*/ HashMap m_valueMap; // never null field in IProperties.Factory.PropertiesImpl
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...