Home
last modified time | relevance | path

Searched refs:m_line (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/framework/randomshaders/
DrsgPrettyPrinter.cpp142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]); in processToken()
148 m_line += " "; in processToken()
149 m_line += token.getIdentifier(); in processToken()
157 m_line += f; in processToken()
162 m_line += de::toString(token.getInt()); in processToken()
166 m_line += (token.getBool() ? "true" : "false"); in processToken()
183 m_str << m_line + "\n"; in processToken()
184 m_line = ""; in processToken()
191 m_line += " "; in processToken()
192 m_line += tokenStr; in processToken()
DrsgPrettyPrinter.hpp48 std::string m_line; member in rsg::PrettyPrinter
/external/lldb/source/Symbol/
DDeclaration.cpp25 if (m_line > 0) in Dump()
26 s->Printf(":%u", m_line); in Dump()
34 if (m_line > 0) in Dump()
36 s->Printf(", line = %u", m_line); in Dump()
59 if (m_line > 0) in DumpStopContext()
60 s->Printf(":%u", m_line); in DumpStopContext()
67 else if (m_line > 0) in DumpStopContext()
69 s->Printf(" line %u", m_line); in DumpStopContext()
91 if (a.m_line < b.m_line) in Compare()
93 else if (a.m_line > b.m_line) in Compare()
/external/lldb/include/lldb/Symbol/
DDeclaration.h36 m_line (0) in Declaration()
61 m_line (line) in m_file()
73 m_line (rhs.m_line) in Declaration()
86 m_line(0) in Declaration()
105 m_line= 0; in Clear()
197 return m_line; in GetLine()
204 return m_file && m_line != 0; in IsValid()
257 m_line = line; in SetLine()
265 uint32_t m_line; ///< Non-zero values indicates a valid line number, variable
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacinfoEntry.cpp19 m_line(0), in DWARFDebugMacinfoEntry()
56 s->Printf(" line:%u #define %s\n", (uint32_t)m_line, m_op2.cstr); in Dump()
60 s->Printf(" line:%u #undef %s\n", (uint32_t)m_line, m_op2.cstr); in Dump()
64 s->Printf(" line:%u str: '%s'\n", (uint32_t)m_line, m_op2.cstr); in Dump()
68 s->Printf(" line:%u file index: '%u'\n", (uint32_t)m_line, (uint32_t)m_op2.file_idx); in Dump()
98 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()
107 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()
116 m_line = DW_INVALID_OFFSET; in Extract()
121 m_line = mac_info_data.GetULEB128(offset_ptr); in Extract()
DDWARFDebugMacinfoEntry.h31 return m_line; in GetLineNumber()
48 dw_uleb128_t m_line; variable
DSymbolFileDWARF.h585 std::unique_ptr<DWARFDebugLine> m_line; variable
/external/lldb/tools/debugserver/source/
DPThreadMutex.cpp28 m_line(line), in Locker()
38 m_line(line), in Locker()
48 m_line(line), in Locker()
69 …8.8p) mutex is locked (function %s in %s:%i), waiting...\n", m_pMutex, m_function, m_file, m_line); in Lock()
71 …ion %s in %s:%i)\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line); in Lock()
80 …s in %s in %s:%i\n", m_pMutex, DNBTimer::GetTimeOfDay() - m_lock_time, m_function, m_file, m_line); in Unlock()
DPThreadMutex.h95 int m_line; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DAppliedTextDecoration.cpp11 : m_line(line) in AppliedTextDecoration()
18 : m_line(line) in AppliedTextDecoration()
25 : m_line(TextDecorationUnderline) in AppliedTextDecoration()
33 return m_color == o.m_color && m_line == o.m_line && m_style == o.m_style; in operator ==()
DAppliedTextDecoration.h19 TextDecoration line() const { return static_cast<TextDecoration>(m_line); } in line()
22 …bool isSimpleUnderline() const { return m_line == TextDecorationUnderline && m_style == TextDecora… in isSimpleUnderline()
27 unsigned m_line : TextDecorationBits;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionStatePlaceholder.cpp41 , m_line(line) { } in NoExceptionStateAssertionChecker()
45 ASSERT_AT(false, m_file, m_line, ""); in throwDOMException()
50 ASSERT_AT(false, m_file, m_line, ""); in throwTypeError()
55 ASSERT_AT(false, m_file, m_line, ""); in throwSecurityError()
DExceptionStatePlaceholder.h68 int m_line; variable
DScriptSourceCode.h86 int startLine() const { return m_startPosition.m_line.oneBasedInt(); } in startLine()
DPageScriptDebugServer.cpp192 …EvaluateScriptEvent::data(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt())); in runScript()
197 …tation::willEvaluateScript(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt()); in runScript()
DV8LazyEventListener.cpp130 … && !toDocument(context)->allowInlineEventHandlers(m_node, this, m_sourceURL, m_position.m_line)) { in prepareListenerObject()
DV8ScriptRunner.cpp109 …v8::Handle<v8::Integer> line = v8::Integer::New(isolate, scriptStartPosition.m_line.zeroBasedInt()… in compileScript()
DScriptController.cpp535 …ntSecurityPolicy()->allowJavaScriptURLs(m_frame->document()->url(), eventHandlerPosition().m_line)) in executeScriptIfJavaScriptURL()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextPosition.h64 : m_line(line) in TextPosition()
69 …bool operator==(const TextPosition& other) { return m_line == other.m_line && m_column == other.m_…
82 OrdinalNumber m_line; variable
DTextPosition.cpp53 …unsigned lineStartOffset = m_line != OrdinalNumber::first() ? lineEndings.at(m_line.zeroBasedInt()… in toOffset()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLInputStream.h132 m_line = m_inputStream->current().currentLine(); in InsertionPointRecord()
137 m_inputStream->current().setCurrentPosition(m_line, m_column, 0); in InsertionPointRecord()
147 m_inputStream->current().setCurrentPosition(m_line, m_column, unparsedRemainderLength); in ~InsertionPointRecord()
153 OrdinalNumber m_line; variable
/external/qemu/
Doffset_layout.py63 m_line = _RE_LINE.match(line)
64 if m_line:
65 keyword = m_line.group("keyword")
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLErrors.cpp64 …orTypeFatal || (m_errorCount < maxErrors && m_lastErrorPosition.m_line != position.m_line && m_las… in handleError()
84 m_errorMessages.appendNumber(position.m_line.oneBasedInt()); in appendErrorMessage()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleElement.cpp161 || csp->allowInlineStyle(e->document().url(), m_startPosition.m_line); in createSheet()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp470 .setStartLine(start.m_line.zeroBasedInt()) in buildSourceRangeObject()
472 .setEndLine(end.m_line.zeroBasedInt()) in buildSourceRangeObject()
1263 .setStartLine(styleSheet->startPositionInSource().m_line.zeroBasedInt()) in buildObjectForStyleSheetInfo()

12