Searched defs:Format (Results 1 - 25 of 86) sorted by relevance

1234

/external/icu4c/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
/external/llvm/tools/llvm-diff/
H A DDiffLog.h36 StringRef Format; member in class:llvm::LogBuilder
41 LogBuilder(Consumer &c, StringRef Format) argument
42 : consumer(c), Format(Format) {}
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DArrayDataMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
33 import org.jf.dexlib.Code.Format.ArrayDataPseudoInstruction;
H A DInstructionMethodItemFactory.java29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.*;
H A DOffsetInstructionFormatMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DUnresolvedOdexInstructionMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.UnresolvedOdexInstruction;
H A DPackedSwitchMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
35 import org.jf.dexlib.Code.Format.PackedSwitchDataPseudoInstruction;
H A DSparseSwitchMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
35 import org.jf.dexlib.Code.Format.SparseSwitchDataPseudoInstruction;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction10x.java29 package org.jf.dexlib.Code.Format;
55 public Format getFormat() {
56 return Format.Format10x;
H A DUnresolvedOdexInstruction.java29 package org.jf.dexlib.Code.Format;
59 public Format getFormat() {
60 return Format.UnresolvedOdexInstruction;
H A DInstruction10t.java29 package org.jf.dexlib.Code.Format;
79 public Format getFormat() {
80 return Format.Format10t;
H A DInstruction11n.java29 package org.jf.dexlib.Code.Format;
72 public Format getFormat() {
73 return Format.Format11n;
H A DInstruction11x.java29 package org.jf.dexlib.Code.Format;
63 public Format getFormat() {
64 return Format.Format11x;
H A DInstruction12x.java29 package org.jf.dexlib.Code.Format;
66 public Format getFormat() {
67 return Format.Format12x;
H A DInstruction20t.java29 package org.jf.dexlib.Code.Format;
81 public Format getFormat() {
82 return Format.Format20t;
H A DInstruction21c.java29 package org.jf.dexlib.Code.Format;
83 public Format getFormat() {
84 return Format.Format21c;
H A DInstruction21h.java29 package org.jf.dexlib.Code.Format;
68 public Format getFormat() {
69 return Format.Format21h;
H A DInstruction21s.java29 package org.jf.dexlib.Code.Format;
68 public Format getFormat() {
69 return Format.Format21s;
H A DInstruction22x.java29 package org.jf.dexlib.Code.Format;
71 public Format getFormat() {
72 return Format.Format22x;
H A DInstruction30t.java29 package org.jf.dexlib.Code.Format;
65 public Format getFormat() {
66 return Format.Format30t;
H A DInstruction31c.java29 package org.jf.dexlib.Code.Format;
70 public Format getFormat() {
71 return Format.Format31c;
H A DInstruction31i.java29 package org.jf.dexlib.Code.Format;
68 public Format getFormat() {
69 return Format.Format31i;
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h49 enum Format { RGBA8, BGRA8 }; enum in class:WebCore::Texture
50 static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height);
54 Format format() const { return m_format; }
57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int width, int height, int maxTextureSize);
59 Format m_format;
/external/icu4c/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
39 /* Format class implementation ---------------------------------------------- */
49 // class Format
66 Format::Format() function in class:Format
74 Format::~Format()
81 Format::Format(const Format function in class:Format
[all...]
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.h20 struct Format { struct in class:GrGLStencilBuffer
30 const Format& format)
44 const Format& format() const { return fFormat; }
52 Format fFormat;

Completed in 205 milliseconds

1234