Home
last modified time | relevance | path

Searched refs:result5 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_text_file.py44 result5 = ["line 3 continues on next line"]
92 test_input(5, "join lines without collapsing", in_file, result5)
/external/python/cpython2/Lib/distutils/tests/
Dtest_text_file.py44 result5 = ["line 3 continues on next line"]
92 test_input(5, "join lines without collapsing", in_file, result5)
/external/tensorflow/tensorflow/compiler/xla/tests/
Dprng_test.cc261 Literal result5; in XLA_TEST_F() local
269 result5, client_->ExecuteAndTransfer(computation, /*arguments=*/{}, in XLA_TEST_F()
279 EXPECT_FALSE(LiteralTestUtil::Equal(result4, result5)); in XLA_TEST_F()
280 EXPECT_FALSE(LiteralTestUtil::Equal(result5, result6)); in XLA_TEST_F()
/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp289 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local
332 test7c->getText(result5); in TestConstructionAndEqualityUChariter()
334 if(result != UnicodeString(testText) || result4 != result || result5 != result) in TestConstructionAndEqualityUChariter()
339 test5->getText(result5); in TestConstructionAndEqualityUChariter()
340 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
343 test5->getText(result5); in TestConstructionAndEqualityUChariter()
344 if(result == result5 || result4 != result5) in TestConstructionAndEqualityUChariter()
347 test5->getText(result5); in TestConstructionAndEqualityUChariter()
348 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()