Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DWebGLFramebufferTest.cpp239 GLenum secondFormat; in testDepthStencilDepthStencil() member
287 glRenderbufferStorage(GL_RENDERBUFFER, test.secondFormat, width, height); in testDepthStencilDepthStencil()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1063 SimpleDateFormat secondFormat = new SimpleDateFormat(); field in ExampleGenerator.IntervalFormat
1081 return firstFormat.format(earlier) + secondFormat.format(later); in format()
1129 secondFormat = icuServiceBuilder.getDateFormat(calendar, second.toString()); in setPattern()
1130 secondFormat.setTimeZone(GMT_ZONE_SAMPLE); in setPattern()