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
653 (result_strings) / in test_epoll_ctl()
665 ((result_strings[result])); in test_epoll_ctl()
670 EPOLL_CTL_TEST_PASS((result_strings[result])); in test_epoll_ctl()
/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc395 std::vector<string> result_strings; in ComputeReshapePassthroughDimPairs() local
396 absl::c_transform(result, std::back_inserter(result_strings), in ComputeReshapePassthroughDimPairs()
403 << StrJoin(result_strings, ",") in ComputeReshapePassthroughDimPairs()