Home
last modified time | relevance | path

Searched refs:roundTrip (Results 1 – 17 of 17) sorted by relevance

/external/lz4/ossfuzz/
Dround_trip_stream_fuzzer.c36 cursor_t roundTrip; member
70 state.roundTrip = cursor_create(size); in state_create()
85 cursor_free(state.roundTrip); in state_free()
99 state->roundTrip.pos = 0; in state_reset()
105 char* dst = state->roundTrip.buf + state->roundTrip.pos; in state_decompress()
106 int const dstCapacity = state->roundTrip.size - state->roundTrip.pos; in state_decompress()
110 state->roundTrip.pos += dSize; in state_decompress()
117 FUZZ_ASSERT_MSG(size == state->roundTrip.pos, "Incorrect size!"); in state_checkRoundTrip()
118 FUZZ_ASSERT_MSG(!memcmp(data, state->roundTrip.buf, size), "Corruption!"); in state_checkRoundTrip()
132 FUZZ_ASSERT(state->roundTrip.pos == 0); in state_trimDict()
[all …]
/external/zstd/contrib/pzstd/test/
DPzstdTest.cpp56 ASSERT_TRUE(roundTrip(options)); in TEST()
91 ASSERT_TRUE(roundTrip(options)); in TEST()
129 ASSERT_TRUE(roundTrip(options)); in TEST()
148 ASSERT_TRUE(roundTrip(options)); in TEST()
DRoundTrip.h57 inline bool roundTrip(Options& options) { in roundTrip() function
DRoundTripTest.cpp76 if (!roundTrip(options)) { in main()
/external/fonttools/MetaTools/
DroundTrip.py32 def roundTrip(ttFile1, options, report): function
81 roundTrip(ttFile, options, report)
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestMetazoneTransitions.java78 Date roundTrip = javaFormat.parse(formatted); in main() local
79 if (roundTrip.getTime() != date) { in main()
82 + roundTrip); in main()
DTestDisplayAndInputProcessor.java50 UnicodeSet roundTrip = new UnicodeSet(input); in TestAExemplars() local
51 if (!assertEquals(test.toString() + "=>" + display, test, roundTrip)) { in TestAExemplars()
/external/OpenCL-CTS/test_conformance/half/
Dmain.cpp69 ADD_TEST( roundTrip ),
/external/skqp/tests/
DPDFPrimitivesTest.cpp380 int roundTrip = (int)(0.5 + f * 255); in DEF_TEST() local
381 REPORTER_ASSERT(reporter, roundTrip == i); in DEF_TEST()
/external/skia/tests/
DPDFPrimitivesTest.cpp384 int roundTrip = (int)(0.5 + f * 255); in DEF_TEST() local
385 REPORTER_ASSERT(reporter, roundTrip == i); in DEF_TEST()
/external/turbine/javatests/com/google/turbine/bytecode/sig/
DSigIntegrationTest.java89 public void roundTrip() throws Exception { in roundTrip() method in SigIntegrationTest
/external/golang-protobuf/jsonpb/
Djsonpb_test.go1024 roundTrip := &anypb.Any{}
1025 err = u.Unmarshal(bytes.NewReader([]byte(js)), roundTrip)
1034 if !proto.Equal(any, roundTrip) {
1035 …rf("message contents not set correctly after unmarshaling JSON: got %s, wanted %s", roundTrip, any)
/external/turbine/javatests/com/google/turbine/bytecode/
DClassWriterTest.java55 public void roundTrip() throws Exception { in roundTrip() method in ClassWriterTest
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateTransformCharts.java823 boolean roundTrip = yToRoundTrip.get(y);
824 showCell(pw, y, roundTrip ? "" : " class='miss'");
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypeMirrorTest.java132 public void roundTrip() { in roundTrip() method in TurbineTypeMirrorTest
/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileYAMLTests.cpp140 TEST(ObjectFileYAML, roundTrip) { in TEST() argument
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5247 ByteBuffer roundTrip = encoderResult; in TestSCSUConverter() local
5248 CharBuffer roundTripResult = decode.decode(roundTrip); in TestSCSUConverter()
5519 ByteBuffer roundTrip = encoderResult; in TestBOCU1Converter() local
5520 CharBuffer roundTripResult = decode.decode(roundTrip); in TestBOCU1Converter()