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/r16/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 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" );
  /system/keymaster/tests/
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...]
  /device/google/cuttlefish_common/common/vsoc/lib/
region_view.cpp 104 bool round_trip = raw_offset & UADDR_OFFSET_ROUND_TRIP_FLAG; local
107 if (round_trip) {
120 bool round_trip = sides_to_signal & Sides::OurSide; local
121 SendSignalToPeer(uaddr, round_trip);
132 bool round_trip) {
146 if (round_trip) {
region_view.h 126 // round_trip: true if there may be waiters on both sides of the shared
128 void SendSignalToPeer(std::atomic<uint32_t>* signal_addr, bool round_trip);
  /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/r16/sources/cxx-stl/llvm-libc++/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" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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" );
  /external/python/cpython3/Tools/clinic/
clinic_test.py 233 def round_trip(self, input): member in class:ClinicBlockParserTest
237 self.round_trip("""
242 self.round_trip("""

Completed in 1367 milliseconds