Home
last modified time | relevance | path

Searched defs:roundtrip (Results 1 – 25 of 40) 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/skia/modules/skcms/
Dskcms_internal.h43 float roundtrip = (float)((int)x); in floorf_() local
/external/fonttools/Tests/ttLib/tables/
D_a_n_k_r_test.py149 def roundtrip(self, data, xml): member in ANKRTest
/external/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h78 nir_ssa_def *roundtrip = in nir_round_float_to_float() local
89 nir_ssa_def *roundtrip = in nir_round_float_to_float() local
/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/rust/crates/proc-macro2/tests/
Dtest.rs268 fn roundtrip() { in roundtrip() function
269 fn roundtrip(p: &str) { in roundtrip() function
/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/
DMakefile174 roundtrip: EXTRA_FLAGS += -Wno-deprecated-declarations target
175 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/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/rust/crates/flate2/src/deflate/
Dmod.rs15 fn roundtrip() { in roundtrip() function
/external/skia/tests/
DYUVTest.cpp197 SkYUVAPixmaps roundtrip; in DEF_TEST() local
/external/python/cpython2/Lib/test/
Dtest_tokenize.py722 def roundtrip(self, code): member in TestRoundtrip
Dtest_parser.py18 def roundtrip(self, f, s): member in RoundtripLegalSyntaxTestCase
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java313 static final byte roundtrip[][][][] = field in TestReorderingMode
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java316 static final byte roundtrip[][][][] = field in TestReorderingMode
/external/rust/crates/zip/src/
Daes_ctr.rs157 fn roundtrip<Aes>(key: &[u8], ciphertext: &mut [u8], expected_plaintext: &[u8]) in roundtrip() function
/external/rust/crates/regex-syntax/src/ast/
Dprint.rs401 fn roundtrip(given: &str) { in roundtrip() function
/external/rust/crates/flate2/src/gz/
Dmod.rs261 fn roundtrip() { in roundtrip() function

12