HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.h 39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0)
45 void anp_logPlugin(const char format[], ...);
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 64 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
89 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
202 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) !=
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
206 errln("ERROR: setMonths(FORMAT,WIDE) failed");
209 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
210 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
211 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) !=
    [all...]
  /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);
  /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
  /frameworks/base/obex/javax/obex/
ApplicationParameter.java 86 public static class FORMAT {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 187 -L | --list) FORMAT=norm ;;
188 -l | -CL | --lisp) FORMAT=lisp ;;
208 case "$FORMAT" in
295 # Format the categories so they fit onto lines.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 187 -L | --list) FORMAT=norm ;;
188 -l | -CL | --lisp) FORMAT=lisp ;;
208 case "$FORMAT" in
295 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 186 -L | --list) FORMAT=norm ;;
187 -l | -CL | --lisp) FORMAT=lisp ;;
207 case "$FORMAT" in
294 # Format the categories so they fit onto lines.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 187 -L | --list) FORMAT=norm ;;
188 -l | -CL | --lisp) FORMAT=lisp ;;
208 case "$FORMAT" in
295 # Format the categories so they fit onto lines.
  /external/icu4c/i18n/
udat.cpp 141 udat_close(UDateFormat* format)
143 delete (DateFormat*)format;
152 Format *res = ((DateFormat*)fmt)->clone();
163 udat_format( const UDateFormat* format,
184 ((DateFormat*)format)->format(dateToFormat, res, fp);
195 udat_parse( const UDateFormat* format,
214 res = ((DateFormat*)format)->parse(src, pp);
227 udat_parseCalendar(const UDateFormat* format,
242 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp)
    [all...]
dtfmtsym.cpp 561 case FORMAT :
622 case FORMAT :
670 case FORMAT :
799 case FORMAT :
893 case FORMAT :
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.cc 1 // Protocol Buffers - Google's data interchange format
155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \
161 snprintf(buffer, sizeof(buffer), FORMAT, value); \
  /frameworks/base/services/audioflinger/
AudioMixer.h 65 FORMAT = 0x4001,
154 uint8_t format; member in struct:android::AudioMixer::track_t
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 69 // cached property groups for all properties for a given format
91 Files.FileColumns.FORMAT, // 3
96 Files.FileColumns.FORMAT, // 2
107 private static final String PARENT_WHERE = Files.FileColumns.FORMAT + "=?";
109 + Files.FileColumns.FORMAT + "=?";
259 private int beginSendObject(String path, int format, int parent,
286 values.put(Files.FileColumns.FORMAT, format);
305 private void endSendObject(String path, int handle, int format, boolean succeeded) {
309 if (format == MtpConstants.FORMAT_ABSTRACT_AV_PLAYLIST)
885 int format = 0; local
    [all...]
MtpPropertyGroup.java 63 private static final String FORMAT_WHERE = Files.FileColumns.FORMAT + "=?";
100 column = Files.FileColumns.FORMAT;
284 MtpPropertyList getPropertyList(int handle, int format, int depth) {
285 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth);
294 if (format == 0) {
309 // select all objects with given format
311 whereArgs = new String[] { Integer.toString(format) };
313 whereArgs = new String[] { Integer.toString(handle), Integer.toString(format) };
  /external/collada/include/1.4/dom/
domFx_surface_common.h 36 * format that the author would like this surface to use. If this element
37 * is not specified then the application will use a common format R8G8B8A8
43 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::FORMAT; }
378 * format that the author would like this surface to use. If this element
379 * is not specified then the application will use a common format R8G8B8A8
384 * If the exact format cannot be resolved via the "format" element then the
385 * format_hint will describe the important features of the format so that
386 * the application may select a compatable or close format @see domFormat_hint
447 * Gets the format element
    [all...]
  /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...]

Completed in 1137 milliseconds

1 2