/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_utils.py | 109 source_text = f.read().decode("utf-8") 110 source_lines = source_text.split("\n") 152 source_text = zf.read().decode("utf-8") 153 return source_text.split("\n")
|
D | source_utils_test.py | 68 source_text = f.read().decode("utf-8") 69 source_tree = ast.parse(source_text)
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
D | convert_binary_to_cc_source.py | 123 source_text = source_template.format( 152 return source_text, header_text
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 695 ExpectationBase(const char* file, int line, const string& source_text); 702 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1170 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1218 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1272 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); in InternalExpectedAt() 1273 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1275 file, line, source_text, matchers_); in InternalExpectedAt() 1606 const string& source_text, in AddNewExpectation() argument 1611 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1764 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 710 ExpectationBase(const char* file, int line, const std::string& source_text); 717 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1183 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1228 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1283 const std::string source_text(std::string("EXPECT_CALL(") + obj + ", " + in InternalExpectedAt() 1285 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1287 file, line, source_text, matchers_); in InternalExpectedAt() 1626 const std::string& source_text, in AddNewExpectation() argument 1631 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1781 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/ |
D | TestBreakpointSerialization.py | 142 source_text = source_desc.GetData() 157 self.trace("Source text for %d is %s."%(i, source_text)) 158 …self.assertTrue (source_text == copy_text, "Source and dest breakpoints are not identical: \nsourc…
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 160 std::string source_text; member 169 EXPECT_THAT(EncodeSuccessfullyDecodeFailed(GetParam().source_text, in TEST_P()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 160 std::string source_text; member 169 EXPECT_THAT(EncodeSuccessfullyDecodeFailed(GetParam().source_text, in TEST_P()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | binary_to_text_test.cpp | 160 std::string source_text; member 169 EXPECT_THAT(EncodeSuccessfullyDecodeFailed(GetParam().source_text, in TEST_P()
|
/external/llvm-project/llvm/utils/unittest/googlemock/src/ |
D | gmock-spec-builders.cc | 210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 484 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 246 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 542 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/external/antlr/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/llvm-project/compiler-rt/cmake/Modules/ |
D | BuiltinTests.cmake | 8 # [SOURCE source_text]
|
/external/tensorflow/tensorflow/lite/python/ |
D | util.py | 549 source_text = source_template.format( 578 return source_text, header_text
|
/external/llvm-project/lldb/examples/python/ |
D | crashlog.py | 137 source_text = strm.GetData() 138 if source_text: 142 … print('%s%s' % (indent_str, join_str.join(source_text.split('\n'))))
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 9258 ExpectationBase(const char* file, int line, const string& source_text); 9265 const char* source_text() const { return source_text_.c_str(); } 9733 ss << "Actions ran out in " << source_text() << "...\n" 9781 *what << "Mock function call matches " << source_text() <<"...\n"; 9835 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); 9836 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); 9838 file, line, source_text, matchers_); 10114 const string& source_text, 10119 new TypedExpectation<F>(this, file, line, source_text, m); 10272 *why << expectation->source_text() << "...\n";
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 9871 ExpectationBase(const char* file, int line, const string& source_text); 9878 const char* source_text() const { return source_text_.c_str(); } 10346 ss << "Actions ran out in " << source_text() << "...\n" 10394 *what << "Mock function call matches " << source_text() <<"...\n"; 10448 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")"); 10449 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); 10451 file, line, source_text, matchers_); 10782 const string& source_text, 10787 new TypedExpectation<F>(this, file, line, source_text, m); 10940 *why << expectation->source_text() << "...\n";
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 10469 << source_text() << "...\n" in CheckActionCountIfNotDone() 10728 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 11471 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 11745 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|