/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 | 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 | 200 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) { 203 *outFormat = GL_ALPHA; 211 *outFormat = GL_RGBA; 215 *outFormat = GL_RGB; 223 *outFormat = GL_RGBA; 228 *outFormat = GL_LUMINANCE; 235 *outFormat = GL_RGBA; 239 *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;
|
/external/mesa3d/src/mesa/main/ |
glformats.h | 40 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map);
|
glformats.c | 200 * \param outFormat the final texture format 204 _mesa_compute_component_mapping(GLenum inFormat, GLenum outFormat, GLubyte *map) 207 const int outFmt = get_map_idx(outFormat); 221 outFormat, _mesa_enum_to_string(outFormat), [all...] |
/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.1/vts/functional/ |
VtsHalGraphicsComposerTestUtils.h | 82 PixelFormat* outFormat);
|
VtsHalGraphicsComposerTestUtils.cpp | 111 PixelFormat* outFormat) { 118 *outFormat = tmpFormat;
|
/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);
|
gr_device_impl.cpp | 329 int32_t *outFormat) { 332 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat();
|
/hardware/qcom/display/sdm845/libgralloc1/ |
gr_device_impl.h | 92 int32_t *outFormat);
|
gr_device_impl.cpp | 329 int32_t *outFormat) { 332 *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...] |