HomeSort by relevance Sort by last modified time
    Searched defs:FORMAT (Results 1 - 19 of 19) sorted by null

  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyFormatter.java 36 private static final SimpleDateFormat FORMAT = new SimpleDateFormat("yyMMdd HH:mm:ss.SSS");
52 sb.append(FORMAT.format(new Date(record.getMillis()))).append(":");
97 public String format(LogRecord record) { method in class:MonkeyFormatter
  /external/bluetooth/glib/tests/
type-test.c 111 #define FORMAT "%" G_GINT16_FORMAT " %" G_GINT32_FORMAT \
113 string = g_strdup_printf (FORMAT, gi16t1, gi32t1, gu16t1, gu32t1);
114 sscanf (string, FORMAT, &gi16t2, &gi32t2, &gu16t2, &gu32t2);
  /frameworks/base/obex/javax/obex/
ApplicationParameter.java 86 public static class FORMAT {
  /external/icu4c/i18n/unicode/
dtfmtsym.h 52 * date/time formatter initialized with a default format pattern along with the
54 * created, clients may modify the format pattern using the setPattern function
58 * If clients decide to create a date-time formatter with a particular format
66 * replace the localized date-time format pattern characters with the ones that
83 * Construct a DateFormatSymbols object by loading format data from
98 * Construct a DateFormatSymbols object by loading format data from
101 * @param locale Locale to load format data from.
111 * Construct a DateFormatSymbols object by loading format data from
129 * Construct a DateFormatSymbols object by loading format data from
132 * @param locale Locale to load format data from
    [all...]
  /frameworks/base/services/audioflinger/
AudioMixer.h 65 FORMAT = 0x4001,
154 uint8_t format; member in struct:android::AudioMixer::track_t
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 36 FORMAT,
87 uint32_t format,
102 data.writeInt32(format);
134 uint32_t format,
147 data.writeInt32(format);
191 virtual uint32_t format(int output) const function in class:android::BpAudioFlinger
196 remote()->transact(FORMAT, data, &reply);
346 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount)
351 data.writeInt32(format);
367 uint32_t format = pFormat ? *pFormat : 0 local
440 uint32_t format = pFormat ? *pFormat : 0; local
681 int format = data.readInt32(); local
702 int format = data.readInt32(); local
828 int format = data.readInt32(); local
837 uint32_t format = data.readInt32(); local
882 uint32_t format = data.readInt32(); local
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 376 * The MTP format code of the file
380 public static final String FORMAT = "format";
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 74 private HashMap<Character,Format> formatStart;
106 this.formatStart = new HashMap<Character,Format>();
474 * - Only a single instance of a particular format character within a block
477 * - If the format is to be turned on, we use the _first_ instance; if it
479 * format.)
498 // and whether we should append a closing format token (if value in
509 addToken(new Format(ch, false));
511 Format start = formatStart.get(key);
519 start = new Format(ch, true);
530 Format end = new Format(key.charValue(), false)
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java 60 * <tr> <td> Cf </td> <td> Format </td> <td>{@link #FORMAT}</td> </tr>
217 public static final byte FORMAT = 16;
    [all...]
  /external/collada/include/1.4/dom/
domTypes.h 264 * The per-texel layout of the format. The length of the string indicate
281 * together. An exact format lay lower the precision of an individual channel
298 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_SNORM, /**< Format is representing a decimal value that remains within the -1 to 1 range. Implimentation could be integer-fixedpoint or floats. */
299 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_UNORM, /**< Format is representing a decimal value that remains within the 0 to 1 range. Implimentation could be integer-fixedpoint or floats. */
300 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_SINT, /**< Format is representing signed integer numbers. (ex. 8bits = -128 to 127) */
301 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_UINT, /**< Format is representing unsigned integer numbers. (ex. 8bits = 0 to 255) */
302 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_FLOAT, /**< Format should support full floating point ranges. High precision is expected to be 32bit. Mid precision may be 16 to 32 bit. Low precision is expected to be 16 bit. */
308 * application pick the best format.
740 FORMAT = 22,
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 2267 milliseconds