/external/deqp/external/vulkancts/framework/vulkan/ |
vkDebugReportUtil.cpp | 35 tcu::Format::Bitfield<32> shortDebugFlagsStr (VkDebugReportFlagsEXT flags) 37 static const tcu::Format::BitDesc s_bits[] = 39 tcu::Format::BitDesc(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, "INFO"), 40 tcu::Format::BitDesc(VK_DEBUG_REPORT_WARNING_BIT_EXT, "WARNING"), 41 tcu::Format::BitDesc(VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, "PERFORMANCE"), 42 tcu::Format::BitDesc(VK_DEBUG_REPORT_ERROR_BIT_EXT, "ERROR"), 43 tcu::Format::BitDesc(VK_DEBUG_REPORT_DEBUG_BIT_EXT, "DEBUG"), 46 return tcu::Format::Bitfield<32>(flags, DE_ARRAY_BEGIN(s_bits), DE_ARRAY_END(s_bits)); 86 tcu::Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT objectType) 88 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType) [all...] |
vkStrUtil.inl | 49 inline tcu::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineCacheHeaderVersion value) { return tcu::Format::Enum<VkPipelineCacheHeaderVersion>(getPipelineCacheHeaderVersionName, value); } 50 inline tcu::Format::Enum<VkResult> getResultStr (VkResult value) { return tcu::Format::Enum<VkResult>(getResultName, value); } 51 inline tcu::Format::Enum<VkStructureType> getStructureTypeStr (VkStructureType value) { return tcu::Format::Enum<VkStructureType>(getStructureTypeName, value); } 52 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocationScope value) { return tcu::Format::Enum<VkSystemAllocationScope>(getSystemAllocationScopeName, value); } 53 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value) { return tcu::Format::Enum<VkInternalAllocationType>(getInternalAllocationTypeName, value); [all...] |
vkStrUtilImpl.inl | [all...] |
/external/icu/icu4c/source/data/brkitr/rules/ |
word.txt | 36 $Format = [\p{Word_Break = Format}]; 76 # Rules 4 Ignore Format and Extend characters, 80 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*; 81 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*; 82 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*; 83 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*; 84 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*; 85 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*; 86 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)* [all...] |
word_POSIX.txt | 36 $Format = [\p{Word_Break = Format}]; 76 # Rules 4 Ignore Format and Extend characters, 80 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*; 81 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*; 82 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*; 83 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*; 84 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*; 85 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*; 86 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)* [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/pdfium/xfa/fxfa/parser/ |
cxfa_measurement.cpp | 40 wsMeasure.Format(L"%.8gmm", GetValue()); 43 wsMeasure.Format(L"%.8gpt", GetValue()); 46 wsMeasure.Format(L"%.8gin", GetValue()); 49 wsMeasure.Format(L"%.8gcm", GetValue()); 52 wsMeasure.Format(L"%.8gmp", GetValue()); 55 wsMeasure.Format(L"%.8gpc", GetValue()); 58 wsMeasure.Format(L"%.8gem", GetValue()); 61 wsMeasure.Format(L"%.8g%%", GetValue()); 64 wsMeasure.Format(L"%.8g", GetValue());
|
/external/swiftshader/src/OpenGL/libGL/ |
utilities.h | 43 int ComputePixelSize(GLenum format, GLenum type); 44 GLsizei ComputePitch(GLsizei width, GLenum format, GLenum type, GLint alignment); 45 GLsizei ComputeCompressedPitch(GLsizei width, GLenum format); 46 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format); 47 bool IsCompressed(GLenum format); 48 bool IsDepthTexture(GLenum format); 49 bool IsStencilTexture(GLenum format); 53 bool CheckTextureFormatType(GLenum format, GLenum type); 75 sw::Format ConvertRenderbufferFormat(GLenum format); [all...] |
/external/swiftshader/src/OpenGL/libGLES_CM/ |
utilities.h | 33 bool IsCompressed(GLenum format); 34 bool IsDepthTexture(GLenum format); 35 bool IsStencilTexture(GLenum format); 39 bool CheckTextureFormatType(GLenum format, GLenum type); 66 sw::Format ConvertRenderbufferFormat(GLenum format); 74 GLuint GetAlphaSize(sw::Format colorFormat); 75 GLuint GetRedSize(sw::Format colorFormat); 76 GLuint GetGreenSize(sw::Format colorFormat); 77 GLuint GetBlueSize(sw::Format colorFormat) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ |
Debug.c | 86 IN CHAR8 *Format,
102 Format - String to use for the print, followed by Print arguments.
127 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer);
143 IN CHAR8 *Format,
156 Format - String to use for the print, followed by Print arguments.
169 VA_START (Marker, Format);
170 EfiDebugVPrint (ErrorLevel, Format, Marker);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
Debug.c | 77 IN CHAR8 *Format,
91 Format - String to use for the print, followed by Print arguments.
107 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer);
123 IN CHAR8 *Format,
139 Format - String to use for the print, followed by Print arguments.
141 ... - VAR args for Format
151 VA_START (Marker, Format);
152 EfiDebugVPrint (ErrorLevel, Format, Marker);
|
/external/icu/icu4c/source/i18n/unicode/ |
msgfmt.h | 15 * 07/22/98 stephen Removed operator!= (defined in Format) 31 #include "unicode/format.h" 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 99 * (or using a custom Format object if one was set). 155 * a <code>Format</code> instance for the format element. The following 156 * table shows how the values map to Format instances. Combinations no [all...] |
selfmt.h | 40 * object provided to the format method is a string that's matched 50 * <p>The main use case for the select format is gender based inflection. 119 * the form of the participle, uses a select format based on argument 1:</p> 149 * the <code>format</code> method matches no other keyword. 169 * msgFmt->format(args1, 2, result, ignore, status); 185 class U_I18N_API SelectFormat : public Format { 211 * Sets the pattern used by this select format. 215 * @param pattern the pattern for this select format 224 using Format::format; [all...] |
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.h | 1 // Protocol Buffers - Google's data interchange format 57 // Format key for constructor 58 enum Format { 65 // Simpler zlib stream format. 69 // buffer_size and format may be -1 for default of 64kB and GZIP format 72 Format format = AUTO, 91 Format format_; 112 // Format key for constructo 123 Format format; member in struct:google::protobuf::io::GzipOutputStream::Options [all...] |
/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...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/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...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
gzip_stream.h | 1 // Protocol Buffers - Google's data interchange format 57 // Format key for constructor 58 enum Format { 65 // Simpler zlib stream format. 69 // buffer_size and format may be -1 for default of 64kB and GZIP format 72 Format format = AUTO, 91 Format format_; 112 // Format key for constructo 123 Format format; member in struct:google::protobuf::io::GzipOutputStream::Options [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/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...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/ |
Print.c | 24 VSPrint, Print, SPrint format specification has the follwoing form
67 IN CONST CHAR_W *Format,
74 SPrint function to process format and place the results in Buffer.
78 Buffer - Wide char buffer to print the results of the parsing of Format into.
83 Format - Format string see file header for more details.
85 ... - Vararg list consumed by processing Format.
96 VA_START (Marker, Format);
97 Return = VSPrint (Buffer, BufferSize, Format, Marker);
115 VSPrint function to process format and place the results in Buffer. Since a [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
Debug.c | 85 IN CHAR8 *Format,
101 Format - String to use for the print, followed by Print arguments.
114 VA_START (Marker, Format);
115 EfiDebugVPrintWorker (ErrorLevel, Format, Marker, sizeof (Buffer), Buffer);
|
/external/gemmlowp/internal/ |
compute.h | 32 typedef KernelFormat<KernelLhsFormat, KernelRhsFormat> Format; 69 start_row, start_col, Format::kRows, Format::kCols); 77 assert(rows % Format::kRows == 0); 78 assert(cols % Format::kCols == 0); 79 assert(depth % Format::kDepth == 0); 81 for (int c = 0; c < cols; c += Format::kCols) { 82 for (int r = 0; r < rows; r += Format::kRows) {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UFormat.java | 12 import java.text.Format; 17 * An abstract class that extends {@link java.text.Format} to provide 19 * API. All ICU format classes are subclasses of this class. 25 public abstract class UFormat extends Format {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UFormat.java | 11 import java.text.Format; 16 * An abstract class that extends {@link java.text.Format} to provide 18 * API. All ICU format classes are subclasses of this class. 25 public abstract class UFormat extends Format {
|
/external/swiftshader/src/Main/ |
FrameBufferAndroid.hpp | 33 void flip(void *source, Format sourceFormat, size_t sourceStride) override {blit(source, 0, 0, sourceFormat, sourceStride);}; 34 void blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride) override;
|