Home
last modified time | relevance | path

Searched refs:test_i (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/strings/
Dstring_number_conversions_unittest.cc724 for (size_t test_i = 0; test_i < std::size(cases); ++test_i) { in TEST() local
725 const auto& test = cases[test_i]; in TEST()
733 << test_i << ": " << test.input; in TEST()
741 << test_i << ": " << test.input; in TEST()
742 EXPECT_EQ(expected_output, output) << test_i << ": " << test.input; in TEST()
751 << test_i << ": " << test.input; in TEST()
757 << test_i << ": " << test.input; in TEST()
761 << test_i << ": " << test.input; in TEST()
772 << test_i << ": " << test.input; in TEST()
781 << test_i << ": " << test.input; in TEST()
/external/tensorflow/tensorflow/lite/testing/
Dbuild_def.bzl355 test_i = "%s_%d" % (test, i)
356 options.append((conversion_mode, delegate, test_i, tags, args))
/external/clang/test/SemaCXX/
Doverload-call.cpp41 void test_i(short sv, int iv, long lv, unsigned char ucv) { in test_i() function
/external/python/cpython2/Lib/test/
Dtest_getargs2.py232 def test_i(self): member in Signed_TestCase
/external/python/cpython3/Lib/test/
Dtest_getargs2.py304 def test_i(self): member in Signed_TestCase