| /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 | 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 | 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 …]
|
| /third_party/skia/m133/resources/sksl/runtime_errors/ |
| D | Ossfuzz66263.rts | 131 error: 17: field '_' was already defined in the same struct ('S') 132 error: 17: field '_' was already defined in the same struct ('S') 133 error: 17: field '_' was already defined in the same struct ('S') 134 error: 17: field '_' was already defined in the same struct ('S') 135 error: 17: field 't' was already defined in the same struct ('S') 136 error: 17: field '_' was already defined in the same struct ('S') 147 error: 25: field '_' was already defined in the same struct ('S') 148 error: 25: field '_' was already defined in the same struct ('S') 166 error: 31: field '_' was already defined in the same struct ('S') 167 error: 31: field '_' was already defined in the same struct ('S') [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/rust/rust/tests/ui/pattern/bindings-after-at/ |
| D | pat-at-same-name-both.stderr | 2 --> $DIR/pat-at-same-name-both.rs:6:14 8 --> $DIR/pat-at-same-name-both.rs:6:18 13 error[E0416]: identifier `a` is bound more than once in the same pattern 14 --> $DIR/pat-at-same-name-both.rs:11:20 19 error[E0416]: identifier `a` is bound more than once in the same pattern 20 --> $DIR/pat-at-same-name-both.rs:13:23 25 error[E0416]: identifier `a` is bound more than once in the same pattern 26 --> $DIR/pat-at-same-name-both.rs:18:13 31 error[E0416]: identifier `a` is bound more than once in the same pattern 32 --> $DIR/pat-at-same-name-both.rs:18:17 [all …]
|
| /third_party/mesa3d/docs/ |
| D | teflon.rst | 126 0 CONV 88 7 w: 8 b: 6 stride: 2 pad: SAME 127 1 DWCONV 7 33 w: 35 b: 34 stride: 1 pad: SAME 128 2 CONV 33 37 w: 38 b: 36 stride: 1 pad: SAME 129 3 DWCONV 37 39 w: 41 b: 40 stride: 2 pad: SAME 130 4 CONV 39 43 w: 44 b: 42 stride: 1 pad: SAME 131 5 DWCONV 43 45 w: 47 b: 46 stride: 1 pad: SAME 132 6 CONV 45 49 w: 50 b: 48 stride: 1 pad: SAME 133 7 DWCONV 49 51 w: 53 b: 52 stride: 2 pad: SAME 134 8 CONV 51 55 w: 56 b: 54 stride: 1 pad: SAME 135 9 DWCONV 55 57 w: 59 b: 58 stride: 1 pad: SAME [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/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | ServiceTest.java | 62 Mockito.same(MOCK_RPC_CONTROLLER), in testCallMethod() 63 Mockito.same(FOO_REQUEST), in testCallMethod() 64 Mockito.same(mockFooRpcCallback)); in testCallMethod() 68 Mockito.same(MOCK_RPC_CONTROLLER), in testCallMethod() 69 Mockito.same(BAR_REQUEST), in testCallMethod() 70 Mockito.same(mockBarRpcCallback)); in testCallMethod() 102 Mockito.same(fooDescriptor), in testStub() 103 Mockito.same(MOCK_RPC_CONTROLLER), in testStub() 104 Mockito.same(FOO_REQUEST), in testStub() 105 Mockito.same(FOO_RESPONSE), in testStub() [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/scripts/ |
| D | test_rustc_tests.sh | 53 rm tests/incremental/hashes/function_interfaces.rs # same 54 rm tests/incremental/hashes/statics.rs # same 70 rm -r tests/run-make/split-debuginfo # same 73 rm -r tests/run-make/mismatching-target-triples # same 74 rm -r tests/run-make/use-extern-for-plugins # same 88 rm tests/ui/codegen/init-large-type.rs # same 89 rm tests/ui/issues/issue-40883.rs # same 95 rm -r tests/run-make/cross-lang-lto # same 96 rm -r tests/run-make/issue-7349 # same 97 rm -r tests/run-make/sepcomp-inlining # same [all …]
|
| /third_party/rust/rust/tests/codegen/ |
| D | async-fn-debug.rs | 23 // CHECK-SAME: discriminator: [[DISC:![0-9]*]] 25 // CHECK-SAME: file: [[FILE:![0-9]*]], line: 11, 27 // CHECK-SAME: ) 30 // CHECK-SAME: ) 32 // CHECK-SAME: file: [[FILE]], line: 15, 34 // CHECK-SAME: ) 36 // CHECK-SAME: file: [[FILE]], line: 15, 38 // CHECK-SAME: ) 40 // CHECK-SAME: file: [[FILE]], line: 12, 42 // CHECK-SAME: ) [all …]
|
| D | generator-debug.rs | 27 // CHECK-SAME: discriminator: [[DISC:![0-9]*]] 29 // CHECK-SAME: file: [[FILE:![0-9]*]], line: 14, 31 // CHECK-SAME: ) 34 // CHECK-SAME: ) 36 // CHECK-SAME: file: [[FILE]], line: 18, 38 // CHECK-SAME: ) 40 // CHECK-SAME: file: [[FILE]], line: 18, 42 // CHECK-SAME: ) 44 // CHECK-SAME: file: [[FILE]], line: 15, 46 // CHECK-SAME: ) [all …]
|
| D | async-fn-debug-msvc.rs | 22 // CHECK-SAME: file: [[FILE:![0-9]*]], line: 11, 24 // CHECK-SAME: ) 26 // CHECK-SAME: file: [[FILE]], line: 15, 28 // CHECK-SAME: ) 30 // CHECK-SAME: file: [[FILE]], line: 15, 32 // CHECK-SAME: ) 34 // CHECK-SAME: file: [[FILE]], line: 12, 36 // CHECK-SAME: ) 38 // CHECK-SAME: file: [[FILE]], line: 14, 39 // CHECK-SAME: baseType: [[VARIANT_WRAPPER:![0-9]*]] [all …]
|
| /third_party/rust/rust/tests/ui/or-patterns/ |
| D | already-bound-name.rs | 10 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 13 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 14 //~| ERROR identifier `a` is bound more than once in the same pattern in main() 17 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 20 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 23 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 27 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 31 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() 32 //~| ERROR identifier `a` is bound more than once in the same pattern in main() 36 //~^ ERROR identifier `a` is bound more than once in the same pattern in main() [all …]
|
| /third_party/rust/rust/tests/ui/pattern/ |
| D | issue-67776-match-same-name-enum-variant-refs.stderr | 1 error[E0170]: pattern binding `Bar` is named the same as one of the variants of the type `Foo` 2 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:15:9 9 error[E0170]: pattern binding `Baz` is named the same as one of the variants of the type `Foo` 10 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:17:9 15 error[E0170]: pattern binding `Bar` is named the same as one of the variants of the type `Foo` 16 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:24:9 21 error[E0170]: pattern binding `Baz` is named the same as one of the variants of the type `Foo` 22 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:26:9 27 error[E0170]: pattern binding `Bar` is named the same as one of the variants of the type `Foo` 28 --> $DIR/issue-67776-match-same-name-enum-variant-refs.rs:33:9 [all …]
|
| /third_party/rust/rust/tests/run-make/coverage-llvmir/ |
| D | filecheck.testprog.txt | 7 CHECK-SAME: section "[[INSTR_PROF_COVFUN]]"[[COMDAT_IF_SUPPORTED]], align 8 10 CHECK-SAME: section "[[INSTR_PROF_COVMAP]]", align 8 15 CHECK-SAME: section "[[INSTR_PROF_CNTS]]"{{.*}}, align 8 18 CHECK-SAME: @__profc__R{{[a-zA-Z0-9_]+}}testprog14will_be_called 19 CHECK-SAME: section "[[INSTR_PROF_DATA]]"{{.*}}, align 8 22 CHECK-SAME: section "[[INSTR_PROF_CNTS]]"{{.*}}, align 8 25 CHECK-SAME: @__profc__R{{[a-zA-Z0-9_]+}}testprog4main 26 CHECK-SAME: section "[[INSTR_PROF_DATA]]"{{.*}}, align 8 29 CHECK-SAME: section "[[INSTR_PROF_NAME]]", align 1 32 CHECK-SAME: @__llvm_coverage_mapping [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 …]
|