HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 451 - 475 of 1999) sorted by null

<<11121314151617181920>>

  /external/icu4c/io/
uscanf_p.c 79 * Struct encapsulating a single uscanf format specification.
84 UChar fSpec; /* Format specification */
98 * Struct encapsulating a single u_scanf format specification.
106 * Parse a single u_scanf format specifier in Unicode.
107 * @param fmt A pointer to a '%' character in a u_scanf format specification.
109 * format specifier.
163 /* Get any format flags */
272 /* C K is old format */
274 /* S U is old format */
283 * format specification, for example 'd' or 's'
423 UNumberFormat *format; local
486 UNumberFormat *format; local
639 UNumberFormat *format; local
712 UNumberFormat *format; local
937 UNumberFormat *format; local
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 240 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/Avc";
241 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.pNativeRender = 0;
242 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.bFlagErrorConcealment = OMX_FALSE;
243 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
244 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatUnused;
245 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameWidth = 176;
246 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameHeight = 144;
247 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nBitrate = 64000;
248 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16);
259 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"raw"
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4v/src/
omx_mpeg4_component.cpp 304 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/mpeg4";
305 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
310 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.cMIMEType = (OMX_STRING)"video/h263";
311 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingH263;
315 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.pNativeRender = 0;
316 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.bFlagErrorConcealment = OMX_FALSE;
318 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eColorFormat = OMX_COLOR_FormatUnused;
319 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameWidth = 176;
320 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nFrameHeight = 144;
321 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.nBitrate = 64000
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 223 mExactQuerySqlOrderByFreq = String.format(
225 String.format( "%s=?", COLUMN_NAME_STROKE ), String.format( "%s DESC", COLUMN_NAME_ID ) );
227 mExactQuerySqlOrderByKey = String.format(
229 String.format( "%s=?", COLUMN_NAME_STROKE ), COLUMN_NAME_STROKE );
232 mFullPrefixQuerySqlOrderByFreq = String.format(
234 queryFullBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) );
236 mFastPrefixQuerySqlOrderByFreq = String.format(
238 queryFastBaseString, String.format( "%s DESC", COLUMN_NAME_ID ) );
240 mFullPrefixQuerySqlOrderByKey = String.format(
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1UTCTime.java 109 // FIXME support only one format for encoding, do we need others?
111 // According to X.680 coordinated universal time format:
120 out.content = sdf.format(out.content).getBytes("UTF-8"); //$NON-NLS-1$
  /external/apache-http/src/org/apache/http/protocol/
HttpDateGenerator.java 42 * Generates a date in the format required by the HTTP protocol.
52 /** Date format pattern used to generate the header in RFC 1123 format. */
75 this.dateAsText = this.dateformat.format(new Date(now));
  /external/bluetooth/glib/glib/
gstring.h 125 const gchar *format,
128 const gchar *format,
131 const gchar *format,
134 const gchar *format,
  /external/dbus/dbus/
dbus-errors.c 313 * The format may be #NULL, which means a (pretty much useless)
323 * @param format printf-style format string.
328 const char *format,
348 if (format == NULL)
359 va_start (args, format);
360 if (!_dbus_string_append_printf_valist (&str, format, args))
  /external/icu4c/i18n/unicode/
dtitvfmt.h 18 * \brief C++ API: Format and parse date interval in a language-independent manner.
49 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
108 * supported. And the interval format will be fall back to fall-back
171 * formatting: time zone, calendar type, pattern, date format symbols,
180 * the format style.
187 * Locale provides the timezone, calendar, and format symbols information.
196 * DateTime format.
212 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
218 class U_I18N_API DateIntervalFormat : public Format {
229 * @param skeleton the skeleton on which interval format based
    [all...]
  /external/icu4c/layout/
LookupTables.h 33 le_int16 format; member in struct:LookupTable
  /external/iproute2/include/
iptables_common.h 33 format(printf,2,3)));
  /external/ipsec-tools/src/racoon/
plog.h 57 extern void do_plog(int level, char *format, ...);
73 * ERROR: system call error. also invalid parameter/format.
  /external/iptables/include/
iptables_common.h 33 format(printf,2,3)));
  /external/opencore/fileformats/mp4/composer/include/
amrsampleentry.h 32 PVA_FF_AMRSampleEntry(uint32 format); // Constructor
44 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
sebase.h 58 OSCL_IMPORT_REF void Print(const char *format, ...);
  /external/webkit/WebCore/inspector/front-end/
utilities.js 683 String.sprintf = function(format)
685 return String.vsprintf(format, Array.prototype.slice.call(arguments, 1));
688 String.tokenizeFormatString = function(format)
704 for (var precentIndex = format.indexOf("%", index); precentIndex !== -1; precentIndex = format.indexOf("%", index)) {
705 addStringToken(format.substring(index, precentIndex));
708 if (format[index] === "%") {
714 if (!isNaN(format[index])) {
716 var number = parseInt(format.substring(index));
717 while (!isNaN(format[index])
    [all...]
  /external/webkit/WebCore/platform/win/
Language.cpp 63 computedDefaultLanguage = String::format("%s-%s", languageName.latin1().data(), countryName.latin1().data());
  /external/webkit/WebCore/svg/
SVGPathSeg.h 82 virtual String toString() const { return pathSegTypeAsLetter() + String::format(" %.6lg %.6lg", m_x, m_y); }
SVGTransformList.cpp 72 return String::format("matrix(%f %f %f %f %f %f)", matrix.a(), matrix.b(), matrix.c(), matrix.d(), matrix.e(), matrix.f());
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
PluginObject.h 60 extern void pluginLog(NPP instance, const char* format, ...);
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryCommitter.java 51 Log.d(LOG_TAG, String.format("time to commit entries: %d ms", mTimeToCommit));
  /frameworks/base/opengl/libagl/
copybit.cpp 53 img->format = opFormat;
81 static bool supportedCopybitsFormat(int format) {
82 switch (format) {
96 static bool hasAlpha(int format) {
97 switch (format) {
141 if (!supportedCopybitsFormat(textureObject->surface.format)) {
142 LOGD_IF(DEBUG_COPYBIT, "texture format not supported");
207 int32_t opFormat = textureObject->surface.format;
213 const bool cbHasAlpha = hasAlpha(cbSurface.format);
247 LOGD_IF(DEBUG_COPYBIT, "texture format requires blending")
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java 124 String logMsg = String.format("JS Alert '%s' received from %s", message, url);
137 String logMsg = String.format("JS Confirmation '%s' received from %s",
151 String logMsg = String.format("JS Prompt '%s' received from %s; " +
168 String message = String.format("Error '%s' (%d) loading url: %s",
  /packages/apps/Email/src/com/android/email/
FixedLengthInputStream.java 73 return String.format("FixedLengthInputStream(in=%s, length=%d)", mIn.toString(), mLength);
PeekableInputStream.java 76 return String.format("PeekableInputStream(in=%s, peeked=%b, peekedByte=%d)",

Completed in 2408 milliseconds

<<11121314151617181920>>