Home
last modified time | relevance | path

Searched refs:m_prefix (Results 1 – 22 of 22) sorted by relevance

/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java57 m_settings.setProperty (m_prefix.concat (UNITS_TYPE), units.getValue ()); in setUnits()
62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ()); in setDepth()
67 m_settings.setProperty (m_prefix.concat (COLUMNS), columns); in setColumns()
72 m_settings.setProperty (m_prefix.concat (SORT), sort); in setSort()
77 m_settings.setProperty (m_prefix.concat (METRICS), metrics); in setMetrics()
90 m_settings.setProperty (m_prefix.concat (OUT_FILE), fileName); in setOutfile()
95 m_settings.setProperty (m_prefix.concat (OUT_ENCODING), encoding); in setEncoding()
123 m_prefix = PREFIX.concat (getType ()).concat ("."); in Element()
140 final String prefixedName = m_prefix.concat (name); in processGenericSettings()
152 protected final String m_prefix; // never null field in ReportCfg.Element
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DXMLNSDecl.java41 m_prefix = prefix; in XMLNSDecl()
48 private String m_prefix; field in XMLNSDecl
57 return m_prefix; in getPrefix()
DElemExtensionDecl.java52 private String m_prefix = null; field in ElemExtensionDecl
62 m_prefix = v; in setPrefix()
73 return m_prefix; in getPrefix()
/external/deqp/framework/common/
DtcuResultCollector.cpp54 , m_prefix ("") in ResultCollector()
62 , m_prefix (prefix) in ResultCollector()
79 (*m_log) << TestLog::Message << m_prefix << msg << TestLog::EndMessage; in addResult()
DtcuResource.cpp88 , m_prefix (prefix) in ResourcePrefix()
94 return m_archive.getResource((m_prefix + name).c_str()); in getResource()
DtcuResultCollector.hpp62 const std::string m_prefix; member in tcu::ResultCollector
DtcuResource.hpp136 std::string m_prefix; member in tcu::ResourcePrefix
/external/capstone/bindings/vb6/
DCX86Inst.cls81 Private m_prefix() As Byte
102 prefix = m_prefix
122 push r, "Prefix: " & b2Str(m_prefix)
183 m_prefix = cs.prefix
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNameSpace.java41 public String m_prefix; field in NameSpace
56 m_prefix = prefix; in NameSpace()
DQName.java277 if ((null != ns.m_prefix) && prefix.equals(ns.m_prefix)) in QName()
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionSourceCode.h35 : m_name(name.str()), m_prefix(prefix.str()), m_body(body.str()), in ExpressionSourceCode()
39 std::string m_prefix; variable
/external/emma/core/java12/com/vladium/logging/
DLogger.java430 m_prefix = prefix; in Logger()
445 final StringBuffer buf = new StringBuffer (m_prefix != null ? m_prefix + ": " : ""); in _log()
493 final StringBuffer buf = new StringBuffer (m_prefix != null ? m_prefix + ": " : ""); in _log()
550 private final String m_prefix; // null is equivalent to no prefix field in Logger
/external/emma/core/java12/com/vladium/util/
DWCMatcher.java160 return s.startsWith (m_prefix); in matches()
183 m_prefix = new String (pattern, 0, patternLength - 1); in StartsWithMatcher()
187 private final String m_prefix; field in WCMatcher.StartsWithMatcher
/external/llvm-project/lldb/source/Core/
DHighlighter.cpp19 s << m_prefix << value << m_suffix; in Apply()
24 m_prefix = FormatAnsiTerminalCodes(prefix); in Set()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DNamespaceMappings.java281 String prefix = map.m_prefix; in popNamespaces()
358 final String m_prefix; // the prefix field in NamespaceMappings.MappingRecord
363 m_prefix = prefix; in MappingRecord()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSDictionary.h57 ConstString m_prefix;
DNSDictionary.cpp36 : m_prefix(p) {} in Prefix()
40 return class_name.GetStringRef().startswith(m_prefix.GetStringRef()); in Match()
/external/llvm-project/lldb/include/lldb/Core/
DHighlighter.h29 std::string m_prefix; member
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h278 return (m_prefix.empty() ? nullptr : m_prefix.c_str()); in GetPrefix()
283 m_prefix = prefix; in SetPrefix()
285 m_prefix.clear(); in SetPrefix()
405 std::string m_prefix; variable
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp202 : m_history(nullptr), m_event(), m_prefix(prefix), m_path() { in EditlineHistory()
211 if (m_path.empty() && m_history && !m_prefix.empty()) { in GetHistoryFilePath()
220 std::string filename = m_prefix + "-widehistory"; in GetHistoryFilePath()
222 std::string filename = m_prefix + "-history"; in GetHistoryFilePath()
297 std::string m_prefix; // The prefix name (usually the editline program name) member in lldb_private::line_editor::EditlineHistory
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp397 target_specific_defines, m_prefix.c_str()); in GetText()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp79 : m_prefix(prefix), m_name(name), m_index(index) in var2str()
84 const glw::GLchar* m_prefix; member
842 if (0 != var.m_prefix) in operator <<()
844 stream << var.m_prefix; in operator <<()