Home
last modified time | relevance | path

Searched defs:inFormat (Results 1 – 6 of 6) sorted by relevance

/external/testng/src/main/java/org/testng/
DTimeBombSkipException.java86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) { in TimeBombSkipException()
170 …public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable… in TimeBombSkipException()
/external/libjpeg-turbo/java/
DTJExample.java117 String inFormat = "jpg", outFormat = "jpg"; in main() local
/external/mdnsresponder/mDNSShared/
DDebugServices.c503 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... ) in DebugPrintF()
528 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs ) in DebugPrintFVAList()
/external/mesa3d/src/mesa/main/
Dglformats.c204 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) in _mesa_compute_component_mapping()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c2195 mDNSexport void debugf_( const char *inFormat, ... ) in debugf_()
2214 mDNSexport void verbosedebugf_( const char *inFormat, ... ) in verbosedebugf_()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c798 static void ReportStatus( int inType, const char *inFormat, ... ) in ReportStatus()