HomeSort by relevance Sort by last modified time
    Searched defs:onGetSize (Results 1 - 12 of 12) sorted by null

  /external/skia/bench/
GMBench.cpp 35 SkIPoint GMBench::onGetSize() {
Benchmark.cpp 27 return this->onGetSize();
59 SkIPoint Benchmark::onGetSize() {
ChromeBench.cpp 476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
RecordingBench.cpp 30 SkIPoint PictureCentricBench::onGetSize() {
85 SkIPoint DeserializePictureBench::onGetSize() {
SKPBench.cpp 105 SkIPoint SKPBench::onGetSize() {
  /external/skqp/bench/
GMBench.cpp 35 SkIPoint GMBench::onGetSize() {
Benchmark.cpp 27 return this->onGetSize();
59 SkIPoint Benchmark::onGetSize() {
ChromeBench.cpp 476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
RecordingBench.cpp 30 SkIPoint PictureCentricBench::onGetSize() {
85 SkIPoint DeserializePictureBench::onGetSize() {
SKPBench.cpp 105 SkIPoint SKPBench::onGetSize() {
  /cts/tests/tests/media/src/android/media/cts/
TestProxyFileDescriptorCallback.java 88 public long onGetSize() throws ErrnoException {
90 throw new ErrnoException("onGetSize", OsConstants.EIO);
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 341 public long onGetSize() throws ErrnoException {
376 assertEquals(appleCallback.onGetSize(), appleFd.getStatSize());
377 assertEquals(orangeCallback.onGetSize(), orangeFd.getStatSize());
378 assertEquals(cherryCallback.onGetSize(), cherryFd.getStatSize());
499 callback.onGetSizeError = new ErrnoException("onGetSize", OsConstants.ENOENT);
644 public long onGetSize() throws ErrnoException {
    [all...]

Completed in 303 milliseconds