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

  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 41 private static final int POSITION0 = 0;
326 assertEquals(POSITION0, mDatabaseCursor.getColumnIndex(COLUMN_NAMES1[POSITION0]));
328 assertEquals(POSITION0, mDatabaseCursor.getColumnIndexOrThrow(COLUMN_NAMES1[POSITION0]));
340 assertEquals(POSITION0, mDatabaseCursor.getColumnIndex(COLUMN_NAMES1[POSITION0]));
  /libcore/ojluni/src/main/native/
sun_nio_ch_FileChannelImpl.h 73 * Method: position0
FileChannelImpl.c 243 NATIVE_METHOD(FileChannelImpl, position0, "(Ljava/io/FileDescriptor;J)J"),
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 273 p = (append) ? nd.size(fd) : position0(fd, -1);
298 p = position0(fd, newPosition);
354 p = position0(fd, -1);
376 rv = (int)position0(fd, p);
1170 private native long position0(FileDescriptor fd, long offset); method in class:FileChannelImpl
    [all...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 263 const tcu::IVec2 position0 = packet.position + tcu::IVec2(0, 0); local
268 const tcu::Vec4 texColor0 = m_texture.getPixel(de::clamp((position0.x() * position0.y()), 0, m_texture.getWidth()-1), 0);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 398 " const highp vec4 position0 = vec4(-0.5, 0.5, 0.0, 0.0);\n"
1328 const tcu::Vec4 position0 = basePosition + tcu::Vec4(deFloatCos(angle), deFloatSin(angle), 0.0f, 0.0f) * 0.15f; local
1550 const tcu::Vec4 position0 = vertex->position + tcu::Vec4(deFloatCos(l_angle) * (l_radius - 0.1f), deFloatSin(l_angle) * (l_radius - 0.1f), 0.0f, 0.0f); local
    [all...]

Completed in 555 milliseconds