Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 – 5 of 5) sorted by relevance

/external/deqp/executor/tools/
DxeTestLogCompare.cpp108 , outFormat (OUTPUTFORMAT_CSV) in CommandLine()
114 OutputFormat outFormat; member
302 if (cmdLine.outFormat == OUTPUTFORMAT_CSV) in runCompare()
333 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT) in runCompare()
340 else if (cmdLine.outFormat == OUTPUTFORMAT_CSV) in runCompare()
352 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT) in runCompare()
384 cmdLine.outFormat = opts.getOption<opt::OutFormat>(); in parseCommandLine()
/external/libjpeg-turbo/java/
DTJExample.java117 String inFormat = "jpg", outFormat = "jpg"; in main() local
235 outFormat = "bmp"; in main()
239 outFormat = outFileTokens[outFileTokens.length - 1]; in main()
276 if (outFormat.equalsIgnoreCase("jpg") && in main()
289 if (!outFormat.equalsIgnoreCase("jpg")) in main()
310 System.out.print("Dest. Image (" + outFormat + "): " + width + " x " + in main()
318 } else if (outFormat.equalsIgnoreCase("jpg")) { in main()
343 ImageIO.write(img, outFormat, file); in main()
/external/testng/src/main/java/org/testng/
DTimeBombSkipException.java86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) { in TimeBombSkipException() argument
89 m_outFormat= new SimpleDateFormat(outFormat); in TimeBombSkipException()
170 …public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable… in TimeBombSkipException() argument
173 m_outFormat= new SimpleDateFormat(outFormat); in TimeBombSkipException()
/external/mesa3d/src/mesa/main/
Dglformats.h40 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map);
Dglformats.c204 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) in _mesa_compute_component_mapping() argument
207 const int outFmt = get_map_idx(outFormat); in _mesa_compute_component_mapping()
221 outFormat, _mesa_enum_to_string(outFormat), in _mesa_compute_component_mapping()