Home
last modified time | relevance | path

Searched refs:SDF (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/
DTimeBombSkipException.java24 private static final SimpleDateFormat SDF= new SimpleDateFormat("yyyy/MM/dd"); field in TimeBombSkipException
26 private DateFormat m_inFormat= SDF;
27 private DateFormat m_outFormat= SDF;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c825 #define HIGHBD_BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX3F, SDX8F, SDX4DF) \ argument
826 cpi->fn_ptr[BT].sdf = SDF; \
1845 #define BFP(BT, SDF, SDAF, VF, SVF, SVAF, SDX3F, SDX8F, SDX4DF)\ in vp9_create_compressor() argument
1846 cpi->fn_ptr[BT].sdf = SDF; \ in vp9_create_compressor()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.2555 Problem reported by Stephen Fisher <sfisher@SDF.ORG>.