Home
last modified time | relevance | path

Searched refs:result_strings (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c337 static const char *result_strings[] = { variable
652 (int)(sizeof(result_strings) / in test_epoll_ctl()
664 ((result_strings[result])); in test_epoll_ctl()
669 EPOLL_CTL_TEST_PASS((result_strings[result])); in test_epoll_ctl()
/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc401 std::vector<std::string> result_strings; in ComputeReshapePassthroughDimPairs() local
402 absl::c_transform(result, std::back_inserter(result_strings), in ComputeReshapePassthroughDimPairs()
409 << StrJoin(result_strings, ",") in ComputeReshapePassthroughDimPairs()