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

<<11121314151617181920>>

  /external/webkit/WebKit/android/jni/
PictureSet.h 35 #define DBG_SET_LOGD(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
39 #define DBG_SET_LOGD(format, ...) ((void)0)
  /external/webkit/WebKit/win/
WebCoreLocalizedStrings.cpp 103 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%@ %d\xC3\x97%d pixels", "window title for a standalone image (uses multiplication symbol, not x)"));
106 RetainPtr<CFStringRef> result(AdoptCF, CFStringCreateWithFormat(0, 0, format.get(), filenameCF.get(), size.width(), size.height()));
113 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%d files", "Label to describe the number of files selected in a file upload control that allows multiple files"));
114 RetainPtr<CFStringRef> result(AdoptCF, CFStringCreateWithFormat(0, 0, format.get(), numberOfFiles));
221 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d days %2$d hours %3$d minutes %4$d seconds", "accessibility help text for media controller time value >= 1 day"));
222 RetainPtr<CFStringRef> result(AdoptCF, CFStringCreateWithFormat(0, 0, format.get(), days, hours, minutes, seconds));
227 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d hours %2$d minutes %3$d seconds", "accessibility help text for media controller time value >= 60 minutes"));
228 RetainPtr<CFStringRef> result(AdoptCF, CFStringCreateWithFormat(0, 0, format.get(), hours, minutes, seconds));
233 static RetainPtr<CFStringRef> format(AdoptCF, UI_STRING("%1$d minutes %2$d seconds", "accessibility help text for media controller time value >= 60 seconds"));
234 RetainPtr<CFStringRef> result(AdoptCF, CFStringCreateWithFormat(0, 0, format.get(), minutes, seconds))
    [all...]
  /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/core/java/android/widget/
DigitalClock.java 25 import android.text.format.DateFormat;
88 setText(DateFormat.format(mFormat, mCalendar));
108 return android.text.format.DateFormat.is24HourFormat(getContext());
  /frameworks/base/libs/audioflinger/
AudioHardwareInterface.cpp 148 size_t AudioHardwareBase::getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
154 if (format != AudioSystem::PCM_16_BIT) {
155 LOGW("getInputBufferSize bad format: %d", format);
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 42 * return the internal format as defined by OpenGL ES of the supplied bitmap.
44 * @return the internal format of the bitmap.
59 * is one. If the bitmap is stored in a compressed format, it may not have
104 throw new IllegalArgumentException("invalid Bitmap format");
127 throw new IllegalArgumentException("invalid Bitmap format");
146 throw new IllegalArgumentException("invalid Bitmap format");
179 throw new IllegalArgumentException("invalid Bitmap format");
195 Bitmap bitmap, int format, int type) {
199 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type)!=0) {
200 throw new IllegalArgumentException("invalid Bitmap format");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ResponseData.java 27 * Format the data appropriate for TERMINAL RESPONSE and write it into
30 public abstract void format(ByteArrayOutputStream buf); method in class:ResponseData
43 public void format(ByteArrayOutputStream buf) { method in class:SelectItemResponseData
82 public void format(ByteArrayOutputStream buf) { method in class:GetInkeyInputResponseData
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventValueDescription.java 59 String.format("%1$s doesn't support type %2$s", type, this));
158 return String.format("%1$s (%2$s, %3$s)", mName, mEventValueType.toString(),
162 return String.format("%1$s (%2$s)", mName, mEventValueType.toString());
  /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(
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
MessageBoxLog.java 67 logMessages.add(String.format("Error: " + errorFormat, arg));
77 logMessages.add(String.format("Warning: " + warningFormat, arg));
83 logMessages.add(String.format(msgFormat, arg));
  /system/core/run-as/
run-as.c 90 panic(const char* format, ...)
95 va_start(args, format);
96 vfprintf(stderr, format, args);
  /external/libxml2/
xmlsave.c 85 int format; member in struct:_xmlSaveCtxt
410 ret->format = 1;
555 int format, level; local
588 format = ctxt->format;
591 ctxt->format = 0;
595 ctxt->format = format;
659 if ((ctxt->format) && (xmlIndentTreeOutput) &&
668 if (ctxt->format) {
743 int format; local
1285 int format, addmeta = 0; local
    [all...]
  /cts/tests/appsecurity-tests/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 139 int format = mFormats[0]; local
143 image = new YuvImage(yuv, format, -1, height, null);
151 image = new YuvImage(yuv, format, width, -1, null);
159 image = new YuvImage(null, format, width, height, null);
219 private YuvImage generateYuvImage(int format, Bitmap bitmap, int paddings) {
228 byte[] yuv = convertArgbsToYuvs(argb, stride, height, format);
231 if (format == ImageFormat.NV21) {
233 } else if (format == ImageFormat.YUY2) {
236 image = new YuvImage(yuv, format, width, height, strides);
288 int format) {
380 int format = ImageFormat.NV21; local
    [all...]
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 89 Log.i(LOG_TAG, String.format("Sending SMS to self: %s", currentNumber));
116 Log.w(LOG_TAG, String.format("unknown intent received: %s", intent.getAction()));
136 Log.i(LOG_TAG, String.format("message %1$s successful", action));
141 Log.e(LOG_TAG, String.format("message %1$s failed: %2$s", action, reason));
  /cts/tools/vm-tests/src/dot/junit/
AllTests.java 36 suite.addTest(dot.junit.format.AllTests.suite());
  /dalvik/libcore/security/src/main/java/java/security/
AlgorithmParameters.java 212 * byte[]} using the default decoding format for parameters. The default
213 * encoding format is ASN.1.
231 * byte[]} using the specified decoding format.
235 * @param format
236 * the name of the decoding format.
241 public final void init(byte[] params, String format) throws IOException {
245 spiImpl.engineInit(params, format);
274 * format. The default encoding format is ASN.1.
290 * format
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Serializer.java 122 * identical to the output format used with the writer.
139 * Specifies an output format for this serializer. It the
140 * serializer has already been associated with an output format,
141 * it will switch to the new format. This method should not be
160 * value is passed in this format: {uri}localName
167 * @param format The output format to use, as a set of key/value pairs.
169 public void setOutputFormat(Properties format);
172 * Returns the output format properties for this serializer.
174 * @return The output format key/value pairs in use
    [all...]
  /external/bluetooth/bluez/include/bluetooth/
bluetooth.h 145 int baprintf(const char *format, ...);
146 int bafprintf(FILE *stream, const char *format, ...);
147 int basprintf(char *str, const char *format, ...);
148 int basnprintf(char *str, size_t size, const char *format, ...);
  /external/bluetooth/glib/gio/
gsimpleasyncresult.h 60 const char *format,
98 const char *format,
103 const char *format,
114 const char *format,
  /external/e2fsprogs/intl/
printf-parse.h 1 /* Parse printf format string.
53 /* A parsed format string. */
64 /* Parses the format string. Fills in the number N of directives, and fills
66 to the end of the format string. Also fills in the arg_type fields of the
73 int printf_parse (const char *format, char_directives *d, arguments *a);
wprintf-parse.h 1 /* Parse printf format string.
53 /* A parsed format string. */
64 /* Parses the format string. Fills in the number N of directives, and fills
66 to the end of the format string. Also fills in the arg_type fields of the
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
  /external/freetype/include/freetype/internal/services/
svttcmap.h 52 /* format :: */
53 /* The cmap format. OpenType 1.5 defines the formats 0 (byte */
62 FT_Long format; member in struct:TT_CMapInfo_
  /external/icu4c/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 * Override Format API.
68 virtual UnicodeString& format(const Formattable& obj,
74 * Override Format API.
81 * Override Format API.
plurfmt.cpp 72 PluralFormat::PluralFormat(const PluralFormat& other) : Format(other) {
250 PluralFormat::format(const Formattable& obj, function in class:PluralFormat
261 return format((int32_t)obj.getDouble(), appendTo, pos, status);
265 return format(number, appendTo, pos, status);
268 return format((int32_t)obj.getInt64(), appendTo, pos, status);
276 PluralFormat::format(int32_t number, UErrorCode& status) const { function in class:PluralFormat
283 return format(number, result, fpos, status);
287 PluralFormat::format(double number, UErrorCode& status) const { function in class:PluralFormat
294 return format(number, result, fpos, status);
299 PluralFormat::format(int32_t number function in class:PluralFormat
307 PluralFormat::format(double number, function in class:PluralFormat
    [all...]

Completed in 2091 milliseconds

<<11121314151617181920>>