/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/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 694 ExpectationBase(const char* file, int line, const std::string& source_text); 701 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1171 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1219 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1273 const std::string source_text(std::string("EXPECT_CALL(") + obj + ", " + in InternalExpectedAt() 1275 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1277 file, line, source_text, matchers_); in InternalExpectedAt() 1607 const std::string& source_text, in AddNewExpectation() argument 1612 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1765 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-spec-builders.h | 693 ExpectationBase(const char* file, int line, const string& source_text); 700 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1168 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1216 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1270 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); in InternalExpectedAt() 1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1273 file, line, source_text, matchers_); in InternalExpectedAt() 1604 const string& source_text, in AddNewExpectation() argument 1609 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1762 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 209 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 483 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/external/v8/testing/gmock/src/ |
D | gmock-spec-builders.cc | 210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 484 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/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/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 )
|
/external/v8/src/ |
D | d8.cc | 689 Local<String> source_text = ReadFile(isolate, file_name.c_str()); in FetchModuleTree() local 690 if (source_text.IsEmpty()) { in FetchModuleTree() 699 ScriptCompiler::Source source(source_text, origin); in FetchModuleTree()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 9257 ExpectationBase(const char* file, int line, const string& source_text); 9264 const char* source_text() const { return source_text_.c_str(); } 9732 ss << "Actions ran out in " << source_text() << "...\n" 9780 *what << "Mock function call matches " << source_text() <<"...\n"; 9834 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); 9835 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); 9837 file, line, source_text, matchers_); 10113 const string& source_text, 10118 new TypedExpectation<F>(this, file, line, source_text, m); 10271 *why << expectation->source_text() << "...\n";
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 10660 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 10924 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|