HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 176 - 200 of 895) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/include/effects/
SkTableMaskFilter.h 46 virtual SkMask::Format getFormat() const SK_OVERRIDE;
  /external/skia/src/sfnt/
SkOTTable_post.h 24 struct Format {
34 } format; member in struct:SkOTTablePostScript
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
InstructionWithJumboReference.java 32 package org.jf.dexlib.Code.Format;
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFHeader.hxx 23 #include <llvm/Support/Format.h>
36 out() << format(" %-32s : ", (char const *)(title)) << (value) << '\n'
  /frameworks/rs/cpu_ref/linkloader/utils/
raw_ostream.cpp 20 #include <llvm/Support/Format.h>
31 char const *format_s, // Format string.
32 ...) { // Format variable.
  /libcore/support/src/test/java/tests/support/
Support_Format.java 22 import java.text.Format;
36 protected void t_FormatWithField(int count, Format format, Object object,
37 String text, Format.Field field, int begin, int end) {
40 format.format(object, buffer, pos);
59 protected void t_Format(int count, Object object, Format format,
61 // System.out.println(format.format(object))
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
TGALoader.java 40 import com.jme3.texture.Image.Format;
198 Format format; local
239 format = dl == 4 ? Format.RGBA8 : Format.RGB8;
258 format = Format.BGR8;
275 format = Format.RGBA8
    [all...]
  /external/chromium/webkit/glue/
webvideoframe_impl.cc 56 WebVideoFrame::Format WebVideoFrameImpl::format() const { function in class:webkit_glue::WebVideoFrameImpl
58 return static_cast<WebVideoFrame::Format>(video_frame_->format());
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
RenderTarget11.cpp 160 mInternalFormat = d3d11_gl::ConvertTextureInternalFormat(desc.Format);
161 mActualFormat = d3d11_gl::ConvertTextureInternalFormat(desc.Format);
187 mInternalFormat = d3d11_gl::ConvertTextureInternalFormat(desc.Format);
188 mActualFormat = d3d11_gl::ConvertTextureInternalFormat(desc.Format);
192 RenderTarget11::RenderTarget11(Renderer *renderer, GLsizei width, GLsizei height, GLenum format, GLsizei samples, bool depth)
200 DXGI_FORMAT requestedFormat = gl_d3d11::ConvertRenderbufferFormat(format);
217 desc.Format = requestedFormat;
238 dsvDesc.Format = requestedFormat;
255 rtvDesc.Format = requestedFormat;
270 srvDesc.Format = requestedFormat
    [all...]
RenderTarget9.cpp 33 mInternalFormat = d3d9_gl::GetEquivalentFormat(description.Format);
34 mActualFormat = d3d9_gl::GetEquivalentFormat(description.Format);
39 RenderTarget9::RenderTarget9(Renderer *renderer, GLsizei width, GLsizei height, GLenum format, GLsizei samples)
44 D3DFORMAT requestedFormat = gl_d3d9::ConvertRenderbufferFormat(format);
83 mInternalFormat = format;
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 15 * \brief C++ API: Format and parse relative dates and times.
64 * Clone this Format object polymorphically. The caller owns the result and
69 virtual Format* clone(void) const;
72 * Return true if the given Format objects are semantically equal. Objects
75 * @return true if the given Format objects are semantically equal.
78 virtual UBool operator==(const Format& other) const;
81 using DateFormat::format;
84 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
99 virtual UnicodeString& format( Calendar& cal,
104 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 61 DXGI_FORMAT Format;
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm.cpp 382 SkMask::Format maskFormat,
392 SkMask::Format maskFormat,
  /external/icu4c/i18n/
reldtfmt.h 15 * \brief C++ API: Format and parse relative dates and times.
66 * Clone this Format object polymorphically. The caller owns the result and
71 virtual Format* clone(void) const;
74 * Return true if the given Format objects are semantically equal. Objects
77 * @return true if the given Format objects are semantically equal.
80 virtual UBool operator==(const Format& other) const;
83 using DateFormat::format;
86 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
101 virtual UnicodeString& format( Calendar& cal,
106 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 34 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
89 * Clone this Format object polymorphically. The caller owns the
95 virtual Format* clone() const;
98 * Return TRUE if the given Format objects are semantically equal.
102 * @return TRUE if the given Format objects are semantically equal.
105 virtual UBool operator==(const Format& other) const;
108 using DecimalFormat::format;
111 * Format a double or long number using base-10 representation.
121 virtual UnicodeString& format(double number,
126 * Format a double or long number using base-10 representation
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireBox.java 38 import com.jme3.scene.VertexBuffer.Format;
81 pvb.setupData(Usage.Dynamic, 3, Format.Float, pb);
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
PlaceholderAssets.java 12 import com.jme3.texture.Image.Format;
45 return new Image(Format.RGB8, 4, 4, tempData);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 61 DXGI_FORMAT Format;
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 382 SkMask::Format maskFormat,
392 SkMask::Format maskFormat,
  /libcore/luni/src/main/java/java/text/
Format.java 35 * Many of the concrete subclasses of {@code Format} employ the notion of a
39 * common US English format for currency values, yielding strings such as
42 * patterns, the notion of a pattern is not inherent to {@code Format} classes
47 * {@code NumberFormat} which allows the user to format different number ranges
50 * is a formatter which utilizes other {@code Format} objects to format a string
57 public abstract class Format implements Serializable, Cloneable {
64 protected Format() {
68 * Returns a copy of this {@code Format} instance.
70 * @return a shallow copy of this format
92 public final String format(Object object) { method in class:Format
117 public abstract StringBuffer format(Object object, StringBuffer buffer, method in class:Format
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorDescriptors.java 21 import com.android.ide.common.api.IAttributeInfo.Format;
80 new AttributeInfo(ATTR_COLOR, Format.COLOR_SET)).setTooltip(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ReferenceAttributeDescriptor.java 21 import com.android.ide.common.api.IAttributeInfo.Format;
54 new AttributeInfo(xmlLocalName, Format.REFERENCE_SET));
  /frameworks/native/include/input/
KeyCharacterMap.h 55 enum Format {
72 static status_t load(const String8& filename, Format format, sp<KeyCharacterMap>* outMap);
76 const char* contents, Format format, sp<KeyCharacterMap>* outMap);
194 Format mFormat;
199 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
232 static status_t load(Tokenizer* tokenizer, Format format, sp<KeyCharacterMap>* outMap)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 102 * when interleaving is used. By default the format is
121 * Should have the same format and size as {@link Type#Position}.
130 * Should have the same format and size as {@link Type#Normal}.
190 * Should have the same format and size as {@link Type#Tangent}.
228 * Specifies format of the data stored in the buffer.
230 * an {@link Format#UnsignedShort} formatted buffer should use the
232 * For the {@link Format#Half} type, {@link ByteBuffer}s should
235 public static enum Format {
287 Format(int componentSize){
307 * derived from components * format.getComponentSize(
313 protected Format format; field in class:VertexBuffer
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 28 import java.text.Format;
48 private void checkSerialization(MessageFormat format) {
52 out.writeObject(format);
57 assertTrue("Not equal: " + format.toPattern(), format.equals(read));
59 fail("Format: " + format.toPattern()
62 fail("Format: " + format.toPattern()
75 MessageFormat format = new MessageFormat local
93 MessageFormat format = new MessageFormat( local
170 MessageFormat format = new MessageFormat("test"); local
312 MessageFormat format = new MessageFormat("'{'choice'}'{0}"); local
368 MessageFormat format = new MessageFormat("{1,number,integer}"); local
651 MessageFormat format = new MessageFormat("date is {0,date,MMM d, yyyy}"); local
684 MessageFormat format = new MessageFormat("date {0,date}"); local
    [all...]

Completed in 801 milliseconds

1 2 3 4 5 6 78 91011>>