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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
RoboCursor.java 20 private int resultsIndex = -1;
49 Object value = results[resultsIndex][columnIndex];
55 Object value = results[resultsIndex][columnIndex];
61 Object value = results[resultsIndex][columnIndex];
67 Object value = results[resultsIndex][columnIndex];
77 Object value = results[resultsIndex][columnIndex];
83 Object value = results[resultsIndex][columnIndex];
89 return (byte[]) results[resultsIndex][columnIndex];
99 return results[resultsIndex][columnIndex] == null;
109 return doMoveToPosition(resultsIndex + 1)
    [all...]
  /external/deqp-deps/glslang/StandAlone/
Worklist.h 52 std::string resultsIndex;

Completed in 71 milliseconds