Home
last modified time | relevance | path

Searched refs:testLocation (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJacksonTypes.java16 public void testLocation() throws IOException in testLocation() method in TestJacksonTypes
/external/angle/src/tests/gl_tests/
DReadPixelsTest.cpp639 GLint testLocation = glGetAttribLocation(mProgram, "aTest"); in TEST_P() local
640 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()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DTestJDKSerializability.java51 public void testLocation() throws Exception in testLocation() method in TestJDKSerializability
/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java1591 String testLocation = sourceLocation(); in msg() local
1592 message = testLocation + message; in msg()