Home
last modified time | relevance | path

Searched refs:outFormat (Results 1 – 4 of 4) 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.java116 String inFormat = "jpg", outFormat = "jpg"; in main() local
234 outFormat = "bmp"; in main()
238 outFormat = outFileTokens[outFileTokens.length - 1]; in main()
275 if (outFormat.equalsIgnoreCase("jpg") && in main()
288 if (!outFormat.equalsIgnoreCase("jpg")) in main()
309 System.out.print("Dest. Image (" + outFormat + "): " + width + " x " + in main()
317 } else if (outFormat.equalsIgnoreCase("jpg")) { in main()
342 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/
Dtexstore.c266 compute_component_mapping(GLenum inFormat, GLenum outFormat, in compute_component_mapping() argument
270 const int outFmt = get_map_idx(outFormat); in compute_component_mapping()
284 outFormat, _mesa_lookup_enum_by_nr(outFormat), in compute_component_mapping()