/third_party/typescript/tests/baselines/reference/ |
D | unionSubtypeReductionErrors.js | 5008 { value: 0 as 0 }, property 5009 { value: 1 as 1 }, property 5010 { value: 2 as 2 }, property 5011 { value: 3 as 3 }, property 5012 { value: 4 as 4 }, property 5013 { value: 5 as 5 }, property 5014 { value: 6 as 6 }, property 5015 { value: 7 as 7 }, property 5016 { value: 8 as 8 }, property 5017 { value: 9 as 9 }, property [all …]
|
D | recursiveConditionalTypes.js | 81 unbox({ value: { value: { value: { value: { value: { value: 5 }}}}}}); // number property 83 unbox({ value: { value: { get value() { return this; } }}}); // { readonly value: ... } property 87 type Box1<T> = { value: T }; property 88 type Box2<T> = { value: T }; property 159 unbox({ value: { value: { value: { value: { value: { value: 5 } } } } } }); // number property 161 unbox({ value: { value: { get value() { return this; } } } }); // { readonly value: ... } getter 222 value: T; property 225 value: T; property
|
D | jsDeclarationsExportDefinePropertyEmit.js | 5 Object.defineProperty(module.exports.b, "cat", { value: "cat" }); property 13 Object.defineProperty(module.exports, "d", { value: d }); property 23 Object.defineProperty(module.exports, "e", { value: e }); property 32 Object.defineProperty(module.exports, "f", { value: f }); property 33 Object.defineProperty(module.exports.f, "self", { value: module.exports.f }); property 42 Object.defineProperty(module.exports, "g", { value: g }); property 52 Object.defineProperty(module.exports, "h", { value: hh }); property 55 Object.defineProperty(module.exports, "ii", { value: module.exports.i }); property 58 Object.defineProperty(module.exports, "jj", { value: module.exports.j }); property 65 Object.defineProperty(module.exports.b, "cat", { value: "cat" }); property [all …]
|
D | optionalChainingInference.js | 3 declare function unbox<T>(box: { value: T | undefined }): T; property 9 const b1 = { value: su?.length }; property 12 const b2 = { value: su?.length as number | undefined }; property 15 const b3: { value: number | undefined } = { value: su?.length }; property 18 const b4 = { value: fnu?.() }; property 21 const b5 = { value: su?.["length"] }; property 24 const b6 = { value: osu?.prop.length }; property 27 const b7 = { value: osu?.prop["length"] }; property 30 const b8 = { value: ofnu?.prop() }; property 36 var b1 = { value: su === null || su === void 0 ? void 0 : su.length }; property [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 82 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>… 83 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(… 84 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,… 85 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in… 86 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in… 87 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::… 88 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentParameterStr (int value) { return tcu::Fo… 89 inline tcu::Format::Enum<int, 2> getFramebufferTargetStr (int value) { return tcu::Format::Enu… 90 inline tcu::Format::Enum<int, 2> getFramebufferStatusStr (int value) { return tcu::Format::Enu… 91 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) 51 const char* getParamQueryName (int value) 116 const char* getProgramParamName (int value) 151 const char* getUniformParamName (int value) 167 const char* getFramebufferAttachmentName (int value) 201 const char* getFramebufferAttachmentParameterName (int value) 223 const char* getFramebufferTargetName (int value) 235 const char* getFramebufferStatusName (int value) 250 const char* getFramebufferAttachmentTypeName (int value) [all …]
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 145 …:Enum<VkAttachmentLoadOp> getAttachmentLoadOpStr (VkAttachmentLoadOp value) {… 146 …num<VkAttachmentStoreOp> getAttachmentStoreOpStr (VkAttachmentStoreOp value) … 147 inline tcu::Format::Enum<VkBlendFactor> getBlendFactorStr (VkBlendFactor value) … 148 inline tcu::Format::Enum<VkBlendOp> getBlendOpStr (VkBlendOp value) { r… 149 inline tcu::Format::Enum<VkBorderColor> getBorderColorStr (VkBorderColor value) … 150 …eHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineCacheHeaderVersion value) … 151 …:Enum<VkComponentSwizzle> getComponentSwizzleStr (VkComponentSwizzle value) {… 152 …m<VkCommandBufferLevel> getCommandBufferLevelStr (VkCommandBufferLevel value) {… 153 inline tcu::Format::Enum<VkCompareOp> getCompareOpStr (VkCompareOp value) … 154 …mat::Enum<VkDescriptorType> getDescriptorTypeStr (VkDescriptorType value) { … [all …]
|
D | vkStrUtilImpl.inl | 90 const char* getAttachmentLoadOpName (VkAttachmentLoadOp value) 102 const char* getAttachmentStoreOpName (VkAttachmentStoreOp value) 113 const char* getBlendFactorName (VkBlendFactor value) 140 const char* getBlendOpName (VkBlendOp value) 199 const char* getBorderColorName (VkBorderColor value) 215 tcu::Format::Bitfield<32> getFramebufferCreateFlagsStr (VkFramebufferCreateFlags value) 224 tcu::Format::Bitfield<32> getRenderPassCreateFlagsStr (VkRenderPassCreateFlags value) 233 tcu::Format::Bitfield<32> getSamplerCreateFlagsStr (VkSamplerCreateFlags value) 246 const char* getPipelineCacheHeaderVersionName (VkPipelineCacheHeaderVersion value) 255 tcu::Format::Bitfield<32> getPipelineCacheCreateFlagsStr (VkPipelineCacheCreateFlags value) [all …]
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_to_string.hpp | 27 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string() 103 VULKAN_HPP_INLINE std::string to_string( ImageCreateFlags value ) in to_string() 149 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlags value ) in to_string() 203 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() 215 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() 229 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() 257 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() 285 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() 314 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() 326 VULKAN_HPP_INLINE std::string to_string( PipelineStageFlags value ) in to_string() [all …]
|
/third_party/vk-gl-cts/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) 112 const char* getSurfaceAttribName (int value) 136 const char* getYuvOrderName (int value) 152 const char* getYuvPlaneBppName (int value) 163 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 …]
|
/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 …]
|
D | Writer.java | 54 void writeSFixed32(int fieldNumber, int value) throws IOException; in writeSFixed32() 57 void writeInt64(int fieldNumber, long value) throws IOException; in writeInt64() 60 void writeSFixed64(int fieldNumber, long value) throws IOException; in writeSFixed64() 63 void writeFloat(int fieldNumber, float value) throws IOException; in writeFloat() 66 void writeDouble(int fieldNumber, double value) throws IOException; in writeDouble() 69 void writeEnum(int fieldNumber, int value) throws IOException; in writeEnum() 72 void writeUInt64(int fieldNumber, long value) throws IOException; in writeUInt64() 75 void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() 78 void writeFixed64(int fieldNumber, long value) throws IOException; in writeFixed64() 81 void writeFixed32(int fieldNumber, int value) throws IOException; in writeFixed32() [all …]
|
/third_party/skia/third_party/externals/jinja2/ |
D | tests.py | 18 def test_odd(value): argument 23 def test_even(value): argument 28 def test_divisibleby(value, num): argument 33 def test_defined(value): argument 50 def test_undefined(value): argument 55 def test_none(value): argument 60 def test_boolean(value): argument 68 def test_false(value): argument 76 def test_true(value): argument 85 def test_integer(value): argument [all …]
|
/third_party/protobuf/js/binary/ |
D | writer.js | 290 jspb.BinaryWriter.prototype.writeAny = function(fieldType, field, value) { argument 366 jspb.BinaryWriter.prototype.writeUnsignedVarint32_ = function(field, value) { argument 379 jspb.BinaryWriter.prototype.writeSignedVarint32_ = function(field, value) { argument 392 jspb.BinaryWriter.prototype.writeUnsignedVarint64_ = function(field, value) { argument 405 jspb.BinaryWriter.prototype.writeSignedVarint64_ = function(field, value) { argument 418 jspb.BinaryWriter.prototype.writeZigzagVarint32_ = function(field, value) { argument 431 jspb.BinaryWriter.prototype.writeZigzagVarint64_ = function(field, value) { argument 445 field, value) { argument 458 jspb.BinaryWriter.prototype.writeZigzagVarintHash64_ = function(field, value) { argument 471 jspb.BinaryWriter.prototype.writeInt32 = function(field, value) { argument [all …]
|
D | encoder.js | 125 jspb.BinaryEncoder.prototype.writeUnsignedVarint32 = function(value) { argument 144 jspb.BinaryEncoder.prototype.writeSignedVarint32 = function(value) { argument 173 jspb.BinaryEncoder.prototype.writeUnsignedVarint64 = function(value) { argument 189 jspb.BinaryEncoder.prototype.writeSignedVarint64 = function(value) { argument 204 jspb.BinaryEncoder.prototype.writeZigzagVarint32 = function(value) { argument 218 jspb.BinaryEncoder.prototype.writeZigzagVarint64 = function(value) { argument 234 jspb.BinaryEncoder.prototype.writeZigzagVarint64String = function(value) { argument 259 jspb.BinaryEncoder.prototype.writeUint8 = function(value) { argument 271 jspb.BinaryEncoder.prototype.writeUint16 = function(value) { argument 284 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { argument [all …]
|
/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 …]
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-value.c | 72 ecma_get_value_type_field (ecma_value_t value) /**< ecma value */ in ecma_get_value_type_field() 107 ecma_get_pointer_from_ecma_value (ecma_value_t value) /**< value */ in ecma_get_pointer_from_ecma_value() 125 ecma_is_value_direct (ecma_value_t value) /**< ecma value */ in ecma_is_value_direct() 137 ecma_is_value_simple (ecma_value_t value) /**< ecma value */ in ecma_is_value_simple() 149 ecma_is_value_equal_to_simple_value (ecma_value_t value, /**< ecma value */ in ecma_is_value_equal_to_simple_value() 162 ecma_is_value_empty (ecma_value_t value) /**< ecma value */ in ecma_is_value_empty() 174 ecma_is_value_undefined (ecma_value_t value) /**< ecma value */ in ecma_is_value_undefined() 186 ecma_is_value_null (ecma_value_t value) /**< ecma value */ in ecma_is_value_null() 198 ecma_is_value_boolean (ecma_value_t value) /**< ecma value */ in ecma_is_value_boolean() 210 ecma_is_value_true (ecma_value_t value) /**< ecma value */ in ecma_is_value_true() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 241 T value = map.get(key); in fromString() local 251 public void setLocale(String value) { in setLocale() 255 public void setCurrency(String value) { in setCurrency() 259 public void setPattern(String value) { in setPattern() 263 public void setFormat(String value) { in setFormat() 267 public void setOutput(String value) { in setOutput() 271 public void setComment(String value) { in setComment() 275 public void setMinIntegerDigits(String value) { in setMinIntegerDigits() 279 public void setMaxIntegerDigits(String value) { in setMaxIntegerDigits() 283 public void setMinFractionDigits(String value) { in setMinFractionDigits() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DataDrivenNumberFormatTestData.java | 244 T value = map.get(key); in fromString() local 254 public void setLocale(String value) { in setLocale() 258 public void setCurrency(String value) { in setCurrency() 262 public void setPattern(String value) { in setPattern() 266 public void setFormat(String value) { in setFormat() 270 public void setOutput(String value) { in setOutput() 274 public void setComment(String value) { in setComment() 278 public void setMinIntegerDigits(String value) { in setMinIntegerDigits() 282 public void setMaxIntegerDigits(String value) { in setMaxIntegerDigits() 286 public void setMinFractionDigits(String value) { in setMinFractionDigits() [all …]
|
/third_party/node/test/fixtures/x509-escaping/ |
D | create-certs.js | 56 { type: 'dNSName', value: 'good.example.com, DNS:evil.example.com' }, property 57 { type: 'uniformResourceIdentifier', value: 'http://example.com/' }, property 58 { type: 'uniformResourceIdentifier', value: 'http://example.com/?a=b&c=d' }, property 59 { type: 'uniformResourceIdentifier', value: 'http://example.com/a,b' }, property 60 { type: 'uniformResourceIdentifier', value: 'http://example.com/a%2Cb' }, property 63 value: 'http://example.com/a, DNS:good.example.com' property 65 { type: 'dNSName', value: Buffer.from('exämple.com', 'latin1') }, property 66 { type: 'dNSName', value: '"evil.example.com"' }, property 67 { type: 'iPAddress', value: Buffer.from('08080808', 'hex') }, property 68 { type: 'iPAddress', value: Buffer.from('08080404', 'hex') }, property [all …]
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | tests.py | 28 def test_odd(value): argument 33 def test_even(value): argument 38 def test_divisibleby(value, num): argument 43 def test_defined(value): argument 60 def test_undefined(value): argument 65 def test_none(value): argument 70 def test_lower(value): argument 75 def test_upper(value): argument 80 def test_string(value): argument 85 def test_mapping(value): argument [all …]
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | substitute.h | 91 inline SubstituteArg(const char* value) in SubstituteArg() 93 inline SubstituteArg(const string& value) in SubstituteArg() 106 inline SubstituteArg(char value) in SubstituteArg() 108 inline SubstituteArg(short value) in SubstituteArg() 110 inline SubstituteArg(unsigned short value) in SubstituteArg() 112 inline SubstituteArg(int value) in SubstituteArg() 114 inline SubstituteArg(unsigned int value) in SubstituteArg() 116 inline SubstituteArg(long value) in SubstituteArg() 118 inline SubstituteArg(unsigned long value) in SubstituteArg() 120 inline SubstituteArg(long long value) in SubstituteArg() [all …]
|
/third_party/node/deps/npm/node_modules/JSONStream/test/fixtures/ |
D | all_npm.json | 2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, object 3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, object 4 {"id":"7digital-api","key":"7digital-api","value":{"rev":"20-21d11832780e2368aabc946598a41dd5"}}, object 5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, object 6 {"id":"AriesNode","key":"AriesNode","value":{"rev":"3-9d88392bca6582c5c54784927dbfdee6"}}, object 7 {"id":"Array.prototype.forEachAsync","key":"Array.prototype.forEachAsync","value":{"rev":"3-8569644… object 8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, object 9 {"id":"Blaggie-System","key":"Blaggie-System","value":{"rev":"3-47782b1e5cbfa425170192799510e148"}}, object 10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, object 11 {"id":"BlobBuilder","key":"BlobBuilder","value":{"rev":"3-eb977ff1713a915384fac994f9d8fa7c"}}, object [all …]
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | GPBWire.php | 166 public static function readInt32(&$input, &$value) 171 public static function readInt64(&$input, &$value) 180 public static function readUint32(&$input, &$value) 185 public static function readUint64(&$input, &$value) 190 public static function readSint32(&$input, &$value) 199 public static function readSint64(&$input, &$value) 208 public static function readFixed32(&$input, &$value) 213 public static function readFixed64(&$input, &$value) 218 public static function readSfixed32(&$input, &$value) 229 public static function readSfixed64(&$input, &$value) [all …]
|