Home
last modified time | relevance | path

Searched refs:resultsIndex (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboCursor.java20 private int resultsIndex = -1; field in RoboCursor
49 Object value = results[resultsIndex][columnIndex]; in getString()
55 Object value = results[resultsIndex][columnIndex]; in getShort()
61 Object value = results[resultsIndex][columnIndex]; in getInt()
67 Object value = results[resultsIndex][columnIndex]; in getLong()
77 Object value = results[resultsIndex][columnIndex]; in getFloat()
83 Object value = results[resultsIndex][columnIndex]; in getDouble()
89 return (byte[]) results[resultsIndex][columnIndex]; in getBlob()
99 return results[resultsIndex][columnIndex] == null; in isNull()
109 return doMoveToPosition(resultsIndex + 1); in moveToNext()
[all …]
/external/deqp-deps/glslang/StandAlone/
DWorklist.h52 std::string resultsIndex; variable