/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
PlatformLogo.h | 53 @param Format The format of the image. Examples: BMP, JPEG.
55 supports the .bmp file format.
70 OUT IMAGE_FORMAT *Format,
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibNull/ |
DebugLib.c | 22 GetDebugPrintErrorLevel (), then print the message specified by Format and the
25 If Format is NULL, then ASSERT().
28 @param Format Format string for the debug message to print.
30 based on the format string specified by Format.
37 IN CONST CHAR8 *Format,
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
JSystem.cs | 83 throw new ArgumentException( string.Format( "Unknown system property: '{0}'", name ) );
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
JSystem.cs | 82 throw new ArgumentException( string.Format( "Unknown system property: '{0}'", name ) );
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
histogram_set_json_output_formatter.py | 17 def Format(self, page_test_results):
|
output_formatter.py | 17 CSV format.""" 27 def Format(self, page_test_results):
|
/external/gemmlowp/public/ |
gemmlowp.h | 64 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, 70 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, 78 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, 84 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar,
|
/external/icu/icu4c/source/i18n/ |
currfmt.cpp | 39 Format* CurrencyFormat::clone() const { 43 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat 48 return fmt->format(obj, appendTo, pos, ec);
|
reldtfmt.h | 17 * \brief C++ API: Format and parse relative dates and times. 69 * Clone this Format object polymorphically. The caller owns the result and 74 virtual Format* clone(void) const; 77 * Return true if the given Format objects are semantically equal. Objects 80 * @return true if the given Format objects are semantically equal. 83 virtual UBool operator==(const Format& other) const; 86 using DateFormat::format; 89 * Format a date or time, which is the standard millis since 24:00 GMT, Jan 104 virtual UnicodeString& format( Calendar& cal, 109 * Format an object to produce a string. This method handles Formattabl [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-small-data-fixups.s | 13 ; CHECK: Format: Mach-O arm64
|
/external/skia/include/effects/ |
SkTableMaskFilter.h | 46 SkMask::Format getFormat() const override;
|
/external/skia/src/sfnt/ |
SkOTTable_post.h | 23 struct Format { 32 } format; variable in typeref:struct:SkOTTablePostScript
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
UnresolvedOdexInstructionMethodItem.java | 29 package org.jf.baksmali.Adaptors.Format;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
SmaliInstruction.java | 38 import org.jf.dexlib2.Format; 177 if (!opcode.format.isPayloadFormat) { 178 return opcode.format.size; 179 } else if (opcode.format == Format.ArrayPayload) { 184 } else if (opcode.format == Format.PackedSwitchPayload) { 186 } else if (opcode.format == Format.SparseSwitchPayload) {
|
/external/swiftshader/src/Main/ |
FrameBufferGDI.cpp | 74 void FrameBufferGDI::flip(void *source, Format sourceFormat, size_t sourceStride) 79 void FrameBufferGDI::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) 95 void FrameBufferGDI::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride) 100 void FrameBufferGDI::blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
|
/external/swiftshader/src/OpenGL/libGL/ |
Display.h | 33 sw::Format format; member in struct:gl::DisplayMode
|
Device.hpp | 57 virtual Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard); 58 virtual Image *createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable);
|
/frameworks/base/core/java/android/hardware/ |
HardwareBuffer.java | 45 public @interface Format { 48 /** Format: 8 bits each red, green, blue, alpha */ 50 /** Format: 8 bits each red, green, blue, alpha, alpha is always 0xFF */ 52 /** Format: 8 bits each red, green, blue, no alpha */ 54 /** Format: 5 bits each red and blue, 6 bits green, no alpha */ 56 /** Format: 16 bits each red, green, blue, alpha */ 58 /** Format: 10 bits each red, green, blue, 2 bits alpha */ 60 /** Format: opaque format used for raw data transfer; must have a height of 1 */ 108 * format is not a supported Format type.</p [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
Support_Format.java | 22 import java.text.Format; 37 protected void t_FormatWithField(int count, Format format, Object object, 38 String text, Format.Field field, int begin, int end) { 41 format.format(object, buffer, pos); 58 protected void t_Format(int count, Object object, Format format, Vector<FieldContainer> expectedResults) { 59 Vector<FieldContainer> results = findFields(format.formatToCharacterIterator(object)); 61 format.format(object) + "\n" [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_Format.java | 22 import java.text.Format; 36 protected void t_FormatWithField(int count, Format format, Object object, 37 String text, Format.Field field, int begin, int end) { 40 format.format(object, buffer, pos); 59 protected void t_Format(int count, Object object, Format format, 61 // System.out.println(format.format(object)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxgitype.h | 71 DXGI_FORMAT Format;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessageFormat.java | 25 import java.text.Format; 59 * <p><code>MessageFormat</code> differs from the other <code>Format</code> 71 * <p>An argument might not specify any format type. In this case, 77 * Format object is created, cached and used. 83 * <p>After construction, a custom Format object can be set for 98 * (or using a custom Format object if one was set). 153 * a <code>Format</code> instance for the format element. The following 154 * table shows how the values map to Format instances. Combinations not 156 * be a valid pattern string for the Format subclass used 918 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat 921 format(arguments, null, new AppendableWrapper(result), pos); method 952 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat 954 format(null, arguments, new AppendableWrapper(result), pos); method 973 public static String format(String pattern, Object... arguments) { method in class:MessageFormat 990 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat 1030 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat 1033 format(arguments, new AppendableWrapper(result), pos); method 1081 format(arguments, wrapper, null); method 1565 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat 1724 format(msgStart, pluralNumber, args, argsMap, dest, null); method 2079 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat 2081 format(null, (Map<String, Object>)arguments, result, fp); method 2083 format((Object[])arguments, null, result, fp); method 2094 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessageFormat.java | 24 import java.text.Format; 58 * <p><code>MessageFormat</code> differs from the other <code>Format</code> 70 * <p>An argument might not specify any format type. In this case, 76 * Format object is created, cached and used. 82 * <p>After construction, a custom Format object can be set for 97 * (or using a custom Format object if one was set). 152 * a <code>Format</code> instance for the format element. The following 153 * table shows how the values map to Format instances. Combinations not 155 * be a valid pattern string for the Format subclass used 940 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat 943 format(arguments, null, new AppendableWrapper(result), pos); method 975 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat 977 format(null, arguments, new AppendableWrapper(result), pos); method 997 public static String format(String pattern, Object... arguments) { method in class:MessageFormat 1015 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat 1057 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat 1060 format(arguments, new AppendableWrapper(result), pos); method 1109 format(arguments, wrapper, null); method 1609 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat 1768 format(msgStart, pluralNumber, args, argsMap, dest, null); method 2123 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat 2125 format(null, (Map<String, Object>)arguments, result, fp); method 2127 format((Object[])arguments, null, result, fp); method 2138 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
dxgitype.idl | 61 DXGI_FORMAT Format;
|
/external/skia/include/core/ |
SkMask.h | 17 the 3-channel 3D format. These are passed to SkMaskFilter objects. 22 enum Format { 37 Format fFormat; 79 * this asserts that the mask's format is kLCD16_Format, and that (x,y) 92 * this asserts that the mask's format is 32bits, and that (x,y) 105 * at runtime based on the mask format. This will be slightly slower than 106 * using one of the routines where the format is implied by the name
|