HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 201 - 225 of 2535) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/ndk/platforms/android-18/include/android/
bitmap.h 47 int32_t format; member in struct:__anon1260
  /development/ndk/platforms/android-8/include/android/
bitmap.h 47 int32_t format; member in struct:__anon2445
  /development/ndk/platforms/android-9/include/android/
bitmap.h 46 int32_t format; member in struct:__anon2607
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
CertificateStub.java 38 String format; field in class:CertificateStub
43 public CertificateStub(String format, Principal guarantor, Principal principal, PublicKey key) {
44 this.format = format;
77 return format;
  /external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp 55 deUint32 format; member in struct:deqp::gles2::Performance::__anon7593
70 deUint32 format = texFormats[formatNdx].format; local
78 string description = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es2pTextureFormatTests.cpp 21 * \brief Texture format performance tests.
40 : TestCaseGroup(context, "format", "Texture Format Performance Tests")
53 deUint32 format; member in struct:deqp::gles2::Performance::__anon7596
69 deUint32 format = texFormats[formatNdx].format; local
77 string descriptionBase = string(glu::getPixelFormatName(format)) + ", " + glu::getTypeName(dataType);
79 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 72 deUint32 format = texFormats[formatNdx].internalFormat; local
79 string description = glu::getPixelFormatName(format);
81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es3pTextureFormatTests.cpp 21 * \brief Texture format performance tests.
40 : TestCaseGroup(context, "format", "Texture Format Performance Tests")
109 deUint32 format = texFormats[formatNdx].internalFormat; local
116 string descriptionBase = glu::getPixelFormatName(format);
118 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 40 /** {@code non-null;} the instruction format */
41 private final InsnFormat format; field in class:Dop
56 * @param format {@code non-null;} the instruction format
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format,
74 if (format == null) {
75 throw new NullPointerException("format == null");
81 this.format = format;
111 * Gets the instruction format
    [all...]
  /external/drm_gralloc/
gralloc_drm_handle.h 47 int format; member in struct:gralloc_drm_handle_t
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Platform.java 46 static String format(String template, Object... args) { method in class:Platform
  /external/harfbuzz_ng/util/
hb-shape.cc 35 format (parser),
57 fail (false, "Unknown output format `%s'; supported formats are: %s",
67 if (!format.show_glyph_names)
69 if (!format.show_clusters)
71 if (!format.show_positions)
85 format.serialize_buffer_of_text (buffer, line_no, text, text_len, font, gs);
94 format.serialize_message (line_no, "msg: all shapers failed", gs);
103 format.serialize_buffer_of_glyphs (buffer, line_no, text, text_len, font,
117 format_options_t format; member in struct:output_buffer_t
  /external/icu/icu4c/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
selfmt.cpp 49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other),
69 SelectFormat::format(const Formattable& obj, function in class:SelectFormat
78 return format(obj.getString(status), appendTo, pos, status);
86 SelectFormat::format(const UnicodeString& keyword, function in class:SelectFormat
152 Format* SelectFormat::clone() const
166 SelectFormat::operator==(const Format& other) const {
170 if (!Format::operator==(other)) {
178 SelectFormat::operator!=(const Format& other) const {
  /external/icu/icu4c/source/test/intltest/
caltztst.cpp 136 // Tries to mimic the Java Date.toString() format.
148 DateFormat* format = getDateFormat(); local
149 if (format == 0)
154 format->format(d, str);
155 releaseDateFormat(format);
164 DateFormat* format = getDateFormat(); local
165 if (format == 0)
170 TimeZone* save = format->getTimeZone().clone();
171 format->setTimeZone(tz)
    [all...]
numfmtspectest.cpp 43 static UnicodeString format(double d, const NumberFormat &fmt) { function
45 fmt.format(d, result);
101 assertEquals("", "34 567,89", format(1234567.89, *nf), TRUE);
102 assertEquals("", "0 034,56", format(34.56, *nf), TRUE);
191 fmt.format(433.22, result);
205 fmt.format(-433.22, result);
220 fmt.format(4.33, result);
241 fmt.format(x, result);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 105 * @see com.ibm.icu.text.DateFormat#format(com.ibm.icu.util.Calendar, java.lang.StringBuffer, java.text.FieldPosition)
107 public StringBuffer format(Calendar cal, StringBuffer toAppendTo, method in class:RelativeDateFormat
148 fDateTimeFormat.format(cal, toAppendTo, fieldPosition);
155 fDateTimeFormat.format(cal, toAppendTo, fieldPosition);
164 fCombinedFormat.format(new Object[] {fTimePattern, datePattern}, combinedPattern, new FieldPosition(0));
166 fDateTimeFormat.format(cal, toAppendTo, fieldPosition);
174 fDateFormat.format(cal, toAppendTo, fieldPosition);
210 private MessageFormat fCombinedFormat; // the {0} {1} format.
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
TestComparator.java 60 public String format(Object c) { method in class:TestComparator
69 result += format(arguments[i]);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
ScientificNumberFormatterTest.java 7 package com.ibm.icu.dev.test.format;
31 markup.format(1.23456e-78));
35 superscript.format(1.23456e-78));
45 fmt.format(1.23456e-78));
58 fmt.format(6.02e23));
70 fmt.format(6.02e23));
80 fmt.format(123456.0));
89 fmt.format(123456.0));
SelectFormatUnitTest.java 8 package com.ibm.icu.dev.test.format;
55 assertEquals("should use first occurrence of the 'odd' keyword", "foo", selFmt.format("odd"));
57 assertEquals("should use first occurrence of the 'other' keyword", "bar", selFmt.format("other"));
82 selFmt.format( keywords[i]);
96 * API tests for applyPattern and format
136 log("SelectFormat Unit test: Testing applyPattern() and format() ...");
148 //Format with the keyword array
150 assertEquals("ERROR: SelectFormat Unit test failed in format() with unexpected result", selFmt.format(formatArgs[j]) ,expFormatResult[i][j] );
TestAll.java 8 package com.ibm.icu.dev.test.format;
29 "com.ibm.icu.dev.test.format.BigNumberFormatTest",
138 public static final String CLASS_TARGET_NAME = "Format";
TimeUnitTest.java 7 package com.ibm.icu.dev.test.format;
41 assertEquals("Test10219", expected[i], tuf.format(new TimeUnitAmount(1.588, TimeUnit.MINUTE)));
75 String formatted = formats[style].format(source);
96 TimeUnitFormat format = new TimeUnitFormat(); local
97 format.setLocale(new ULocale("pt_BR"));
98 formatParsing(format);
99 format = new TimeUnitFormat(new ULocale("de"));
100 formatParsing(format);
101 format = new TimeUnitFormat(new ULocale("ja"));
102 format.setNumberFormat(NumberFormat.getNumberInstance(new ULocale("en")))
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidImageInfo.java 7 import com.jme3.texture.Image.Format;
23 protected Format format; field in class:AndroidImageInfo
45 public Format getFormat(){
46 return format;
69 format = Image.Format.Alpha8;
72 format = Image.Format.ARGB4444;
75 format = Image.Format.RGBA8
    [all...]
  /external/junit/src/junit/framework/
Assert.java 287 fail(format(message, expected, actual)); method
290 public static String format(String message, Object expected, Object actual) { method in class:Assert
  /external/libcxx/test/libcxx/android/test/
config.py 7 import libcxx.android.test.format namespace
26 'Using compiler: {}'.format(self.cxx.path))
28 'Using compile template: {}'.format(self.cxx.cxx_template))
30 'Using link template: {}'.format(self.cxx.link_template))
75 return libcxx.android.test.format.TestFormat(
82 return libcxx.android.test.format.HostTestFormat(
88 raise RuntimeError('Invalid android_mode: {}'.format(mode))

Completed in 668 milliseconds

1 2 3 4 5 6 7 891011>>