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

  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 73 RandomValueIterator (deUint32 seed, int numLeft);
81 RandomValueIterator<T>::RandomValueIterator (deUint32 seed, int numLeft)
83 , m_numLeft (numLeft)
84 , m_curVal (numLeft > 0 ? getRandomValue<T>(m_rnd) : T())
  /frameworks/av/media/libstagefright/
CallbackDataSource.cpp 61 size_t numLeft = size;
64 while (numLeft > 0) {
65 size_t numToRead = std::min(numLeft, bufferSize);
81 numLeft -= numRead;
  /libcore/ojluni/src/main/java/java/util/jar/
JarVerifier.java 433 private long numLeft;
449 this.numLeft = je.getSize();
450 if (this.numLeft == 0)
461 if (numLeft > 0) {
464 numLeft--;
465 if (numLeft == 0)
479 if ((numLeft > 0) && (numLeft < len)) {
480 len = (int)numLeft;
483 if (numLeft > 0)
    [all...]
  /external/deqp/execserver/tools/
xsClient.cpp 73 size_t numLeft = buf.size() - pos;
75 deSocketResult result = socket.send(&buf[pos], numLeft, &numSent);
90 size_t numLeft = numBytes - numRead;
92 deSocketResult result = socket.receive(&dst[numRead], numLeft, &curNumRead);
xsTest.cpp 79 size_t numLeft = buf.size() - pos;
81 deSocketResult result = socket.send(&buf[pos], numLeft, &numSent);
96 size_t numLeft = numBytes - numRead;
98 deSocketResult result = socket.receive(&dst[numRead], numLeft, &curNumRead);
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 405 milliseconds