HomeSort by relevance Sort by last modified time
    Searched refs:round_trip (Results 1 - 9 of 9) sorted by null

  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted_char.fail.cpp 21 void round_trip ( const char *p ) { function
32 round_trip ( "Hi Mom" );
quoted_traits.fail.cpp 27 void round_trip ( const char *p ) { function
38 round_trip ( "Hi Mom" );
quoted.pass.cpp 40 void round_trip ( const char *p ) { function
110 void round_trip ( const wchar_t *p ) { function
169 round_trip ( "" );
174 round_trip ( L"" );
179 round_trip ( "Hi" );
186 round_trip ( L"Hi" );
193 round_trip ( "Hi Mom" );
195 round_trip ( L"Hi Mom" );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/quoted.manip/
quoted_char.fail.cpp 21 void round_trip ( const char *p ) { function
32 round_trip ( "Hi Mom" );
quoted_traits.fail.cpp 27 void round_trip ( const char *p ) { function
38 round_trip ( "Hi Mom" );
quoted.pass.cpp 40 void round_trip ( const char *p ) { function
110 void round_trip ( const wchar_t *p ) { function
169 round_trip ( "" );
174 round_trip ( L"" );
179 round_trip ( "Hi" );
186 round_trip ( L"Hi" );
193 round_trip ( "Hi Mom" );
195 round_trip ( L"Hi Mom" );
  /system/keymaster/
android_keymaster_messages_test.cpp 34 Message* round_trip(int32_t ver, const Message& message, size_t expected_size) { function in namespace:keymaster::test
71 UniquePtr<EmptyKeymasterResponse> deserialized(round_trip(ver, msg, 5));
80 UniquePtr<EmptyKeymasterResponse> deserialized(round_trip(ver, msg, 4));
89 UniquePtr<SupportedByAlgorithmRequest> deserialized(round_trip(ver, req, 4));
100 UniquePtr<SupportedByAlgorithmAndPurposeRequest> deserialized(round_trip(ver, req, 8));
113 UniquePtr<SupportedResponse<keymaster_digest_t>> deserialized(round_trip(ver, rsp, 20));
134 UniquePtr<GenerateKeyRequest> deserialized(round_trip(ver, req, 78));
147 UniquePtr<GenerateKeyResponse> deserialized(round_trip(ver, rsp, 109));
162 UniquePtr<GenerateKeyResponse> deserialized(round_trip(ver, rsp, 4));
176 UniquePtr<GetKeyCharacteristicsRequest> deserialized(round_trip(ver, req, 85))
    [all...]
  /external/libcxx/test/std/experimental/string.view/string.view.nonmem/
quoted.pass.cpp 31 void round_trip ( const char *p ) { function
95 void round_trip ( const wchar_t *p ) { function
164 round_trip ( "" );
169 round_trip ( L"" );
174 round_trip ( "Hi" );
181 round_trip ( L"Hi" );
188 round_trip ( "Hi Mom" );
190 round_trip ( L"Hi Mom" );
  /external/ceres-solver/internal/ceres/
rotation_test.cc 332 double round_trip[3]; local
338 QuaternionToAngleAxis(quaternion, round_trip);
339 ASSERT_THAT(round_trip, IsNearAngleAxis(axis_angle));
362 double round_trip[4]; local
364 AngleAxisToQuaternion(axis_angle, round_trip);
365 ASSERT_THAT(round_trip, IsNormalizedQuaternion());
366 ASSERT_THAT(round_trip, IsNearQuaternion(quaternion));
398 double round_trip[3]; local
399 RotationMatrixToAngleAxis(matrix, round_trip);
400 EXPECT_THAT(round_trip, IsNearAngleAxis(axis_angle))
413 double round_trip[3]; local
513 double round_trip[3]; local
540 double round_trip[3]; local
573 double round_trip[3]; local
    [all...]

Completed in 106 milliseconds