Home
last modified time | relevance | path

Searched full:same (Results 1 – 25 of 11128) sorted by relevance

12345678910>>...446

/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/python/Lib/
Doperator.py28 "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/typescript/tests/baselines/reference/
DassignmentCompatWithCallSignaturesWithOptionalParameters.js2 // 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 …]
DassignmentCompatWithGenericCallSignaturesWithOptionalParameters.js2 // 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 …]
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 …]
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 …]
DobjectLiteralErrors.errors.txt21 …rs.ts(22,22): error TS1119: An object literal cannot have property and accessor with the same name.
24 …rs.ts(23,23): error TS1119: An object literal cannot have property and accessor with the same name.
27 …rs.ts(24,22): error TS1119: An object literal cannot have property and accessor with the same name.
30 …rs.ts(25,25): error TS1119: An object literal cannot have property and accessor with the same name.
33 …rs.ts(26,23): error TS1119: An object literal cannot have property and accessor with the same name.
36 …rs.ts(27,22): error TS1119: An object literal cannot have property and accessor with the same name.
39 …rs.ts(28,24): error TS1119: An object literal cannot have property and accessor with the same name.
42 …rs.ts(29,24): error TS1119: An object literal cannot have property and accessor with the same name.
45 …rs.ts(30,24): error TS1119: An object literal cannot have property and accessor with the same name.
48 …rs.ts(31,25): error TS1119: An object literal cannot have property and accessor with the same name.
[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 …]
DassignmentCompatWithCallSignaturesWithRestParameters.js2 // 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 …]
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…
DsubtypingWithCallSignaturesWithOptionalParameters.js2 // 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/libsoup/tests/
Dsamesite-test.c99 { .name="/same-site/basic", .visible_policy=SOUP_SAME_SITE_POLICY_STRICT }, in main()
100 { .name="/same-site/basic-js", .javascript=TRUE, .visible_policy=SOUP_SAME_SITE_POLICY_STRICT }, in main()
101 …{ .name="/same-site/top-level-to-same-site", .top_level_nav=TRUE, .cookie_uri_is_origin=TRUE, .vi… in main()
102 …{ .name="/same-site/top-level-to-same-site-js", .top_level_nav=TRUE, .cookie_uri_is_origin=TRUE, … in main()
103 …{ .name="/same-site/unsafe-method", .unsafe_method=TRUE, .visible_policy=SOUP_SAME_SITE_POLICY_STR… in main()
104 …{ .name="/same-site/unsafe-method-js", .unsafe_method=TRUE, .javascript=TRUE, .visible_policy=SOUP… in main()
105 …{ .name="/same-site/cross-top-level-to-same-site", .cross_origin=TRUE, .top_level_nav=TRUE, .cooki… in main()
106 …{ .name="/same-site/cross-top-level-to-same-site-js", .cross_origin=TRUE, .javascript=TRUE, .top_l… in main()
109 { .name="/same-site/top-level", .top_level_nav=TRUE, .visible_policy=SOUP_SAME_SITE_POLICY_LAX }, in main()
110 …{ .name="/same-site/top-level-js", .top_level_nav=TRUE, .javascript=TRUE, .visible_policy=SOUP_SAM… in main()
[all …]
/third_party/node/deps/npm/test/tap/
Dversion-allow-same-version.js16 name: 'version-allow-same-version',
18 description: 'Test for npm version without --allow-same-version'
20 npm.load({cache: cache, 'allow-same-version': false, registry: common.registry}, t.end)
23 t.test('without --allow-same-version', t => {
24 npm.config.set('allow-same-version', false)
32 t.same(commit1, [ 'commit' ])
33 t.same(commit2, [ 'commit' ])
34 t.same(commit3, [ 'commit', '-m', 'some commit message' ])
38 t.same(tag, '-m')
47 t.test('with --allow-same-version', t => {
[all …]
Ddoctor.js94 t.same(list.length, 9, 'list should have 9 prop')
95 t.same(list[0][1], 'ok', 'npm ping')
96 t.same(list[1][1], 'v' + npm.version, 'npm -v')
97 t.same(list[2][1], process.version, 'node -v')
98 t.same(list[3][1], common.registry + '/', 'npm config get registry')
99 t.same(list[5][1], 'ok', 'Perms check on cached files')
100 t.same(list[6][1], 'ok', 'Perms check on global node_modules')
101 t.same(list[7][1], 'ok', 'Perms check on local node_modules')
105 t.same(list[4][1], resolvedPath, 'which git')
115 t.same(list.length, 9, 'list should have 9 prop')
[all …]
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/
Drebuilds-from-start-if-force-option-is-set.js26 //// [/src/core/anotherModule.d.ts] file written with same contents
27 //// [/src/core/anotherModule.d.ts.map] file written with same contents
28 //// [/src/core/anotherModule.js] file written with same contents
29 //// [/src/core/index.d.ts] file written with same contents
30 //// [/src/core/index.d.ts.map] file written with same contents
31 //// [/src/core/index.js] file written with same contents
32 //// [/src/core/tsconfig.tsbuildinfo] file written with same contents
33 //// [/src/logic/index.d.ts] file written with same contents
34 //// [/src/logic/index.js] file written with same contents
35 //// [/src/logic/index.js.map] file written with same contents
[all …]
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dadd_impl.py69 Number, equal to x + y, has the same type as x.
96 y (Tensor): The dtype is same as x.
99 Tensor, has the same dtype as x.
111 y (Number): The dtype is same as x.
114 Tensor, has the same dtype as x.
126 y (Tensor): The dtype is same as x.
129 Tensor, has the same dtype as x.
142 y (Tuple): The dtype is same as x.
145 Tensor, has the same dtype as x.
158 y (Tensor): The dtype is same as x.
[all …]
Ddiv_impl.py40 Number, equal to x / y, the type is same as x.
55 Tensor, has the same dtype as x.
67 y (Tensor): The dtype is same as x.
70 Tensor, has the same dtype as x.
82 y (Number): The dtype 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.
113 y (Tuple): The dtype is same as x.
116 Tensor, has the same dtype as x.
[all …]
/third_party/boost/libs/concept_check/doc/reference/
DSignedInteger.xml38 <require-same-type>
40 </require-same-type>
50 <return-type><require-same-type testable="yes">
52 </require-same-type></return-type>
62 <require-same-type testable="yes">
64 </require-same-type>
75 <require-same-type testable="yes">
77 </require-same-type>
88 <require-same-type testable="yes">
90 </require-same-type>
[all …]
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithGenericCallSignaturesWithOptionalParameters.ts1 // 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 …]
DassignmentCompatWithCallSignaturesWithOptionalParameters.ts1 // 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/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/
Dbool.js59 t.same(aliasedArgv, expected);
60 t.same(propertyArgv, expected);
78 t.same(aliasedArgv, expected);
79 t.same(propertyArgv, expected);
100 t.same(aliasedArgv, expected);
101 t.same(propertyArgv, expected);
102 t.same(altPropertyArgv, expected);
121 t.same(aliasedArgv, expected);
122 t.same(propertyArgv, expected);
132 t.same(parsed.boool, true);
[all …]
/third_party/node/deps/npm/node_modules/minimist/test/
Dbool.js59 t.same(aliasedArgv, expected);
60 t.same(propertyArgv, expected);
78 t.same(aliasedArgv, expected);
79 t.same(propertyArgv, expected);
100 t.same(aliasedArgv, expected);
101 t.same(propertyArgv, expected);
102 t.same(altPropertyArgv, expected);
121 t.same(aliasedArgv, expected);
122 t.same(propertyArgv, expected);
132 t.same(parsed.boool, true);
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic.txt30 * MCE records collected via kernel panic log is same as reference ones.
52 * MCE records collected via kernel panic log is same as reference ones.
64 * Same as fatal
69 * MCE records collected via kernel panic log is same as reference ones.
81 * Others are same as fatal
86 * MCE records collected via kernel panic log is same as reference ones.
98 * Others are same as fatal_timeout
103 * MCE records collected via kernel panic log is same as reference ones.
115 * Same as fatal
120 * MCE records collected via kernel panic log is same as reference ones.
[all …]
/third_party/mesa3d/include/android_stub/vndk/
Dhardware_buffer.h58 /* 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/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 …]

12345678910>>...446