Home
last modified time | relevance | path

Searched defs:roundtrip (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DWindowsLineEndingInputStreamTest.java34 final String roundtrip = roundtrip("ab\nc", false); in linuxLineFeeds() local
54 private String roundtrip(final String msg) throws IOException { in roundtrip() method in WindowsLineEndingInputStreamTest
58 private String roundtrip(final String msg, final boolean ensure) throws IOException { in roundtrip() method in WindowsLineEndingInputStreamTest
H A DUnixLineEndingInputStreamTest.java60 private String roundtrip(final String msg) throws IOException { in roundtrip() method in UnixLineEndingInputStreamTest
64 private String roundtrip(final String msg, final boolean ensure) throws IOException { in roundtrip() method in UnixLineEndingInputStreamTest
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/common/
H A DFragmentTest.java263 Fragment roundtrip = Fragment.parse(fragment.toString()); in build_escapingInvalidCharacters() local
294 Fragment roundtrip = Fragment.parse(uri); in uri_withValidCharacters() local
312 Fragment roundtrip = Fragment.parse(uri); in uri_withInvalidCharacters() local
/aosp_15_r20/external/zstd/tests/
H A Dbigdict.c25 void* roundtrip, ZSTD_EndDirective end) in compress()
72 void* roundtrip = malloc(dataSize); in main() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractSchemaTest.java110 protected static final <M extends MessageLite> void roundtrip( in roundtrip() method in AbstractSchemaTest
134 protected final void roundtrip(String failureMessage, T msg) throws IOException { in roundtrip() method in AbstractSchemaTest
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractSchemaTest.java110 protected static final <M extends MessageLite> void roundtrip( in roundtrip() method in AbstractSchemaTest
134 protected final void roundtrip(String failureMessage, T msg) throws IOException { in roundtrip() method in AbstractSchemaTest
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DUnicodeSetPrettyPrinterTest.java290 UnicodeSet roundtrip = susf.parse(formatted); in check() local
352 int roundtrip = CodePointEscaper.escapedToCodePoint(display); in TestCodePointEscaper() local
H A DTestTransforms.java69 String roundtrip = ba.transform(b); in checkSimpleRoundTrip() local
80 String roundtrip = ba.transform(b); in checkSimpleRoundTrip() local
290 roundtrip enumConstant
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DBundleTest.java1230 private void roundtrip() { in roundtrip() method in BundleTest
1234 private void roundtrip(boolean parcel) { in roundtrip() method in BundleTest
1238 private Bundle roundtrip(Bundle bundle) { in roundtrip() method in BundleTest
1242 private Bundle roundtrip(Bundle bundle, boolean parcel) { in roundtrip() method in BundleTest
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h78 nir_def *roundtrip = in nir_round_float_to_float() local
89 nir_def *roundtrip = in nir_round_float_to_float() local
/aosp_15_r20/external/zstd/contrib/pzstd/
H A DMakefile177 roundtrip: EXTRA_FLAGS += -Wno-deprecated-declarations target
178 roundtrip: test/RoundTripTest$(EXT) target
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/tests/
Dtest.rs347 fn roundtrip() { in roundtrip() function
348 fn roundtrip(p: &str) { in roundtrip() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/tests/
H A Dtest.rs457 fn roundtrip() { in roundtrip() function
458 fn roundtrip(p: &str) { in roundtrip() function
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_functional_api.py191 def roundtrip(pg): function
205 def roundtrip(pg, pg_tag): function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_format_test.c16 enum pipe_format roundtrip = vk_format_to_pipe_format(vk_fmt); in main() local
/aosp_15_r20/external/skia/tests/
H A DSkPngRustEncoderTest.cpp38 SkBitmap roundtrip; in DEF_TEST() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/
H A Dieee754.rs43 macro_rules! roundtrip { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/
H A Dieee754.rs42 macro_rules! roundtrip { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/
H A Dieee754.rs42 macro_rules! roundtrip { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/
H A Dieee754.rs43 macro_rules! roundtrip { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/num/
H A Dieee754.rs43 macro_rules! roundtrip { macro
/aosp_15_r20/external/rust/android-crates-io/crates/http/tests/
Dstatus_code.rs26 fn roundtrip() { in roundtrip() function
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/tests/
Dtest_round_trip.rs5 fn roundtrip(original: &Yaml) { in roundtrip() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/tests/
H A Diter.rs7 fn roundtrip() { in roundtrip() function
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/tests/
Diter.rs7 fn roundtrip() { in roundtrip() function

1234