Home
last modified time | relevance | path

Searched refs:round_trip (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/strings/string.view/string.view.nonmem/
Dquoted.pass.cpp33 void round_trip ( const char *p ) { in round_trip() function
97 void round_trip ( const wchar_t *p ) { in round_trip() function
166 round_trip ( "" ); in main()
171 round_trip ( L"" ); in main()
176 round_trip ( "Hi" ); in main()
183 round_trip ( L"Hi" ); in main()
190 round_trip ( "Hi Mom" ); in main()
192 round_trip ( L"Hi Mom" ); in main()
/external/tensorflow/tensorflow/python/util/
Dserialization_test.py39 round_trip = json.loads(json.dumps(
41 self.assertEqual(3, round_trip["config"]["units"])
44 round_trip = json.loads(json.dumps(
47 self.assertIs(round_trip[0], None)
48 self.assertEqual(round_trip[1], 2)
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp41 void round_trip ( const CharT *p ) { in round_trip() function
131 round_trip ( "" ); in main()
136 round_trip ( L"" ); in main()
141 round_trip ( "Hi" ); in main()
148 round_trip ( L"Hi" ); in main()
155 round_trip ( "Hi Mom" ); in main()
157 round_trip ( L"Hi Mom" ); in main()
Dquoted_char.fail.cpp25 void round_trip ( const char *p ) { in round_trip() function
36 round_trip ( "Hi Mom" ); in main()
Dquoted_traits.fail.cpp31 void round_trip ( const char *p ) { in round_trip() function
42 round_trip ( "Hi Mom" ); in main()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime_test.cc153 BufferInfo round_trip(buffer_info.Encode()); in CheckRoundTripIsOk() local
154 ASSERT_EQ(round_trip, buffer_info); in CheckRoundTripIsOk()
/external/python/cpython3/Lib/test/
Dtest_clinic.py243 def round_trip(self, input): member in ClinicBlockParserTest
247 self.round_trip("""
252 self.round_trip("""
/external/libaom/libaom/test/
Dav1_inv_txfm1d_test.cc119 TEST(av1_inv_txfm1d, round_trip) { in TEST() argument