Home
last modified time | relevance | path

Searched refs:readOne (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/tests/
DSkpSkGrTest.cpp507 bool readOne = reader.read(&c, 1) != 0; in fetch() local
508 if (!readOne) { in fetch()
DPathOpsSkpClipTest.cpp699 bool readOne = reader.read(&c, 1) != 0; in fetch() local
700 if (!readOne) { in fetch()
/external/skia/tests/
DSkpSkGrTest.cpp507 bool readOne = reader.read(&c, 1) != 0; in fetch() local
508 if (!readOne) { in fetch()
DPathOpsSkpClipTest.cpp699 bool readOne = reader.read(&c, 1) != 0; in fetch() local
700 if (!readOne) { in fetch()
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1033 int tag = readOne(in); in read()
1050 private int readOne(DataInputStream in) throws IOException { in readOne() method in ConstPool