HomeSort by relevance Sort by last modified time
    Searched refs:formats (Results 401 - 425 of 868) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ChoiceFormatTest.java 33 String[] formats = new String[] { "Less than one", "one", field in class:ChoiceFormatTest
36 ChoiceFormat f1 = new ChoiceFormat(limits, formats);
146 assertTrue("Incorrect formats", java.util.Arrays.equals(f.getFormats(),
158 assertTrue("Incorrect formats", java.util.Arrays.equals(f.getFormats(),
182 assertTrue("Incorrect formats", java.util.Arrays.equals(f.getFormats(),
236 assertTrue("Should be equals--same limits, same formats",
301 String[] orgFormats = (String[]) formats.clone();
303 assertTrue("Wrong formats", f.equals(formats));
305 assertTrue("Formats copied", !f.equals(orgFormats))
    [all...]
  /system/core/libpixelflinger/
buffer.cpp 67 const GGLFormat& pixelFormat(c->formats[dst->format]);
116 const GGLFormat* f = &(c->formats[s->format]);
173 const GGLFormat* f = &(c->formats[s->format]);
183 // destinations L formats don't have G or B
260 const GGLFormat* f = &(c->formats[format]);
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 498 /* Instruction formats. */
514 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \
528 return intisa->formats[fmt].name;
547 if (strcasecmp (fmtname, intisa->formats[fmt].name) == 0)
578 (*intisa->formats[fmt].encode_fn) (insn);
588 return intisa->formats[fmt].length;
597 return intisa->formats[fmt].num_slots;
610 slot_id = intisa->formats[fmt].slot_id[slot];
625 slot_id = intisa->formats[fmt].slot_id[slot];
641 slot_id = intisa->formats[fmt].slot_id[slot]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-l-unit.s 1 ; Test C64x+ L-unit compact instruction formats
  /toolchain/binutils/binutils-2.25/include/
xtensa-isa-internal.h 180 xtensa_format_internal *formats; member in struct:xtensa_isa_internal_struct
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 128 final String formats[] = {"0.0<=Arg<1.0", local
131 ChoiceFormat cf = new ChoiceFormat(limit, formats);
132 assertEquals("ChoiceFormat.format", formats[1], cf.format(1));
597 Format[] formats = msg.getFormats(); local
605 if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.length)) {
606 errln("Error getting Formats");
612 for (i = 0; i < formats.length; i++) {
613 a = formats[i]
838 String[] formats = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 124 final String formats[] = {"0.0<=Arg<1.0", local
127 ChoiceFormat cf = new ChoiceFormat(limit, formats);
128 assertEquals("ChoiceFormat.format", formats[1], cf.format(1));
593 Format[] formats = msg.getFormats(); local
601 if (formats==null || formatsCmp==null || (formats.length <= 0) || (formats.length != formatsCmp.length)) {
602 errln("Error getting Formats");
608 for (i = 0; i < formats.length; i++) {
609 a = formats[i]
834 String[] formats = { local
    [all...]
  /external/ImageMagick/www/api/
magick.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Read or List Image formats</title>
12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, read, or, list, image, formats, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 68 python setup.py sdist --formats=gztar,zip
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
CameraEnumerationAndroid.java 71 // other image formats then this needs to be updated and
96 + "the frame size of non-NV21 image formats.");
159 List<CaptureFormat> formats = getSupportedFormats(id); local
161 for (CaptureFormat format : formats) {
168 Logging.d(TAG, "Supported formats for camera " + id + ": "
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
TypeConverter.h 144 static FormatTraits::Collection formatsFromString(const std::string &formats, const char *del = "|")
147 FormatConverter::collectionFromString(formats, formatCollection, del);
  /frameworks/wilhelm/tests/sandbox/
configbq.c 33 PCM formats[] = { variable
94 // loop over all formats
98 for (format = formats; format->numChannels; ++format) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 183 def check_archive_formats(formats):
186 If all formats are known, returns None
188 for format in formats:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
archive_util.py 183 def check_archive_formats(formats):
186 If all formats are known, returns None
188 for format in formats:
  /prebuilts/go/darwin-x86/src/net/
mac.go 28 // following formats:
  /prebuilts/go/linux-x86/src/net/
mac.go 28 // following formats:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 183 def check_archive_formats(formats):
186 If all formats are known, returns None
188 for format in formats:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 183 def check_archive_formats(formats):
186 If all formats are known, returns None
188 for format in formats:
  /system/keymaster/include/keymaster/
soft_keymaster_device.h 129 keymaster_key_format_t** formats,
133 keymaster_key_format_t** formats,
  /system/keymaster/
soft_keymaster_device.cpp 541 keymaster_key_format_t** formats, size_t* formats_length) {
545 if (!formats || !formats_length)
550 return km1_dev->get_supported_import_formats(km1_dev, algorithm, formats, formats_length);
563 *formats =
564 reinterpret_cast<keymaster_key_format_t*>(malloc(*formats_length * sizeof(**formats)));
565 if (!*formats)
567 std::copy(response.results, response.results + response.results_length, *formats);
574 keymaster_key_format_t** formats, size_t* formats_length) {
578 if (!formats || !formats_length)
583 return km1_dev->get_supported_export_formats(km1_dev, algorithm, formats, formats_length)
    [all...]
  /external/v8/test/mjsunit/
date-parse.js 28 // Test that we can parse dates in all the different formats that we
31 // These formats are all supported by KJS but a lot of them are not
59 // Test all the formats in UT timezone.
131 // I'll assume that we can handle the same formats as for UT and only
132 // test a few formats for each of the timezones.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
ftoa.go 31 // For the binary exponent formats, the mantissa is printed in normalized form:
40 // printed by the 'e', 'E', 'f', 'g', and 'G' formats. For 'e', 'E', and 'f'
52 // String formats x like x.Text('g', 10).
73 // pick off easy formats
311 // formats for floating-point numbers ('e', 'E', 'f', 'F', 'g',
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
ftoa.go 28 // For the binary exponent formats, the mantissa is printed in normalized form:
37 // printed by the 'e', 'E', 'f', 'g', and 'G' formats. For 'e', 'E', and 'f'
49 // String formats x like x.Text('g', 10).
70 // pick off easy formats
308 // formats for floating-point numbers ('e', 'E', 'f', 'F', 'g',
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 28 // For the binary exponent formats, the mantissa is printed in normalized form:
37 // printed by the 'e', 'E', 'f', 'g', and 'G' formats. For 'e', 'E', and 'f'
49 // String formats x like x.Text('g', 10).
70 // pick off easy formats
308 // formats for floating-point numbers ('e', 'E', 'f', 'F', 'g',

Completed in 1161 milliseconds

<<11121314151617181920>>