Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/abseil-cpp/absl/types/
Dcompare_test.cc27 bool Identity(bool b) { return b; } in Identity() function
30 EXPECT_TRUE(Identity(weak_equality::equivalent == 0)); in TEST()
31 EXPECT_TRUE(Identity(0 == weak_equality::equivalent)); in TEST()
32 EXPECT_TRUE(Identity(weak_equality::nonequivalent != 0)); in TEST()
33 EXPECT_TRUE(Identity(0 != weak_equality::nonequivalent)); in TEST()
46 EXPECT_TRUE(Identity(strong_equality::equal == 0)); in TEST()
47 EXPECT_TRUE(Identity(0 == strong_equality::equal)); in TEST()
48 EXPECT_TRUE(Identity(strong_equality::nonequal != 0)); in TEST()
49 EXPECT_TRUE(Identity(0 != strong_equality::nonequal)); in TEST()
50 EXPECT_TRUE(Identity(strong_equality::equivalent == 0)); in TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc27 bool Identity(bool b) { return b; } in Identity() function
30 EXPECT_TRUE(Identity(weak_equality::equivalent == 0)); in TEST()
31 EXPECT_TRUE(Identity(0 == weak_equality::equivalent)); in TEST()
32 EXPECT_TRUE(Identity(weak_equality::nonequivalent != 0)); in TEST()
33 EXPECT_TRUE(Identity(0 != weak_equality::nonequivalent)); in TEST()
46 EXPECT_TRUE(Identity(strong_equality::equal == 0)); in TEST()
47 EXPECT_TRUE(Identity(0 == strong_equality::equal)); in TEST()
48 EXPECT_TRUE(Identity(strong_equality::nonequal != 0)); in TEST()
49 EXPECT_TRUE(Identity(0 != strong_equality::nonequal)); in TEST()
50 EXPECT_TRUE(Identity(strong_equality::equivalent == 0)); in TEST()
[all …]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DTransform.cs34 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, string.Empty), n…
35 …g.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(" ", Org.Brotli.Dec.Wo…
36 …Brotli.Dec.WordTransformType.Identity, " the "), new Org.Brotli.Dec.Transform(" ", Org.Brotli.Dec.…
37 …tli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.De…
38 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " and "), new Or…
39 …tli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.De…
40 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " in "), new Org…
41Identity, " to "), new Org.Brotli.Dec.Transform("e ", Org.Brotli.Dec.WordTransformType.Identity, "…
42Identity, "."), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identi…
43 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "]"), new Org.Br…
[all …]
/third_party/typescript/tests/baselines/reference/
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.types10 class Identity<V> implements Settable<Identity<V>, V> {
11 >Identity : Identity<V>
26 public set(value: V): Identity<V> {
27 >set : (value: V) => Identity<V>
30 return new Identity<V>(value);
31 >new Identity<V>(value) : Identity<V>
32 >Identity : typeof Identity
38 interface Test1<V, T extends Settable<T, V> = Identity<V>> { };
40 >test1 : Test1<number, Identity<number>>
44 type Test2<V> = Test2Base<V, Identity<V>>;
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.js8 class Identity<V> implements Settable<Identity<V>, V> { class
13 public set(value: V): Identity<V> { field in Identity
14 return new Identity<V>(value); field in Identity
19 interface Test1<V, T extends Settable<T, V> = Identity<V>> { };
24 type Test2<V> = Test2Base<V, Identity<V>>;
30 var Identity = /** @class */ (function () {
31 function Identity(value) { class in Identity
34 Identity.prototype.set = function (value) {
35 return new Identity(value);
37 return Identity;
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.symbols16 class Identity<V> implements Settable<Identity<V>, V> {
17 >Identity : Symbol(Identity, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefaul…
20 >Identity : Symbol(Identity, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefaul…
25 >item : Symbol(Identity.item, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefau…
33 >this.item : Symbol(Identity.item, Decl(typePartameterConstraintInstantiatedWithDefaultWhenChecking…
34 >this : Symbol(Identity, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts…
35 >item : Symbol(Identity.item, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefau…
38 public set(value: V): Identity<V> {
39 >set : Symbol(Identity.set, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault…
42 >Identity : Symbol(Identity, Decl(typePartameterConstraintInstantiatedWithDefaultWhenCheckingDefaul…
[all …]
DmappedTypeAndIndexSignatureRelation.types38 type Identity<T> = T;
39 >Identity : T
41 type Merge3<T> = Identity<{ [k in keyof T] : T[k] }>
DmappedTypeAndIndexSignatureRelation.symbols85 type Identity<T> = T;
86 >Identity : Symbol(Identity, Decl(mappedTypeAndIndexSignatureRelation.ts, 22, 1))
90 type Merge3<T> = Identity<{ [k in keyof T] : T[k] }>
93 >Identity : Symbol(Identity, Decl(mappedTypeAndIndexSignatureRelation.ts, 22, 1))
DmappedTypeAndIndexSignatureRelation.js26 type Identity<T> = T;
27 type Merge3<T> = Identity<{ [k in keyof T] : T[k] }>
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/
Didentity_gpu_kernel.cc21 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeFloat64).AddOutputAttr(kNumber…
23 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumber…
25 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeFloat16).AddOutputAttr(kNumber…
27 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt64).AddOutputAttr(kNumberT…
29 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeInt64).AddOutputAttr(kNumberTy…
31 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt32).AddOutputAttr(kNumberT…
33 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeInt32).AddOutputAttr(kNumberTy…
35 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt16).AddOutputAttr(kNumberT…
37 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeInt16).AddOutputAttr(kNumberTy…
39 MS_REG_GPU_KERNEL_ONE(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt8).AddOutputAttr(kNumberTy…
[all …]
/third_party/boost/libs/hana/test/_include/support/
Didentity.hpp24 struct Identity;
29 using hana_tag = Identity;
47 struct equal_impl<Identity, Identity> {
57 struct less_impl<Identity, Identity> {
74 struct transform_impl<Identity> {
81 struct adjust_if_impl<Identity> {
108 struct lift_impl<Identity> {
115 struct ap_impl<Identity> {
122 struct ap_impl<Identity> {
144 struct flatten_impl<Identity> {
[all …]
/third_party/node/deps/npm/node_modules/sshpk/lib/
Didentity.js3 module.exports = Identity;
36 function Identity(opts) { class
114 Identity.prototype.toString = function () {
131 Identity.prototype.toAsn1 = function (der, tag) {
182 Identity.prototype.equals = function (other) {
183 if (!Identity.isIdentity(other, [1, 0]))
198 Identity.forHost = function (hostname) {
200 return (new Identity({
207 Identity.forUser = function (uid) {
209 return (new Identity({
[all …]
Dindex.js8 var Identity = require('./identity'); variable
26 Identity: Identity, property
27 identityFromDN: Identity.parseDN,
28 identityForHost: Identity.forHost,
29 identityForUser: Identity.forUser,
30 identityForEmail: Identity.forEmail,
Dcertificate.js16 var Identity = require('./identity'); variable
29 utils.assertCompatible(opts.subjects[0], Identity, [1, 0],
33 utils.assertCompatible(opts.issuer, Identity, [1, 0], 'options.issuer');
164 utils.assertCompatible(subject, Identity, [1, 0], 'subject');
258 utils.assertCompatible(subject, Identity, [1, 0], 'subject');
264 utils.assertCompatible(issuer, Identity, [1, 0], 'issuer');
/third_party/typescript/tests/cases/compiler/
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts7 class Identity<V> implements Settable<Identity<V>, V> { class
12 public set(value: V): Identity<V> {
13 return new Identity<V>(value);
18 interface Test1<V, T extends Settable<T, V> = Identity<V>> { };
23 type Test2<V> = Test2Base<V, Identity<V>>;
DmappedTypeAndIndexSignatureRelation.ts27 type Identity<T> = T; alias
28 type Merge3<T> = Identity<{ [k in keyof T] : T[k] }>
/third_party/mindspore/mindspore/core/ops/
Didentity.h30 class MS_CORE_API Identity : public PrimitiveC {
33 Identity() : PrimitiveC(kNameIdentity) {} in Identity() function
35 ~Identity() = default;
36 MS_DECLARE_PARENT(Identity, PrimitiveC);
40 using PrimIdentityPtr = std::shared_ptr<Identity>;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_self_cpu_kernel.h115 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt64).AddOutputAttr(kNumberTyp…
117 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeInt64).AddOutputAttr(kNumberType…
119 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt32).AddOutputAttr(kNumberTyp…
121 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeInt32).AddOutputAttr(kNumberType…
123 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt16).AddOutputAttr(kNumberTyp…
125 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeInt16).AddOutputAttr(kNumberType…
127 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeUInt8).AddOutputAttr(kNumberType…
129 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeInt8).AddOutputAttr(kNumberTypeI…
131 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeFloat64).AddOutputAttr(kNumberTy…
133 MS_REG_CPU_KERNEL_T(Identity, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberTy…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp51 Value *const Identity) const;
52 Value *buildShiftRight(IRBuilder<> &B, Value *V, Value *const Identity) const;
284 Value *V, Value *const Identity) const { in buildScan()
298 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan()
306 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan()
311 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan()
325 {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
333 {Identity, Lane31, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
343 Value *const Identity) const { in buildShiftRight()
356 {Identity, V, B.getInt32(DPP::WAVE_SHR1), B.getInt32(0xf), in buildShiftRight()
[all …]
/third_party/mesa3d/src/mesa/math/
Dm_matrix.c139 static const GLfloat Identity[16] = { variable
487 memcpy( out, Identity, sizeof(Identity) ); in invert_matrix_3d()
525 memcpy( mat->inv, Identity, sizeof(Identity) ); in invert_matrix_identity()
547 memcpy( out, Identity, sizeof(Identity) ); in invert_matrix_3d_no_rot()
580 memcpy( out, Identity, sizeof(Identity) ); in invert_matrix_2d_no_rot()
602 memcpy( out, Identity, sizeof(Identity) );
664 memcpy( mat->inv, Identity, sizeof(Identity) ); in matrix_invert()
695 memcpy(m, Identity, sizeof(Identity)); in _math_matrix_rotate()
1054 memcpy( mat->m, Identity, sizeof(Identity) ); in _math_matrix_set_identity()
1055 memcpy( mat->inv, Identity, sizeof(Identity) ); in _math_matrix_set_identity()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp39 {{vk::SurfaceRotation::Identity, {{1.0f, 0.0f, 0.0f, 1.0f}}},
49 {{vk::SurfaceRotation::Identity, {{1.0f, 0.0f, 0.0f, 1.0f}}},
80 CreateMat2x2(matrix, vk::SurfaceRotation::Identity), in GenerateMat2x2ArrayWithIndex()
96 {{vk::SurfaceRotation::Identity, {{1.0f, 1.0f}}},
137 CreateVec2(vec2Values, yscale, vk::SurfaceRotation::Identity), in CreateVec2ArrayWithIndex()
156 {{vk::SurfaceRotation::Identity, CalcRotatedFlipXYValueForDFdx(vk::SurfaceRotation::Identity)},
179 {{vk::SurfaceRotation::Identity, CalcRotatedFlipXYValueForDFdy(vk::SurfaceRotation::Identity)},
206 CreateFloatNode(valuesEnumMap[vk::SurfaceRotation::Identity][subscript] * scale, EbpLow), in CreateFloatArrayWithRotationIndex()
449 {{vk::SurfaceRotation::Identity, in getFragRotationMultiplyFlipXY()
450 CalcFragRotationMultiplyFlipXY(vk::SurfaceRotation::Identity)}, in getFragRotationMultiplyFlipXY()
/third_party/libcoap/man/
Dcoap_encryption.txt.in116 calls with optional application callbacks defined to update the Identity and
117 PSK. Initially, the Client has to provide an Identity and a Pre-Shared Key.
119 Libcoap will put the Identity and Pre-Shared Key as appropriate into the TLS
133 /** Identity Hint check callback function.
134 * If not NULL, is called when the Identity Hint (TLS1.2 or earlier) is
136 * The appropriate Identity and Pre-Shared Key to use can then be returned.
139 void *ih_call_back_arg; /* Passed in to the Identity Hint callback
172 *SECTION: PSK Client: coap_dtls_cpsk_t: Identity Hint Callback*
176 * Identity Hint Validation callback that can be set up by
179 * but the application needs to check that the Identity Hint is allowed, and
[all …]
/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md441 - `subject` -- an Identity, the subject of the certificate
458 - `subject` -- an Identity, the subject of the certificate
460 - `issuer` -- an Identity, the issuer of the certificate who will sign it
473 Array of `Identity` instances describing the subject of this certificate.
477 The `Identity` of the Certificate's issuer (signer).
536 certificate. Also tests that the issuer Identity of this Certificate and the
537 subject Identity of the other Certificate are equivalent.
578 Constructs a host-type Identity for a given hostname.
584 Returns an Identity instance.
588 Constructs a user-type Identity for a given UID.
[all …]
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto52 message Identity { message
77 repeated Identity target_identities = 4;
81 Identity local_identity = 5;
107 repeated Identity local_identities = 2;
171 Identity peer_identity = 4;
174 Identity local_identity = 5;
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto52 message Identity { message
77 repeated Identity target_identities = 4;
81 Identity local_identity = 5;
107 repeated Identity local_identities = 2;
171 Identity peer_identity = 4;
174 Identity local_identity = 5;

1234567