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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 196 int readResult = 0;
214 readResult = byteStream.read(tempBuffer, bufferOffset,
221 if (readResult < 0) {
232 bufferOffset += readResult;
236 bufferLeft -= readResult;
304 int readResult = byteStream.read(
312 if (readResult < 0) {
319 bufferOffset += readResult;
323 remainingLength -= readResult;
  /external/deqp/framework/delibs/destream/
deStreamCpyThread.c 37 deStreamResult readResult = DE_STREAMRESULT_ERROR;
39 readResult = deInStream_read(thread->input, buffer, thread->bufferSize, &read);
40 DE_ASSERT(readResult != DE_STREAMRESULT_ERROR);
50 if (readResult == DE_STREAMRESULT_END_OF_STREAM)
deThreadStream.c 57 deStreamResult readResult = DE_STREAMRESULT_ERROR;
59 readResult = deInStream_read(threadStream->input, buffer, threadStream->bufferSize, &read);
60 DE_ASSERT(readResult != DE_STREAMRESULT_ERROR);
71 if (readResult == DE_STREAMRESULT_END_OF_STREAM)
  /external/deqp/modules/gles3/functional/
es3fPixelBufferObjectTests.cpp 552 tcu::ConstPixelBufferAccess readResult(readFormat, width, height, 1, bufferData);
568 isOk = tcu::floatThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), tcu::COMPARE_LOG_RESULT);
570 isOk = tcu::intThresholdCompare(m_log, "Result comparision", "Result of read pixels to memory compared with result of read pixels to buffer", readRefrence.getLevel(0), readResult, tcu::UVec4(0, 0, 0, 0), tcu::COMPARE_LOG_RESULT);
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 152 tcu::TextureLevel readResult (tcu::TextureFormat(tcu::TextureFormat::RGBA,
157 glu::readPixels(renderCtx, 0, 0, readResult.getAccess());
158 tcu::copy(result.getAccess(), readResult.getAccess());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 5645 milliseconds