HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 101 - 125 of 870) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction3rc.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format3rc;
78 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction3rmi.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format3rmi;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction3rms.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format3rms;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction35c.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format35c;
97 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction35mi.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format35mi;
93 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction35ms.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format35ms;
93 @Override public Format getFormat() { return FORMAT; }
  /system/vold/fs/
F2fs.h 32 status_t Format(const std::string& source);
Vfat.h 34 status_t Format(const std::string& source, unsigned long numSectors);
  /external/deqp/framework/opengl/
gluCallLogWrapper.cpp 47 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, deUint32 size)
53 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, int size)
93 return str << tcu::Format::Enum<int, 2>(getFramebufferAttachmentTypeName, *fmt.value);
96 return str << tcu::Format::Enum<int, 2>(getCubeMapFaceName, *fmt.value);
99 return str << tcu::Format::Enum<int, 2>(getTypeName, *fmt.value);
102 return str << tcu::Format::Enum<int, 2>(getFramebufferColorEncodingName, *fmt.value);
105 return str << tcu::Format::Enum<int, 2>(getBooleanName, *fmt.value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 26 import static com.android.ide.common.api.IAttributeInfo.Format.BOOLEAN;
27 import static com.android.ide.common.api.IAttributeInfo.Format.COLOR;
28 import static com.android.ide.common.api.IAttributeInfo.Format.DIMENSION;
29 import static com.android.ide.common.api.IAttributeInfo.Format.ENUM;
30 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG;
31 import static com.android.ide.common.api.IAttributeInfo.Format.FLOAT;
32 import static com.android.ide.common.api.IAttributeInfo.Format.FRACTION;
33 import static com.android.ide.common.api.IAttributeInfo.Format.INTEGER;
34 import static com.android.ide.common.api.IAttributeInfo.Format.STRING;
49 * the attribute was declared. This must include a format (string, reference, float, etc.)
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfB44Compressor.h 65 virtual Format format () const;
102 Format _format;
ImfCompressor.h 83 // Format of the pixel data read and written
85 // The default implementation of format()
89 enum Format
91 NATIVE, // the machine's native format
92 XDR // Xdr format
95 virtual Format format () const;
ImfPizCompressor.h 64 virtual Format format () const;
100 Format _format;
  /external/skia/include/core/
SkImageDecoder.h 31 enum Format {
47 /** Return the format of image this decoder can decode. If this decoder can decode multiple
50 virtual Format getFormat() const;
61 /** Return the format of the SkStreamRewindable or kUnknown_Format if it cannot be determined.
64 static Format GetStreamFormat(SkStreamRewindable*);
66 /** Return a readable string of the Format provided.
68 static const char* GetFormatName(Format);
236 @param format On success, if format is non-null, it is set to the format
    [all...]
  /external/skia/src/core/
SkBlitMask.h 18 * Returns true if the device config and mask format were supported.
67 * May return nullptr if config or format are not supported.
69 static RowProc RowFactory(SkColorType, SkMask::Format, RowFlags);
75 static RowProc PlatformRowProcs(SkColorType, SkMask::Format, RowFlags);
  /external/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 48 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStreamRewindable* stream) {
51 Format format = curr->factory()(stream); local
57 if (format != kUnknown_Format) {
58 return format;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
BuilderInstruction.java 34 import org.jf.dexlib2.Format;
56 public abstract Format getFormat();
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.h 36 * Call setup with a valid InputStream reference and pixel format.
46 Jpeg_Config::Format format);
83 Jpeg_Config::Format mFormat;
jpeg_writer.h 37 * width, pixel format, and compression quality in range (0, 100].
42 Jpeg_Config::Format format, int32_t quality);
78 Jpeg_Config::Format mFormat;
  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 47 /// PCHGenerator that produces a wrapper file format containing a
61 /// Equivalent to the format passed to -fmodule-format=
105 const PCHContainerWriter *getWriterOrNull(StringRef Format) {
106 return Writers[Format].get();
108 const PCHContainerReader *getReaderOrNull(StringRef Format) {
109 return Readers[Format].get();
  /external/clang/lib/
Makefile 13 FrontendTool Tooling Driver Format Edit Rewrite Serialization \
  /external/clang/unittests/
Makefile 17 PARALLEL_DIRS = CodeGen Basic Lex Driver Format ASTMatchers AST Tooling \
  /external/gemmlowp/internal/
kernel_SSE.h 36 Format;
46 std::int32_t run_depth_cells = run_depth / Format::kDepth;
209 Format;
219 const std::int64_t run_depth_cells = run_depth / Format::kDepth;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction35c.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format35c;
81 @Override public Format getFormat() { return FORMAT; }
  /libcore/ojluni/src/main/java/java/text/
Format.java 44 * <code>Format</code> is an abstract base class for formatting locale-sensitive
48 * <code>Format</code> defines the programming interface for formatting
50 * <code>format</code> method) and for parsing <code>String</code>s back
54 * Generally, a format's <code>parseObject</code> method must be able to parse
55 * any string formatted by its <code>format</code> method. However, there may
57 * <code>format</code> method might create two adjacent integer numbers with
64 * The Java Platform provides three specialized subclasses of <code>Format</code>--
71 * <li> <code>format(Object obj, StringBuffer toAppendTo, FieldPosition pos)</code>
77 * Subclasses often also provide additional <code>format</code> methods for
81 * when no text in the required format is at the beginning of the input text
156 public final String format (Object obj) { method in class:Format
178 public abstract StringBuffer format(Object obj, method in class:Format
    [all...]

Completed in 1953 milliseconds

1 2 3 45 6 7 8 91011>>