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

  /external/libcxx/test/std/input.output/iostream.format/quoted.manip/
quoted_char.fail.cpp 25 void round_trip ( const char *p ) { function
36 round_trip ( "Hi Mom" );
quoted_traits.fail.cpp 31 void round_trip ( const char *p ) { function
42 round_trip ( "Hi Mom" );
quoted.pass.cpp 41 void round_trip ( const CharT *p ) { function
131 round_trip ( "" );
136 round_trip ( L"" );
141 round_trip ( "Hi" );
148 round_trip ( L"Hi" );
155 round_trip ( "Hi Mom" );
157 round_trip ( L"Hi Mom" );
  /prebuilts/ndk/r11/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" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/quoted.manip/
quoted_char.fail.cpp 25 void round_trip ( const char *p ) { function
36 round_trip ( "Hi Mom" );
quoted_traits.fail.cpp 31 void round_trip ( const char *p ) { function
42 round_trip ( "Hi Mom" );
quoted.pass.cpp 40 void round_trip ( const CharT *p ) { function
130 round_trip ( "" );
135 round_trip ( L"" );
140 round_trip ( "Hi" );
147 round_trip ( L"Hi" );
154 round_trip ( "Hi Mom" );
156 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 33 void round_trip ( const char *p ) { function
97 void round_trip ( const wchar_t *p ) { function
166 round_trip ( "" );
171 round_trip ( L"" );
176 round_trip ( "Hi" );
183 round_trip ( L"Hi" );
190 round_trip ( "Hi Mom" );
192 round_trip ( L"Hi Mom" );
  /external/libcxx/test/std/strings/string.view/string.view.nonmem/
quoted.pass.cpp 33 void round_trip ( const char *p ) { function
97 void round_trip ( const wchar_t *p ) { function
166 round_trip ( "" );
171 round_trip ( L"" );
176 round_trip ( "Hi" );
183 round_trip ( L"Hi" );
190 round_trip ( "Hi Mom" );
192 round_trip ( L"Hi Mom" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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" );

Completed in 166 milliseconds