/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 96 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>… 97 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(… 98 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,… 99 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in… 100 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in… 101 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::… 102 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentParameterStr (int value) { return tcu::Fo… 103 inline tcu::Format::Enum<int, 2> getFramebufferTargetStr (int value) { return tcu::Format::Enu… 104 inline tcu::Format::Enum<int, 2> getFramebufferStatusStr (int value) { return tcu::Format::Enu… 105 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentTypeStr (int value) { return tcu::Forma… [all …]
|
D | gluStrUtil.inl | 7 const char* getErrorName (int value) 22 const char* getTypeName (int value) 72 const char* getParamQueryName (int value) 145 const char* getProgramParamName (int value) 182 const char* getUniformParamName (int value) 198 const char* getFramebufferAttachmentName (int value) 234 const char* getFramebufferAttachmentParameterName (int value) 256 const char* getFramebufferTargetName (int value) 268 const char* getFramebufferStatusName (int value) 286 const char* getFramebufferAttachmentTypeName (int value) [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStrUtil.inl | 172 …:Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) {… 173 …num<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentStoreOp value) … 174 inline tcu::Format::Enum<VkBlendFactor> getBlendFactorStr (VkBlendFactor value) … 175 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { r… 176 inline tcu::Format::Enum<VkBorderColor> getBorderColorStr (VkBorderColor value) … 177 …eHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineCacheHeaderVersion value) … 178 …:Enum<VkComponentSwizzle> getComponentSwizzleStr (VkComponentSwizzle value) {… 179 …m<VkCommandBufferLevel> getCommandBufferLevelStr (VkCommandBufferLevel value) {… 180 inline tcu::Format::Enum<VkCompareOp> getCompareOpStr (VkCompareOp value) … 181 …mat::Enum<VkDescriptorType> getDescriptorTypeStr (VkDescriptorType value) { … [all …]
|
D | vkStrUtilImpl.inl | 100 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value) 112 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value) 123 const char* getBlendFactorName (VkBlendFactor value) 150 const char* getBlendOpName (VkBlendOp value) 209 const char* getBorderColorName (VkBorderColor value) 225 tcu::Format::Bitfield<32> getFramebufferCreateFlagsStr (VkFramebufferCreateFlags value) 234 tcu::Format::Bitfield<32> getRenderPassCreateFlagsStr (VkRenderPassCreateFlags value) 243 tcu::Format::Bitfield<32> getSamplerCreateFlagsStr (VkSamplerCreateFlags value) 256 const char* getPipelineCacheHeaderVersionName (VkPipelineCacheHeaderVersion value) 265 tcu::Format::Bitfield<32> getPipelineCacheCreateFlagsStr (VkPipelineCacheCreateFlags value) [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkStrUtil.inl | 81 …ormat::Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) { re… 82 …mat::Enum<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentStoreOp value) { r… 83 inline tcu::Format::Enum<VkBlendFactor> getBlendFactorStr (VkBlendFactor value) { r… 84 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { return tcu… 85 inline tcu::Format::Enum<VkBorderColor> getBorderColorStr (VkBorderColor value) { r… 86 …neCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineCacheHeaderVersion value) { … 87 …ormat::Enum<VkComponentSwizzle> getComponentSwizzleStr (VkComponentSwizzle value) { re… 88 …t::Enum<VkCommandBufferLevel> getCommandBufferLevelStr (VkCommandBufferLevel value) { re… 89 inline tcu::Format::Enum<VkCompareOp> getCompareOpStr (VkCompareOp value) { retur… 90 inline tcu::Format::Enum<VkDescriptorType> getDescriptorTypeStr (VkDescriptorType value) … [all …]
|
D | vkStrUtilImpl.inl | 80 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value) 92 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value) 103 const char* getBlendFactorName (VkBlendFactor value) 130 const char* getBlendOpName (VkBlendOp value) 189 const char* getBorderColorName (VkBorderColor value) 205 tcu::Format::Bitfield<32> getFramebufferCreateFlagsStr (VkFramebufferCreateFlags value) 214 tcu::Format::Bitfield<32> getRenderPassCreateFlagsStr (VkRenderPassCreateFlags value) 223 tcu::Format::Bitfield<32> getSamplerCreateFlagsStr (VkSamplerCreateFlags value) 232 const char* getPipelineCacheHeaderVersionName (VkPipelineCacheHeaderVersion value) 242 tcu::Format::Bitfield<32> getPipelineCacheCreateFlagsStr (VkPipelineCacheCreateFlags value) [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 41 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() 113 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() 163 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() 215 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() 227 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() 241 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() 269 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() 295 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() 324 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() 336 VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags value ) in to_string() [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan_to_string.hpp | 28 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() 100 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() 150 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() 202 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() 214 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() 228 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() 256 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() 282 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() 311 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() 323 VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags value ) in to_string() [all …]
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan_to_string.hpp | 41 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() 114 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() 165 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() 222 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() 235 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() 250 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() 279 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() 306 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() 336 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() 349 VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags value ) in to_string() [all …]
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 120 public void writeDouble(final int fieldNumber, final double value) in writeDouble() 127 public void writeFloat(final int fieldNumber, final float value) in writeFloat() 134 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64() 141 public void writeInt64(final int fieldNumber, final long value) in writeInt64() 148 public void writeInt32(final int fieldNumber, final int value) in writeInt32() 155 public void writeFixed64(final int fieldNumber, final long value) in writeFixed64() 162 public void writeFixed32(final int fieldNumber, final int value) in writeFixed32() 169 public void writeBool(final int fieldNumber, final boolean value) in writeBool() 176 public void writeString(final int fieldNumber, final String value) in writeString() 183 public void writeGroup(final int fieldNumber, final MessageMicro value) in writeGroup() [all …]
|
/external/intel-media-driver/media_softlet/agnostic/common/os/user_setting/ |
D | media_user_setting_value.cpp | 32 Value::NUMERIC_VALUE::NUMERIC_VALUE(const bool value) : m_u64Data(0) in NUMERIC_VALUE() 36 Value::NUMERIC_VALUE::NUMERIC_VALUE(const uint32_t value) : m_u64Data(0) in NUMERIC_VALUE() 40 Value::NUMERIC_VALUE::NUMERIC_VALUE(const uint64_t value) : m_u64Data(0) in NUMERIC_VALUE() 44 Value::NUMERIC_VALUE::NUMERIC_VALUE(const int32_t value) : m_u64Data(0) in NUMERIC_VALUE() 48 Value::NUMERIC_VALUE::NUMERIC_VALUE(const int64_t value) : m_u64Data(0) in NUMERIC_VALUE() 52 Value::NUMERIC_VALUE::NUMERIC_VALUE(const float value) : m_u64Data(0) in NUMERIC_VALUE() 57 Value::NUMERIC_VALUE &Value::NUMERIC_VALUE::operator=(const int32_t &value) in operator =() 62 Value::NUMERIC_VALUE &Value::NUMERIC_VALUE::operator = (const int64_t &value) in operator =() 67 Value::NUMERIC_VALUE &Value::NUMERIC_VALUE::operator = (const uint32_t &value) in operator =() 72 Value::NUMERIC_VALUE &Value::NUMERIC_VALUE::operator = (const uint64_t &value) in operator =() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 234 public abstract void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() 238 public abstract void writeUInt32(int fieldNumber, int value) throws IOException; in writeUInt32() 241 public final void writeSInt32(final int fieldNumber, final int value) throws IOException { in writeSInt32() 247 public abstract void writeFixed32(int fieldNumber, int value) throws IOException; in writeFixed32() 250 public final void writeSFixed32(final int fieldNumber, final int value) throws IOException { in writeSFixed32() 255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() 261 public abstract void writeUInt64(int fieldNumber, long value) throws IOException; in writeUInt64() 264 public final void writeSInt64(final int fieldNumber, final long value) throws IOException { in writeSInt64() 270 public abstract void writeFixed64(int fieldNumber, long value) throws IOException; in writeFixed64() 273 public final void writeSFixed64(final int fieldNumber, final long value) throws IOException { in writeSFixed64() [all …]
|
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 234 public abstract void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() 238 public abstract void writeUInt32(int fieldNumber, int value) throws IOException; in writeUInt32() 241 public final void writeSInt32(final int fieldNumber, final int value) throws IOException { in writeSInt32() 247 public abstract void writeFixed32(int fieldNumber, int value) throws IOException; in writeFixed32() 250 public final void writeSFixed32(final int fieldNumber, final int value) throws IOException { in writeSFixed32() 255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() 261 public abstract void writeUInt64(int fieldNumber, long value) throws IOException; in writeUInt64() 264 public final void writeSInt64(final int fieldNumber, final long value) throws IOException { in writeSInt64() 270 public abstract void writeFixed64(int fieldNumber, long value) throws IOException; in writeFixed64() 273 public final void writeSFixed64(final int fieldNumber, final long value) throws IOException { in writeSFixed64() [all …]
|
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 234 public abstract void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() 238 public abstract void writeUInt32(int fieldNumber, int value) throws IOException; in writeUInt32() 241 public final void writeSInt32(final int fieldNumber, final int value) throws IOException { in writeSInt32() 247 public abstract void writeFixed32(int fieldNumber, int value) throws IOException; in writeFixed32() 250 public final void writeSFixed32(final int fieldNumber, final int value) throws IOException { in writeSFixed32() 255 public final void writeInt64(final int fieldNumber, final long value) throws IOException { in writeInt64() 261 public abstract void writeUInt64(int fieldNumber, long value) throws IOException; in writeUInt64() 264 public final void writeSInt64(final int fieldNumber, final long value) throws IOException { in writeSInt64() 270 public abstract void writeFixed64(int fieldNumber, long value) throws IOException; in writeFixed64() 273 public final void writeSFixed64(final int fieldNumber, final long value) throws IOException { in writeSFixed64() [all …]
|
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 7 const char* getBooleanName (int value) 17 const char* getBoolDontCareName (int value) 28 const char* getAPIName (int value) 39 const char* getErrorName (int value) 62 const char* getContextAttribName (int value) 74 const char* getConfigAttribName (int value) 113 const char* getSurfaceAttribName (int value) 137 const char* getYuvOrderName (int value) 153 const char* getYuvPlaneBppName (int value) 164 const char* getColorComponentTypeName (int value) [all …]
|
D | egluStrUtilPrototypes.inl | 29 inline tcu::Format::Enum<int, 2> getBooleanStr (int value) { return tcu::Format::Enum<int, 2>(g… 30 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, … 31 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getA… 32 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(ge… 33 inline tcu::Format::Enum<int, 2> getContextAttribStr (int value) { return tcu::Format::Enum<int,… 34 inline tcu::Format::Enum<int, 2> getConfigAttribStr (int value) { return tcu::Format::Enum<int, … 35 inline tcu::Format::Enum<int, 2> getSurfaceAttribStr (int value) { return tcu::Format::Enum<int,… 36 inline tcu::Format::Enum<int, 2> getYuvOrderStr (int value) { return tcu::Format::Enum<int, 2>(… 37 inline tcu::Format::Enum<int, 2> getYuvPlaneBppStr (int value) { return tcu::Format::Enum<int, 2… 38 inline tcu::Format::Enum<int, 2> getColorComponentTypeStr (int value) { return tcu::Format::Enum<i… [all …]
|
/external/icu/tools/srcgen/ |
D | flagged-api.json | 4 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 8 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 12 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 16 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 20 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 24 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 28 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 32 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 36 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string 40 "value": "com.android.icu.Flags.FLAG_ICU_25Q2_API" string [all …]
|
/external/tpm2-tss/src/util/ |
D | tss2_endian.h | 18 #define HOST_TO_BE_16(value) htobe16(value) argument 19 #define HOST_TO_BE_32(value) htobe32(value) argument 20 #define HOST_TO_BE_64(value) htobe64(value) argument 21 #define BE_TO_HOST_16(value) be16toh(value) argument 22 #define BE_TO_HOST_32(value) be32toh(value) argument 23 #define BE_TO_HOST_64(value) be64toh(value) argument 29 #define HOST_TO_BE_16(value) (value) argument 30 #define HOST_TO_BE_32(value) (value) argument 31 #define HOST_TO_BE_64(value) (value) argument 32 #define BE_TO_HOST_16(value) (value) argument [all …]
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | validators.py | 17 def isDictEnough(value): argument 30 def genericTypeValidator(value, typ): argument 53 def genericNonNegativeIntValidator(value): argument 64 def genericNonNegativeNumberValidator(value): argument 75 def genericDictValidator(value, prototype): argument 109 def fontInfoStyleMapStyleNameValidator(value): argument 117 def fontInfoOpenTypeGaspRangeRecordsValidator(value): argument 145 def fontInfoOpenTypeHeadCreatedValidator(value): argument 205 def fontInfoOpenTypeNameRecordsValidator(value): argument 224 def fontInfoOpenTypeOS2WeightClassValidator(value): argument [all …]
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedOutputByteBufferNano.java | 93 public void writeDouble(final int fieldNumber, final double value) in writeDouble() 100 public void writeFloat(final int fieldNumber, final float value) in writeFloat() 107 public void writeUInt64(final int fieldNumber, final long value) in writeUInt64() 114 public void writeInt64(final int fieldNumber, final long value) in writeInt64() 121 public void writeInt32(final int fieldNumber, final int value) in writeInt32() 128 public void writeFixed64(final int fieldNumber, final long value) in writeFixed64() 135 public void writeFixed32(final int fieldNumber, final int value) in writeFixed32() 142 public void writeBool(final int fieldNumber, final boolean value) in writeBool() 149 public void writeString(final int fieldNumber, final String value) in writeString() 156 public void writeGroup(final int fieldNumber, final MessageNano value) in writeGroup() [all …]
|
/external/python/jinja/src/jinja2/ |
D | tests.py | 14 def test_odd(value): argument 19 def test_even(value): argument 24 def test_divisibleby(value, num): argument 29 def test_defined(value): argument 46 def test_undefined(value): argument 51 def test_none(value): argument 56 def test_boolean(value): argument 64 def test_false(value): argument 72 def test_true(value): argument 81 def test_integer(value): argument [all …]
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TextEmphasisTest.java | 54 String value = "none"; in testNone() local 67 String value = "auto"; in testAuto() local 81 String value = "invalid"; in testInvalid() local 95 String value = "auto outside"; in testAutoOutside() local 109 String value = "auto after"; in testAutoAfter() local 127 String value = "filled"; in testFilled() local 143 String value = "open"; in testOpen() local 159 String value = "open after"; in testOpenAfter() local 179 String value = "dot before"; in testDotBefore() local 195 String value = "circle before"; in testCircleBefore() local [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/ |
D | TextEmphasisTest.java | 54 String value = "none"; in testNone() local 67 String value = "auto"; in testAuto() local 81 String value = "invalid"; in testInvalid() local 95 String value = "auto outside"; in testAutoOutside() local 109 String value = "auto after"; in testAutoAfter() local 127 String value = "filled"; in testFilled() local 143 String value = "open"; in testOpen() local 159 String value = "open after"; in testOpenAfter() local 179 String value = "dot before"; in testDotBefore() local 195 String value = "circle before"; in testCircleBefore() local [all …]
|
/external/python/cpython3/Include/internal/ |
D | pycore_pyatomic_ft_wrappers.h | 23 #define FT_ATOMIC_LOAD_PTR(value) _Py_atomic_load_ptr(&value) argument 24 #define FT_ATOMIC_STORE_PTR(value, new_value) _Py_atomic_store_ptr(&value, new_value) argument 25 #define FT_ATOMIC_LOAD_SSIZE(value) _Py_atomic_load_ssize(&value) argument 26 #define FT_ATOMIC_LOAD_SSIZE_ACQUIRE(value) \ argument 28 #define FT_ATOMIC_LOAD_SSIZE_RELAXED(value) \ argument 30 #define FT_ATOMIC_STORE_PTR(value, new_value) \ argument 32 #define FT_ATOMIC_LOAD_PTR_ACQUIRE(value) \ argument 34 #define FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(value) \ argument 36 #define FT_ATOMIC_LOAD_PTR_RELAXED(value) \ argument 38 #define FT_ATOMIC_LOAD_UINT8(value) \ argument [all …]
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.ComputeSize.cs | 53 public static int ComputeDoubleSize(double value) in ComputeDoubleSize() 62 public static int ComputeFloatSize(float value) in ComputeFloatSize() 71 public static int ComputeUInt64Size(ulong value) in ComputeUInt64Size() 80 public static int ComputeInt64Size(long value) in ComputeInt64Size() 89 public static int ComputeInt32Size(int value) in ComputeInt32Size() 106 public static int ComputeFixed64Size(ulong value) in ComputeFixed64Size() 115 public static int ComputeFixed32Size(uint value) in ComputeFixed32Size() 124 public static int ComputeBoolSize(bool value) in ComputeBoolSize() 133 public static int ComputeStringSize(String value) in ComputeStringSize() 143 public static int ComputeGroupSize(IMessage value) in ComputeGroupSize() [all …]
|