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

  /hardware/libhardware/modules/sensors/tests/
SensorEventQueue_test.cpp 135 bool fullQueueReaderShouldRead(int queueSize, int totalReads) {
139 int totalWrites = totalReads + queueSize;
146 int totalReads = 0;
147 while (totalReads < FULL_QUEUE_EVENT_COUNT) {
151 while (!fullQueueReaderShouldRead(queue->getSize(), totalReads)) {
155 totalReads++;
160 ctx->success = ctx->success && checkInt("totalreads", FULL_QUEUE_EVENT_COUNT, totalReads);
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
CachedInputStream.java 147 int totalReads = copied;
163 totalReads += reads;
169 totalReads += reads;
177 if (totalReads == 0) {
180 return totalReads;
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 

Completed in 114 milliseconds