/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
H A D | WindowsLineEndingInputStreamTest.java | 34 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 D | UnixLineEndingInputStreamTest.java | 60 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 D | FragmentTest.java | 263 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 D | bigdict.c | 25 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 D | AbstractSchemaTest.java | 110 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 D | AbstractSchemaTest.java | 110 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 D | UnicodeSetPrettyPrinterTest.java | 290 UnicodeSet roundtrip = susf.parse(formatted); in check() local 352 int roundtrip = CodePointEscaper.escapedToCodePoint(display); in TestCodePointEscaper() local
|
H A D | TestTransforms.java | 69 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 D | BundleTest.java | 1230 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 D | nir_conversion_builder.h | 78 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 D | Makefile | 177 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/ |
D | test.rs | 347 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 D | test.rs | 457 fn roundtrip() { in roundtrip() function 458 fn roundtrip(p: &str) { in roundtrip() function
|
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_functional_api.py | 191 def roundtrip(pg): function 205 def roundtrip(pg, pg_tag): function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_format_test.c | 16 enum pipe_format roundtrip = vk_format_to_pipe_format(vk_fmt); in main() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkPngRustEncoderTest.cpp | 38 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 D | ieee754.rs | 43 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 D | ieee754.rs | 42 macro_rules! roundtrip { macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | ieee754.rs | 42 macro_rules! roundtrip { macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | ieee754.rs | 43 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 D | ieee754.rs | 43 macro_rules! roundtrip { macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/tests/ |
D | status_code.rs | 26 fn roundtrip() { in roundtrip() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/tests/ |
D | test_round_trip.rs | 5 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 D | iter.rs | 7 fn roundtrip() { in roundtrip() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/tests/ |
D | iter.rs | 7 fn roundtrip() { in roundtrip() function
|