Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h26 struct Identity struct
28 static const bool identity = true;
30 typedef T OutputType;
32 static T convert(T x) { return x; } in convert()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h26 struct Identity struct
28 static const bool identity = true;
30 typedef T OutputType;
32 static T convert(T x) { return x; } in convert()
/third_party/typescript/tests/baselines/reference/
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
31 function Identity(value) { class in Identity
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dindex.js8 var Identity = require('./identity'); variable
26 Identity: Identity, property
Didentity.js36 function Identity(opts) { class
Dcertificate.js16 var Identity = require('./identity'); variable
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Didentity.py19 class Identity(Expander): class
/third_party/mindspore/mindspore/core/ops/
Didentity.h33 Identity() : PrimitiveC(kNameIdentity) {} in Identity() function
/third_party/typescript/tests/cases/compiler/
DmappedTypeAndIndexSignatureRelation.ts27 type Identity<T> = T; alias
DtypePartameterConstraintInstantiatedWithDefaultWhenCheckingDefault.ts7 class Identity<V> implements Settable<Identity<V>, V> { class
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixMultTest.cpp35 TEST_P(MatrixMultTest, Identity) in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DMatrixMultTest.cpp35 TEST_P(MatrixMultTest, Identity) in TEST_P() argument
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509-pem.js20 var Identity = require('../identity'); variable
Dopenssh-cert.js22 var Identity = require('../identity'); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DLayout.h46 static Layout Identity() { return {0, 1}; } in Identity() function
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DWordTransformType.cs16 internal const int Identity = 0; field in Org.Brotli.Dec.WordTransformType
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeRelationships.ts125 type Identity<T> = { alias
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_custom_parser.cc189 ops::PrimitiveC *TfliteCustomParser::Identity() { in Identity() function in mindspore::lite::TfliteCustomParser
/third_party/skia/third_party/externals/tint/src/utils/
Dtransform_test.cc50 TEST(TransformTest, Identity) { in TEST() argument
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto52 message Identity { message
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto52 message Identity { message
/third_party/abseil-cpp/absl/types/
Dcompare_test.cc27 bool Identity(bool b) { return b; } in Identity() function
/third_party/grpc/src/proto/grpc/gcp/
Dhandshaker.proto59 message Identity { message
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc27 bool Identity(bool b) { return b; } in Identity() function
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc125 struct Identity { struct
126 int32_t operator()(int32_t v) const { return v; } in operator ()()

12