Home
last modified time | relevance | path

Searched defs:readback (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamBoolTest.java109 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
231 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
352 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamInt32Test.java132 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
271 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
417 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamFixed32Test.java130 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
265 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
399 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamSInt32Test.java130 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
265 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
399 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamSFixed32Test.java130 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
265 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
399 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamUInt32Test.java132 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
270 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
416 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamSInt64Test.java150 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
313 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
474 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamUInt64Test.java152 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
318 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
493 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamFixed64Test.java155 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
328 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
499 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamSFixed64Test.java155 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
328 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
499 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamInt64Test.java153 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
320 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
497 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamBytesTest.java133 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
270 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
DProtoInputStreamStringTest.java123 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
254 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
DProtoInputStreamDoubleTest.java175 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
378 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
578 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
DProtoInputStreamFloatTest.java166 final Test.All readback = Test.All.parseFrom(proto); in testReadCompat() local
351 final Test.All readback = Test.All.parseFrom(proto); in testRepeatedCompat() local
531 final Test.All readback = Test.All.parseFrom(proto); in testPackedCompat() local
/frameworks/base/libs/hwui/tests/common/scenes/
DReadbackFromHardwareBitmap.cpp46 SkBitmap readback; in createContent() local
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp280 Readback& RenderThread::readback() { in readback() function in android::uirenderer::renderthread::RenderThread