/external/emma/ant/ant14/com/vladium/emma/report/ |
D | ReportCfg.java | 57 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/ |
D | XMLNSDecl.java | 41 m_prefix = prefix; in XMLNSDecl() 48 private String m_prefix; field in XMLNSDecl 57 return m_prefix; in getPrefix()
|
D | ElemExtensionDecl.java | 52 private String m_prefix = null; field in ElemExtensionDecl 62 m_prefix = v; in setPrefix() 73 return m_prefix; in getPrefix()
|
/external/deqp/framework/common/ |
D | tcuResultCollector.cpp | 54 , m_prefix ("") in ResultCollector() 62 , m_prefix (prefix) in ResultCollector() 79 (*m_log) << TestLog::Message << m_prefix << msg << TestLog::EndMessage; in addResult()
|
D | tcuResource.cpp | 88 , m_prefix (prefix) in ResourcePrefix() 94 return m_archive.getResource((m_prefix + name).c_str()); in getResource()
|
D | tcuResultCollector.hpp | 62 const std::string m_prefix; member in tcu::ResultCollector
|
D | tcuResource.hpp | 136 std::string m_prefix; member in tcu::ResourcePrefix
|
/external/capstone/bindings/vb6/ |
D | CX86Inst.cls | 81 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/ |
D | NameSpace.java | 41 public String m_prefix; field in NameSpace 56 m_prefix = prefix; in NameSpace()
|
D | QName.java | 277 if ((null != ns.m_prefix) && prefix.equals(ns.m_prefix)) in QName()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | ExpressionSourceCode.h | 35 : 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/ |
D | Logger.java | 430 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/ |
D | WCMatcher.java | 160 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/ |
D | Highlighter.cpp | 19 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/ |
D | NamespaceMappings.java | 281 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/ |
D | NSDictionary.h | 57 ConstString m_prefix;
|
D | NSDictionary.cpp | 36 : m_prefix(p) {} in Prefix() 40 return class_name.GetStringRef().startswith(m_prefix.GetStringRef()); in Match()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Highlighter.h | 29 std::string m_prefix; member
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 278 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/ |
D | Editline.cpp | 202 : 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/ |
D | ClangExpressionSourceCode.cpp | 397 target_specific_defines, m_prefix.c_str()); in GetText()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 79 : 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 <<()
|