/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 | 82 unbox({ value: { value: { value: { value: { value: { value: 5 }}}}}}); // number property 84 unbox({ value: { value: { get value() { return this; } }}}); // { readonly value: ... } property 88 type Box1<T> = { value: T }; property 89 type Box2<T> = { value: T }; property 192 unbox({ value: { value: { value: { value: { value: { value: 5 } } } } } }); // number property 194 unbox({ value: { value: { get value() { return this; } } } }); // { readonly value: ... } property 205 function foo2(value) { argument 260 value: T; property 263 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() 101 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() 201 VULKAN_HPP_INLINE std::string to_string( InstanceCreateFlags value ) in to_string() 213 VULKAN_HPP_INLINE std::string to_string( MemoryHeapFlags value ) in to_string() 227 VULKAN_HPP_INLINE std::string to_string( MemoryPropertyFlags value ) in to_string() 255 VULKAN_HPP_INLINE std::string to_string( QueueFlags value ) in to_string() 283 VULKAN_HPP_INLINE std::string to_string( SampleCountFlags value ) in to_string() 312 VULKAN_HPP_INLINE std::string to_string( DeviceQueueCreateFlags value ) in to_string() 324 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/node/deps/v8/third_party/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/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 | 25 def test_odd(value): argument 30 def test_even(value): argument 35 def test_divisibleby(value, num): argument 40 def test_defined(value): argument 57 def test_undefined(value): argument 62 def test_none(value): argument 67 def test_lower(value): argument 72 def test_upper(value): argument 77 def test_string(value): argument 82 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/v8/include/ |
D | v8-typed-array.h | 36 V8_INLINE static TypedArray* Cast(Value* value) { in Cast() 57 V8_INLINE static Uint8Array* Cast(Value* value) { in Cast() 79 V8_INLINE static Uint8ClampedArray* Cast(Value* value) { in Cast() 100 V8_INLINE static Int8Array* Cast(Value* value) { in Cast() 121 V8_INLINE static Uint16Array* Cast(Value* value) { in Cast() 142 V8_INLINE static Int16Array* Cast(Value* value) { in Cast() 163 V8_INLINE static Uint32Array* Cast(Value* value) { in Cast() 184 V8_INLINE static Int32Array* Cast(Value* value) { in Cast() 205 V8_INLINE static Float32Array* Cast(Value* value) { in Cast() 226 V8_INLINE static Float64Array* Cast(Value* value) { in Cast() [all …]
|