HomeSort by relevance Sort by last modified time
    Searched full:readnow (Results 1 - 9 of 9) sorted by null

  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java 207 List<Expr> readNow = getReadFirst(toRead);
208 assertEquals(1, readNow.size());
209 assertSame(user, readNow.get(0));
212 readNow = filterOut(getReadFirst(toRead, justRead), justRead);
213 assertEquals(2, readNow.size()); //user.name && user.lastName
214 justRead.addAll(readNow);
216 readNow = filterOut(getReadFirst(toRead, justRead), justRead);
217 assertEquals(2, readNow.size()); //user.name && user.lastName
218 justRead.addAll(readNow);
219 readNow = filterOut(getReadFirst(toRead, justRead), justRead)
    [all...]
  /frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h 86 fifo_frames_t readNow(void *buffer, fifo_frames_t numFrames);
FifoBuffer.cpp 186 fifo_frames_t FifoBuffer::readNow(void *buffer, fifo_frames_t numFrames) {
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 261 int readNow = in.read(destination, startAt + numRead, numBytes - numRead);
262 if (readNow == -1) {
265 numRead += readNow;
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 147 int readNow = in.read(buffer.array(), totalRead, len - totalRead);
148 if (readNow < 0) { // end-of-stream, error
149 Log.e(TAG, "read returned " + readNow);
152 totalRead += readNow;
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
standards.info     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 

Completed in 1526 milliseconds