Home
last modified time | relevance | path

Searched refs:full_output (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/protobuf/src/google/protobuf/util/
Ddelimited_message_util_test.cc95 std::string full_output = full_stream.str(); in TEST() local
96 ASSERT_GT(full_output.size(), size_t{2}); in TEST()
97 ASSERT_EQ(full_output[0], 4); in TEST()
99 partial_stream << full_output[0] << full_output[1] << full_output[2]; in TEST()
/external/protobuf/src/google/protobuf/util/
Ddelimited_message_util_test.cc95 std::string full_output = full_stream.str(); in TEST() local
96 ASSERT_GT(full_output.size(), size_t{2}); in TEST()
97 ASSERT_EQ(full_output[0], 4); in TEST()
99 partial_stream << full_output[0] << full_output[1] << full_output[2]; in TEST()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc1315 const std::string& full_output) { in GetTestOutputSnippet() argument
1316 size_t run_pos = full_output.find(std::string("[ RUN ] ") + in GetTestOutputSnippet()
1321 size_t end_pos = full_output.find(std::string("[ FAILED ] ") + in GetTestOutputSnippet()
1328 end_pos = full_output.find(std::string("[ OK ] ") + in GetTestOutputSnippet()
1333 size_t newline_pos = full_output.find("\n", end_pos); in GetTestOutputSnippet()
1338 std::string snippet(full_output.substr(run_pos)); in GetTestOutputSnippet()
1340 snippet = full_output.substr(run_pos, end_pos - run_pos); in GetTestOutputSnippet()
Dtest_launcher.h264 const std::string& full_output);
/external/cronet/base/test/launcher/
Dtest_launcher.cc2242 const std::string& full_output) { in GetTestOutputSnippet() argument
2243 size_t run_pos = full_output.find(std::string("[ RUN ] ") + in GetTestOutputSnippet()
2248 size_t end_pos = full_output.find(std::string("[ FAILED ] ") + in GetTestOutputSnippet()
2256 end_pos = full_output.find(std::string("[ OK ] ") + in GetTestOutputSnippet()
2263 end_pos = full_output.find( in GetTestOutputSnippet()
2267 end_pos = full_output.find(std::string("[ RUN ]"), run_pos + 1); in GetTestOutputSnippet()
2273 size_t newline_pos = full_output.find("\n", end_pos); in GetTestOutputSnippet()
2278 std::string snippet(full_output.substr(run_pos)); in GetTestOutputSnippet()
2280 snippet = full_output.substr(run_pos, end_pos - run_pos); in GetTestOutputSnippet()
Dtest_launcher.h379 const std::string& full_output);
/external/arm-optimized-routines/math/tools/
Dremez.jl39 full_output = false # adjusted by --full
1273 if full_output
1301 global full_output, array_format, xvarname, floatsuffix, epsbits
1310 full_output = true
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl116 full_output = subprocess.check_output(
128 full_output = full_output.decode()
131 sym_split = [x for x in full_output.split("\r\n")