/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/ |
DebugLib.c | 34 GetDebugPrintErrorLevel (), then print the message specified by Format and the
37 If Format is NULL, then ASSERT().
39 If the length of the message string specificed by Format is larger than the maximum allowable
43 @param Format Format string for the debug message to print.
45 based on the format string specified by Format.
52 IN CONST CHAR8 *Format,
66 // If Format is NULL, then ASSERT().
68 ASSERT (Format != NULL); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/ |
DebugLib.c | 34 GetDebugPrintErrorLevel (), then print the message specified by Format and the
37 If Format is NULL, then ASSERT().
39 If the length of the message string specificed by Format is larger than the maximum allowable
43 @param Format Format string for the debug message to print.
45 based on the format string specified by Format.
52 IN CONST CHAR8 *Format,
65 // If Format is NULL, then ASSERT().
67 ASSERT (Format != NULL); [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldFormatFieldTest.java | 20 import java.text.Format; 24 private class MockFormatField extends Format.Field {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/ |
StdErr.c | 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR8 *Format,
79 Format - Ascii format string see file header for more details.
81 ... - Vararg list consumed by processing Format.
96 MaxIndex = EfiAsciiStrLen ((CHAR8 *) Format);
99 // Format string was too long for use to process.
116 UnicodeFormat[Index] = (CHAR16) Format[Index];
121 VA_START (Marker, Format);
142 IN CONST CHAR8 *Format,
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/ |
StdErr.c | 24 VSPrint, Print, SPrint format specification has the follwoing form
65 IN CONST CHAR8 *Format,
79 Format - Ascii format string see file header for more details.
81 ... - Vararg list consumed by processing Format.
96 MaxIndex = EfiAsciiStrLen ((CHAR8 *) Format);
99 // Format string was too long for use to process.
116 UnicodeFormat[Index] = (CHAR16) Format[Index];
121 VA_START (Marker, Format);
142 IN CONST CHAR8 *Format,
[all...] |
/external/deqp/framework/egl/ |
egluStrUtil.inl | 285 tcu::Format::Bitfield<16> getAPIBitsStr (int value) 287 static const tcu::Format::BitDesc s_desc[] = 289 tcu::Format::BitDesc(EGL_OPENGL_BIT, "EGL_OPENGL_BIT"), 290 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"), 291 tcu::Format::BitDesc(EGL_OPENGL_ES2_BIT, "EGL_OPENGL_ES2_BIT"), 292 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"), 293 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"), 295 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 298 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value) 300 static const tcu::Format::BitDesc s_desc[] [all...] |
/libcore/ojluni/src/main/java/java/text/ |
FieldPosition.java | 42 * <code>FieldPosition</code> is a simple class used by <code>Format</code> 48 * subclasses of <code>Format</code>. 49 * <li>By a <code>Format.Field</code> constant, see <code>ERA_FIELD</code> 59 * One version of the <code>format</code> method in the various 60 * <code>Format</code> classes requires a <code>FieldPosition</code> 61 * object as an argument. You use this <code>format</code> method 67 * formatted string use the <code>Format</code> method 71 * @see java.text.Format 77 * The meaning depends on the subclass of Format. 96 private Format.Field attribute [all...] |
/external/swiftshader/src/Main/ |
FrameBuffer.hpp | 30 Format destFormat; 31 Format sourceFormat; 48 virtual void flip(void *source, Format sourceFormat, size_t sourceStride) = 0; 49 virtual void blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) = 0; 61 void copy(void *source, Format format, size_t stride); 64 Format sourceFormat; 65 Format destFormat;
|
/external/swiftshader/src/OpenGL/libEGL/ |
Config.h | 15 // Config.h: Defines the egl::Config class, describing the format, type 35 Config(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample); 39 const sw::Format mDisplayFormat; 40 const sw::Format mRenderTargetFormat; 41 const sw::Format mDepthStencilFormat; 59 EGLBoolean mMatchNativePixmap; // Match the native pixmap format 94 void add(sw::Format displayFormat, EGLint minSwapInterval, EGLint maxSwapInterval, sw::Format renderTargetFormat, sw::Format depthStencilFormat, EGLint multiSample) [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
Format.java | 34 public enum Format { 76 private Format(int size) { 80 private Format(int size, boolean isPayloadFormat) {
|
/external/skia/src/gpu/gl/ |
GrGLStencilAttachment.h | 19 struct Format { 35 const Format& format) 36 : GrStencilAttachment(gpu, width, height, format.fStencilBits, sampleCnt) 37 , fFormat(format) 46 const Format& format() const { return fFormat; } function in class:GrGLStencilAttachment 58 Format fFormat;
|
/external/skia/src/gpu/vk/ |
GrVkStencilAttachment.h | 20 struct Format { 28 int sampleCnt, const Format& format); 45 const Format& format, 52 Format fFormat;
|
/external/skia/src/opts/ |
SkBlitMask_opts_none.cpp | 15 SkMask::Format maskFormat,
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
BuilderInstruction11n.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format11n; 60 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction11x.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format11x; 55 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction12x.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format12x; 59 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction21c.java | 34 import org.jf.dexlib2.Format; 44 public static final Format FORMAT = Format.Format21c; 61 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction21ih.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format21ih; 61 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction21lh.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format21lh; 60 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction21s.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format21s; 60 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction21t.java | 34 import org.jf.dexlib2.Format; 44 public static final Format FORMAT = Format.Format21t; 57 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction22b.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format22b; 64 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction22s.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format22s; 64 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction22t.java | 34 import org.jf.dexlib2.Format; 44 public static final Format FORMAT = Format.Format22t; 61 @Override public Format getFormat() { return FORMAT; }
|
BuilderInstruction22x.java | 34 import org.jf.dexlib2.Format; 43 public static final Format FORMAT = Format.Format22x; 59 @Override public Format getFormat() { return FORMAT; }
|