Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 5042) sorted by relevance

12345678910>>...202

/third_party/node/deps/npm/test/lib/utils/
Dopen-url.js41 t.same(openerOpts(), { command: null }, 'passed command as null (the default)')
42 t.same(joinedOutput(), '', 'printed no output')
53 t.same(openerOpts(), null, 'did not open')
54 t.same(joinedOutput(), '', 'printed no output')
65 t.same(openerOpts(), null, 'did not open')
66 t.same(joinedOutput(), '', 'printed no output')
73 t.same(openerOpts(), { command: null }, 'passed command as null (the default)')
74 t.same(joinedOutput(), '', 'printed no output')
85 t.same(openerOpts(), null, 'did not open')
86 t.same(joinedOutput(), '', 'printed no output')
[all …]
/third_party/typescript/tests/baselines/reference/
DobjectLiteralErrors.errors.txt1 …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 …]
DprivateNameDuplicateField.errors.txt8 …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 …]
DduplicateObjectLiteralProperty_computedName.errors.txt1 …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 …]
DforStatementsMultipleInvalidDecl.errors.txt1 …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 …]
DinvalidMultipleVariableDeclarations.errors.txt1 …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 …]
DsubtypingWithObjectMembers.errors.txt1 …(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 …]
DshadowingViaLocalValueOrBindingElement.errors.txt1 …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…
DduplicateObjectLiteralProperty.errors.txt1 …operty.ts(4,5): error TS1117: An object literal cannot have multiple properties with the same name.
2 …operty.ts(5,5): error TS1117: An object literal cannot have multiple properties with the same name.
3 …operty.ts(6,5): error TS1117: An object literal cannot have multiple properties with the same name.
4 …operty.ts(8,9): error TS1117: An object literal cannot have multiple properties with the same name.
7 …s(16,9): error TS1118: An object literal cannot have multiple get/set accessors with the same name.
17 !!! error TS1117: An object literal cannot have multiple properties with the same name.
20 !!! error TS1117: An object literal cannot have multiple properties with the same name.
23 !!! error TS1117: An object literal cannot have multiple properties with the same name.
27 !!! error TS1117: An object literal cannot have multiple properties with the same name.
41 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
DassignmentCompatWithCallSignaturesWithOptionalParameters.errors.txt11 …// call signatures in derived types must have the same or fewer optional parameters as the base ty…
24 a = () => 1 // ok, same number of required params
25 a = (x?: number) => 1; // ok, same number of required params
43 a2 = () => 1; // ok, same number of required params
44 a2 = (x?: number) => 1; // ok, same number of required params
45 a2 = (x: number) => 1; // ok, same number of params
48 a2 = b.a3; // ok, same number of params
58 a3 = (x: number) => 1; // ok, same number of required params
74 a4 = (x: number) => 1; // ok, same number of required params
75 a4 = (x: number, y: number) => 1; // ok, same number of params
[all …]
DduplicateVariablesWithAny.errors.txt1 …Any.ts(3,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'x'…
2 …Any.ts(6,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'y'…
3 …ny.ts(10,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'x'…
4 …ny.ts(13,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'y'…
8 // They should have to be the same even when one of the types is 'any'
12 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'x' must be o…
18 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'y' must be o…
25 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'x' must be o…
31 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'y' must be o…
DspreadUnion2.errors.txt1 …on2.ts(5,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'o1…
2 …on2.ts(8,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'o2…
3 …n2.ts(11,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'o3…
4 …n2.ts(12,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'o3…
5 …n2.ts(15,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'o4…
6 …n2.ts(18,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'o5…
16 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'o1' must be …
22 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'o2' must be …
28 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'o3' must be …
32 !!! error TS2403: Subsequent variable declarations must have the same type. Variable 'o3' must be …
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java83 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/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java86 mockService.foo(EasyMock.same(mockController), EasyMock.same(fooRequest), in testCallMethod()
88 mockService.bar(EasyMock.same(mockController), EasyMock.same(barRequest), in testCallMethod()
123 EasyMock.same(fooDescriptor), in testStub()
124 EasyMock.same(mockController), in testStub()
125 EasyMock.same(fooRequest), in testStub()
126 EasyMock.same(FooResponse.getDefaultInstance()), in testStub()
129 EasyMock.same(barDescriptor), in testStub()
130 EasyMock.same(mockController), in testStub()
131 EasyMock.same(barRequest), in testStub()
132 EasyMock.same(BarResponse.getDefaultInstance()), in testStub()
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/watchApi/
DnoEmit-with-composite-with-semantic-builder.js128 Checking if output is same as EmitAndSemanticDiagnosticsBuilderProgram::
129 Output file text for /user/username/projects/myproject/main.js is same:: true
130 Output file text for /user/username/projects/myproject/main.d.ts is same:: true
131 Output file text for /user/username/projects/myproject/other.js is same:: true
132 Output file text for /user/username/projects/myproject/other.d.ts is same:: true
133 Output file text for /user/username/projects/myproject/tsconfig.tsbuildinfo is same:: true
241 Checking if output is same as EmitAndSemanticDiagnosticsBuilderProgram::
242 Output file text for /user/username/projects/myproject/main.js is same:: true
243 Output file text for /user/username/projects/myproject/main.d.ts is same:: true
244 Output file text for /user/username/projects/myproject/other.js is same:: true
[all …]
DnoEmitOnError-with-composite-with-semantic-builder.js146 Checking if output is same as EmitAndSemanticDiagnosticsBuilderProgram::
147 Output file text for /user/username/projects/myproject/main.js is same:: true
148 Output file text for /user/username/projects/myproject/main.d.ts is same:: true
149 Output file text for /user/username/projects/myproject/other.js is same:: true
150 Output file text for /user/username/projects/myproject/other.d.ts is same:: true
151 Output file text for /user/username/projects/myproject/tsconfig.tsbuildinfo is same:: true
278 Checking if output is same as EmitAndSemanticDiagnosticsBuilderProgram::
279 Output file text for /user/username/projects/myproject/main.js is same:: true
280 Output file text for /user/username/projects/myproject/main.d.ts is same:: true
281 Output file text for /user/username/projects/myproject/other.js is same:: true
[all …]
/third_party/openssl/doc/man7/
Ddes_modes.pod31 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/node/deps/npm/test/lib/commands/
Dadduser.js64 t.same(npm.config.get('email'), 'test-email-old@npmjs.org')
65 t.same(npm.config.get('//registry.npmjs.org/:_authToken'), 'npm_test-token')
66 t.same(rc(), {
87 t.same(npm.config.get('//registry.npmjs.org/:_authToken'), 'npm_test-token')
88 t.same(npm.config.get('@myscope:registry'), 'https://registry.npmjs.org/')
89 t.same(rc(), {
114 t.same(npm.config.get('//diff-registry.npmjs.org/:_authToken'), 'npm_test-token')
115 t.same(npm.config.get('@myscope:registry'), 'https://diff-registry.npmjs.org')
116 t.same(rc(), {
148 t.same(npm.config.get('//registry.npmjs.org/:_authToken'), 'npm_test-token')
[all …]
Dlogin.js63 t.same(npm.config.get('//registry.npmjs.org/:_authToken'), 'npm_test-token')
64 t.same(rc(), {
84 t.same(npm.config.get('//registry.npmjs.org/:_authToken'), 'npm_test-token')
85 t.same(npm.config.get('@npmcli:registry'), 'https://registry.npmjs.org/')
86 t.same(rc(), {
110 t.same(npm.config.get('//diff-registry.npmjs.org/:_authToken'), 'npm_test-token')
111 t.same(npm.config.get('@npmcli:registry'), 'https://diff-registry.npmjs.org')
112 t.same(rc(), {
127 t.same(npm.config.get('//registry.npmjs.org/:_authToken'), 'npm_test-token')
128 t.same(rc(), {
[all …]
Dteam.js67 t.same(
85 t.same(result(), '', 'should not output success if silent')
118 t.same(
135 t.same(result(), '', 'should not output create success if silent')
159 t.same(
174 t.same(result(), '', 'should not output destroy if silent')
224 t.same(
241 t.same(result(), '', 'should not list teams if silent')
306 t.same(
324 t.same(result(), '', 'should not output users if silent')
[all …]
/third_party/icu/tools/colprobe/
DuniqueFiles.pl13 my @same;
28 push @same, $secondfile;
32 print "Adding @same to $file\n";
33 $list{$file} = [@same] ;
34 foreach $samefile (@same) {
37 delete @same[0..$#same];
/third_party/node/deps/npm/test/lib/
Darborist-cmd.js75 t.same(cmd.workspaceNames, ['a'], 'should set array with single ws name')
76 t.same(getArg(), ['foo'], 'should get received args')
82 t.same(cmd.workspaceNames, ['a'], 'should set array with single ws name')
88 t.same(cmd.workspaceNames, ['a'], 'should set array with single ws name')
94 t.same(cmd.workspaceNames, ['a', 'c'], 'should set array with single ws name')
100 t.same(cmd.workspaceNames, ['a', 'c'], 'should set array with single ws name')
106 t.same(cmd.workspaceNames, ['c', 'd'], 'should set array with single ws name')
112 t.same(cmd.workspaceNames, ['c', 'd'], 'should set array with single ws name')
123 t.same(cmd.workspaceNames, ['a', 'c'], 'should set array with single ws name')
/third_party/node/deps/npm/test/lib/workspaces/
Dget-workspaces.js81 t.same(
94 t.same(
107 t.same(
118 t.same(
129 t.same(
140 t.same(
156 t.same(
172 t.same(
188 t.same(
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dequal_benchmark.cc44 const bool same = absl::equal(xs.begin(), xs.end(), ys.begin(), ys.end()); in BM_absl_equal_benchmark() local
45 benchmark::DoNotOptimize(same); in BM_absl_equal_benchmark()
54 const bool same = std::equal(xs.begin(), xs.end(), ys.begin()); in BM_std_equal_benchmark() local
55 benchmark::DoNotOptimize(same); in BM_std_equal_benchmark()
64 const bool same = in BM_memcmp_benchmark() local
66 benchmark::DoNotOptimize(same); in BM_memcmp_benchmark()
76 const bool same = absl::equal(xs.begin(), xs.end(), xs.begin(), xs.end()); in BM_absl_equal_self_benchmark() local
77 benchmark::DoNotOptimize(same); in BM_absl_equal_self_benchmark()
/third_party/libinput/doc/user/
Dseats.rst9 physical name is summarized as the list of devices a process on the same
26 The devices "Foo", "Bar" and "Spam" share the same physical seat and are
27 thus available in the same libinput context. Only "Foo" and "Bar" share the
28 same logical seat. The device "Egg" is not available in the libinput context
37 Thus, devices "Foo" and "Bar" both reference the same struct
48 semantically related. This means for devices within the same logical seat:
50 - if the same button is pressed on different devices, the button should only
52 - if the same button is released on one device, the button should be
66 Internally, libinput counts devices within the same logical seat as related.
67 Cross-device features only activate if all required devices are in the same
[all …]

12345678910>>...202