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

/external/v8/test/mjsunit/
H A 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;
H A 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;
/external/v8/test/mjsunit/es6/debug-promises/
H A 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/
H A 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/v8/test/mjsunit/es6/regress/
H A 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/skia/third_party/shaderc/
H A 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/gmock/include/gmock/
H A Dgmock-spec-builders.h692 // source_text is the EXPECT_CALL(...) source that created this Expectation.
693 ExpectationBase(const char* file, int line, const string& source_text);
700 const char* source_text() const { return source_text_.c_str(); }
1168 ss << "Actions ran out in " << source_text() << "...\n"
1216 *what << "Mock function call matches " << source_text() <<"...\n";
1270 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")");
1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1273 file, line, source_text, matchers_);
1548 const string& source_text,
1553 new TypedExpectation<F>(this, file, line, source_text,
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h684 // source_text is the EXPECT_CALL(...) source that created this Expectation.
685 ExpectationBase(const char* file, int line, const string& source_text);
692 const char* source_text() const { return source_text_.c_str(); }
1160 ss << "Actions ran out in " << source_text() << "...\n"
1208 *what << "Mock function call matches " << source_text() <<"...\n";
1262 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")");
1263 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1265 file, line, source_text, matchers_);
1531 const string& source_text,
1536 new TypedExpectation<F>(this, file, line, source_text,
[all...]
/external/chromium-trace/catapult/third_party/coverage/
H A Digor.py228 source_text = source.format(encoding=encoding, text=text, ords=ords)
229 zf.writestr(filename, source_text.encode(encoding))
/external/gmock/src/
H A Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n"
474 << untyped_expectation->source_text() << "...\n";
/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n"
474 << untyped_expectation->source_text() << "...\n";
/external/v8/test/cctest/
H A Dtest-log.cc576 const char* source_text = local
597 CompileRun(source_text);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb475 unless text = token.text || ( token.source_text rescue nil )
H A Dtoken.rb166 def source_text method in class:ANTLR3.Token

Completed in 773 milliseconds