HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 151 - 175 of 1259) sorted by null

1 2 3 4 5 67 8 91011>>

  /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; }
BuilderInstruction45cc.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format45cc;
86 @Override public Format getFormat() { return FORMAT; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
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; }
  /external/swiftshader/src/Main/
FrameBufferDD.hpp 31 void flip(void *source, Format sourceFormat, size_t sourceStride) override;
32 void blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) override;
34 void flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride) override;
35 void blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) override;
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 33 public @interface Format { }
39 /** System chooses a format that supports translucency (many alpha bits) */
43 * System chooses a format that supports transparency
48 /** System chooses an opaque format (no alpha bits required) */
103 public static void getPixelFormatInfo(@Format int format, PixelFormat info) {
104 switch (format) {
142 throw new IllegalArgumentException("unknown pixel format " + format);
146 public static boolean formatHasAlpha(@Format int format)
    [all...]
  /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...]
  /system/vold/fs/
Vfat.h 34 status_t Format(const std::string& source, unsigned long numSectors);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
Sprint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR16 *Format,
72 Process format and place the results in Buffer for wide chars.
76 Buffer - Wide char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for wide chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
Sprint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR8 *Format,
72 Process format and place the results in Buffer for narrow chars.
76 Buffer - Narrow char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for narrow chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
Sprint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR16 *Format,
72 Process format and place the results in Buffer for wide chars.
76 Buffer - Wide char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for wide chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
Sprint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR8 *Format,
72 Process format and place the results in Buffer for narrow chars.
76 Buffer - Narrow char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for narrow chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
SPrint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR16 *Format,
72 Process format and place the results in Buffer for wide chars.
76 Buffer - Wide char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for wide chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
SPrint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR8 *Format,
72 Process format and place the results in Buffer for narrow chars.
76 Buffer - Narrow char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for narrow chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
SPrint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
64 IN CONST CHAR16 *Format,
71 Process format and place the results in Buffer for wide chars.
75 Buffer - Wide char buffer to print the results of the parsing of Format into.
77 Format - Format string
78 ... - Vararg list consumed by processing Format.
89 VA_START (Marker, Format);
90 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
108 Process format and place the results in Buffer for wide chars.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
SPrint.c 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR8 *Format,
72 Process format and place the results in Buffer for narrow chars.
76 Buffer - Narrow char buffer to print the results of the parsing of Format into.
78 Format - Format string
79 ... - Vararg list consumed by processing Format.
90 VA_START (Marker, Format);
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
110 Process format and place the results in Buffer for narrow chars.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 25 import static com.android.ide.common.api.IAttributeInfo.Format.BOOLEAN;
26 import static com.android.ide.common.api.IAttributeInfo.Format.DIMENSION;
27 import static com.android.ide.common.api.IAttributeInfo.Format.ENUM;
28 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG;
29 import static com.android.ide.common.api.IAttributeInfo.Format.FLOAT;
30 import static com.android.ide.common.api.IAttributeInfo.Format.INTEGER;
31 import static com.android.ide.common.api.IAttributeInfo.Format.REFERENCE;
32 import static com.android.ide.common.api.IAttributeInfo.Format.STRING;
37 import com.android.ide.common.api.IAttributeInfo.Format;
66 EnumSet<Format> formats = info.getFormats()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestAttributeInfo.java 26 private final EnumSet<Format> mFormats;
36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy,
63 public @NonNull EnumSet<Format> getFormats() {
  /external/v8/src/arm64/
disasm-arm64.cc 89 Format(instr, mnemonic, form);
136 Format(instr, mnemonic, form);
174 Format(instr, mnemonic, form);
209 Format(instr, mnemonic, form);
220 // The immediate encoded in the instruction is not in the expected format.
221 Format(instr, "unallocated", "(LogicalImmediate)");
252 Format(instr, mnemonic, form);
332 Format(instr, mnemonic, form);
347 Format(instr, mnemonic, form);
363 Format(instr, mnemonic, form)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
PrintLib.c 66 format string.
68 @param AsciiFormat TRUE if Format is an ASCII string. FALSE if Format is a Unicode string.
69 @param Format Null-terminated format string.
70 @param VaListMarker VA_LIST style variable argument list consumed by processing Format.
71 @param BaseListMarker BASE_LIST style variable argument list consumed by processing Format.
80 IN CONST CHAR8 *Format,
93 ASSERT (Format != NULL);
99 ASSERT (AsciiStrSize (Format) != 0);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/
Print.c 24 AvSPrint format specification has the follwoing form
109 IN CONST CHAR8 *Format,
116 ASPrint function to process format and place the results in Buffer.
120 Buffer - Ascii buffer to print the results of the parsing of Format into.
125 Format - Ascii format string see file header for more details.
127 ... - Vararg list consumed by processing Format.
138 VA_START(Marker, Format);
139 Return = AvSPrint(Buffer, BufferSize, Format, Marker);
157 AvSPrint function to process format and place the results in Buffer. Since a
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
ReportStatusCode.c 37 CHAR8 *Format;
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
82 Format,
93 Format = (CHAR8 *) (((UINT64 *) (DebugInfo + 1)) + 12);
95 CharCount = AsciiVSPrint (Buffer, EFI_STATUS_CODE_DATA_MAX_SIZE, Format, Marker);
  /external/deqp/framework/opengl/
gluStrUtil.inl     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 23 import com.android.ide.common.api.IAttributeInfo.Format;
55 AttributeInfo info = new AttributeInfo("test", EnumSet.noneOf(Format.class));
62 AttributeInfo info = new AttributeInfo("test", Format.STRING_SET);
69 AttributeInfo info = new AttributeInfo("test", Format.BOOLEAN_SET);
80 AttributeInfo info = new AttributeInfo("test", Format.INTEGER_SET);
95 AttributeInfo info = new AttributeInfo("test", Format.FLOAT_SET);
115 AttributeInfo info = new AttributeInfo("test", Format.DIMENSION_SET);
127 // Since we allow resources even when not specified in format, don't assert
133 AttributeInfo info = new AttributeInfo("test", Format.COLOR_SET);
146 AttributeInfo info = new AttributeInfo("test", EnumSet.<Format>of(Format.FRACTION))
    [all...]

Completed in 626 milliseconds

1 2 3 4 5 67 8 91011>>