Searched refs:testLocation (Results 1 – 4 of 4) sorted by relevance
16 public void testLocation() throws IOException in testLocation() method in TestJacksonTypes
639 GLint testLocation = glGetAttribLocation(mProgram, "aTest"); in TEST_P() local640 EXPECT_NE(-1, testLocation); in TEST_P()647 glVertexAttribPointer(testLocation, 4, GL_UNSIGNED_BYTE, GL_FALSE, 0, 0); in TEST_P()648 glEnableVertexAttribArray(testLocation); in TEST_P()
51 public void testLocation() throws Exception in testLocation() method in TestJDKSerializability
1591 String testLocation = sourceLocation(); in msg() local1592 message = testLocation + message; in msg()