HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 251 - 275 of 15567) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/intl/
vasnwprintf.h 39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 30 * Format the template with args, only supports the placeholder
33 static String format(String template, Object... args) { method in class:Platform
34 return String.format(template, args);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DateFormatter.java 22 * Format the date, provided as a java Date object.
27 String format(Date date); method in interface:DateFormatter
30 * Format the date, provided as milliseconds.
35 String format(long date); method in interface:DateFormatter
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DateFormatter.java 20 * Format the date, provided as a java Date object.
25 String format(Date date); method in interface:DateFormatter
28 * Format the date, provided as milliseconds.
33 String format(long date); method in interface:DateFormatter
  /external/libcxxabi/src/
abort_message.h 22 void abort_message(const char* format, ...)
23 __attribute__((format(printf, 1, 2)));
  /external/libexif/libexif/
exif-format.h 1 /*! \file exif-format.h
49 * \param[in] format EXIF data format
52 const char *exif_format_get_name (ExifFormat format);
56 * \param[in] format EXIF data format
59 unsigned char exif_format_get_size (ExifFormat format);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
PixmapTextureData.java 20 import com.badlogic.gdx.graphics.Pixmap.Format;
26 final Format format; field in class:PixmapTextureData
31 public PixmapTextureData (Pixmap pixmap, Format format, boolean useMipMaps, boolean disposePixmap) {
32 this(pixmap, format, useMipMaps, disposePixmap, false);
35 public PixmapTextureData (Pixmap pixmap, Format format, boolean useMipMaps, boolean disposePixmap, boolean managed) {
37 this.format = format == null ? pixmap.getFormat() : format;
    [all...]
  /external/libweave/third_party/chromium/base/strings/
string_util_posix.h 19 const char* format, va_list arguments) {
20 return ::vsnprintf(buffer, size, format, arguments);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.c 52 boolean translate_is_output_format_supported(enum pipe_format format)
54 return translate_generic_is_output_format_supported(format);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java 34 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such
40 // RFC 2616 specified: RFC 822, updated by RFC 1123 format with fixed GMT.
48 /** If we fail to parse a date in a non-standard format, try each of these formats in sequence. */
53 "EEE MMM d HH:mm:ss yyyy", // ANSI C's asctime() format
67 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */
89 DateFormat format = BROWSER_COMPATIBLE_DATE_FORMATS[i]; local
90 if (format == null) {
91 format = new SimpleDateFormat(BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS[i], Locale.US);
94 format.setTimeZone(GMT);
95 BROWSER_COMPATIBLE_DATE_FORMATS[i] = format;
113 public static String format(Date value) { method in class:HttpDate
    [all...]
  /external/selinux/libsepol/cil/src/
cil_log.h 37 __attribute__ ((format(printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args);
38 __attribute__ ((format(printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...);
  /external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
AndroidLoggerAdapter.java 113 * Log a message at level VERBOSE according to the specified format and
121 * @param format
122 * the format string
126 public void trace(String format, Object arg) {
127 formatAndLog(Log.VERBOSE, format, arg);
131 * Log a message at level VERBOSE according to the specified format and
139 * @param format
140 * the format string
146 public void trace(String format, Object arg1, Object arg2) {
147 formatAndLog(Log.VERBOSE, format, arg1, arg2)
    [all...]
  /frameworks/base/libs/hwui/
RenderBuffer.h 32 * Creates a new render buffer in the specified format and dimensions.
33 * The format must be one of the formats allowed by glRenderbufferStorage().
35 RenderBuffer(GLenum format, uint32_t width, uint32_t height):
36 mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
55 * Returns the format of this render buffer.
124 * Returns the number of bits per component in the specified format.
125 * The format must be one of the formats allowed by glRenderbufferStorage().
127 static uint32_t formatSize(GLenum format) {
128 switch (format) {
145 * Indicates whether the specified format represents a stencil buffer
    [all...]
  /frameworks/base/media/java/android/media/
AudioMixPortConfig.java 29 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format,
31 super((AudioPort)mixPort, samplingRate, channelMask, format, gain);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
LogAbortException.java 24 public LogAbortException(String format, Object... args) {
25 mFormat = format;
  /hardware/intel/common/libva/va/
va_compat.c 35 int format,
40 return vaCreateSurfaces(dpy, format, width, height, surfaces, num_surfaces,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
abort_message.h 22 void abort_message(const char* format, ...)
23 __attribute__((format(printf, 1, 2)));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
genfsconquery.py 69 self.log.info("Generating results from {0.policy}".format(self))
70 self.log.debug("FS: {0.fs!r}, regex: {0.fs_regex}".format(self))
71 self.log.debug("Path: {0.path!r}, regex: {0.path_regex}".format(self))
72 self.log.debug("Filetype: {0.filetype!r}".format(self))
73 self.log.debug("User: {0.user!r}, regex: {0.user_regex}".format(self))
74 self.log.debug("Role: {0.role!r}, regex: {0.role_regex}".format(self))
75 self.log.debug("Type: {0.type_!r}, regex: {0.type_regex}".format(self))
77 "superset: {0.range_superset}, proper: {0.range_proper}".format(self))
  /system/core/include/sysutils/
NetlinkListener.h 38 NetlinkListener(int socket, int format);
40 NetlinkListener(int socket, int format = NETLINK_FORMAT_ASCII);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
adr_1.d 3 .*: file format .*
b_1.d 3 .*: file format .*
beq_1.d 3 .*: file format .*
inst-directive.d 3 .*: file format .*
ldr_1.d 3 .*: file format .*
tbz_1.d 3 .*: file format .*

Completed in 6468 milliseconds

<<11121314151617181920>>