Home
last modified time | relevance | path

Searched refs:rewind (Results 1 - 25 of 268) sorted by relevance

1234567891011

/third_party/skia/tests/
H A DPolyUtilsTest.cpp35 triangleIndices.rewind(); in DEF_TEST()
45 triangleIndices.rewind(); in DEF_TEST()
56 triangleIndices.rewind(); in DEF_TEST()
68 triangleIndices.rewind(); in DEF_TEST()
79 triangleIndices.rewind(); in DEF_TEST()
85 poly.rewind(); in DEF_TEST()
109 triangleIndices.rewind(); in DEF_TEST()
121 triangleIndices.rewind(); in DEF_TEST()
133 triangleIndices.rewind(); in DEF_TEST()
138 poly.rewind(); in DEF_TEST()
[all...]
H A DFakeStreams.h33 bool rewind() override {
34 return fStream.rewind();
75 bool rewind() override { return fStream.rewind(); }
H A DCodecExactReadTest.cpp37 bool rewind() override {
38 return fStream->rewind();
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DConverterPerformanceTest.java217 srcBuf.rewind(); in TestCharsetDecoder()
218 outBuf.rewind(); in TestCharsetDecoder()
246 srcBuf.rewind(); in TestCharsetEncoder()
247 outBuf.rewind(); in TestCharsetEncoder()
275 srcBuf.rewind(); in TestCharsetDecoderICU()
276 outBuf.rewind(); in TestCharsetDecoderICU()
304 srcBuf.rewind(); in TestCharsetEncoderICU()
305 outBuf.rewind(); in TestCharsetEncoderICU()
/third_party/skia/src/core/
H A DSkFontStream.cpp77 stream->rewind(); in count_tables()
86 stream->rewind(); in count_tables()
115 stream->rewind(); in init()
123 stream->rewind(); in init()
140 stream->rewind(); in CountTTCEntries()
198 stream->rewind(); in GetTableData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUBinaryTest.java94 bytes.rewind(); in TestReadHeader()
102 bytes.rewind(); in TestReadHeader()
110 bytes.rewind(); in TestReadHeader()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUBinaryTest.java91 bytes.rewind(); in TestReadHeader()
99 bytes.rewind(); in TestReadHeader()
107 bytes.rewind(); in TestReadHeader()
/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp143 void GrAAConvexTessellator::rewind() { in rewind() function in GrAAConvexTessellator
144 fPts.rewind(); in rewind()
145 fCoverages.rewind(); in rewind()
146 fMovable.rewind(); in rewind()
147 fIndices.rewind(); in rewind()
148 fNorms.rewind(); in rewind()
149 fCurveState.rewind(); in rewind()
150 fInitialRing.rewind(); in rewind()
151 fCandidateVerts.rewind(); in rewind()
153 fRings.rewind(); // TOD in rewind()
[all...]
H A DGrAAConvexTessellator.h64 void rewind();
72 void rewind() { fPts.rewind(); } in rewind() function in GrAAConvexTessellator::CandidateVerts
132 void rewind() { fPts.rewind(); } in rewind() function in GrAAConvexTessellator::Ring
H A DGrTriangulator.cpp710 static void rewind(EdgeList* activeEdges, Vertex** current, Vertex* dst, const Comparator& c) { in rewind() function
747 rewind(activeEdges, current, leftTop, c); in rewind_if_necessary()
749 rewind(activeEdges, current, top, c); in rewind_if_necessary()
752 rewind(activeEdges, current, leftTop, c); in rewind_if_necessary()
754 rewind(activeEdges, current, top, c); in rewind_if_necessary()
761 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary()
763 rewind(activeEdges, current, top, c); in rewind_if_necessary()
766 rewind(activeEdges, current, rightTop, c); in rewind_if_necessary()
769 rewind(activeEdges, current, top, c); in rewind_if_necessary()
808 rewind(activeEdge in mergeEdgesAbove()
[all...]
/third_party/pulseaudio/src/tests/
H A Dresampler-rewind-test.c67 /* Calculate number of history bytes needed for the rewind */
75 /* Initialize some variables, cut off full seconds from the rewind */ in calculate_resampler_history_bytes()
98 /* Check how the rewind fits into multiples of the matching period. */ in calculate_resampler_history_bytes()
191 " --rewind=unsigned Number of output samples to rewind\n" in help()
195 "by rewind samples and the rewound part is processed again. Then output is compared to\n" in help()
227 unsigned samples, frequency, rewind; in main() local
245 {"rewind", 1, NULL, ARG_REWIND}, in main()
268 rewind = 2500; in main()
309 rewind in main()
[all...]
/third_party/skia/docs/examples/
H A DPath_arcTo.cpp14 path.rewind(); in REG_FIDDLE()
17 path.rewind(); in REG_FIDDLE()
H A DPath_rewind.cpp11 path1.rewind(); in REG_FIDDLE()
H A DRegion_Iterator_done.cpp11 iter.rewind(); in REG_FIDDLE()
H A DPath_getGenerationID.cpp11 path.rewind(); in REG_FIDDLE()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfscanf.c51 rewind(fp); in vfscanf_0100()
88 rewind(fp); in vfscanf_0200()
125 rewind(fp); in vfscanf_0300()
/third_party/ltp/pan/
H A Dzoolib.c144 rewind(fp); in zoo_mark()
153 rewind(fp); in zoo_mark()
219 rewind(fp); in zoo_clear()
275 rewind(fp); in zoo_getpid()
/third_party/skia/src/utils/win/
H A DSkIStream.cpp95 this->fSkStream->rewind(); in SkIStream()
128 if (!this->fSkStream->rewind()) { in Seek()
150 if (!this->fSkStream->rewind()) { in Seek()
/third_party/selinux/libselinux/src/
H A Dlabel_support.c179 rewind(fp); in digest_add_specfile()
184 rewind(fp); in digest_add_specfile()
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp167 pos.rewind(); uv.rewind(); color.rewind(); in onPaint()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Drewind.c3 void rewind(FILE *f) in rewind() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Drewind.c3 void rewind(FILE *f) in rewind() function
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java385 bb.rewind(); in testBytesUsingByteBuffers()
387 cb.rewind(); in testBytesUsingByteBuffers()
389 bbReencoded.rewind(); in testBytesUsingByteBuffers()
405 cb.rewind(); in testBytesUsingByteBuffers()
/third_party/skia/include/core/
H A DSkStream.h109 virtual bool rewind() { return false; } in rewind() function in SkStream
163 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
166 bool rewind() override = 0;
339 bool rewind() override;
417 bool rewind() override;
/third_party/musl/src/stdio/
H A Drewind.c6 void rewind(FILE *f) in rewind() function

Completed in 12 milliseconds

1234567891011