| /third_party/rust/crates/regex/src/testdata/ |
| D | nullsubexpr.dat | 4 #E SAME x (0,0)(0,0) 5 E SAME x (0,0)(?,?) RE2/Go 6 E SAME aaaaaa (0,6)(0,6) 7 E SAME aaaaaax (0,6)(0,6) 9 E SAME x (0,0)(0,0) 10 E SAME aaaaaa (0,6)(0,6) 11 E SAME aaaaaax (0,6)(0,6) 13 E SAME x (0,0) 14 E SAME aaaaaa (0,6)(0,6) 15 E SAME aaaaaax (0,6)(0,6) [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | objectLiteralErrors.errors.txt | 1 …rrors.ts(2,18): error TS1117: An object literal cannot have multiple properties with the same name. 2 …rrors.ts(3,19): error TS1117: An object literal cannot have multiple properties with the same name. 3 …rrors.ts(4,18): error TS1117: An object literal cannot have multiple properties with the same name. 4 …rrors.ts(5,21): error TS1117: An object literal cannot have multiple properties with the same name. 5 …rrors.ts(6,19): error TS1117: An object literal cannot have multiple properties with the same name. 6 …rrors.ts(7,18): error TS1117: An object literal cannot have multiple properties with the same name. 7 …rrors.ts(8,20): error TS1117: An object literal cannot have multiple properties with the same name. 8 …rrors.ts(9,20): error TS1117: An object literal cannot have multiple properties with the same name. 9 …rors.ts(10,20): error TS1117: An object literal cannot have multiple properties with the same name. 10 …rors.ts(11,21): error TS1117: An object literal cannot have multiple properties with the same name. [all …]
|
| D | assignmentCompatWithCallSignaturesWithOptionalParameters.js | 2 // call signatures in derived types must have the same or fewer optional parameters as the base type 15 a = () => 1 // ok, same number of required params 16 a = (x?: number) => 1; // ok, same number of required params 26 a2 = () => 1; // ok, same number of required params 27 a2 = (x?: number) => 1; // ok, same number of required params 28 a2 = (x: number) => 1; // ok, same number of params 31 a2 = b.a3; // ok, same number of params 39 a3 = (x: number) => 1; // ok, same number of required params 51 a4 = (x: number) => 1; // ok, same number of required params 52 a4 = (x: number, y: number) => 1; // ok, same number of params [all …]
|
| D | assignmentCompatWithGenericCallSignaturesWithOptionalParameters.js | 2 // call signatures in derived types must have the same or fewer optional parameters as the target f… 13 this.a = () => null; // ok, same T of required params 14 this.a = (x?: T) => null; // ok, same T of required params 17 this.a2 = () => null; // ok, same T of required params 18 this.a2 = (x?: T) => null; // ok, same T of required params 19 this.a2 = (x: T) => null; // ok, same number of params 23 this.a3 = (x: T) => null; // ok, same T of required params 28 this.a4 = (x: T) => null; // ok, same T of required params 29 this.a4 = (x: T, y: T) => null; // ok, same number of params 35 this.a5 = (x: T, y: T) => null; // ok, same number of params [all …]
|
| D | privateNameDuplicateField.errors.txt | 8 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 9 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 10 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 11 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 13 …ld.ts(56,9): error TS2717: Subsequent property declarations must have the same type. Property '#f… 20 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 21 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 22 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 23 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. 29 …2804: Duplicate identifier '#foo'. Static and instance elements cannot share the same private name. [all …]
|
| D | invalidMultipleVariableDeclarations.errors.txt | 1 …ns.ts(32,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 2 …ns.ts(33,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 3 …ns.ts(34,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 4 …ns.ts(35,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 5 …ns.ts(36,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 6 …ns.ts(39,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'b'… 7 …ns.ts(40,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'b'… 8 …ns.ts(43,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'f'… 9 …ns.ts(46,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'ar… 10 …ns.ts(47,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'ar… [all …]
|
| D | forStatementsMultipleInvalidDecl.errors.txt | 1 …l.ts(32,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 2 …l.ts(33,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 3 …l.ts(34,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 4 …l.ts(35,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 5 …l.ts(36,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'a'… 6 …l.ts(39,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'b'… 7 …l.ts(40,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'b'… 8 …l.ts(43,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'f'… 9 …l.ts(46,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'ar… 10 …l.ts(47,10): error TS2403: Subsequent variable declarations must have the same type. Variable 'ar… [all …]
|
| D | subtypingWithObjectMembers.errors.txt | 1 …(14,5): error TS2416: Property 'bar' in type 'B' is not assignable to the same property in base ty… 3 …s(24,5): error TS2416: Property '2' in type 'B2' is not assignable to the same property in base ty… 5 …,5): error TS2416: Property ''2.0'' in type 'B3' is not assignable to the same property in base ty… 7 …(45,9): error TS2416: Property 'bar' in type 'B' is not assignable to the same property in base ty… 9 …s(55,9): error TS2416: Property '2' in type 'B2' is not assignable to the same property in base ty… 11 …,9): error TS2416: Property ''2.0'' in type 'B3' is not assignable to the same property in base ty… 20 // N and M have the same name, same accessibility, same optionality, and N is a subtype of M 31 !!! error TS2416: Property 'bar' in type 'B' is not assignable to the same property in base type 'A… 44 !!! error TS2416: Property '2' in type 'B2' is not assignable to the same property in base type 'A2… 57 !!! error TS2416: Property ''2.0'' in type 'B3' is not assignable to the same property in base type… [all …]
|
| D | assignmentCompatWithCallSignaturesWithRestParameters.js | 2 // call signatures in derived types must have the same or fewer optional parameters as the target f… 11 var a: (...args: number[]) => number; // ok, same number of required params 12 a = () => 1; // ok, same number of required params 13 a = (...args: number[]) => 1; // ok, same number of required params 15 a = (x?: number) => 1; // ok, same number of required params 16 a = (x?: number, y?: number, z?: number) => 1; // ok, same number of required params 25 a2 = (x: number) => 1; // ok, same number of required params 26 a2 = (x: number, ...args: number[]) => 1; // ok, same number of required params 29 a2 = (x: number, y?: number) => 1; // ok, same number of required params 34 a3 = (x: number) => 1; // ok, same number of required params [all …]
|
| D | duplicateObjectLiteralProperty_computedName.errors.txt | 1 …edName.ts(3,5): error TS1117: An object literal cannot have multiple properties with the same name. 2 …edName.ts(8,5): error TS1117: An object literal cannot have multiple properties with the same name. 3 …dName.ts(13,5): error TS1117: An object literal cannot have multiple properties with the same name. 4 …dName.ts(23,5): error TS1117: An object literal cannot have multiple properties with the same name. 5 …dName.ts(28,5): error TS1117: An object literal cannot have multiple properties with the same name. 6 …dName.ts(33,5): error TS1117: An object literal cannot have multiple properties with the same name. 14 !!! error TS1117: An object literal cannot have multiple properties with the same name. 21 !!! error TS1117: An object literal cannot have multiple properties with the same name. 28 !!! error TS1117: An object literal cannot have multiple properties with the same name. 40 !!! error TS1117: An object literal cannot have multiple properties with the same name. [all …]
|
| D | shadowingViaLocalValueOrBindingElement.errors.txt | 1 …s(4,13): error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scop… 2 …s(5,15): error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scop… 3 …s(6,18): error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scop… 4 …s(7,15): error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scop… 5 …s(8,18): error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scop… 14 !!! error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scoped dec… 17 !!! error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scoped dec… 20 !!! error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scoped dec… 23 !!! error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scoped dec… 26 !!! error TS2481: Cannot initialize outer scoped variable 'x' in the same scope as block scoped dec…
|
| D | subtypingWithCallSignaturesWithOptionalParameters.js | 2 // call signatures in derived types must have the same or fewer optional parameters as the base type 13 a: () => number; // ok, same number of required params 17 a: (x?: number) => number; // ok, same number of required params 26 a2: () => number; // ok, same number of required params 30 a2: (x?: number) => number; // ok, same number of required params 34 a2: (x: number) => number; // ok, same number of params 47 a3: (x: number) => number; // ok, same number of required params 64 a4: (x: number) => number; // ok, same number of required params 68 a4: (x: number, y: number) => number; // ok, same number of params 85 a5: (x: number, y: number) => number; // ok, same number of params [all …]
|
| /third_party/openssl/doc/man7/ |
| D | des_modes.pod | 31 The same plaintext block always produces the same ciphertext block 32 (for the same key) making it vulnerable to a 'dictionary attack'. 54 The CBC mode produces the same ciphertext whenever the same 55 plaintext is encrypted using the same key and starting variable. 65 The use of different starting variables prevents the same plaintext 66 enciphering to the same ciphertext. 86 The CFB mode produces the same ciphertext whenever the same 87 plaintext is encrypted using the same key and starting variable. 97 The use of different starting variables prevents the same plaintext 98 enciphering to the same ciphertext. [all …]
|
| /third_party/python/Lib/ |
| D | operator.py | 28 "Same as a < b." 32 "Same as a <= b." 36 "Same as a == b." 40 "Same as a != b." 44 "Same as a >= b." 48 "Same as a > b." 54 "Same as not a." 62 "Same as a is b." 66 "Same as a is not b." 72 "Same as abs(a)." [all …]
|
| /third_party/libabigail/tests/data/test-abidiff-exit/ |
| D | qualifier-typedef-array-v1.c | 17 const C c_c; // same 20 const D c_d; // same 23 const E c_e; // same 24 volatile E v_e; // same 26 const F c_f; // same 27 volatile F v_f; // same 29 const G c_g; // same 30 volatile G v_g; // same 31 restrict G r_g; // same 32 const H c_h; // same [all …]
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | assignmentCompatWithGenericCallSignaturesWithOptionalParameters.ts | 1 // call signatures in derived types must have the same or fewer optional parameters as the target f… 12 this.a = () => null; // ok, same T of required params 13 this.a = (x?: T) => null; // ok, same T of required params 16 this.a2 = () => null; // ok, same T of required params 17 this.a2 = (x?: T) => null; // ok, same T of required params 18 this.a2 = (x: T) => null; // ok, same number of params 22 this.a3 = (x: T) => null; // ok, same T of required params 27 this.a4 = (x: T) => null; // ok, same T of required params 28 this.a4 = (x: T, y: T) => null; // ok, same number of params 34 this.a5 = (x: T, y: T) => null; // ok, same number of params [all …]
|
| D | assignmentCompatWithCallSignaturesWithOptionalParameters.ts | 1 // call signatures in derived types must have the same or fewer optional parameters as the base type 14 a = () => 1 // ok, same number of required params 15 a = (x?: number) => 1; // ok, same number of required params 25 a2 = () => 1; // ok, same number of required params 26 a2 = (x?: number) => 1; // ok, same number of required params 27 a2 = (x: number) => 1; // ok, same number of params 30 a2 = b.a3; // ok, same number of params 38 a3 = (x: number) => 1; // ok, same number of required params 50 a4 = (x: number) => 1; // ok, same number of required params 51 a4 = (x: number, y: number) => 1; // ok, same number of params [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/ |
| D | test_conv2d.py | 76 …net = Net(_w1, out_channel=8, kernel_size=2, pad_mode="same", stride=1, strategy1=strategy1, strat… 147 net = Net(_w1, out_channel=8, kernel_size=2, pad_mode="same", stride=(2, 2, 1, 1), 162 net = Net(_w1, out_channel=8, kernel_size=2, pad_mode="same", stride=1, dilation=2, 176 net = Net(_w4, out_channel=8, kernel_size=2, pad_mode="same", stride=1, group=2, 190 …net = Net(_w1, out_channel=8, kernel_size=2, pad_mode="same", stride=1, strategy1=strategy1, strat… 203 net = Net(_w1, out_channel=8, kernel_size=2, pad_mode="same", stride=1, dilation=2, 217 net = Net(_w4, out_channel=8, kernel_size=2, pad_mode="same", stride=1, group=2, 232 net = Net(_w4, out_channel=8, kernel_size=2, pad_mode="same", stride=1, group=2, 239 Feature: same mode, stride = kernel_size, no need exchange 246 …net = Net(_w1, out_channel=8, kernel_size=2, pad_mode="same", stride=2, strategy1=strategy1, strat… [all …]
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ServiceTest.java | 83 EasyMock.same(mockController), in testCallMethod() 84 EasyMock.same(fooRequest), in testCallMethod() 87 EasyMock.same(mockController), in testCallMethod() 88 EasyMock.same(barRequest), in testCallMethod() 121 EasyMock.same(fooDescriptor), in testStub() 122 EasyMock.same(mockController), in testStub() 123 EasyMock.same(fooRequest), in testStub() 124 EasyMock.same(FooResponse.getDefaultInstance()), in testStub() 127 EasyMock.same(barDescriptor), in testStub() 128 EasyMock.same(mockController), in testStub() [all …]
|
| /third_party/mesa3d/include/android_stub/vndk/ |
| D | hardware_buffer.h | 58 /* same as HAL_PIXEL_FORMAT_BGRA_8888 */ 60 /* same as HAL_PIXEL_FORMAT_YV12 */ 62 /* same as HAL_PIXEL_FORMAT_Y8 */ 64 /* same as HAL_PIXEL_FORMAT_Y16 */ 66 /* same as HAL_PIXEL_FORMAT_RAW16 */ 68 /* same as HAL_PIXEL_FORMAT_RAW10 */ 70 /* same as HAL_PIXEL_FORMAT_RAW12 */ 72 /* same as HAL_PIXEL_FORMAT_RAW_OPAQUE */ 74 /* same as HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED */ 76 /* same as HAL_PIXEL_FORMAT_YCBCR_422_SP */ [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/ |
| D | div_impl.py | 54 … check_equal(x.shape, y.shape, "input1 (shape={}) and input2(shape={}) should be the same shape.") 70 Number, equal to x / y, the type is same as x. 85 Tensor, has the same dtype as x. 97 y (Tensor): The dtype is same as x. 100 Tensor, has the same dtype as x. 112 y (Number): The dtype is same as x. 115 Tensor, has the same dtype as x. 127 y (Tensor): The dtype is same as x. 130 Tensor, has the same dtype as x. 143 y (Tuple): The dtype is same as x. [all …]
|
| D | setitem_impl.py | 71 list, type is the same as the element type of data. 87 list, type is the same as the element type of data. 103 list, type is the same as the element type of data. 119 list, type is the same as the element type of data. 136 list, type is the same as the element type of data. 152 list, type is the same as the element type of data. 168 list, type is the same as the element type of data. 190 list, type is the same as the element type of data. 211 list, type is the same as the element type of data. 233 lis/t, type is the same as the element type of data. [all …]
|
| D | add_impl.py | 118 Number, equal to x + y, has the same type as x. 145 y (Tensor): The dtype is same as x. 148 Tensor, has the same dtype as x. 160 y (Number): The dtype is same as x. 163 Tensor, has the same dtype as x. 175 y (Tensor): The dtype is same as x. 178 Tensor, has the same dtype as x. 191 y (Tuple): The dtype is same as x. 194 Tensor, has the same dtype as x. 207 y (Tensor): The dtype is same as x. [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/st/pi_jit/operation/ |
| D | test_equal.py | 23 2. the result is the same as psjit 39 2. the result is the same as psjit 57 2. the result is the same as psjit 77 2. the result is the same as psjit 97 2. the result is the same as psjit 118 2. the result is the same as psjit 134 2. the result is the same as psjit 151 2. the result is the same as psjit 167 2. the result is the same as psjit 183 2. the result is the same as psjit [all …]
|
| D | test_div.py | 18 2. the result is the same as psjit 35 2. the result is the same as psjit 52 2. the result is the same as psjit 69 2. the result is the same as psjit 86 2. the result is the same as psjit 111 2. the result is the same as psjit 128 2. the result is the same as psjit 144 2. the result is the same as psjit 161 2. the result is the same as psjit 178 2. the result is the same as psjit [all …]
|