Searched refs:source_text (Results 1 – 4 of 4) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-spec-builders.h | 680 ExpectationBase(const char* file, int line, const string& source_text); 687 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1153 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1200 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1254 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); in InternalExpectedAt() 1255 LogWithLocation(internal::INFO, file, line, source_text + " invoked"); in InternalExpectedAt() 1257 file, line, source_text, matchers_); in InternalExpectedAt() 1509 const string& source_text, in AddNewExpectation() argument 1513 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1663 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | credentials.py | 73 def _keychain_value_with_label(self, label, source_text): argument 75 source_text,
|
/external/chromium/testing/gmock/src/ |
D | gmock-spec-builders.cc | 210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 473 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/external/v8/src/ |
D | d8.js | 261 function SourceUnderline(source_text, position) { argument 262 if (!source_text) { 271 if (source_text[i] == '\t') { 280 return source_text + '\n' + underline;
|