Home
last modified time | relevance | path

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

12

/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
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
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
/external/zstd/tests/
Dbigdict.c25 void* roundtrip, ZSTD_EndDirective end) in compress()
72 void* roundtrip = malloc(dataSize); in main() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
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
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
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
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/common/
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
/external/mesa3d/src/gallium/drivers/zink/
Dzink_format_test.c16 enum pipe_format roundtrip = vk_format_to_pipe_format(vk_fmt); in main() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DUnicodeSetPrettyPrinterTest.java290 UnicodeSet roundtrip = susf.parse(formatted); in check() local
352 int roundtrip = CodePointEscaper.escapedToCodePoint(display); in TestCodePointEscaper() local
DTestTransforms.java69 String roundtrip = ba.transform(b); in checkSimpleRoundTrip() local
80 String roundtrip = ba.transform(b); in checkSimpleRoundTrip() local
290 roundtrip enumConstant
/external/rust/crates/http/tests/
Dstatus_code.rs26 fn roundtrip() { in roundtrip() function
/external/rust/crates/yaml-rust/tests/
Dtest_round_trip.rs5 fn roundtrip(original: &Yaml) { in roundtrip() function
/external/rust/crates/bitflags/src/tests/
Diter.rs7 fn roundtrip() { in roundtrip() function
Dparser.rs7 fn roundtrip() { in roundtrip() function
/external/fonttools/Tests/ttLib/tables/
D_a_n_k_r_test.py148 def roundtrip(self, data, xml): member in ANKRTest
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/zstandard/
DZstdRoundtripTest.java48 private void roundtrip(OutputStreamCreator oc) throws IOException { in roundtrip() method in ZstdRoundtripTest
/external/mesa3d/src/compiler/nir/
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
/external/skia/modules/skcms/src/
Dskcms_internals.h130 float roundtrip = (float)((int)x); in floorf_() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DTestMapConversions.java63 Map<String,Integer> roundtrip = MAPPER.convertValue(input, in testMapToMap() local
/external/zstd/contrib/pzstd/
DMakefile177 roundtrip: EXTRA_FLAGS += -Wno-deprecated-declarations target
178 roundtrip: test/RoundTripTest$(EXT) target
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSerializationUtils.java227 public static <T extends Serializable> T roundtrip(final T obj) { in roundtrip() method in SerializationUtils
/external/rust/crates/proc-macro2/tests/
Dtest.rs347 fn roundtrip() { in roundtrip() function
348 fn roundtrip(p: &str) { in roundtrip() function
/external/perfetto/src/trace_processor/types/
Dtask_state_unittests.cc139 auto roundtrip = [](const char* in) { in TEST() local
/external/rust/crates/flate2/src/zlib/
Dmod.rs16 fn roundtrip() { in roundtrip() function
/external/skia/tests/
DYUVTest.cpp197 SkYUVAPixmaps roundtrip; in DEF_TEST() local
/external/rust/crates/flate2/src/deflate/
Dmod.rs15 fn roundtrip() { in roundtrip() function

12