/libcore/ojluni/src/main/java/java/text/ |
MessageFormat.java | 59 * <code>MessageFormat</code> takes a set of objects, formats them, then 328 * Message formats are not synchronized. 530 Format fmt = formats[i]; 586 * Sets the formats to use for the values passed into 591 * The order of formats in <code>newFormats</code> thus corresponds to 600 * corresponding new format is ignored. If fewer formats are provided 601 * than needed, then only the formats for argument indices less 604 * @param newFormats the new formats to use 612 formats[i] = newFormats[j]; 618 * Sets the formats to use for the format elements in th 1201 private Format[] formats = new Format[INITIAL_FORMATS]; field in class:MessageFormat [all...] |
/external/webrtc/talk/app/webrtc/ |
videosource.cc | 56 // List of formats used if the camera doesn't support capability enumeration. 190 // Removes cricket::VideoFormats from |formats| that don't meet |constraint|. 194 std::vector<cricket::VideoFormat>* formats) { 196 formats->begin(); 197 while (format_it != formats->end()) { 202 format_it = formats->erase(format_it); 246 const std::vector<cricket::VideoFormat>& formats) { 247 ASSERT(formats.size() > 0); 251 std::vector<cricket::VideoFormat>::const_iterator it = formats.begin(); 252 std::vector<cricket::VideoFormat>::const_iterator best_it = formats.begin() 361 std::vector<cricket::VideoFormat> formats = local [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
DateUtils.java | 47 * 3.3.1 as well as some other common non-standard formats. 94 * Parses a date value. The formats used for parsing the date value are retrieved from 102 * supported date formats 109 * Parses the date value using the given date formats. 112 * @param dateFormats the date formats to use 124 * Parses the date value using the given date formats. 127 * @param dateFormats the date formats to use 177 * Formats the given date according to the RFC 1123 pattern. 189 * Formats the given date according to the specified pattern. The pattern 247 Map<String, SimpleDateFormat> formats = ref.get() local [all...] |
/frameworks/base/media/java/android/media/ |
AudioPort.java | 81 int[] formats, AudioGain[] gains) { 89 mFormats = formats; 151 public int[] formats() { method in class:AudioPort
|
EncoderCapabilities.java | 108 * Returns the array of supported output file formats. 115 int[] formats = new int[nFormats]; local 117 formats[i] = native_get_file_format(i); 119 return formats;
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
Format11x.java | 17 package dexfuzz.rawdex.formats;
|
Format12x.java | 17 package dexfuzz.rawdex.formats;
|
Format20bc.java | 17 package dexfuzz.rawdex.formats;
|
Format22x.java | 17 package dexfuzz.rawdex.formats;
|
/external/clang/test/Sema/ |
implicit-decl.c | 29 int formats = 0; local
|
/external/icu/icu4c/source/i18n/unicode/ |
choicfmt.h | 192 * Copies the limits and formats instead of adopting them. 195 * @param formats Array of formats. 196 * @param count Size of 'limits' and 'formats' arrays. 200 const UnicodeString* formats, 206 * Copies the limits and formats instead of adopting them. 213 * @param formats Array of formats 214 * @param count Size of 'limits', 'closures', and 'formats' arrays 219 const UnicodeString* formats, [all...] |
/external/mesa3d/src/gallium/tests/graw/ |
clear.c | 12 enum pipe_format formats[] = { variable in typeref:enum:pipe_format 49 * Also, no easy way of querying supported formats if the screen 52 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) { 54 formats[i], 70 templat.format = formats[i];
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
BuilderInstruction10t.java | 38 import org.jf.dexlib2.iface.instruction.formats.Instruction10t;
|
BuilderInstruction10x.java | 37 import org.jf.dexlib2.iface.instruction.formats.Instruction10x;
|
BuilderInstruction20t.java | 38 import org.jf.dexlib2.iface.instruction.formats.Instruction20t;
|
BuilderInstruction30t.java | 38 import org.jf.dexlib2.iface.instruction.formats.Instruction30t;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
DexBackedInstruction10t.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction10t;
|
DexBackedInstruction11x.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction11x;
|
DexBackedInstruction12x.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction12x;
|
DexBackedInstruction20t.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction20t;
|
DexBackedInstruction21ih.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction21ih;
|
DexBackedInstruction21lh.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction21lh;
|
DexBackedInstruction21s.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction21s;
|
DexBackedInstruction21t.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
|
DexBackedInstruction22b.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction22b;
|