Searched refs:full_output (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/test/launcher/ |
D | test_launcher.cc | 1315 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()
|
D | test_launcher.h | 264 const std::string& full_output);
|
/external/arm-optimized-routines/math/tools/ |
D | remez.jl | 39 full_output = false # adjusted by --full 1273 if full_output 1301 global full_output, array_format, xvarname, floatsuffix, epsbits 1310 full_output = true
|
/external/llvm-project/libc/AOR_v20.02/math/tools/ |
D | remez.jl | 40 full_output = false # adjusted by --full 1274 if full_output 1302 global full_output, array_format, xvarname, floatsuffix, epsbits 1311 full_output = true
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | def_file_filter.py.tpl | 120 full_output = subprocess.check_output( 132 full_output = full_output.decode() 135 sym_split = [x for x in full_output.split("\r\n")
|