Searched refs:source_text (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-spec-builders.h | 685 ExpectationBase(const char* file, int line, const string& source_text); 692 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1160 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1208 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1262 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); in InternalExpectedAt() 1263 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1265 file, line, source_text, matchers_); in InternalExpectedAt() 1531 const string& source_text, in AddNewExpectation() argument 1536 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1689 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-spec-builders.cc | 210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 474 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/external/lldb/examples/python/ |
D | crashlog.py | 700 source_text = strm.GetData() 701 if source_text: 705 print '%s%s' % (indent_str, join_str.join(source_text.split('\n')))
|
/external/v8/src/ |
D | d8.js | 238 function SourceUnderline(source_text, position) { argument 239 if (!source_text) { 248 if (source_text[i] == '\t') { 257 return source_text + '\n' + underline;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | token.rb | 166 def source_text method
|
D | recognizers.rb | 475 unless text = token.text || ( token.source_text rescue nil )
|