HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 726 - 750 of 4595) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.form/
form1.pass.cpp 16 // format(OutputIter out, const char_type* fmt_first, const char_type* fmt_last,
33 char* r = m.format(output_iterator<char*>(out),
45 char* r = m.format(output_iterator<char*>(out),
58 char* r = m.format(output_iterator<char*>(out),
72 wchar_t* r = m.format(output_iterator<wchar_t*>(out),
84 wchar_t* r = m.format(output_iterator<wchar_t*>(out),
97 wchar_t* r = m.format(output_iterator<wchar_t*>(out),
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 45 *! that is, newest first. The date format is dd-Mon-yyyy.
70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) ||
71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
72 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
75 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
80 (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH)
89 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) {
92 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingH263)
    [all...]
  /external/clang/test/Analysis/
cfref_rdar6080742.c 33 void DebugStop(const char *format,...);
34 void DebugTraceIf(unsigned int condition, const char *format,...);
45 void DebugStop(const char *format,...); /* Not an abort function. */
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 106 USHORT format; /* Format identifier--format = 1 */ member in struct:OT::SingleSubstFormat1
182 USHORT format; /* Format identifier--format = 2 */ member in struct:OT::SingleSubstFormat2
201 if (unlikely (!c->extend_min (u.format))) return TRACE_RETURN (false);
202 unsigned int format = 2; local
205 format = 1;
210 format = 2
245 USHORT format; \/* Format identifier *\/ member in union:OT::SingleSubst::__anon8443
375 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::MultipleSubstFormat1
396 unsigned int format = 1; local
425 USHORT format; \/* Format identifier *\/ member in union:OT::MultipleSubst::__anon8444
526 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::AlternateSubstFormat1
547 unsigned int format = 1; local
576 USHORT format; \/* Format identifier *\/ member in union:OT::AlternateSubst::__anon8445
831 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::LigatureSubstFormat1
854 unsigned int format = 1; local
884 USHORT format; \/* Format identifier *\/ member in union:OT::LigatureSubst::__anon8446
1004 USHORT format; \/* Format identifier--format = 1 *\/ member in struct:OT::ReverseChainSingleSubstFormat1
1046 USHORT format; \/* Format identifier *\/ member in union:OT::ReverseChainSingleSubst::__anon8447
    [all...]
  /external/icu4c/i18n/
reldtfmt.h 15 * \brief C++ API: Format and parse relative dates and times.
66 * Clone this Format object polymorphically. The caller owns the result and
71 virtual Format* clone(void) const;
74 * Return true if the given Format objects are semantically equal. Objects
77 * @return true if the given Format objects are semantically equal.
80 virtual UBool operator==(const Format& other) const;
83 using DateFormat::format;
86 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
101 virtual UnicodeString& format( Calendar& cal,
106 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/icu4c/i18n/unicode/
tmutfmt.h 15 * \brief C++ API: Format and parse duration in single time unit
51 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
59 * // create time unit format instance
60 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
61 * // format a time unit amount
66 * formatted = ((Format*)format)->format(formattable, formatted, status);
68 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
  /external/linux-tools-perf/util/
debug.c 50 void ui__warning(const char *format, ...)
54 va_start(args, format);
55 vfprintf(stderr, format, args);
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 12 #include "llvm/Support/Format.h"
56 OS << format("DW_TAG_Unknown_%x", getTag());
64 OS << format("DW_AT_Unknown_%x", Attribute[i].getAttribute());
70 OS << format("DW_FORM_Unknown_%x", Attribute[i].getForm());
  /external/openssh/
misc.h 50 __attribute__((format(printf, 2, 3)));
52 __attribute__((format(printf, 3, 4)));
103 int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.c 219 switch (spec->format) {
221 spec->format = AUDIO_U8;
224 spec->format = AUDIO_S16LSB;
227 spec->format = AUDIO_S16MSB;
239 "Audio format 0x%x, channels = %d, sample_bits = %d, frequency = %d\n",
240 spec->format, spec->channels, sample_bits, spec->freq);
250 if ( spec->format == 0x8010 ) {
252 header.format = k16BitLittleEndianFormat;
420 switch (spec->format) {
422 spec->format = AUDIO_U8
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.c 80 (Uint16)srcrect->x*src->format->BytesPerPixel;
83 info.s_skip=src->pitch-info.s_width*src->format->BytesPerPixel;
86 (Uint16)dstrect->x*dst->format->BytesPerPixel;
89 info.d_skip=dst->pitch-info.d_width*dst->format->BytesPerPixel;
91 info.src = src->format;
93 info.dst = dst->format;
282 /* if an alpha pixel format is specified, we can accelerate alpha blits */
298 && (surface->format->alpha != SDL_ALPHA_OPAQUE
299 || surface->format->Amask) ) {
312 if ( surface->format->BitsPerPixel < 8 )
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 101 D3DFORMAT format = (type == GL_UNSIGNED_INT) ? D3DFMT_INDEX32 : D3DFMT_INDEX16; local
136 streamOffset = (offset / typeSize(type)) * indexSize(format);
163 indexBuffer->reserveSpace(convertCount * indexSize(format), type);
164 output = indexBuffer->map(indexSize(format) * convertCount, &streamOffset);
180 streamOffset = (offset / typeSize(type)) * indexSize(format);
186 translated->startIndex = streamOffset / indexSize(format);
191 std::size_t IndexDataManager::indexSize(D3DFORMAT format) const
193 return (format == D3DFMT_INDEX32) ? sizeof(unsigned int) : sizeof(unsigned short);
207 IndexBuffer::IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format) : mDevice(device), mBufferSize(size), mIndexBuffer(NULL)
212 HRESULT result = device->CreateIndexBuffer(size, D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY, format, pool, &mIndexBuffer, NULL)
    [all...]
IndexDataManager.h 36 IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format);
59 StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT format);
110 std::size_t indexSize(D3DFORMAT format) const;
  /frameworks/av/camera/
ProCamera.cpp 180 status_t ProCamera::createStream(int width, int height, int format,
188 format);
194 return createStream(width, height, format,
199 status_t ProCamera::createStream(int width, int height, int format,
206 format);
213 status_t stat = c->createStream(width, height, format, bufferProducer,
225 status_t ProCamera::createStreamCpu(int width, int height, int format,
230 return createStreamCpu(width, height, format, heapCount,
235 status_t ProCamera::createStreamCpu(int width, int height, int format,
243 format);
    [all...]
  /frameworks/av/media/mtp/
MtpDevice.h 83 MtpObjectHandleList* getObjectHandles(MtpStorageID storageID, MtpObjectFormat format,
93 MtpObjectPropertyList* getObjectPropsSupported(MtpObjectFormat format);
96 MtpProperty* getObjectPropDesc(MtpObjectProperty code, MtpObjectFormat format);
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
Svc.java 85 String format = " %-" + maxlen + "s %s";
88 System.err.println(String.format(format, c.name(), c.shortHelp()));
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 132 * with the given format and parent.
136 * @param format the format of the object to return, or zero for all formats
140 public int[] getObjectHandles(int storageId, int format, int objectHandle) {
141 return native_get_object_handles(storageId, format, objectHandle);
160 * The size and format of the thumbnail data can be determined via
163 * For typical devices the format is JPEG.
247 private native int[] native_get_object_handles(int storageId, int format, int objectHandle);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 116 int format,
120 mFormat = format;
127 mListener.surfaceChanged(holder, format, width, height);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCommitter.java 64 Log.d(LOG_TAG, String.format("time to commit entries: %d ms", mTimeToCommit));
92 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
95 Log.e(LOG_TAG, String.format("%s: %s", e.toString(), e.getMessage()));
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 113 size_t AudioHardwareBase::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
119 if (format != AudioSystem::PCM_16_BIT) {
120 ALOGW("getInputBufferSize bad format: %d", format);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 91 msg = String.format(
96 msg = String.format(
101 msg = String.format(
  /system/core/run-as/
run-as.c 91 panic(const char* format, ...)
96 va_start(args, format);
97 vfprintf(stderr, format, args);
  /bootable/recovery/
common.h 47 void ui_print(const char* format, ...);
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 50 String privateFilePath = String.format("/data/data/%s/%s", APP_WITH_DATA_PKG,
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 129 int format = mFormats[0]; local
133 image = new YuvImage(yuv, format, -1, height, null);
141 image = new YuvImage(yuv, format, width, -1, null);
149 image = new YuvImage(null, format, width, height, null);
232 private YuvImage generateYuvImage(int format, Bitmap bitmap, int paddings) {
241 byte[] yuv = convertArgbsToYuvs(argb, stride, height, format);
244 if (format == ImageFormat.NV21) {
246 } else if (format == ImageFormat.YUY2) {
249 image = new YuvImage(yuv, format, width, height, strides);
304 int format) {
396 int format = ImageFormat.NV21; local
    [all...]

Completed in 3052 milliseconds

<<21222324252627282930>>