/external/skia/third_party/shaderc/ |
D | shaderc.h | 249 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/ |
D | debug-stepin-foreach.js | 19 var source_text = exec_state.frame(0).func().script().source(); 20 expected_breaks = source_text.match(/\/\/\s*Break\s+\d+\./g).length;
|
D | debug-allscopes-on-debugger.js | 17 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/ |
D | stepin-handler.js | 19 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/ |
D | regress-468661.js | 20 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/ |
D | debug-stepin-microtasks.js | 19 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/ |
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/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() 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/ |
D | igor.py | 228 source_text = source.format(encoding=encoding, text=text, ords=ords) 229 zf.writestr(filename, source_text.encode(encoding))
|
/external/gmock/src/ |
D | gmock-spec-builders.cc | 210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 474 << 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/v8/test/cctest/ |
D | test-log.cc | 576 const char* source_text = in TEST() local 597 CompileRun(source_text); in TEST()
|
/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 )
|