HomeSort by relevance Sort by last modified time
    Searched defs:formats (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/clang/test/Sema/
implicit-decl.c 29 int formats = 0; local
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 26 String[] formats = context.getResources().getStringArray((ssid == null) local
30 if (index >= formats.length || formats[index].length() == 0) {
33 return String.format(formats[index], ssid);
  /external/qemu/distrib/sdl-1.2.15/test/
testiconv.c 18 const char * formats[] = { local
53 for ( i = 0; i < SDL_arraysize(formats); ++i ) {
54 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len);
55 test[1] = SDL_iconv_string("UCS-4", formats[i], test[0], len);
57 fprintf(stderr, "FAIL: %s\n", formats[i]);
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 47 * 3.3.1 as well as some other common non-standard formats.
89 * Parses a date value. The formats used for parsing the date value are retrieved from
97 * supported date formats
104 * Parses the date value using the given date formats.
107 * @param dateFormats the date formats to use
119 * Parses the date value using the given date formats.
122 * @param dateFormats the date formats to use
172 * Formats the given date according to the RFC 1123 pattern.
184 * Formats the given date according to the specified pattern. The pattern
242 Map<String, SimpleDateFormat> formats = ref.get() local
    [all...]
  /external/llvm/utils/lit/lit/
LitConfig.py 14 # Provide access to built-in formats.
15 import TestFormats as formats namespace
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 52 Vector<BarcodeFormat> formats = new Vector<BarcodeFormat>(); local
53 formats.add(BarcodeFormat.QR_CODE);
54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.cpp 126 unsigned char formats[16]; local
176 formats [nIndex] = (sad[nIndex] & 0xFF) >> 3;
188 ALOGV("Format Byte %d\n", formats[i]);
189 pInfo->AudioBlocksArray[i].nFormatId = (EDID_AUDIO_FORMAT_ID)printFormatFromEDID(formats[i]);
197 pInfo->AudioBlocksArray[i].nBitsPerSample = getBitsPerSampleFromEDID(bitrate[i],formats[i]);
  /libcore/luni/src/test/java/libcore/javax/security/auth/x500/
X500PrincipalTest.java 73 String[] formats = { local
78 for (String format : formats) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 100 List<String> formats = new ArrayList<String>(values.length); local
102 formats.add(format.name());
106 mDisplayFormatCombo.setItems(formats.toArray(new String[formats.size()]));
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 117 if (m_writableData->formats().isEmpty()) {
200 QStringList formats = m_readableData->formats(); local
201 for (int i = 0; i < formats.count(); ++i)
202 result.add(formats.at(i));
360 return data->formats().count() > 0;
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 109 * Returns the array of supported output file formats.
116 int[] formats = new int[nFormats]; local
118 formats[i] = native_get_file_format(i);
120 return formats;
  /frameworks/wilhelm/tests/sandbox/
configbq.c 33 PCM formats[] = { variable
94 // loop over all formats
98 for (format = formats; format->numChannels; ++format) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 129 EnumSet<Format> formats = desc.getAttributeInfo().getFormats(); local
130 if (formats.contains(Format.INTEGER)
131 || formats.contains(Format.FLOAT)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 66 EnumSet<Format> formats = info.getFormats(); local
75 if (formats.contains(STRING)
77 && (formats.size() > 1 && formats.contains(REFERENCE) ||
78 formats.size() > 2)
85 && (formats.contains(DIMENSION)
86 || formats.contains(INTEGER)
87 || formats.contains(FLOAT))) {
99 if (formats.contains(Format.DIMENSION)) {
104 } else if (formats.contains(Format.INTEGER))
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 250 tBTA_OP_FMT_MASK formats = BTUI_OPS_FORMATS; local
289 if ((formats >> i) & 1)
  /external/icu4c/test/intltest/
tufmtts.cpp 44 TimeUnitFormat** formats = new TimeUnitFormat*[2]; local
45 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
47 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status);
71 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
79 ((Format*)formats[style])->parseObject(formatted, result, status);
86 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
94 delete formats[UTMUTFMT_FULL_STYLE];
95 delete formats[UTMUTFMT_ABBREVIATED_STYLE];
96 delete[] formats;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 92 SDL_NAME(XvFormat) *formats; member in struct:__anon13368
134 /* for RGB formats only */
140 /* for YUV formats only */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 70 List<Integer> formats = new ArrayList<Integer>(); local
71 formats.add(ImageFormat.NV21);
72 formats.add(ImageFormat.JPEG);
73 return formats;
78 List<Integer> formats = new ArrayList<Integer>(); local
79 formats.add(ImageFormat.NV21);
80 formats.add(ImageFormat.JPEG);
81 return formats;
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 99 QList<QByteArray> formats = QImageReader::supportedImageFormats();
100 for (size_t i = 0; i < static_cast<size_t>(formats.size()); ++i) {
105 if (formats.at(i).toLower().startsWith("svg"))
108 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
178 QList<QByteArray> formats = QImageWriter::supportedImageFormats(); local
179 for (int i = 0; i < formats.size(); ++i) {
180 String mimeType = MIMETypeRegistry::getMIMETypeForExtension(formats.at(i).constData());
  /frameworks/native/opengl/libagl/
state.cpp 371 GGLFormat const * formats = gglGetPixelFormatTable(); local
372 params[0] = formats[index].ah - formats[index].al;
377 GGLFormat const * formats = gglGetPixelFormatTable(); local
378 params[0] = formats[index].rh - formats[index].rl;
383 GGLFormat const * formats = gglGetPixelFormatTable(); local
384 params[0] = formats[index].gh - formats[index].gl;
389 GGLFormat const * formats = gglGetPixelFormatTable() local
    [all...]
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 83 * value {@code d}, then the element {@code i} in {@code formats} is
86 * The length of the {@code limits} and {@code formats} arrays must be the
92 * @param formats
97 public ChoiceFormat(double[] limits, String[] formats) {
98 setChoices(limits, formats);
125 List<String> formats = new ArrayList<String>(); local
139 choiceFormats = new String[formats.size()];
140 for (int i = 0; i < formats.size(); i++) {
141 choiceFormats[i] = formats.get(i);
181 formats.add(buffer.toString())
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 46 LinkedList<MediaFormat> formats = new LinkedList<MediaFormat>(); local
57 formats.push(format);
60 testEncoderWithFormats("audio/3gpp", formats);
64 LinkedList<MediaFormat> formats = new LinkedList<MediaFormat>(); local
75 formats.push(format);
78 testEncoderWithFormats("audio/amr-wb", formats);
82 LinkedList<MediaFormat> formats = new LinkedList<MediaFormat>(); local
112 formats.push(format);
118 testEncoderWithFormats("audio/mp4a-latm", formats);
122 String mime, List<MediaFormat> formats) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 348 InsnFormat[] formats = makeFormatsArray(); local
349 reserveRegisters(formats);
350 massageInstructions(formats);
362 * @return {@code non-null;} the array of formats
378 * them. It also updates the given {@code formats} array so
382 * @param formats {@code non-null;} array of per-instruction format selections
384 private void reserveRegisters(InsnFormat[] formats) {
392 int newReservedCount = calculateReservedCount(formats);
428 * {@code formats} list to help avoid extra work in future
431 * @param formats {@code non-null;} array of per-instruction format selection
    [all...]
  /dalvik/libdex/
InstrUtils.h 27 * Possible instruction formats associated with Dalvik opcodes.
30 * opcodes and instruction formats.
68 * formats include such an indexed reference (e.g., 21c and 35c).
115 u1* formats; /* InstructionFormat elements */ member in struct:InstructionInfoTables
178 return (InstructionFormat) gDexOpcodeInfo.formats[opcode];
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 32 String[] formats = new String[] { "Less than one", "one", field in class:ChoiceFormatTest
35 ChoiceFormat f1 = new ChoiceFormat(limits, formats);
145 assertTrue("Incorrect formats", java.util.Arrays.equals(f.getFormats(),
157 assertTrue("Incorrect formats", java.util.Arrays.equals(f.getFormats(),
181 assertTrue("Incorrect formats", java.util.Arrays.equals(f.getFormats(),
235 assertTrue("Should be equals--same limits, same formats",
300 String[] orgFormats = (String[]) formats.clone();
302 assertTrue("Wrong formats", f.equals(formats));
304 assertTrue("Formats copied", !f.equals(orgFormats))
    [all...]

Completed in 3110 milliseconds

1 2 3 4