Home
last modified time | relevance | path

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

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