| /third_party/typescript/tests/baselines/reference/ |
| D | assignmentCompatBug2.js | 8 var b3: { f(n: number): number; g(s: string): number; m: number; n?: number; k?(a: any): any; }; variable 10 b3 = { variable 16 b3 = { variable 21 b3 = { variable 26 b3 = { variable 34 b3 = { variable 45 var b3; variable 46 b3 = { variable 51 b3 = { variable 55 b3 = { variable [all …]
|
| D | unusedVariablesWithUnderscoreInBindingElement.js | 34 const { a3: _a3, b3: _b3 } = { a3: 1, b3: 1 }; property 40 const { a3, b3 } = { a3: 1, b3: 1 }; property 77 } = { a3: 1, b3: { b31: { b311: 1, b312: 1 } }, c3: 1, d3: 1 }; property 116 var _c = { a3: 1, b3: 1 }, _a3 = _c.a3, _b3 = _c.b3; property 121 var _c = { a3: 1, b3: 1 }, a3 = _c.a3, b3 = _c.b3; property 127 …var _e = { a3: 1, b3: { b31: { b311: 1, b312: 1 } }, c3: 1, d3: 1 }, a3 = _e.a3, _f = _e.b3.b31, b… property
|
| D | genericCloneReturnTypes.js | 24 var b3: Bar<string>; variable 40 var b3; variable
|
| D | strictNullChecksNoWidening.js | 8 var b3 = [undefined]; variable 25 var b3 = [undefined]; variable
|
| D | bestCommonTypeWithOptionalProperties.js | 13 var b3 = [y, x, z]; variable 25 var b3 = [y, x, z]; variable
|
| D | collisionSuperAndPropertyNameAsConstuctorParameter.js | 17 class b3 extends a { class 70 var b3 = /** @class */ (function (_super_1) { function 72 function b3(_super) { function
|
| D | functionExpressionContextualTyping1.js | 34 var b3: (name: string, num: number, boo: boolean) => void; variable 35 b3 = (name, number) => { }; function 93 var b3; variable
|
| D | operatorsAndIntersectionTypes.js | 30 const b3 = serialNo === 0; constant 56 var b3 = serialNo === 0; variable
|
| D | errorForUsingPropertyOfTypeAsType03.js | 18 let b3: (typeof Color)["Red"]["toString"]; variable
|
| D | instanceofOperatorWithInvalidOperands.js | 29 var b3: string; variable 76 var b3; variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | unusedVariablesWithUnderscoreInBindingElement.ts | 16 const [a3, b3] = [1, 2]; constant 25 const [a3, [[b3, c3]], d3, e3] = [1, [[2, 3]], 4, 5]; constant 35 const { a3: _a3, b3: _b3 } = { a3: 1, b3: 1 }; constant 41 const { a3, b3 } = { a3: 1, b3: 1 }; constant 71 b3: { constant
|
| D | aliasOfGenericFunctionWithRestBehavedSameAsUnaliased.ts | 30 type b3 = (name: string, mixed: any, ...args: any[]) => any alias 32 type test3 = a3 extends b3 ? "y" : "n" alias
|
| D | assignmentCompatBug2.ts | 7 var b3: { f(n: number): number; g(s: string): number; m: number; n?: number; k?(a: any): any; }; variable
|
| D | inheritanceOfGenericConstructorMethod1.ts | 6 var b3 = new B<Date>(); // error, could not select overload for 'new' expression variable
|
| D | genericCloneReturnTypes.ts | 23 var b3: Bar<string>; variable
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | idctdsp_lasx.c | 29 __m256i b0, b1, b2, b3; in ff_put_pixels_clamped_lasx() local 54 __m256i b0, b1, b2, b3; in ff_put_signed_pixels_clamped_lasx() local 83 __m256i b0, b1, b2, b3; in ff_add_pixels_clamped_lasx() local
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| D | readable_font_data.cc | 126 int32_t b3 = ReadUByte(index + 2); in ReadUInt24() local 139 int32_t b3 = ReadUByte(index + 2); in ReadULong() local 165 int32_t b3 = ReadUByte(index + 2); in ReadULongLE() local 181 int32_t b3 = ReadUByte(index + 2); in ReadLong() local 386 int32_t b3 = ReadUByte(off); in ComputeCheckSum() local
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | WritingPrimitives.cs | 519 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag() 534 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath() 544 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTag() 561 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTagSlowPath() 572 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag() 589 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTagSlowPath()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_exif.cpp | 1113 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0() local 1844 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local 1960 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local 2568 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local 3583 uint32 b3 = stream.Get_uint8 (); in Parse_gps() local 4077 uint32 b3 = stream.Get_uint8 (); in Parse_interoperability() local
|
| /third_party/lzma/CPP/Common/ |
| D | MyGuidDef.h | 57 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 61 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| D | usb_endian.h | 99 #define USETW4(w,b3,b2,b1,b0) do { \ argument 106 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
|
| /third_party/node/deps/icu-small/source/common/ |
| D | utf_impl.cpp | 282 uint8_t b3=s[--i]; in utf8_prevCharSafeBody() local 321 uint8_t b3=s[--i]; in utf8_back1SafeBody() local
|
| /third_party/icu/icu4c/source/common/ |
| D | utf_impl.cpp | 282 uint8_t b3=s[--i]; in utf8_prevCharSafeBody() local 321 uint8_t b3=s[--i]; in utf8_back1SafeBody() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | utf_impl.cpp | 282 uint8_t b3=s[--i]; in utf8_prevCharSafeBody() local 321 uint8_t b3=s[--i]; in utf8_back1SafeBody() local
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/ |
| D | strictNullChecksNoWidening.ts | 9 var b3 = [undefined]; variable
|