HomeSort by relevance Sort by last modified time
    Searched refs:outFormat (Results 1 - 25 of 29) 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());
  /packages/apps/Dialer/java/com/android/contacts/common/util/
DateUtils.java 167 final java.text.DateFormat outFormat;
169 outFormat = getLocalizedDateFormatWithoutYear(context);
171 outFormat =
174 synchronized (outFormat) {
175 outFormat.setTimeZone(UTC_TIMEZONE);
176 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 116 String inFormat = "jpg", outFormat = "jpg";
234 outFormat = "bmp";
238 outFormat = outFileTokens[outFileTokens.length - 1];
275 if (outFormat.equalsIgnoreCase("jpg") &&
288 if (!outFormat.equalsIgnoreCase("jpg"))
309 System.out.print("Dest. Image (" + outFormat + "): " + width + " x " +
317 } else if (outFormat.equalsIgnoreCase("jpg")) {
342 ImageIO.write(img, outFormat, file);
  /frameworks/base/libs/hwui/
Texture.cpp 196 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) {
199 *outFormat = GL_ALPHA;
207 *outFormat = GL_RGBA;
211 *outFormat = GL_RGB;
220 *outFormat = GL_RGBA;
225 *outFormat = GL_LUMINANCE;
232 *outFormat = GL_RGBA;
236 *outFormat = GL_RGBA;
Texture.h 55 bool needSRGB, GLint* outInternalFormat, 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);
  /frameworks/av/media/mtp/
MtpDatabase.h 92 MtpObjectFormat& outFormat) = 0;
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerTestUtils.h 78 PixelFormat* outFormat);
VtsHalGraphicsComposerTestUtils.cpp 104 PixelFormat* outFormat) {
111 *outFormat = tmpFormat;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 96 VO_AUDIO_OUTPUTINFO outFormat;
210 returnCode = AudioAPI.GetOutputData(hCodec,&outData, &outFormat);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_device_impl.h 92 int32_t *outFormat);
gr_device_impl.cpp 325 int32_t *outFormat) {
328 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.h 87 int32_t *outFormat);
gr_device_impl.cpp 311 int32_t *outFormat) {
314 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
  /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/default/
Gralloc1On0Adapter.h 231 gralloc1_error_t getFormat(int32_t* outFormat) const {
232 *outFormat = mDescriptor.format;
  /hardware/libhardware/include/hardware/
gralloc1.h 583 /* getFormat(..., outFormat)
593 * outFormat - the format of the buffer; must be non-NULL
603 int32_t* outFormat);
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
mapper.cpp 532 auto outFormat = va_arg(args, int*);
533 *outFormat = hnd->original_format;
  /hardware/qcom/display/msm8996/libgralloc/
mapper.cpp 583 auto outFormat = va_arg(args, int*);
584 *outFormat = hnd->original_format;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 540 MediaFormat outFormat = decoder.getOutputFormat();
541 if (VERBOSE) Log.v(TAG, "decoder output format changed: " + outFormat);
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 165 MtpObjectFormat& outFormat);
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 262 * \param outFormat the final texture format
266 compute_component_mapping(GLenum inFormat, GLenum outFormat,
270 const int outFmt = get_map_idx(outFormat);
284 outFormat, _mesa_lookup_enum_by_nr(outFormat),
    [all...]

Completed in 2602 milliseconds

1 2