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

12 3 4 5 6 7 8 91011>>

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 23 import com.android.ide.common.api.IAttributeInfo.Format;
41 String property, EnumSet<Format> formats, String[] values,
60 EnumSet.of(Format.REFERENCE), null,
66 EnumSet.of(Format.DIMENSION, Format.ENUM),
74 EnumSet.of(Format.DIMENSION, Format.ENUM),
82 EnumSet.of(Format.DIMENSION, Format.ENUM),
91 EnumSet.of(Format.DIMENSION)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
selfmt.h 37 * object provided to the format method is a string that's matched
43 * <p>The main use case for the select format is gender based inflection.
104 * the form of the participle, uses a select format based on argument 1:</p>
137 * the <code>format</code> method matches no other keyword.
148 * format patterns. <code>SelectFormat</code> preserves these so that you
152 * automatically evaluate the resulting format pattern.
154 * in phrases to define a nested format pattern.</p>
169 * msgFmt->format(args1, 2, result, ignore, status);
184 class U_I18N_API SelectFormat : public Format {
210 * Sets the pattern used by this select format
    [all...]
measfmt.h 18 #include "unicode/format.h"
31 * <p>To format or parse a measure object, first create a formatter
33 * object's format and parse methods.
37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.h 1 // Protocol Buffers - Google's data interchange format
58 // Format key for constructor
59 enum Format {
66 // Simpler zlib stream format.
70 // buffer_size and format may be -1 for default of 64kB and GZIP format
73 Format format = AUTO,
92 Format format_;
112 // Format key for constructo
123 Format format; member in struct:google::protobuf::io::GzipOutputStream::Options
    [all...]
  /external/icu4c/i18n/unicode/
selfmt.h 38 * object provided to the format method is a string that's matched
48 * <p>The main use case for the select format is gender based inflection.
117 * the form of the participle, uses a select format based on argument 1:</p>
147 * the <code>format</code> method matches no other keyword.
167 * msgFmt->format(args1, 2, result, ignore, status);
183 class U_I18N_API SelectFormat : public Format {
209 * Sets the pattern used by this select format.
213 * @param pattern the pattern for this select format
222 using Format::format;
    [all...]
measfmt.h 18 #include "unicode/format.h"
31 * <p>To format or parse a measure object, first create a formatter
33 * object's format and parse methods.
37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
  /libcore/luni/src/test/java/libcore/java/text/
OldFormatTest.java 22 import java.text.Format;
29 private class MockFormat extends Format {
31 public StringBuffer format(Object obj, StringBuffer toAppendTo, method in class:OldFormatTest.MockFormat
50 * java.text.Format#clone() Test of method java.text.Format#clone().
55 Format fm = new MockFormat();
56 Format fmc = (Format) fm.clone();
62 assertEquals("", mf.format(""));
63 assertTrue("It calls an abstract metod format", true)
    [all...]
  /external/chromium_org/media/video/capture/
video_capture_types.h 37 // Capabilities describe the format a camera capture video in.
40 enum Format {
41 kColorUnknown, // Color format not set.
64 Format color,
80 Format color; // Desired video type.
82 bool interlaced; // Need interlace format.
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 45 cl::opt<YAMLObjectFormat> Format(
46 "format",
49 clEnumValN(YOF_COFF, "coff", "COFF object file format"),
50 clEnumValN(YOF_ELF, "elf", "ELF object file format"),
63 if (Format == YOF_COFF) {
65 } else if (Format == YOF_ELF) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction10x.java 29 package org.jf.dexlib.Code.Format;
55 public Format getFormat() {
56 return Format.Format10x;
UnknownInstruction.java 32 package org.jf.dexlib.Code.Format;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Instruction.java 31 import org.jf.dexlib.Code.Format.Format;
44 return opcode.format.size/2;
51 public abstract Format getFormat();
  /external/chromium_org/media/audio/
audio_parameters.h 31 enum Format {
35 AUDIO_LAST_FORMAT // Only used for validation of format.
46 AudioParameters(Format format, ChannelLayout channel_layout,
49 AudioParameters(Format format, ChannelLayout channel_layout,
53 void Reset(Format format, ChannelLayout channel_layout,
71 Format format() const { return format_; function in class:media::AudioParameters
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 using MeasureFormat::format;
69 * Override Format API.
71 virtual UnicodeString& format(const Formattable& obj,
77 * Override Format API.
84 * Override Format API.
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_none.cpp 32 SkMask::Format maskFormat,
42 SkMask::Format maskFormat,
  /external/icu4c/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 using MeasureFormat::format;
69 * Override Format API.
71 virtual UnicodeString& format(const Formattable& obj,
77 * Override Format API.
84 * Override Format API.
  /external/jhead/
makernote.c 8 // Process exif format directory, as used by Cannon maker note
38 int Tag, Format, Components;
45 Format = Get16u(DirEntry+2);
48 if ((Format-1) >= NUM_FORMATS) {
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
59 ByteCount = Components * BytesPerFormat[Format];
86 switch(Format){
115 PrintFormatNumber(ValuePtr, Format, ByteCount);
126 if (Tag == 4 && Format == FMT_USHORT)
    [all...]
gpsinfo.c 77 int format = GpsTags[i].Format; local
78 if (format == 0) {
79 printf("tag %s format not defined", GpsTags[i].Desc);
95 int format = GpsTags[i].Format; local
96 if (format == 0) {
97 printf("tag %s format not defined", GpsTags[i].Desc);
100 return format;
143 unsigned Tag, Format, Components
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_none.cpp 32 SkMask::Format maskFormat,
42 SkMask::Format maskFormat,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
UnresolvedOdexInstructionMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
32 import org.jf.dexlib.Code.Format.UnresolvedOdexInstruction;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 50 typedef SkTRegistry<SkImageDecoder::Format, SkStream*> FormatReg;
52 template FormatReg* SkTRegistry<SkImageDecoder::Format, SkStream*>::gHead;
54 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStream* stream) {
57 Format format = curr->factory()(stream); local
63 if (format != kUnknown_Format) {
64 return format;
  /external/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 50 typedef SkTRegistry<SkImageDecoder::Format, SkStream*> FormatReg;
52 template FormatReg* SkTRegistry<SkImageDecoder::Format, SkStream*>::gHead;
54 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStream* stream) {
57 Format format = curr->factory()(stream); local
63 if (format != kUnknown_Format) {
64 return format;
  /frameworks/rs/cpu_ref/linkloader/utils/
raw_ostream.h 21 #include <llvm/Support/Format.h>
29 char const * = "", // Format string.
30 ...); // Format variable.
  /libcore/luni/src/main/java/java/text/
FieldPosition.java 22 * to the format method with such a parameter, then the indices will be set to
26 * various format classes (for example {@code NumberFormat.INTEGER_FIELD}) or
27 * one of the fields of type {@code Format.Field}.
36 private Format.Field myAttribute;
55 public FieldPosition(Format.Field attribute) {
69 public FieldPosition(Format.Field attribute, int field) {
131 public Format.Field getFieldAttribute() {

Completed in 339 milliseconds

12 3 4 5 6 7 8 91011>>