Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils.py109 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")
Dsource_utils_test.py68 source_text = f.read().decode("utf-8")
69 source_tree = ast.parse(source_text)
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dconvert_binary_to_cc_source.py123 source_text = source_template.format(
152 return source_text, header_text
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h695 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/
Dgmock-spec-builders.h710 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/
DTestBreakpointSerialization.py142 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/
Dbinary_to_text_test.cpp160 std::string source_text; member
169 EXPECT_THAT(EncodeSuccessfullyDecodeFailed(GetParam().source_text, in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_to_text_test.cpp160 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/
Dbinary_to_text_test.cpp160 std::string source_text; member
169 EXPECT_THAT(EncodeSuccessfullyDecodeFailed(GetParam().source_text, in TEST_P()
/external/llvm-project/llvm/utils/unittest/googlemock/src/
Dgmock-spec-builders.cc210 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
484 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc246 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
542 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
/external/antlr/runtime/Ruby/lib/antlr3/
Dtoken.rb166 def source_text method
Drecognizers.rb475 unless text = token.text || ( token.source_text rescue nil )
/external/llvm-project/compiler-rt/cmake/Modules/
DBuiltinTests.cmake8 # [SOURCE source_text]
/external/tensorflow/tensorflow/lite/python/
Dutil.py549 source_text = source_template.format(
578 return source_text, header_text
/external/llvm-project/lldb/examples/python/
Dcrashlog.py137 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/
Dgmock.h9258 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/
Dgmock.h9871 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/
Dgmock-gtest-all.cc10469 << 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/
Dgmock-gtest-all.cc11471 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone()
11745 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()