Home
last modified time | relevance | path

Searched refs:source_text (Results 1 – 14 of 14) sorted by relevance

/external/skia/third_party/shaderc/
Dshaderc.h249 const shaderc_compiler_t compiler, const char* source_text,
258 const shaderc_compiler_t compiler, const char* source_text,
266 const shaderc_compiler_t compiler, const char* source_text,
/external/v8/test/mjsunit/
Ddebug-stepin-foreach.js19 var source_text = exec_state.frame(0).func().script().source();
20 expected_breaks = source_text.match(/\/\/\s*Break\s+\d+\./g).length;
Ddebug-allscopes-on-debugger.js17 var source_text = exec_state.frame(0).func().script().source();
18 expected_breaks = source_text.match(/\/\/\s*Break\s+\d+\./g).length;
/external/v8/test/mjsunit/es6/debug-promises/
Dstepin-handler.js19 var source_text = exec_state.frame(0).func().script().source();
20 expected_breaks = source_text.match(/\/\/\s*Break\s+\d+\./g).length;
/external/v8/test/mjsunit/es6/regress/
Dregress-468661.js20 var source_text = exec_state.frame(0).func().script().source();
21 expected_breaks = source_text.match(/\/\/\s*Break\s+\d+\./g).length;
/external/v8/test/mjsunit/es6/
Ddebug-stepin-microtasks.js19 var source_text = exec_state.frame(0).func().script().source();
20 expected_breaks = source_text.match(/\/\/\s*Break\s+\d+\./g).length;
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h685 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/gmock/include/gmock/
Dgmock-spec-builders.h693 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()
1548 const string& source_text, in AddNewExpectation() argument
1553 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation()
1706 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
/external/chromium-trace/catapult/third_party/coverage/
Digor.py228 source_text = source.format(encoding=encoding, text=text, ords=ords)
229 zf.writestr(filename, source_text.encode(encoding))
/external/gmock/src/
Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
474 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
474 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/v8/test/cctest/
Dtest-log.cc576 const char* source_text = in TEST() local
597 CompileRun(source_text); in TEST()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtoken.rb166 def source_text method
Drecognizers.rb475 unless text = token.text || ( token.source_text rescue nil )