HomeSort by relevance Sort by last modified time
    Searched refs:outFormat (Results 1 - 25 of 41) sorted by null

1 2

  /external/testng/src/main/java/org/testng/
TimeBombSkipException.java 79 * in the specified format <tt>inFormat</tt>. The <tt>outFormat</tt> will be
84 * @param outFormat format of the time comparison
86 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat) {
89 m_outFormat= new SimpleDateFormat(outFormat);
159 * in the specified format <tt>inFormat</tt>. The <tt>outFormat</tt> will be
164 * @param outFormat format of the time comparison
170 public TimeBombSkipException(String msg, String date, String inFormat, String outFormat, Throwable cause) {
173 m_outFormat= new SimpleDateFormat(outFormat);
  /packages/apps/Contacts/src/com/android/contacts/util/
DateUtils.java 169 final java.text.DateFormat outFormat;
171 outFormat = getLocalizedDateFormatWithoutYear(context);
173 outFormat =
177 synchronized (outFormat) {
178 outFormat.setTimeZone(UTC_TIMEZONE);
179 return outFormat.format(cal.getTime());
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
97 parser << Option<OutFormat> ("f", "format", "Output format", s_outputFormats, "csv")
108 , outFormat (OUTPUTFORMAT_CSV)
114 OutputFormat outFormat;
302 if (cmdLine.outFormat == OUTPUTFORMAT_CSV)
333 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT)
340 else if (cmdLine.outFormat == OUTPUTFORMAT_CSV)
352 if (cmdLine.outFormat == OUTPUTFORMAT_TEXT)
384 cmdLine.outFormat = opts.getOption<opt::OutFormat>();
    [all...]
  /external/libjpeg-turbo/java/
TJExample.java 117 String inFormat = "jpg", outFormat = "jpg";
235 outFormat = "bmp";
239 outFormat = outFileTokens[outFileTokens.length - 1];
276 if (outFormat.equalsIgnoreCase("jpg") &&
289 if (!outFormat.equalsIgnoreCase("jpg"))
310 System.out.print("Dest. Image (" + outFormat + "): " + width + " x " +
318 } else if (outFormat.equalsIgnoreCase("jpg")) {
343 ImageIO.write(img, outFormat, file);
  /frameworks/base/libs/hwui/
Texture.cpp 195 GLint* outInternalFormat, GLint* outFormat,
199 *outFormat = GL_ALPHA;
207 *outFormat = GL_RGBA;
211 *outFormat = GL_RGB;
219 *outFormat = GL_RGBA;
224 *outFormat = GL_LUMINANCE;
231 *outFormat = GL_RGBA;
235 *outFormat = GL_RGBA;
Texture.h 56 GLint* outFormat, GLint* outType);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 82 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
90 mRecorder.setOutputFormat(outFormat);
91 Log.v(TAG, "output format " + outFormat);
229 int videoFormat, int outFormat, String outFile, boolean videoOnly,
240 recorder.setOutputFormat(outFormat);
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
382 mRecorder.setOutputFormat(outFormat);
383 Log.v(TAG, "output format " + outFormat);
  /external/mesa3d/src/mesa/main/
glformats.h 40 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map);
  /frameworks/av/media/mtp/
IMtpDatabase.h 92 MtpObjectFormat& outFormat) = 0;
  /hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
ComposerVts.h 73 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 96 VO_AUDIO_OUTPUTINFO outFormat;
210 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
  /hardware/interfaces/graphics/composer/2.2/utils/vts/
ComposerVts.cpp 97 PixelFormat* outFormat) {
104 *outFormat = tmpFormat;
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 76 sp<AMessage> outFormat;
78 err = codec->getOutputFormat(&outFormat);
84 outFormat);
  /hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
ComposerVts.h 80 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
  /hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
ComposerHal.h 73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
  /hardware/qcom/display/msm8909/gralloc/
gr_device_impl.h 92 int32_t *outFormat);
gr_device_impl.cpp 326 int32_t *outFormat) {
329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_device_impl.h 92 int32_t *outFormat);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 92 int32_t *outFormat);
gr_device_impl.cpp 314 int32_t *outFormat) {
317 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 92 int32_t *outFormat);
  /hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
HwcHal.h 98 Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
109 *outFormat = static_cast<PixelFormat>(format);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 223 int outFormat, String outFile, boolean videoOnly) {
234 mRecorder.setOutputFormat(outFormat);
235 Log.v(TAG, "output format " + outFormat);
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.h 231 gralloc1_error_t getFormat(int32_t* outFormat) const {
232 *outFormat = mDescriptor.format;
  /hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp 112 PixelFormat* outFormat) {
119 *outFormat = tmpFormat;

Completed in 740 milliseconds

1 2